aboutsummaryrefslogtreecommitdiffstats
path: root/include/keys (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2007-07-10sendfile: kill generic_file_sendfile()Jens Axboe2-21/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe37-131/+43
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe1-4/+20
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe3-30/+158
2007-07-10splice: abstract out actor dataJens Axboe3-36/+84
2007-07-10unexport bio_{,un}map_userAdrian Bunk1-2/+0
2007-07-10Remove legacy CDROM driversJens Axboe23-24847/+0
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh11-20/+14
2007-07-10cciss: add new controller support for P700mMike Miller (OS Dev1-0/+2
2007-07-10[PATCH] Remove acsi.cJens Axboe3-1858/+1
2007-07-10[BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo1-9/+0
2007-07-10[PATCH] cdrom_sysctl_info fixDave Young1-91/+125
2007-07-10blk_hw_contig_segment(): bad segment size checksJens Axboe1-2/+2
2007-07-10[TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCKBenjamin Gilbert1-5/+0
2007-07-10Input: tsdev - fix broken usec-to-millisecs conversionAndrew Morton1-1/+1
2007-07-10Input: pxa27x_keyboard - fix compile errorMike Rapoport1-1/+1
2007-07-10Input: serio_raw - shut up errorneous warningAndrew Morton1-1/+1
2007-07-10Input: update MAINTAINERS to explicitly mention touchscreensRobert P. J. Day1-1/+1
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede2-4/+4
2007-07-10Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreensOndrej Zary2-0/+39
2007-07-10Input: ppc-beep - switch to using input_dev->dev.parentDmitry Torokhov1-5/+5
2007-07-10Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360Dmitry Torokhov1-20/+20
2007-07-10Input: xpad - make xpad_play_effect() staticAdrian Bunk1-1/+2
2007-07-10Input: xpad - fix check for succesful usb_buffer_allocJan Kratochvil1-1/+1
2007-07-10Input: grip-mp - use ARRAY_SIZEAndi Drebes1-2/+2
2007-07-10Input: wacom - add support for the new Bamboo tabletsPing Cheng4-9/+53
2007-07-10Input: add gpio-mouse driverHans-Christian Egtvedt4-0/+274
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov6-309/+345
2007-07-10Input: wistron - add support for querying/changing keymapDmitry Torokhov1-34/+87