summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-05KVM: Remove pointless desc_ptr #ifdefkvm-63rc1kvm-63Avi Kivity
2008-03-05KVM: Merge generic x86 name usage from upstreamAvi Kivity
2008-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Avi Kivity
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-03-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds
2008-03-04scsi: missing add of padded bytes to io completion byte countJens Axboe
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds
2008-03-04ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams
2008-03-04dmaengine: fix sparse warningDan Williams
2008-03-04fsldma: do not cleanup descriptors in hardirq contextDan Williams
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra
2008-03-04x86/xen: fix DomU boot problemIan Campbell
2008-03-04x86: not set node to cpu_to_node if the node is not onlineYinghai Lu
2008-03-04x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-03-04m68k{,nommu}: Wire up new timerfd syscallsGeert Uytterhoeven
2008-03-04m68knommu: fix fec driver interrupt racesGreg Ungerer
2008-03-04m68knommu: declare do_IRQ()Greg Ungerer
2008-03-04m68knommu: remove duplicate hw_tick() codeGreg Ungerer
2008-03-04m68knommu: update defconfigGreg Ungerer
2008-03-04Build fix for drivers/s390/char/defkeymap.cTony Breeds
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-03-04freezer vs stopped or tracedRoland McGrath
2008-03-04x86: disable KVM for Voyager and friendsRandy Dunlap
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity
2008-03-04KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity
2008-03-04KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity
2008-03-04KVM: Avoid infinite-frequency local apic timerAvi Kivity
2008-03-04KVM: make MMU_DEBUG compile againMarcelo Tosatti
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus
2008-03-04Revert "KVM: is_long_mode() should check for EFER.LMA"Avi Kivity
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe
2008-03-04block: fix shadowed variable warning in blk-map.cHarvey Harrison
2008-03-04block: remove extern on function definitionHarvey Harrison
2008-03-04cciss: remove READ_AHEAD define and use block layer defaultsMike Miller
2008-03-04make cdrom.c:check_for_audio_disc() staticAdrian Bunk
2008-03-04block/genhd.c: proper externsAdrian Bunk
2008-03-04unexport blk_rq_map_user_iovAdrian Bunk
2008-03-04unexport blk_{get,put}_queueAdrian Bunk
2008-03-04block/genhd.c: cleanupsAdrian Bunk
2008-03-04proper prototype for blk_dev_init()Adrian Bunk
2008-03-04block/blk-tag.c should #include "blk.h"Adrian Bunk
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi
2008-03-04block: separate out padding from alignmentTejun Heo