aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-10-131-1/+3
* powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot2015-08-071-7/+6
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-1/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-2/+2
* powerpc: Bring all threads online prior to migration/hibernationRobert Jennings2013-05-301-0/+22
* powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2013-05-301-1/+5
* powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman2013-05-131-0/+1
* powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Michael Wolf2013-04-251-1/+7
* Revert "powerpc/eeh: Fix crash when adding a device in a slot with DDW"Ben Hutchings2013-03-201-23/+1
* powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo2013-03-061-1/+23
* powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos2013-01-161-1/+2
* powerpc: fix wii_memory_fixups() compile error on 3.0.y treeShuah Khan2013-01-031-2/+4
* powerpc/eeh: Lock module while handling EEH eventGavin Shan2012-10-171-21/+73
* powerpc/pmac: Fix SMP kernels on pre-core99 UP machinesBenjamin Herrenschmidt2012-03-231-1/+1
* powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exitLi Zhong2012-01-122-3/+3
* powerpc/85xx: Fix compile error on p3060_qds.cKumar Gala2011-11-231-1/+1
* powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO'Paul Bolle2011-11-231-1/+1
* powerpc/ps3: Fix SMP lockdep boot warningGeoff Levand2011-11-161-32/+32
* powerpc/ps3: Fix lost SMP IPIsGeoff Levand2011-11-163-1/+25
* powerpc/fsl: MCU_MPC8349EMITX wants I2C built-in, modular won't do...Al Viro2011-11-161-1/+1
* Merge remote-tracking branch 'agust/next' into mergeBenjamin Herrenschmidt2011-11-081-0/+1
|\
| * powerpc/5200: add support for charon boardHeiko Schocher2011-09-291-0/+1
* | powerpc/ps3: Fix PS3 repository build warningsGeoff Levand2011-11-081-16/+16
* | powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-088-15/+10
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0684-46/+72
|\ \
| * | powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-3119-21/+0
| * | powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-3123-23/+23
| * | powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.hPaul Gortmaker2011-10-311-1/+2
| * | powerpc: fix two implicit header uses in pseries/plpar_wrappers.hPaul Gortmaker2011-10-311-0/+3
| * | powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker2011-10-311-1/+2
| * | powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker2011-10-311-0/+1
| * | powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-10-316-0/+6
| * | powerpc: Fix up implicit stat.h usersPaul Gortmaker2011-10-313-0/+3
| * | powerpc: Fix up modules that should be including module.hPaul Gortmaker2011-10-3111-0/+11
| * | powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-312-0/+2
| * | powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-3119-0/+19
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-065-31/+0
|\ \ \
| * | | powerpc: drop unused Kconfig symbolsPaul Bolle2011-10-314-26/+0
| * | | powerpc: 40x: drop unused Kconfig symbolPaul Bolle2011-10-311-5/+0
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-0651-127/+4180
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc/p3060qds: Add support for P3060QDS boardShengzhou Liu2011-11-033-0/+90
| * | | powerpc/83xx: Add shutdown request support to MCU handling on MPC8349 MITXFabio Baltieri2011-11-032-2/+58
| * | | powerpc/85xx: Make kexec to interate over online cpusMatthew McClintock2011-11-031-1/+1
| * | | powerpc/85xx: Setup secondary cores PIR with hard SMP idKumar Gala2011-10-131-4/+5
| * | | powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boardsTimur Tabi2011-10-111-4/+7
| * | | powerpc/85xx: fix PHYS_64BIT selection for P1022DSAnatolij Gustschin2011-10-111-1/+1
| * | | powerpc/85xx: Fix support for enabling doorbells for IPIsMatthew McClintock2011-10-111-0/+1
| * | | powerpc/82xx: updates for mgcogeHolger Brunck2011-10-111-0/+4
| * | | powerpc/85xx: Rename p2040_rdb.c to p2041_rdb.cMingkai Hu2011-10-063-13/+13
| * | | powerpc/85xx: sbc8560 - correct compilation if CONFIG_PHYS_ADDR_T_64BIT is setDmitry Eremin-Solenikov2011-10-061-1/+1
| | |/ | |/|