summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATEDGreg Kroah-Hartman2008-03-041-3/+4
* x86: a P4 is a P6 not an i486Hugh Dickins2008-03-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-041-1/+1
|\
| * scsi: missing add of padded bytes to io completion byte countJens Axboe2008-03-041-1/+1
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-048-36/+24
|\ \
| * | [PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall2008-03-031-1/+1
| * | [2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk2008-03-031-3/+3
| * | [2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk2008-03-031-1/+1
| * | [2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk2008-03-034-22/+15
| * | [PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2008-03-032-5/+3
| * | ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh2008-03-031-1/+1
| * | ocfs2: Enable localalloc for local mountsSunil Mushran2008-03-031-3/+0
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-03-047-2/+1285
|\ \ \ | |_|/ |/| |
| * | ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams2008-03-041-0/+2
| * | dmaengine: fix sparse warningDan Williams2008-03-041-1/+1
| * | fsldma: do not cleanup descriptors in hardirq contextDan Williams2008-03-041-1/+0
| * | dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei2008-03-045-1/+1283
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-045-354/+70
|\ \
| * | sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-045-354/+70
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-043-7/+12
|\ \
| * | x86/xen: fix DomU boot problemIan Campbell2008-03-041-1/+2
| * | x86: not set node to cpu_to_node if the node is not onlineYinghai Lu2008-03-041-2/+6
| * | x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha2008-03-041-4/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-03-0411-80/+156
|\ \
| * | x86: disable KVM for Voyager and friendsRandy Dunlap2008-03-041-1/+1
| * | KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity2008-03-041-0/+1
| * | KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2008-03-042-11/+6
| * | KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity2008-03-041-0/+8
| * | KVM: Avoid infinite-frequency local apic timerAvi Kivity2008-03-041-0/+4
| * | KVM: make MMU_DEBUG compile againMarcelo Tosatti2008-03-042-2/+2
| * | KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti2008-03-041-3/+3
| * | KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel2008-03-041-0/+22
| * | KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-046-40/+75
| * | KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel2008-03-031-0/+5
| * | KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-032-22/+24
| * | KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles2008-03-031-1/+1
| * | KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel2008-03-031-1/+3
| * | KVM: SVM: Fix lazy FPU switchingJoerg Roedel2008-03-031-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-0419-153/+245
|\ \ \
| * | | block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe2008-03-041-2/+7
| * | | block: fix shadowed variable warning in blk-map.cHarvey Harrison2008-03-041-3/+3
| * | | block: remove extern on function definitionHarvey Harrison2008-03-041-1/+1
| * | | cciss: remove READ_AHEAD define and use block layer defaultsMike Miller2008-03-041-3/+0
| * | | make cdrom.c:check_for_audio_disc() staticAdrian Bunk2008-03-041-2/+2
| * | | block/genhd.c: proper externsAdrian Bunk2008-03-042-2/+4
| * | | unexport blk_rq_map_user_iovAdrian Bunk2008-03-041-1/+0
| * | | unexport blk_{get,put}_queueAdrian Bunk2008-03-041-2/+0
| * | | block/genhd.c: cleanupsAdrian Bunk2008-03-042-3/+5
| * | | proper prototype for blk_dev_init()Adrian Bunk2008-03-042-2/+4
| * | | block/blk-tag.c should #include "blk.h"Adrian Bunk2008-03-041-0/+2