summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: sched tuningNick Piggin2005-06-264-23/+54
* [PATCH] sched: schedstats update for balance on forkNick Piggin2005-06-261-2/+8
* [PATCH] sched: balance on forkNick Piggin2005-06-263-4/+10
* [PATCH] sched: no aggressive idle balancingNick Piggin2005-06-263-3/+0Star
* [PATCH] sched: balance timersNick Piggin2005-06-264-1/+21
* [PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2005-06-265-5/+5
* [PATCH] s390: debug feature changesMichael Holzheu2005-06-261-19/+29
* [PATCH] s390: add vmcp interfaceChristian Borntraeger2005-06-261-2/+16
* [PATCH] s390: improved machine check handlingHeiko Carstens2005-06-265-40/+44
* [PATCH] uml: add profile_pc for i386Paolo 'Blaisorblade' Giarrusso2005-06-261-0/+4
* [PATCH] swsusp: clean assembly partsPavel Machek2005-06-261-1/+1
* [PATCH] properly stop devices before poweroffPavel Machek2005-06-261-12/+21
* [PATCH] suspend/resume SMP supportLi Shaohua2005-06-261-1/+1
* [PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Ashok Raj2005-06-261-0/+2
* [PATCH] x86_64: CPU hotplug supportAshok Raj2005-06-262-0/+7
* [PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj2005-06-261-0/+12
* [PATCH] make smp_prepare_cpu to a weak functionAshok Raj2005-06-262-3/+1Star
* [PATCH] cpu state clean after hot removeLi Shaohua2005-06-262-0/+10
* [PATCH] sep initializing reworkLi Shaohua2005-06-262-0/+4
* [PATCH] i386: Dont use IPI broadcast when using cpu hotplug.Ashok Raj2005-06-261-2/+25
* [PATCH] i386 CPU hotplugZwane Mwaikambo2005-06-263-0/+9
* [PATCH] ppc32: Remove FSL OCP supportKumar Gala2005-06-262-58/+0Star
* [PATCH] ppc32: Add support for Freescale e200 (Book-E) coreKumar Gala2005-06-265-3/+22
* [PATCH] mips: add MIPS-specific support for flatmem/discontigmemYoichi Yuasa2005-06-263-2/+6
* [PATCH] I8K: use standard DMI interfaceDmitry Torokhov2005-06-261-0/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-264-7/+37
|\
| * [PATCH] ARM: Generic Dynamic Tick Timer support for ARM, take 4Russell King2005-06-252-0/+22
| * [PATCH] ARM: 2752/1: disable ixp2000 PCI I/O software workaround on chips tha...Lennert Buytenhek2005-06-252-7/+15
* | [SPARC64]: Report any user access faults in termios accessors.David S. Miller2005-06-251-37/+41
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-256-42/+100
|\
| * [PATCH] ARM: 2748/1: ixp2000 implementation of the iomap apiLennert Buytenhek2005-06-251-0/+72
| * [PATCH] ARM: 2747/1: allow platforms to provide their own iomap implementationLennert Buytenhek2005-06-251-0/+2
| * [PATCH] ARM: 2745/1: Fix IXP4xx debug macrosDeepak Saxena2005-06-242-0/+11
| * [PATCH] ARM: 2744/1: ixp2000 gpio irq supportLennert Buytenhek2005-06-242-40/+13Star
| * [PATCH] ARM: 2740/1: ixp2000 align{b,w} need to parenthesize their argumentsLennert Buytenhek2005-06-241-2/+2
* | [PATCH] fs/qnx4/*: fix sparse warningsAlexey Dobriyan2005-06-242-17/+17
* | Add "memory" clobbers to the x86 inline asm of strncmp and friendsLinus Torvalds2005-06-241-10/+22
|/
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-06-2410-13/+282
|\
| * [TCP]: Need to declare 'tcp_reno' in net/tcp.hDavid S. Miller2005-06-241-0/+1
| * [PKT_SCHED]: Packet classification based on textsearch (ematch)Thomas Graf2005-06-243-2/+25
| * [NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf2005-06-241-0/+5
| * [NET]: Zerocopy sequential reading of skb dataThomas Graf2005-06-241-0/+18
| * [LIB]: Naive finite state machine based textsearchThomas Graf2005-06-241-0/+48
| * [LIB]: Textsearch infrastructure.Thomas Graf2005-06-241-0/+180
| * [TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger2005-06-242-1/+3
| * [NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2005-06-241-0/+1
| * [NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger2005-06-241-3/+1Star
| * [NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2005-06-241-2/+0Star
| * [NET]: Remove obsolete fastroute stats.Stephen Hemminger2005-06-241-5/+0Star
* | [PATCH] make various thing staticAdrian Bunk2005-06-243-8/+0Star