summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-10sky2: remove some leftover debug messagesStephen Hemminger1-4/+0
2007-07-10sky2: use upper_32_bits() macroStephen Hemminger1-12/+7
2007-07-10sky2: use roundup() macroStephen Hemminger1-2/+1
2007-07-10sky2: check drop truncated packetsStephen Hemminger1-0/+8
2007-07-10sky2: add support for read/write of EEPROMStephen Hemminger1-25/+115
2007-07-10sky2: unmark as EXPERIMENTALStephen Hemminger1-1/+1
2007-07-10sky2: receive fillStephen Hemminger1-22/+14
2007-07-10sky2: check for more work before leaving NAPIStephen Hemminger1-18/+17
2007-07-10sky2: debug interfaceStephen Hemminger3-2/+208
2007-07-10sky2: carrier managementStephen Hemminger1-7/+4
2007-07-10sky2: restore workarounds for lost interruptsStephen Hemminger1-1/+8
2007-07-10Documentation/block/barrier.txt is not in sync with the actual code: - blk_qu...Geert 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