summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] ppc32: Remove FSL OCP supportKumar Gala2005-06-253-59/+1
* [PATCH] ppc32: Add support for Freescale e200 (Book-E) coreKumar Gala2005-06-2516-18/+214
* [PATCH] ppc32: Check return of ppc_sys_get_pdata before accessing pointerKumar Gala2005-06-255-67/+89
* [PATCH] selinux: add executable heap checkLorenzo Hernández García-Hierro2005-06-253-0/+13
* [PATCH] selinux: add executable stack checkLorenzo Hernandez García-Hierro2005-06-253-0/+12
* [PATCH] mm: fix remap_pte_range BUGHugh Dickins2005-06-251-1/+1
* [PATCH] Fix the error handling in direct I/OHifumi Hisashi2005-06-251-2/+5
* [PATCH] mips: add MIPS-specific support for flatmem/discontigmemYoichi Yuasa2005-06-257-5/+19
* [PATCH] Serial: remove unnecessary register_serial/unregister_serialRussell King2005-06-253-9/+0
* [PATCH] gcc4 compile fix for recent ia64 xpc changesDave Jones2005-06-253-13/+13
* [PATCH] I8K: add new BIOS signaturesDmitry Torokhov2005-06-251-8/+24
* [PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov2005-06-252-106/+47
* [PATCH] I8K: convert to seqfileDmitry Torokhov2005-06-251-42/+22
* [PATCH] I8K: use standard DMI interfaceDmitry Torokhov2005-06-254-252/+60
* [PATCH] I8K: pass through lindentDmitry Torokhov2005-06-251-475/+475
* [PATCH] Toshiba driver cleanupDmitry Torokhov2005-06-252-40/+24
* [PATCH] cx88 build fixMauro Carvalho Chehab2005-06-251-1/+0
* [PATCH] dvb-bt8xx.txt fixesUwe Bugla2005-06-251-14/+11
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-2517-55/+461
|\
| * [PATCH] ARM: Generic Dynamic Tick Timer support for ARM, take 4Russell King2005-06-255-0/+154
| * [PATCH] ARM: 2752/1: disable ixp2000 PCI I/O software workaround on chips tha...Lennert Buytenhek2005-06-259-7/+41
| * [PATCH] ARM: Fix discontigmemRussell King2005-06-252-2/+2
| * [PATCH] ARM: 2751/1: ixp2000 gpio cleanup broke ixdp2800 buildLennert Buytenhek2005-06-251-0/+3
| * [PATCH] ARM: 2750/1: add i2c platform device for enp2611 on-board i2c busLennert Buytenhek2005-06-251-1/+16
| * [PATCH] ARM: 2749/1: update ixp2000 defconfigs to 2.6.12-git6Lennert Buytenhek2005-06-255-45/+245
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-06-252-41/+45
|\ \
| * | [SPARC64]: Report any user access faults in termios accessors.David S. Miller2005-06-241-37/+41
| * | [SPARC]: sunzilog warning fixesWilliam Lee Irwin III2005-06-241-4/+4
| |/
* | ACPI: Make sure we call acpi_register_gsi() even for default PCI interrupt as...Linus Torvalds2005-06-251-0/+1
* | [TG3]: Update driver version and reldate.David S. Miller2005-06-241-2/+2
* | [TG3]: Refinements to new locking strategy.Michael Chan2005-06-241-14/+20
* | [TG3]: Eliminate all hw IRQ handler spinlocks.David S. Miller2005-06-242-179/+149
* | [TG3]: Fix missing memory barriers and SD_STATUS_UPDATED bit clearing.David S. Miller2005-06-241-0/+3
* | [SUNRPC]: Fix {s,}size_t printf format strings in xprt.cDavid S. Miller2005-06-241-2/+2
* | [TCP]: Do not present confusing congestion control options by default.David S. Miller2005-06-241-1/+19
* | [IPV4]: Move FIB lookup algorithm choice under IP_ADVANCED_ROUTINGDavid S. Miller2005-06-241-26/+38
* | [PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller2005-06-242-24/+9
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-06-244-20/+20
|\
| * [PATCH] Serial: Eliminate magic numbersRussell King2005-06-244-20/+20
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-06-2410-64/+180
|\ \
| * | [PATCH] ARM: 2748/1: ixp2000 implementation of the iomap apiLennert Buytenhek2005-06-241-0/+72
| * | [PATCH] ARM: 2747/1: allow platforms to provide their own iomap implementationLennert Buytenhek2005-06-241-0/+2
| * | [PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6Catalin Marinas2005-06-241-3/+3
| * | [PATCH] ARM: 2745/1: Fix IXP4xx debug macrosDeepak Saxena2005-06-243-0/+19
| * | [PATCH] ARM: 2744/1: ixp2000 gpio irq supportLennert Buytenhek2005-06-244-59/+82
| * | [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-244-20/+20
* | 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-2426-183/+1538
|\
| * [PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARChDavid S. Miller2005-06-231-0/+1