summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI: dock: add access to ACPI docking station UIDIlya A. Volynets-Evenbakh2007-03-091-0/+24
* Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2007-03-099-30/+94
|\
| * [POWERPC] 85xx: Enable CONFIG_SERIAL_8250_SHARE_IRQKumar Gala2007-03-071-0/+1
| * [POWERPC] Select u-image as default image for LinkstationSegher Boessenkool2007-03-071-0/+1
| * [POWERPC] 83xx: Minor fixes for 834x_mds USB setup codeLi Yang2007-03-071-4/+4
| * [POWERPC] Fix warning in powermac pci.cBenjamin Herrenschmidt2007-03-081-2/+5
| * [POWERPC] Fix warning in powermac feature.cBenjamin Herrenschmidt2007-03-081-1/+4
| * [POWERPC] Fix warning in prom_parse.c of_irq_map_oldworld()Benjamin Herrenschmidt2007-03-081-1/+1
| * [POWERPC] Celleb: bug fix caused by not casting pointer typesIshizaki Kou2007-03-081-21/+61
| * [POWERPC] Add missing newline in xmon help outputMichael Ellerman2007-03-081-1/+1
| * [POWERPC] No DEEPNAP on 970MP 1.0Olof Johansson2007-03-081-0/+16
* | [MIPS] Sibyte: Fix ZBbus profilerRalf Baechle2007-03-094-218/+283
* | [MIPS] Sibyte: Do not allow enabling LDT support if PCI is disabled.Ralf Baechle2007-03-091-4/+6
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-091-3/+0
|\ \
| * | [MIPS] DEC: Remove call to register_prom_console.Ralf Baechle2007-03-091-3/+0
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-03-0915-38/+115
|\ \ \
| * | | [JFFS2] print a message when marking bad blockArtem Bityutskiy2007-03-091-1/+1
| * | | [JFFS2] Check for all-zero node headersDavid Woodhouse2007-03-092-1/+24
| * | | [MTD] [OneNAND] Classify the page data and oob bufferKyungmin Park2007-03-092-7/+22
| * | | [MTD] [OneNAND] Exit the loop when transferring/filling of the oob is finishedKyungmin Park2007-03-091-2/+4
| * | | [MTD] [OneNAND] add Nokia Copyright and a creditAdrian Hunter2007-03-091-0/+5
| * | | [MTD] [OneNAND] Fix typo & wrong commentsKyungmin Park2007-03-091-9/+11
| * | | [MTD] [OneNAND] Use oob buffer instead of main one in oob functionsKyungmin Park2007-03-091-10/+13
| * | | [MTD] Correct partition failed erase addressAdrian Hunter2007-03-081-1/+5
| * | | [JFFS2] Use yield() between GC passes in background thread.David Woodhouse2007-03-081-1/+7
| * | | [MTD] [NAND] Correct misspelled preprocessor variable.Robert P. J. Day2007-03-081-1/+1
| * | | [MTD] [MAPS] dilnetpc: Fix printk warningAlan Cox2007-03-081-2/+2
| * | | [MTD] [NOR] Fix oops in cfi_amdstd_syncVijay Sampath2007-03-082-0/+4
| * | | [MTD] ESB2 check for closed ROM windowCyrill Gorcunov2007-03-081-3/+8
| * | | [JFFS2] Fix writebuffer recovery in the first page of a blockVitaly Wool2007-03-081-1/+4
| * | | [MTD] [NAND] make oobavail publicVitaly Wool2007-03-085-0/+5
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-0912-63/+145
|\ \ \ \
| * \ \ \ Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-03-093-7/+19
| |\ \ \ \
| | * | | | [PATCH] bcm43xx: Fix assertion failures in interrupt handlerPavel Roskin2007-03-071-3/+3
| | * | | | [PATCH] bcm43xx: Fix bug in frequency to channel conversionJoerg Sommer2007-03-071-2/+8
| | * | | | [PATCH] bcm43xx: Fix errors in specs to code translation in B6PHY initLarry Finger2007-03-071-2/+8
| | | |_|/ | | |/| |
| * | | | ibmtr: Drain rich supply of modpost warnings.Ralf Baechle2007-03-091-13/+12
| * | | | 3c59x: Fix several modpost warningsRalf Baechle2007-03-091-15/+13
| * | | | z85230: Fix FIFO handlingAlan Cox2007-03-091-1/+1
| * | | | r8169: fix a race between PCI probe and dev_openFrancois Romieu2007-03-091-5/+5
| * | | | r8169: revert bogus BMCR resetFrancois Romieu2007-03-091-2/+2
| * | | | sky2: turn off Rx checksum on bad hardwareStephen Hemminger2007-03-091-3/+21
| * | | | mv643xx: Clear pending interrupts before calling request_irqDale Farnsworth2007-03-091-4/+6
| * | | | myri10ge: add a wc_enabled flag to myri10ge_privBrice Goglin2007-03-091-3/+7
| * | | | myri10ge: prevent 4k rdma on SGI TIOCE chipsetBrice Goglin2007-03-091-0/+6
| * | | | myri10ge: use pci_map_page to prepare the dmatest bufferBrice Goglin2007-03-091-6/+16
| * | | | myri10ge: fix error checking and return value in myri10ge_allocate_ringsBrice Goglin2007-03-091-0/+4
| * | | | netxen: fix warningsRalf Baechle2007-03-091-2/+3
| * | | | via-rhine: set avoid_D3 for broken BIOSesRoger Luethi2007-03-091-2/+30
* | | | | devres: release resources on device_del()Tejun Heo2007-03-091-0/+7