summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-10-1194-248/+8612
|\
| * arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfigClaudiu Manoil2016-09-254-2/+5
| * soc/qman: Add self-test for QMan driverClaudiu Manoil2016-09-256-0/+995
| * soc/bman: Add self-test for BMan driverClaudiu Manoil2016-09-255-0/+259
| * soc/fsl: Introduce DPAA 1.x QMan device driverClaudiu Manoil2016-09-256-2/+5492
| * soc/fsl: Introduce DPAA 1.x BMan device driverClaudiu Manoil2016-09-258-0/+1621
| * powerpc/8xx: make user addr DTLB miss the short pathChristophe Leroy2016-09-251-30/+23
| * powerpc/8xx: Move additional DTLBMiss handlers out of exception areaChristophe Leroy2016-09-251-42/+42
| * powerpc/8xx: use r3 to scratch CR in ITLBmissChristophe Leroy2016-09-251-12/+9
| * soc/fsl/qe: fix gpio save_regs functionsChristophe Leroy2016-09-251-1/+2
| * powerpc/8xx: add dedicated machine check handlerChristophe Leroy2016-09-253-11/+27
| * powerpc/8xx: add system_reset_exceptionChristophe Leroy2016-09-252-2/+2
| * powerpc/fsl_pci: Size upper inbound window based on RAM sizeScott Wood2016-09-251-7/+5
| * powerpc/8xx: use SPRN_EIE and SPRN_EID to enable/disable interruptsChristophe Leroy2016-09-253-0/+12
| * powerpc/83xx: factor out the common codes of setup arch functionsKevin Hao2016-09-2515-51/+22
| * soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy2016-09-254-6/+23
| * powerpc/mpic: use of_property_read_boolJulia Lawall2016-09-251-1/+1
| * fsl/qe: use of_property_read_boolJulia Lawall2016-09-251-1/+1
| * powerpc: Convert fsl_rstcr_restart to a reset handlerAndrey Smirnov2016-09-2533-67/+38
| * powerpc: Call chained reset handlers during resetAndrey Smirnov2016-09-251-0/+4
| * powerpc: Factor out common code in setup-common.cAndrey Smirnov2016-09-251-9/+14
| * powerpc/sgy_cts1000: Fix gpio_halt_cb()'s signatureAndrey Smirnov2016-09-241-3/+5
| * powerpc/e8248e: Select PHYLIB only if NETDEVICES is enabledAndrey Smirnov2016-09-242-3/+5
| * powerpc/mpc85xx_mds: Select PHYLIB only if NETDEVICES is enabledAndrey Smirnov2016-09-242-2/+9
| * powerpc32: Use instruction symbolic names in check_io_access()Christophe Leroy2016-09-242-4/+4
| * soc/fsl/qe: Use of_adress_to_resource() in get_qe_base()Zhao Qiang2016-09-241-5/+5
| * soc/fsl/qe: Use resource_sizeVaishali Thakkar2016-09-241-1/+1
* | selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesMichael Ellerman2016-10-062-0/+2
* | MAINTAINERS: Update powerpc website & add selftestsMichael Ellerman2016-10-061-1/+2
* | MAINTAINERS: Drop separate pseries entryMichael Ellerman2016-10-061-6/+0
* | MAINTAINERS: Remove myself from PA Semi entriesOlof Johansson2016-10-061-6/+3
* | selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman2016-10-063-0/+7
* | powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao2016-10-042-11/+34
* | powerpc/bpf: Implement support for tail callsNaveen N. Rao2016-10-044-28/+126
* | powerpc/bpf: Introduce accessors for using the tmp local stack spaceNaveen N. Rao2016-10-042-40/+55
* | powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=nMichael Ellerman2016-10-041-0/+2
* | powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur2016-10-043-5/+33
* | powerpc/tm: Add TM Unavailable ExceptionCyril Bur2016-10-041-0/+29
* | powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur2016-10-043-56/+0
* | powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-0410-94/+94
* | powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-047-381/+197
* | selftests/powerpc: Add checks for transactional VSXs in signal contextsCyril Bur2016-10-042-1/+126
* | selftests/powerpc: Add checks for transactional VMXs in signal contextsCyril Bur2016-10-042-1/+112
* | selftests/powerpc: Add checks for transactional FPUs in signal contextsCyril Bur2016-10-042-1/+93
* | selftests/powerpc: Add checks for transactional GPRs in signal contextsCyril Bur2016-10-043-1/+210
* | selftests/powerpc: Check that signals always get deliveredCyril Bur2016-10-045-0/+285
* | selftests/powerpc: Add TM tcheck helpers in CCyril Bur2016-10-041-0/+27
* | selftests/powerpc: Allow tests to extend their kill timeoutCyril Bur2016-10-042-3/+8
* | selftests/powerpc: Introduce GPR asm helper header fileCyril Bur2016-10-041-0/+96
* | selftests/powerpc: Move VMX stack frame macros to header fileCyril Bur2016-10-042-84/+97