summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-28203-1620/+6116
|\
| * powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked()Michael Ellerman2014-01-281-2/+5
| * powerpc: Add support for the optimised lockref implementationMichael Ellerman2014-01-283-0/+7
| * powerpc/powernv: Call OPAL sync before kexec'ingVasant Hegde2014-01-154-2/+23
| * powerpc/eeh: Escalate error on non-existing PEGavin Shan2014-01-151-10/+21
| * powerpc/eeh: Handle multiple EEH errorsGavin Shan2014-01-153-87/+112
| * Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-01-1577-611/+3132
| |\
| | * powerpc/fsl_pci: add versionless pci compatibleShengzhou Liu2014-01-111-0/+1
| | * powerpc/85xx/dts: add third elo3 dma componentShengzhou Liu2014-01-111-0/+82
| | * powerpc: Replaced tlbilx with tlbwe in the initialization codeDiana Craciun2014-01-111-8/+2Star
| | * powerpc/booke-64: fix tlbsrx. path in bolted tlb handlerScott Wood2014-01-111-1/+2
| | * powerpc: fix 8xx and 6xx final link failuresPaul Gortmaker2014-01-111-2/+2
| | * powerpc/85xx: handle the eLBC error interrupt if it exists in dtsShaohui Xie2014-01-112-7/+26
| | * powerpc/dts: fix lbc lack of error interruptWang Dongsheng2014-01-114-4/+8
| | * powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100Stephen Chivers2014-01-108-2/+596
| | * powerpc/fsl-book3e-64: Use paca for hugetlb TLB1 entry selectionScott Wood2014-01-101-10/+41
| | * powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-1010-36/+326
| | * powerpc: add barrier after writing kernel PTEScott Wood2014-01-102-0/+13
| | * powerpc/fsl_booke: enable the relocatable for the kdump kernelKevin Hao2014-01-101-2/+1Star
| | * powerpc/fsl_booke: smp support for booting a relocatable kernel above 64MKevin Hao2014-01-104-17/+34
| | * powerpc/fsl_booke: make sure PAGE_OFFSET map to memstart_addr for relocatable...Kevin Hao2014-01-103-12/+106
| | * powerpc/fsl_booke: introduce map_mem_in_cams_addrKevin Hao2014-01-101-3/+10
| | * powerpc: introduce early_get_first_memblock_infoKevin Hao2014-01-101-1/+40
| | * powerpc/fsl_booke: set the tlb entry for the kernel address in AS1Kevin Hao2014-01-103-0/+85
| | * powerpc: enable the relocatable support for the fsl booke 32bit kernelKevin Hao2014-01-104-1/+65
| | * powerpc: introduce macro LOAD_REG_ADDR_PICKevin Hao2014-01-101-0/+13
| | * powerpc/fsl_booke: introduce get_phys_addr functionKevin Hao2014-01-101-20/+30
| | * powerpc/fsl_booke: protect the access to MAS7Kevin Hao2014-01-102-1/+4
| | * powerpc/mpic_timer: fix convert ticks to time subtraction overflowWang Dongsheng2014-01-101-2/+5
| | * powerpc/mpic_timer: fix the time is not accurate caused by GTCRR toggle bitWang Dongsheng2014-01-101-0/+3
| | * powerpc/p1022ds: add a interrupt for rtc nodeWang Dongsheng2014-01-101-0/+1
| | * powerpc/p1022ds: fix rtc compatible stringWang Dongsheng2014-01-101-1/+1
| | * powerpc/85xx: add sysfs for pw20 state and altivec idleWang Dongsheng2014-01-101-0/+316
| | * powerpc/85xx: add hardware automatically enter pw20 stateWang Dongsheng2014-01-081-0/+21
| | * powerpc/85xx: add hardware automatically enter altivec idle stateWang Dongsheng2014-01-081-0/+21
| | * powerpc/fsl: add E6500 PVR and SPRN_PWRMGTCR0 defineWang Dongsheng2014-01-082-0/+11
| | * powerpc/sysdev: Fix a pci section mismatch for Book EChristian Engelmayer2014-01-082-5/+3Star
| | * powerpc/p1010rdb-pa: modify phy interrupt.Zhao Qiang2014-01-081-2/+2
| | * powerpc 8xx: defconfig: slice by 4 is more efficient than the default slice b...LEROY Christophe2014-01-085-0/+5
| | * powerpc/85xx: Add TWR-P1025 board supportXie Xiaobo2014-01-085-0/+529
| | * powerpc/85xx: Add QE common init functionXie Xiaobo2014-01-084-50/+48Star
| | * powerpc/85xx: Merge 85xx/p1023_defconfig into mpc85xx_smp and mpc85xxLijun Pan2014-01-083-188/+6Star
| | * powerpc/fsl-booke: Use SPRN_SPRGn rather than mfsprg/mtsprgScott Wood2014-01-081-16/+16
| | * powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell supportKevin Hao2014-01-081-6/+11
| | * powerpc/p1010rdb:update mtd of nand to adapt to both old and new p1010rdbZhao Qiang2014-01-084-65/+88
| | * powerpc/p1010rdb:update dts to adapt to both old and new p1010rdbZhao Qiang2014-01-088-111/+297
| | * powerpc: fix e500 SPE float SIGFPE generationJoseph Myers2014-01-081-0/+20
| | * powerpc: fix e500 SPE float to integer and fixed-point conversionsJoseph Myers2014-01-081-75/+188
| | * powerpc: fix e500 SPE float rounding inexactness detectionJoseph Myers2014-01-081-7/+16
| | * powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers2014-01-083-4/+52