aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-04x86: a P4 is a P6 not an i486Hugh Dickins1-1/+1
2008-03-04scsi: missing add of padded bytes to io completion byte countJens Axboe1-1/+1
2008-03-04ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams1-0/+2
2008-03-04dmaengine: fix sparse warningDan Williams1-1/+1
2008-03-04fsldma: do not cleanup descriptors in hardirq contextDan Williams1-1/+0
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei5-1/+1283
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra5-354/+70
2008-03-04x86/xen: fix DomU boot problemIan Campbell1-1/+2
2008-03-04x86: not set node to cpu_to_node if the node is not onlineYinghai Lu1-2/+6
2008-03-04x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha1-4/+4
2008-03-04m68k{,nommu}: Wire up new timerfd syscallsGeert Uytterhoeven4-6/+14
2008-03-04m68knommu: fix fec driver interrupt racesGreg Ungerer1-4/+4
2008-03-04m68knommu: declare do_IRQ()Greg Ungerer1-0/+2
2008-03-04m68knommu: remove duplicate hw_tick() codeGreg Ungerer1-10/+0
2008-03-04m68knommu: update defconfigGreg Ungerer1-56/+56
2008-03-04Build fix for drivers/s390/char/defkeymap.cTony Breeds1-1/+1
2008-03-04freezer vs stopped or tracedRoland McGrath2-19/+26
2008-03-04x86: disable KVM for Voyager and friendsRandy Dunlap1-1/+1
2008-03-04KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity1-0/+1
2008-03-04KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2-11/+6
2008-03-04KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity1-0/+8
2008-03-04KVM: Avoid infinite-frequency local apic timerAvi Kivity1-0/+4
2008-03-04KVM: make MMU_DEBUG compile againMarcelo Tosatti2-2/+2
2008-03-04KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti1-3/+3
2008-03-04KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel1-0/+22
2008-03-04KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus6-40/+75
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe1-2/+7
2008-03-04block: fix shadowed variable warning in blk-map.cHarvey Harrison1-3/+3
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
2008-03-04cciss: remove READ_AHEAD define and use block layer defaultsMike Miller1-3/+0
2008-03-04make cdrom.c:check_for_audio_disc() staticAdrian Bunk1-2/+2
2008-03-04block/genhd.c: proper externsAdrian Bunk2-2/+4
2008-03-04unexport blk_rq_map_user_iovAdrian Bunk1-1/+0
2008-03-04unexport blk_{get,put}_queueAdrian Bunk1-2/+0
2008-03-04block/genhd.c: cleanupsAdrian Bunk2-3/+5
2008-03-04proper prototype for blk_dev_init()Adrian Bunk2-2/+4
2008-03-04block/blk-tag.c should #include "blk.h"Adrian Bunk1-0/+2
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with 4GB or upper 4GB memoryYang Shi1-1/+1
2008-03-04block: separate out padding from alignmentTejun Heo4-8/+34
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori7-18/+13
2008-03-04resubmit: cciss: procfs updates to display info about manyMike Miller2-103/+160
2008-03-04splice: only return -EAGAIN if there's hope of more dataJens Axboe1-4/+8
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap3-1/+4
2008-03-03[PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall1-1/+1
2008-03-03[2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk1-3/+3
2008-03-03[2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk1-1/+1
2008-03-03[2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk4-22/+15
2008-03-03[PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2-5/+3
2008-03-03ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh1-1/+1
2008-03-03ocfs2: Enable localalloc for local mountsSunil Mushran1-3/+0