aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Input: remove cdev from input_dev structureDmitry Torokhov2008-01-211-4/+0
* Input: Add proper locking when changing device's keymapDmitry Torokhov2008-01-211-0/+3
* Input: adds the context menu key (HUT GenDesc 0x84)Aristeu Rozanski2007-11-271-0/+2
* Input: add definitions for frame forward and frame back keysAristeu Rozanski2007-11-271-0/+3
* Input: Add Euro and Dollar key codesCarlos Corbacho2007-10-271-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-262-7/+7
|\
| * [NET] napi: use non-interruptible sleep in napi_disableBenjamin Herrenschmidt2007-10-261-1/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller2007-10-261-6/+6
| |\
| | * [DCCP]: Convert Reset code into socket error numberGerrit Renker2007-10-241-0/+2
| | * [DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2007-10-241-6/+4
* | | De-constify sched.hAlexey Dobriyan2007-10-261-14/+14
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-252-2/+4
|\ \ | |/
| * [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-231-2/+2
| * [NET]: Validate device addr prior to interface-upJeff Garzik2007-10-231-0/+2
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-251-12/+31
|\ \
| * | fix sg_phys to use dma_addr_tHugh Dickins2007-10-251-1/+2
| * | SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-11/+29
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2007-10-252-17/+11
|\ \
| * | lguest: documentation updateRusty Russell2007-10-252-3/+7
| * | lguest: clean up lguest_launcher.hRusty Russell2007-10-251-14/+4
| |/
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-251-0/+4
|\ \
| * | [netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla2007-10-251-0/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-252-25/+30
|\ \
| * | sched: isolate SMP balancing code a bit morePeter Williams2007-10-241-0/+2
| * | sched: reduce balance-tasks overheadPeter Williams2007-10-241-2/+5
| * | sched: constify sched.hJoe Perches2007-10-241-14/+14
| * | sched: fix fastcall mismatch in completion APIsIngo Molnar2007-10-241-9/+9
| |/
* | Permit silencing of __deprecated warnings.Jeff Garzik2007-10-251-0/+6
|/
* add port definition for mcf UART driverGreg Ungerer2007-10-231-0/+3
* Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2007-10-231-11/+11
|\
| * [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-231-8/+4
| * [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik2007-10-231-4/+4
| * [PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik2007-10-231-1/+5
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-233-328/+33
|\ \
| * | remove header_ops bug in qeth driverUrsula Braun2007-10-231-1/+1
| * | Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth in...Jeff Garzik2007-10-232-327/+32
| |\ \ | | |/ | |/|
| | * mv643xx_eth: Move ethernet register definitions into private headerLennert Buytenhek2007-10-231-302/+0
| | * mv643xx_eth: Split off mv643xx_eth platform device dataLennert Buytenhek2007-10-232-25/+32
* | | [libata] checkpatch-inspired cleanupsJeff Garzik2007-10-232-14/+14
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2007-10-231-0/+10
|\ \
| * | 9p: add virtio transportEric Van Hensbergen2007-10-231-0/+10
* | | [SG] Add debug check for page alignmentJens Axboe2007-10-231-0/+5
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-231-11/+0
|\ \
| * | mlx4_core: Kill mlx4_write64_raw()Roland Dreier2007-10-141-11/+0
* | | Lguest support for VirtioRusty Russell2007-10-231-28/+19
* | | Remove old lguest I/O infrrasructure.Rusty Russell2007-10-231-35/+1
* | | Remove old lguest bus and drivers.Rusty Russell2007-10-232-77/+0
* | | Virtio helper routines for a descriptor ringbuffer implementationRusty Russell2007-10-231-0/+119
* | | Virtio console driverRusty Russell2007-10-231-0/+12
* | | Block driver using virtio.Rusty Russell2007-10-232-0/+52