aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-27fix breakage in pegasos_ethAl Viro1-0/+3
2007-10-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+7
2007-10-26De-constify sched.hAlexey Dobriyan1-14/+14
2007-10-26[NET] napi: use non-interruptible sleep in napi_disableBenjamin Herrenschmidt1-1/+1
2007-10-26Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller1-6/+6
2007-10-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+4
2007-10-25Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+31
2007-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2-17/+11
2007-10-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-0/+4
2007-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-25/+30
2007-10-25Permit silencing of __deprecated warnings.Jeff Garzik1-0/+6
2007-10-25fix sg_phys to use dma_addr_tHugh Dickins1-1/+2
2007-10-25[netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla1-0/+4
2007-10-25lguest: documentation updateRusty Russell2-3/+7
2007-10-25lguest: clean up lguest_launcher.hRusty Russell1-14/+4
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams1-0/+2
2007-10-24sched: reduce balance-tasks overheadPeter Williams1-2/+5
2007-10-24sched: constify sched.hJoe Perches1-14/+14
2007-10-24sched: fix fastcall mismatch in completion APIsIngo Molnar1-9/+9
2007-10-24[DCCP]: Convert Reset code into socket error numberGerrit Renker1-0/+2
2007-10-24[DCCP]: Retrieve packet sequence number for error reportingGerrit Renker1-6/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-11/+29
2007-10-23[NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever1-2/+2
2007-10-23[NET]: Validate device addr prior to interface-upJeff Garzik1-0/+2
2007-10-23add port definition for mcf UART driverGreg Ungerer1-0/+3
2007-10-23Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds1-11/+11
2007-10-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds3-328/+33
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik2-14/+14
2007-10-23remove header_ops bug in qeth driverUrsula Braun1-1/+1
2007-10-23Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth into upstreamJeff Garzik2-327/+32
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-8/+4
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik1-4/+4
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik1-1/+5
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+10
2007-10-239p: add virtio transportEric Van Hensbergen1-0/+10
2007-10-23[SG] Add debug check for page alignmentJens Axboe1-0/+5
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-11/+0
2007-10-23mv643xx_eth: Move ethernet register definitions into private headerLennert Buytenhek1-302/+0
2007-10-23mv643xx_eth: Split off mv643xx_eth platform device dataLennert Buytenhek2-25/+32
2007-10-23Lguest support for VirtioRusty Russell1-28/+19
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell1-35/+1
2007-10-23Remove old lguest bus and drivers.Rusty Russell2-77/+0
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell1-0/+119
2007-10-23Virtio console driverRusty Russell1-0/+12
2007-10-23Block driver using virtio.Rusty Russell2-0/+52
2007-10-23Net driver using virtioRusty Russell2-0/+37
2007-10-23Virtio interfaceRusty Russell4-0/+228
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-1/+4
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+3
2007-10-23lguest.h declares a struct timespec, make it include linux/time.hJes Sorensen1-0/+1