summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras2005-09-2689-25/+32423
* Merge from Linus' tree.Paul Mackerras2005-09-25319-3669/+10278
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-ucbLinus Torvalds2005-09-241-2/+2
| |\
| | * [MFD] Fix "bious one-bit signed bitfield" errorsRussell King2005-09-241-2/+2
| * | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-09-241-1/+1
| |\ \
| | * | [SERIAL] Remove unused variable in clps711x.cRussell King2005-09-241-1/+1
| | |/
| * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-09-242-6/+6
| |\ \
| | * | [ARM] Fix compiler warnings for memcpy_toio/memcpy_fromio/memset_ioRussell King2005-09-242-6/+6
| | |/
| * | [PATCH] Input: check switch bitmap when matching handlersDmitry Torokhov2005-09-241-0/+1
| |/
| * Merge branch 'upstream' from master.kernel.org:/pub/scm/linux/kernel/git/jgar...Linus Torvalds2005-09-235-34/+54
| |\
| | * Merge /spare/repo/linux-2.6/Jeff Garzik2005-09-23451-6582/+11894
| | |\
| | * | [PATCH] Add NVIDIA device ID in sata_nvAndy Currid2005-09-212-1/+4
| | * | [PATCH] PATCH: remove function for non-PCI as requestedAlan Cox2005-09-162-32/+50
| | * | [PATCH] PATCH: silly in piix driverAlan Cox2005-09-161-1/+0
| * | | Merge branch 'upstream-fixes' from master.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2005-09-232-3/+21
| |\ \ \
| | * | | [PATCH] skge: fix Yukon-Lite A0 workaroundStephen Hemminger2005-09-231-2/+20
| | * | | [PATCH] 8390 Tx fix for non i386 machinesPaul Gortmaker2005-09-231-1/+1
| | | |/ | | |/|
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-09-231-1/+1
| |\ \ \
| | * | | [ARM] Fix context switch with ARMv6 + TLSRussell King2005-09-231-1/+1
| * | | | [PATCH] revert oversized kmalloc checkAndrew Morton2005-09-231-1/+2
| * | | | [PATCH] documentation: sparse no longer uses bk, but gitHarald Welte2005-09-231-2/+2
| * | | | [PATCH] ipmi_msghandler: inconsistent spin_lock usageHironobu Ishii2005-09-231-3/+3
| * | | | [PATCH] ppc64: Fix huge pages MMU mapping bugBenjamin Herrenschmidt2005-09-232-5/+7
| * | | | [PATCH] atyfb c99 fixAndrew Morton2005-09-231-3/+5
| * | | | [PATCH] hisax: remove URB_ASYNC_UNLINKKarsten Keil2005-09-232-4/+0
| * | | | Make sure SIGKILL gets proper respectLinus Torvalds2005-09-231-17/+14
| * | | | [PATCH] cifs: Add support for suspendSteve French2005-09-232-0/+4
| * | | | [PATCH] pci: fixup parent subordinate busnrIvan Kokshaysky2005-09-231-1/+17
| * | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shagg...Linus Torvalds2005-09-234-7/+14
| |\ \ \ \
| | * | | | JFS: don't dereference tlck->ip from txUpdateMapDave Kleikamp2005-09-202-1/+9
| | * | | | JFS: Fix sparse warnings, including endian errorDave Kleikamp2005-09-153-6/+5
| * | | | | [SCTP]: Fix SCTP_SHUTDOWN notifications.Sridhar Samudrala2005-09-221-11/+11
| * | | | | [NETFILTER] Fix conntrack event cache deadlock/oopsHarald Welte2005-09-226-32/+49
| * | | | | [NETFILTER] remove unneeded structure definition from conntrack helperHarald Welte2005-09-221-7/+0
| * | | | | [NETFILTER] Fix sparse endian warnings in pptp helperAlexey Dobriyan2005-09-223-68/+70
| * | | | | [NETFILTER] fix DEBUG statement in PPTP helperHarald Welte2005-09-221-1/+1
| * | | | | [BRIDGE]: TSO fix in br_dev_queue_push_xmitVlad Drukker2005-09-221-1/+2
| * | | | | [TCP]: Adjust Reno SACK estimate in tcp_fragmentHerbert Xu2005-09-221-0/+9
| | |/ / / | |/| | |
| * | | | [PATCH] Add dm-snapshot tutorial in DocumentationPaolo 'Blaisorblade' Giarrusso2005-09-221-0/+73
| * | | | [PATCH] NFS: fix client oops when debugging is onNick Wilson2005-09-221-3/+2
| * | | | [PATCH] Fix bd_claim() error code.Rob Landley2005-09-221-0/+1
| * | | | [PATCH] ext3: EXT3_DEBUG build fixesGlauber de Oliveira Costa2005-09-222-6/+6
| * | | | [PATCH] oss: don't concatenate __FUNCTION__ with stringsClemens Buchacher2005-09-222-2/+2
| * | | | [PATCH] xtensa: remove io_remap_page_range and minor clean-upsChris Zankel2005-09-2212-64/+22
| * | | | [PATCH] uml: replace printk with "stack-friendly" printf - to report console ...Paolo 'Blaisorblade' Giarrusso2005-09-221-16/+42
| * | | | [PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.Paolo 'Blaisorblade' Giarrusso2005-09-222-2/+2
| * | | | [PATCH] uml: Fix GFP_ flags usagePaolo 'Blaisorblade' Giarrusso2005-09-221-1/+2
| * | | | [PATCH] uml: avoid fixing faults while atomicPaolo 'Blaisorblade' Giarrusso2005-09-221-0/+7
| * | | | [PATCH] uml: run mconsole "sysrq" in process contextPaolo 'Blaisorblade' Giarrusso2005-09-221-1/+1
| * | | | [PATCH] uml: fix condition in tlb flushPaolo 'Blaisorblade' Giarrusso2005-09-221-6/+6
OpenPOWER on IntegriCloud