index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-27
sis190: Rx path update
Francois Romieu
1
-26
/
+28
2008-04-27
slub: pack objects denser
Christoph Lameter
1
-2
/
+2
2008-04-27
slub: Calculate min_objects based on number of processors.
Christoph Lameter
1
-1
/
+3
2008-04-27
slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTS
Christoph Lameter
1
-21
/
+2
2008-04-27
slub: Simplify any_slab_object checks
Christoph Lameter
1
-9
/
+1
2008-04-27
slub: Make the order configurable for each slab cache
Christoph Lameter
1
-7
/
+22
2008-04-27
slub: Drop fallback to page allocator method
Christoph Lameter
1
-41
/
+2
2008-04-27
slub: Fallback to minimal order during slab page allocation
Christoph Lameter
2
-11
/
+30
2008-04-27
slub: Update statistics handling for variable order slabs
Christoph Lameter
3
-69
/
+110
2008-04-27
slub: Add kmem_cache_order_objects struct
Christoph Lameter
2
-27
/
+61
2008-04-27
slub: for_each_object must be passed the number of objects in a slab
Christoph Lameter
1
-6
/
+18
2008-04-27
slub: Store max number of objects in the page struct.
Christoph Lameter
2
-21
/
+38
2008-04-27
slub: Dump list of objects not freed on kmem_cache_close()
Christoph Lameter
1
-1
/
+31
2008-04-27
slub: free_list() cleanup
Christoph Lameter
1
-11
/
+7
2008-04-27
slub: improve kmem_cache_destroy() error message
Pekka Enberg
1
-2
/
+5
2008-04-27
slob: fix bug - when slob allocates "struct kmem_cache", it does not force al...
Yi Li
1
-1
/
+2
2008-04-27
KVM: kill file->f_count abuse in kvm
Al Viro
2
-7
/
+6
2008-04-27
KVM: MMU: kvm_pv_mmu_op should not take mmap_sem
Marcelo Tosatti
1
-3
/
+0
2008-04-27
KVM: SVM: remove selective CR0 comment
Joerg Roedel
1
-11
/
+0
2008-04-27
KVM: SVM: remove now obsolete FIXME comment
Joerg Roedel
1
-7
/
+0
2008-04-27
KVM: SVM: disable CR8 intercept when tpr is not masking interrupts
Joerg Roedel
1
-4
/
+27
2008-04-27
KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled
Joerg Roedel
1
-0
/
+12
2008-04-27
KVM: export kvm_lapic_set_tpr() to modules
Joerg Roedel
1
-0
/
+1
2008-04-27
KVM: SVM: sync TPR value to V_TPR field in the VMCB
Joerg Roedel
1
-2
/
+16
2008-04-27
KVM: ppc: PowerPC 440 KVM implementation
Hollis Blanchard
19
-2
/
+3159
2008-04-27
KVM: Add MAINTAINERS entry for PowerPC KVM
Hollis Blanchard
1
-0
/
+7
2008-04-27
KVM: ppc: Add DCR access information to struct kvm_run
Hollis Blanchard
1
-0
/
+7
2008-04-27
ppc: Export tlb_44x_hwater for KVM
Hollis Blanchard
1
-0
/
+2
2008-04-27
KVM: Rename debugfs_dir to kvm_debugfs_dir
Hollis Blanchard
3
-7
/
+7
2008-04-27
KVM: x86 emulator: fix lea to really get the effective address
Avi Kivity
1
-1
/
+1
2008-04-27
KVM: x86 emulator: fix smsw and lmsw with a memory operand
Avi Kivity
1
-12
/
+17
2008-04-27
KVM: x86 emulator: initialize src.val and dst.val for register operands
Avi Kivity
1
-0
/
+2
2008-04-27
KVM: SVM: force a new asid when initializing the vmcb
Avi Kivity
1
-1
/
+1
2008-04-27
KVM: fix kvm_vcpu_kick vs __vcpu_run race
Marcelo Tosatti
1
-2
/
+14
2008-04-27
KVM: add ioctls to save/store mpstate
Marcelo Tosatti
7
-5
/
+86
2008-04-27
[SCSI] esp_scsi: Make cur_residue and tot_residue signed.
David S. Miller
1
-2
/
+2
2008-04-27
ide-tape: remove tape->merge_stage
Borislav Petkov
1
-61
/
+46
2008-04-27
ide-tape: mv tape->merge_stage_size tape->merge_bh_size
Borislav Petkov
1
-30
/
+31
2008-04-27
ide-tape: mv idetape_empty_write_pipeline ide_tape_flush_merge_buffer
Borislav Petkov
1
-4
/
+4
2008-04-27
ide-tape: mv idetape_discard_read_pipeline ide_tape_discard_merge_buffer
Borislav Petkov
1
-17
/
+17
2008-04-27
ide-tape: make __idetape_discard_read_pipeline() of type void
Borislav Petkov
1
-7
/
+4
2008-04-27
ide: remove now unused ide_pci_create_host_proc()
Alexey Dobriyan
2
-12
/
+0
2008-04-27
ide: remove /proc/ide/ali
Alexey Dobriyan
1
-240
/
+0
2008-04-27
ide-tape: improve buffer pages freeing strategy
Borislav Petkov
1
-18
/
+20
2008-04-27
ide-tape: mv tape->pages_per_stage tape->pages_per_buffer
Borislav Petkov
1
-5
/
+4
2008-04-27
ide-tape: mv tape->stage_size tape->buffer_size
Borislav Petkov
1
-29
/
+29
2008-04-27
ide-tape: improve buffer allocation strategy
Borislav Petkov
1
-23
/
+37
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
38
-272
/
+266
2008-04-27
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
Bartlomiej Zolnierkiewicz
9
-20
/
+12
2008-04-27
ide: sanitize ide_unregister() usage
Bartlomiej Zolnierkiewicz
5
-25
/
+4
[prev]
[next]