summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-298-51/+76
|\
| * [MIPS] time: Replace plat_timer_setup with modern APIs.Ralf Baechle2007-10-291-0/+1
| * [MIPS] txx9tmr clockevent/clocksource driverAtsushi Nemoto2007-10-296-49/+72
| * [MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle2007-10-291-1/+3
| * [MIPS] time: Remove declaration of plat_timer_setup, there is no caller.Ralf Baechle2007-10-291-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-291-0/+1
|\ \
| * | sched: keep utime/stime monotonicPeter Zijlstra2007-10-291-0/+1
* | | Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds2007-10-291-1/+0Star
|/ /
* | Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/li...Linus Torvalds2007-10-292-1/+41
|\ \
| * | [libata] Link power management infrastructureKristen Carlson Accardi2007-10-292-1/+41
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-292-0/+10
|\| |
| * | libata: implement ata_wait_after_reset()Tejun Heo2007-10-291-0/+8
| * | libata: track SLEEP state and issue SRST to wake it upTejun Heo2007-10-292-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-291-1/+1
|\ \
| * | [BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe2007-10-291-1/+1
| |/
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-291-3/+7
|\ \
| * | sg_init_table() should use unsigned loop index variableChuck Lever2007-10-291-1/+1
| * | sg_last() should use unsigned loop index variableChuck Lever2007-10-291-1/+1
| * | SG: clear termination bit in sg_chain()Jens Axboe2007-10-291-1/+5
| |/
* | fix abuses of ptrdiff_tAl Viro2007-10-291-0/+2
* | SCTP endianness annotations regressionAl Viro2007-10-291-1/+1
* | SUNRPC endianness annotationsAl Viro2007-10-291-16/+16
* | x86 merge fallout: umlAl Viro2007-10-292-7/+1Star
|/
* fix breakage in pegasos_ethAl Viro2007-10-281-0/+3
* Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner2007-10-271-3/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-2721-127/+114Star
|\
| * [SPARC64]: Fix BACKOFF_SPIN on non-SMP.David S. Miller2007-10-271-1/+3
| * [SPARC32]: __inline__ --> inlineDavid S. Miller2007-10-276-27/+23Star
| * [SPARC64]: __inline__ --> inlineDavid S. Miller2007-10-2714-99/+88Star
* | [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-271-2/+0Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-268-16/+29
|\
| * [NET] napi: use non-interruptible sleep in napi_disableBenjamin Herrenschmidt2007-10-261-1/+1
| * [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-261-1/+0Star
| * [SCTP]: #if 0 sctp_update_copy_cksum()Adrian Bunk2007-10-261-1/+0Star
| * [IRDA]: Make ircomm_tty static.Adrian Bunk2007-10-261-1/+0Star
| * 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/+4Star
| * | [NET_CLS_ACT]: Introduce skb_act_cloneJamal Hadi Salim2007-10-261-0/+15
| * | [UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich2007-10-262-6/+7
* | | De-constify sched.hAlexey Dobriyan2007-10-261-14/+14
* | | x86 bitops: fix code style issuesRandy Dunlap2007-10-261-26/+26
* | | bitops kernel-doc: inline instead of macroRandy Dunlap2007-10-262-4/+10
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-264-3/+7
|\|
| * [NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov2007-10-241-0/+2
| * [TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update()Chuck Lever2007-10-241-1/+1
| * [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-241-2/+2
| * [NET]: Validate device addr prior to interface-upJeff Garzik2007-10-241-0/+2
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-264-16/+34
|\ \
| * | fix sg_phys to use dma_addr_tHugh Dickins2007-10-251-1/+2