summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/44x: Fix build error with -Werror for Warp platformJosh Boyer2009-07-051-0/+3
* powerpc/4xx: Have Warp take advantage of GPIO LEDs default-state = keepSean MacLennan2009-07-062-13/+6
* powerpc/44x: Update Warp defconfigSean MacLennan2009-07-061-43/+157
* Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2009-06-267-14/+15
|\
| * powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDSAnton Vorontsov2009-06-231-0/+1
| * powerpc/85xx: remove duplicated #includeHuang Weiyi2009-06-231-1/+0
| * powerpc/85xx: Fix issue found by lockdep trace in smp_85xx_kick_cpuKumar Gala2009-06-231-5/+4
| * powerpc/85xx: Fix FSL RapidIO probing on MDS boardsRandy Vinson2009-06-231-0/+1
| * powerpc/85xx: Stop using ppc_md.init on socratesKumar Gala2009-06-231-3/+3
| * powerpc/cpm1: Remove IMAP_ADDRKumar Gala2009-06-231-2/+0
| * powerpc/qe: add polling timeout to qe_issue_cmd()Timur Tabi2009-06-231-3/+6
* | powerpc/mm: Fix potential access to freed pages when using hugetlbfsBenjamin Herrenschmidt2009-06-261-1/+2
* | powerpc/440: Fix warning early debug codeBenjamin Herrenschmidt2009-06-261-1/+1
* | powerpc/of: Fix usage of dev_set_name() in of_device_alloc()Benjamin Herrenschmidt2009-06-261-1/+1
* | powerpc/pasemi: Use raw spinlock in SMP TB syncBenjamin Herrenschmidt2009-06-261-5/+10
* | powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt2009-06-265-87/+40
* | powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt2009-06-262-10/+30
* | powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt2009-06-264-15/+135
* | powerpc: Map more memory early on 601 processorsBenjamin Herrenschmidt2009-06-261-7/+10
* | powerpc/mm: Make k(un)map_atomic out of lineBenjamin Herrenschmidt2009-06-263-53/+82
* | powerpc: Fix mpic alloc warningKumar Gala2009-06-261-3/+2
* | powerpc: Fix output from show_regsKumar Gala2009-06-261-1/+1
* | powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMPBenjamin Herrenschmidt2009-06-263-98/+112
* | powerpc/amigaone: Limit ISA I/O range to 4k in the device treeGerhard Pircher2009-06-261-2/+2
* | powerpc/warp: Platform fix for i2c changeSean MacLennan2009-06-261-30/+14
* | powerpc: Have git ignore generated files from dtc compileJon Smirl2009-06-261-0/+10
* | powerpc/mpic: Fix mapping of "DCR" based MPIC variantsBenjamin Herrenschmidt2009-06-261-13/+16
* | powerpc: Swiotlb breaks pseriesMichael Ellerman2009-06-261-6/+18
* | UML: Fix some apparent bitrotPaul Menage2009-06-253-4/+2
* | Revert "PCI: use ACPI _CRS data by default"Linus Torvalds2009-06-244-5/+5
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-06-2450-23/+489
|\ \
| * | MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle2009-06-245-2/+365
| * | MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableRalf Baechle2009-06-241-2/+2
| * | MIPS: Add arch generic CPU hotplugRalf Baechle2009-06-247-7/+78
| * | MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Ralf Baechle2009-06-241-3/+4
| * | MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined.Ralf Baechle2009-06-241-0/+1
| * | MIPS: Hibernation: Remove SMP TLB and cacheflushing code.Ralf Baechle2009-06-241-9/+0
| * | MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-2439-1/+39
| * | MIPS: bug.h Build fix - include <linux/compiler.h>.Ralf Baechle2009-06-241-0/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-06-247-83/+107
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-247-83/+107
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh2009-06-202-0/+25
| | | |_|_|/ / | | |/| | | |
| | | | | * | ACPI: #define acpi_disabled 1 for CONFIG_ACPI=nLen Brown2009-06-121-0/+1
| | | | | * | ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI fileLen Brown2009-06-123-67/+67
| | | | | * | ACPI: Remove Asus P4B266 from blacklistOlivier Berger2009-06-121-8/+0
| | | | | * | ACPI: delete dead acpi_disabled setting codeLen Brown2009-06-121-5/+1
| | | |_|/ / | | |/| | |
| | | * | | ACPI: Disable ARB_DISABLE on platforms where it is not neededPallipadi, Venkatesh2009-05-271-3/+13
| | | |/ /
* | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-06-231-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Intel-IOMMU, intr-remap: source-id checkingWeidong Han2009-06-231-0/+6
* | | | | h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.Robert P. J. Day2009-06-231-4/+4
OpenPOWER on IntegriCloud