aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Merge git://git.infradead.org/~dwmw2/battery-2.6Linus Torvalds21-0/+2958
2007-07-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds31-348/+459
2007-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds62-1107/+2249
2007-07-10Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds56-459/+874
2007-07-10Merge branch 'trivial-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds42-26865/+192
2007-07-10Documentation/block/barrier.txt is not in sync with the actual code: - blk_queue_ordered() no longer has a gfp_mask parameter - blk_queue_ordered_locked() no longer exists - sd_prepare_flush() looks slightly differentGeert Uytterhoeven1-13/+3
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke1-10/+3
2007-07-10Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu",Jan Engelhardt1-5/+6
2007-07-10block/Kconfig already has its own "menuconfig" so remove theseJan Engelhardt1-2/+0
2007-07-10Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt1-2/+2
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe2-5/+40
2007-07-10[GFS2] Accept old format NFS filehandlesSteven Whitehouse1-0/+2
2007-07-10[BATTERY] ds2760 W1 slaveAnton Vorontsov5-0/+278
2007-07-10[BATTERY] One Laptop Per Child power/battery driverDavid Woodhouse3-0/+359
2007-07-10[BATTERY] Apple PMU driverDavid Woodhouse3-0/+223
2007-07-10[BATTERY] 1-Wire ds2760 chip battery driverAnton Vorontsov3-0/+479
2007-07-10[BATTERY] APM emulation driver for class batteriesAnton Vorontsov3-0/+251
2007-07-10[BATTERY] pda_power platform driverAnton Vorontsov4-0/+301
2007-07-10[BATTERY] Universal power supply class (was: battery class)Anton Vorontsov10-0/+1067
2007-07-10[S390] vmlogrdr function annotation.Christian Borntraeger1-2/+2
2007-07-10[S390] s390: rename CPU_IDLE to S390_CPU_IDLEHeiko Carstens4-9/+9
2007-07-10[S390] cio: Remove prototype for non-existing function cmf_reset().Cornelia Huck1-1/+0
2007-07-10[S390] zcrypt: fix request timeout handlingRalph Wuerthner6-90/+140
2007-07-10[S390] system call optimization.Martin Schwidefsky2-2/+12
2007-07-10[S390] dasd: Avoid compile warnings on !CONFIG_DASD_PROFILEHeiko Carstens1-0/+4
2007-07-10[S390] Remove volatile from atomic_tHeiko Carstens1-2/+2
2007-07-10[S390] Program check in diag 210 under 31 bitMichael Holzheu1-15/+7
2007-07-10[S390] Bogomips calculation for 64 bit.Martin Schwidefsky3-5/+16
2007-07-10[S390] smp: Merge smp_count_cpus() and smp_get_save_areas().Heiko Carstens1-42/+21
2007-07-10[S390] zcore: Fix __user annotation.Heiko Carstens1-1/+1
2007-07-10[S390] fixed cdl-format detection.Stefan Haberland1-70/+97
2007-07-10[S390] sclp: Test facility list before executing a service call.Heiko Carstens5-0/+20
2007-07-10[S390] sclp: introduce some new interfaces.Heiko Carstens5-101/+121
2007-07-10[S390] Fixed comment typo.Ralph Wuerthner1-1/+1
2007-07-10[S390] vmcp cleanupRobert P. J. Day1-7/+6
2007-07-10pipe: add documentation and commentsJens Axboe3-2/+140
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe7-20/+22
2007-07-10Remove remnants of sendfile()Jens Axboe2-17/+12
2007-07-10xip sendfile removalCarsten Otte3-26/+0
2007-07-10splice: completely document external interface with kerneldocJens Axboe2-24/+96
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe1-7/+0
2007-07-10shmem: convert to using splice instead of sendfile()Hugh Dickins1-25/+17
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe1-91/+55
2007-07-10pipe: allow passing around of ops private pointerJens Axboe3-0/+3
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe9-68/+83
2007-07-10splice: relay supportTom Zanussi1-50/+191
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe4-19/+34
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe1-6/+9
2007-07-10loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe1-20/+44
2007-07-10splice: add void cookie to the actor dataJens Axboe1-0/+1