summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-12-29Get rid of CONFIG_LSFJens Axboe1-8/+3
2008-12-29block: add one-hit cache for disk partition lookupJens Axboe1-0/+1
2008-12-29block: get rid of elevator_t typedefJens Axboe2-6/+5
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe2-3/+7
2008-12-29bio: add support for inlining a number of bio_vecs inside the bioJens Axboe1-0/+12
2008-12-29bio: allow individual slabs in the bio_setJens Axboe1-1/+5
2008-12-29bio: move the slab pointer inside the bio_setJens Axboe1-0/+1
2008-12-29bio: only mempool back the largest bio_vec slab cacheJens Axboe1-1/+2
2008-12-29block: simplify empty barrier implementationTejun Heo1-1/+0
2008-12-29block: make barrier completion more robustTejun Heo1-2/+2
2008-12-29block: make every barrier action optionalTejun Heo1-2/+5
2008-12-29block: reorganize QUEUE_ORDERED_* constantsTejun Heo1-16/+23
2008-12-29block: reorder struct bio to remove padding on 64bitRichard Kennedy1-1/+2
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan1-1/+0
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2-0/+2
2008-12-29block: add queue flag for paravirt frontend driversFernando Luis Vázquez Cao1-0/+1
2008-12-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds3-6/+48
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-33/+5
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds90-998/+2651
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+3
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-1/+46
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+4
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-256/+744
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-8/+96
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds17-383/+614
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-15/+166
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds14-229/+449
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-1/+2
2008-12-28m68k: use the new byteorder headersHarvey Harrison1-11/+5
2008-12-28m68k: machw.h cleanupFinn Thain1-22/+0
2008-12-26netlink: fix (theoretical) overrun in message iterationVegard Nossum1-1/+1
2008-12-26sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun1-0/+2
2008-12-25Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/coreIngo Molnar8-18/+30
2008-12-25[S390] __page_to_pfn warningsMartin Schwidefsky1-1/+1
2008-12-25[S390] iucv: Locking free version of iucv_message_(receive|send)Hendrik Brueckner1-0/+45
2008-12-25Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin...Ingo Molnar8-6/+37
2008-12-25sched, trace: update trace_sched_wakeup()Peter Zijlstra1-2/+2
2008-12-25Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/coreIngo Molnar2-2/+6
2008-12-25Merge branch 'topic/udev-id-rename' into to-pushTakashi Iwai1-49/+57
2008-12-25Merge branch 'topic/snd-hrtimer' into to-pushTakashi Iwai1-0/+1
2008-12-25Merge branch 'topic/jack-mechanical' into to-pushTakashi Iwai2-0/+2
2008-12-25Merge branch 'topic/hda' into to-pushTakashi Iwai2-0/+2
2008-12-25Merge branch 'topic/cs5535audio' into to-pushTakashi Iwai1-0/+2
2008-12-25Merge branch 'topic/ca0106' into to-pushTakashi Iwai2-4/+26
2008-12-25Merge branch 'topic/asoc' into to-pushTakashi Iwai7-176/+359
2008-12-25Merge branch 'next' into for-linusJames Morris17-383/+614
2008-12-25crypto: aes - Precompute tablesHerbert Xu1-4/+4
2008-12-25libcrc32c: Add crc32c_le macroHerbert Xu1-0/+3
2008-12-25libcrc32c: Move implementation to crypto crc32cHerbert Xu1-4/+1
2008-12-25crypto: hash - Export shash through hashHerbert Xu3-2/+10