aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-10Merge git://git.infradead.org/~dwmw2/battery-2.6Linus Torvalds
2007-07-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2007-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2007-07-10Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-07-10Merge branch 'trivial-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-07-10Documentation/block/barrier.txt is not in sync with the actual code: - blk_qu...Geert Uytterhoeven
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke
2007-07-10Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu",Jan Engelhardt
2007-07-10block/Kconfig already has its own "menuconfig" so remove theseJan Engelhardt
2007-07-10Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe
2007-07-10[GFS2] Accept old format NFS filehandlesSteven Whitehouse
2007-07-10[BATTERY] ds2760 W1 slaveAnton Vorontsov
2007-07-10[BATTERY] One Laptop Per Child power/battery driverDavid Woodhouse
2007-07-10[BATTERY] Apple PMU driverDavid Woodhouse
2007-07-10[BATTERY] 1-Wire ds2760 chip battery driverAnton Vorontsov
2007-07-10[BATTERY] APM emulation driver for class batteriesAnton Vorontsov
2007-07-10[BATTERY] pda_power platform driverAnton Vorontsov
2007-07-10[BATTERY] Universal power supply class (was: battery class)Anton Vorontsov
2007-07-10[S390] vmlogrdr function annotation.Christian Borntraeger
2007-07-10[S390] s390: rename CPU_IDLE to S390_CPU_IDLEHeiko Carstens
2007-07-10[S390] cio: Remove prototype for non-existing function cmf_reset().Cornelia Huck
2007-07-10[S390] zcrypt: fix request timeout handlingRalph Wuerthner
2007-07-10[S390] system call optimization.Martin Schwidefsky
2007-07-10[S390] dasd: Avoid compile warnings on !CONFIG_DASD_PROFILEHeiko Carstens
2007-07-10[S390] Remove volatile from atomic_tHeiko Carstens
2007-07-10[S390] Program check in diag 210 under 31 bitMichael Holzheu
2007-07-10[S390] Bogomips calculation for 64 bit.Martin Schwidefsky
2007-07-10[S390] smp: Merge smp_count_cpus() and smp_get_save_areas().Heiko Carstens
2007-07-10[S390] zcore: Fix __user annotation.Heiko Carstens
2007-07-10[S390] fixed cdl-format detection.Stefan Haberland
2007-07-10[S390] sclp: Test facility list before executing a service call.Heiko Carstens
2007-07-10[S390] sclp: introduce some new interfaces.Heiko Carstens
2007-07-10[S390] Fixed comment typo.Ralph Wuerthner
2007-07-10[S390] vmcp cleanupRobert P. J. Day
2007-07-10pipe: add documentation and commentsJens Axboe
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10Remove remnants of sendfile()Jens Axboe
2007-07-10xip sendfile removalCarsten Otte
2007-07-10splice: completely document external interface with kerneldocJens Axboe
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe
2007-07-10shmem: convert to using splice instead of sendfile()Hugh Dickins
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe
2007-07-10pipe: allow passing around of ops private pointerJens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10splice: relay supportTom Zanussi
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe
2007-07-10loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe
2007-07-10splice: add void cookie to the actor dataJens Axboe