Age | Commit message (Expand) | Author | Files | Lines |
2008-03-05 | cgroup: fix default notify_on_release setting | Li Zefan | 1 | -1/+3 |
2008-03-04 | x86: a P4 is a P6 not an i486 | Hugh Dickins | 1 | -1/+1 |
2008-03-04 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2008-03-04 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -36/+24 |
2008-03-04 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as... | Linus Torvalds | 7 | -2/+1285 |
2008-03-04 | scsi: missing add of padded bytes to io completion byte count | Jens Axboe | 1 | -1/+1 |
2008-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min... | Linus Torvalds | 5 | -354/+70 |
2008-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 3 | -7/+12 |
2008-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 11 | -80/+156 |
2008-03-04 | ioat: fix 'ack' handling, driver must ensure that 'ack' is zero | Dan Williams | 1 | -0/+2 |
2008-03-04 | dmaengine: fix sparse warning | Dan Williams | 1 | -1/+1 |
2008-03-04 | fsldma: do not cleanup descriptors in hardirq context | Dan Williams | 1 | -1/+0 |
2008-03-04 | dmaengine: add driver for Freescale MPC85xx DMA controller | Zhang Wei | 5 | -1/+1283 |
2008-03-04 | sched: revert load_balance_monitor() changes | Peter Zijlstra | 5 | -354/+70 |
2008-03-04 | x86/xen: fix DomU boot problem | Ian Campbell | 1 | -1/+2 |
2008-03-04 | x86: not set node to cpu_to_node if the node is not online | Yinghai Lu | 1 | -2/+6 |
2008-03-04 | x86, i387: fix ptrace leakage using init_fpu() | Suresh Siddha | 1 | -4/+4 |
2008-03-04 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 19 | -153/+245 |
2008-03-04 | m68k{,nommu}: Wire up new timerfd syscalls | Geert Uytterhoeven | 4 | -6/+14 |
2008-03-04 | m68knommu: fix fec driver interrupt races | Greg Ungerer | 1 | -4/+4 |
2008-03-04 | m68knommu: declare do_IRQ() | Greg Ungerer | 1 | -0/+2 |
2008-03-04 | m68knommu: remove duplicate hw_tick() code | Greg Ungerer | 1 | -10/+0 |
2008-03-04 | m68knommu: update defconfig | Greg Ungerer | 1 | -56/+56 |
2008-03-04 | Build fix for drivers/s390/char/defkeymap.c | Tony Breeds | 1 | -1/+1 |
2008-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 29 | -615/+410 |
2008-03-04 | freezer vs stopped or traced | Roland McGrath | 2 | -19/+26 |
2008-03-04 | x86: disable KVM for Voyager and friends | Randy Dunlap | 1 | -1/+1 |
2008-03-04 | KVM: VMX: Avoid rearranging switched guest msrs while they are loaded | Avi Kivity | 1 | -0/+1 |
2008-03-04 | KVM: MMU: Fix race when instantiating a shadow pte | Avi Kivity | 2 | -11/+6 |
2008-03-04 | KVM: Route irq 0 to vcpu 0 exclusively | Avi Kivity | 1 | -0/+8 |
2008-03-04 | KVM: Avoid infinite-frequency local apic timer | Avi Kivity | 1 | -0/+4 |
2008-03-04 | KVM: make MMU_DEBUG compile again | Marcelo Tosatti | 2 | -2/+2 |
2008-03-04 | KVM: move alloc_apic_access_page() outside of non-preemptable region | Marcelo Tosatti | 1 | -3/+3 |
2008-03-04 | KVM: SVM: fix Windows XP 64 bit installation crash | Joerg Roedel | 1 | -0/+22 |
2008-03-04 | KVM: remove the usage of the mmap_sem for the protection of the memory slots. | Izik Eidus | 6 | -40/+75 |
2008-03-04 | block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP back | Jens Axboe | 1 | -2/+7 |
2008-03-04 | block: fix shadowed variable warning in blk-map.c | Harvey Harrison | 1 | -3/+3 |
2008-03-04 | block: remove extern on function definition | Harvey Harrison | 1 | -1/+1 |
2008-03-04 | cciss: remove READ_AHEAD define and use block layer defaults | Mike Miller | 1 | -3/+0 |
2008-03-04 | make cdrom.c:check_for_audio_disc() static | Adrian Bunk | 1 | -2/+2 |
2008-03-04 | block/genhd.c: proper externs | Adrian Bunk | 2 | -2/+4 |
2008-03-04 | unexport blk_rq_map_user_iov | Adrian Bunk | 1 | -1/+0 |
2008-03-04 | unexport blk_{get,put}_queue | Adrian Bunk | 1 | -2/+0 |
2008-03-04 | block/genhd.c: cleanups | Adrian Bunk | 2 | -3/+5 |
2008-03-04 | proper prototype for blk_dev_init() | Adrian Bunk | 2 | -2/+4 |
2008-03-04 | block/blk-tag.c should #include "blk.h" | Adrian Bunk | 1 | -0/+2 |
2008-03-04 | Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ... | Yang Shi | 1 | -1/+1 |
2008-03-04 | block: separate out padding from alignment | Tejun Heo | 4 | -8/+34 |
2008-03-04 | block: restore the meaning of rq->data_len to the true data length | FUJITA Tomonori | 7 | -18/+13 |
2008-03-04 | resubmit: cciss: procfs updates to display info about many | Mike Miller | 2 | -103/+160 |