summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming2013-08-145-49/+4
* powerpc: Add smp_generic_cpu_bootableAndy Fleming2013-08-142-0/+24
* powerpc: Remove the symbol __flush_icache_rangeKevin Hao2013-08-144-9/+3
* powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao2013-08-143-3/+5
* powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-147-12/+23
* powerpc/pci: Don't use bitfield for force_32bit_msiAnton Blanchard2013-08-142-2/+2
* powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-1413-20/+20
* powerpc/pseries: Simplify H_GET_TERM_CHARAnton Blanchard2013-08-142-27/+9
* powerpc: Simplify logic in include/uapi/asm/elf.hAnton Blanchard2013-08-141-12/+7
* powerpc: Remove SAVE_VSRU and REST_VSRU macrosAnton Blanchard2013-08-141-13/+0
* powerpc: Wrap MSR macros with parenthesesAnton Blanchard2013-08-142-8/+8
* powerpc: Handle unaligned ldbrx/stdbrxAnton Blanchard2013-08-141-0/+10
* powerpc: Align p_tocAnton Blanchard2013-08-141-0/+1
* Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2013-08-0937-143/+1047
|\
| * powerpc/e500: Update compilation flags with core specific optionsCatalin Udma2013-08-071-2/+16
| * powerpc/fsl: Enable CONFIG_DEVTMPFS_MOUNT so /dev can be mounted correctlyZhenhua Luo2013-08-076-0/+6
| * powerpc/pci: fix PCI-e check link issueYuanquan Chen2013-08-071-1/+1
| * powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmuKevin Hao2013-08-071-19/+3
| * powerpc/fsl-pci: fix the unreachable warning messageKevin Hao2013-08-071-1/+1
| * powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds boardKevin Hao2013-08-071-6/+0
| * powerpc/85xx: add the P1020RDB-PD DTS supportHaijun.Zhang2013-08-071-0/+280
| * powerpc/85xx: add P1020RDB-PD platform supportHaijun.Zhang2013-08-071-0/+22
| * powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR2013-08-074-13/+28
| * powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian2013-08-072-41/+101
| * powerpc/dts: add MPIC v4.3 dts nodeMinghuan Lian2013-08-073-2/+151
| * powerpc/msi: Fix compile error on mpc83xxHongtao Jia2013-08-071-0/+7
| * powerpc/perf: Add e6500 PMU driverPriyanka Jain2013-08-073-2/+125
| * powerpc/perf: add 2 additional performance monitor counters for e6500 coreLijun Pan2013-08-074-1/+67
| * powerpc/perf: increase the perf HW events to 6Catalin Udma2013-08-072-1/+7
| * powerpc/perf: correct typos in counter enumerationLijun Pan2013-08-071-4/+4
| * powerpc/fsl-booke: Rename b4qds.dts -> b4qds.dtsi.Ian Campbell2013-08-073-2/+2
| * powerpc/mpc85xx: invalidate TLB after hibernation resumeDongsheng Wang2013-07-301-0/+8
| * powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun2013-07-301-3/+2
| * powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia2013-07-304-1/+168
| * powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia2013-07-302-44/+48
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-08-064-8/+19
|\ \
| * | x86, amd, microcode: Fix error path in apply_microcode_amd()Torsten Kaiser2013-07-311-4/+5
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2013-07-301-1/+1
| |\ \
| | * | x86, efi: correct call to free_pagesRoy Franz2013-07-261-1/+1
| | |/
| * | x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazH.J. Lu2013-07-261-1/+1
| * | x86/iommu/vt-d: Expand interrupt remapping quirk to cover x58 chipsetNeil Horman2013-07-231-2/+12
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-08-064-3/+13
|\ \
| * | MIPS: BMIPS: fix hardware interrupt routing for boot CPU != 0Florian Fainelli2013-08-051-2/+8
| * | MIPS: oprofile: Fix BUG due to smp_processor_id() in preemptible code.Ralf Baechle2013-08-052-1/+3
| * | MIPS: PNX833x: PNX8335_PCI_ETHERNET_INT depends on CONFIG_SOC_PNX8335Markos Chandras2013-08-051-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-08-068-12/+25
|\ \ \ | |/ / |/| |
| * | s390/perf: fix compile error (undefined reference sie_exit)Heiko Carstens2013-07-261-4/+5
| * | s390/bitops: fix find_next_bit_leftMartin Schwidefsky2013-07-261-1/+1
| * | s390: add support for IBM zBC12 machineHeiko Carstens2013-07-264-4/+7
| * | s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabledChen Gang2013-07-261-0/+1