summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-7/+7
|\
| * spufs: make register_filesystem the last potential failure exitAl Viro2012-03-201-5/+5
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+2
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-214-0/+4
|\ \
| * | of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely2012-02-214-0/+4
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2118-181/+129
|\ \ \
| * | | ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.cPaul Gortmaker2012-02-222-6/+6
| * | | irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-162-24/+2
| * | | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-1618-18/+18
| * | | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-1618-58/+29
| * | | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-1418-131/+130
* | | | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-6/+2
| |_|/ |/| |
* | | powerpc: Remove references to cpu_*_mapRusty Russell2012-02-221-1/+1
* | | powerpc/pseries/eeh: Fix crash when error happens during device probeThadeu Lima de Souza Cascardo2012-02-141-2/+2
* | | powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2012-02-141-1/+5
* | | powerpc/powernv: Disable interrupts while taking phb->lockMichael Ellerman2012-02-141-8/+14
* | | powerpc/wsp: Fix IRQ affinity settingBenjamin Herrenschmidt2012-02-141-1/+1
* | | powerpc/wsp: Permanently enable PCI class code workaroundBenjamin Herrenschmidt2012-02-141-4/+4
|/ /
* | powerpc/powernv: Fix PCI resource handlingBenjamin Herrenschmidt2012-01-251-16/+27
* | powerpc/cpuidle: Make it a bool, not a tristateDeepthi Dharwar2012-01-251-1/+1
* | powerpc: fix compile error with 85xx/p1022_ds.cMichael Neuling2012-01-171-0/+1
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-01-142-5/+12
|\
| * powerpc: Fix unpaired __trace_hcall_entry and __trace_hcall_exitLi Zhong2012-01-111-1/+2
| * powerpc: Fix RCU idle and hcall tracingAnton Blanchard2012-01-111-4/+10
* | kexec: remove KMSG_DUMP_KEXECWANG Cong2012-01-121-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-3/+0
|\ \ | |/ |/|
| * lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-241-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-083-58/+1
|\ \
| * | powerpc/mpc5121: drop "select MPC5121_ADS_CPLD"Paul Bolle2011-11-131-1/+0
| * | Merge branch 'master' into for-nextJiri Kosina2011-11-13144-341/+4373
| |\ \
| * | | powerpc/4xx: Fix typo 'PCC4xx_MSI'Paul Bolle2011-11-131-1/+1
| * | | powerpc: 4xx: remove commented out Kconfig entriesPaul Bolle2011-10-292-54/+0
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-084-14/+13
|\ \ \ \
| * | | | switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro2012-01-031-2/+2
| * | | | switch spufs guts to umode_tAl Viro2012-01-033-11/+11
| * | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-079-192/+192
|\ \ \ \ \
| * \ \ \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-069-192/+192
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | driver-core: remove sysdev.h usage.Kay Sievers2011-12-214-4/+4
| | * | | | power: suspend - convert sysdev_class to a regular subsystemKay Sievers2011-12-211-16/+17
| | * | | | power: cmm - convert sysdev_class to a regular subsystemKay Sievers2011-12-211-33/+34
| | * | | | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-213-139/+137
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-0690-1839/+3258
|\ \ \ \ \ \
| * | | | | | powerpc: fix compile error with 85xx/p1010rdb.cTony Breeds2012-01-041-2/+0
| * | | | | | powerpc: fix compile error with 85xx/p1023_rds.cMichael Neuling2012-01-041-1/+0
| * | | | | | sbc834x: put full compat string in board match checkPaul Gortmaker2012-01-041-2/+2
| * | | | | | powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exitLi Zhong2012-01-032-3/+3
| * | | | | | powerpc/44x: Fix build error on currituck platformJosh Boyer2011-12-201-1/+1
| * | | | | | Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-12-165-0/+231
| |\ \ \ \ \ \
| | * | | | | | powerpc/47x: Add support for the new IBM currituck platformTony Breeds2011-12-093-0/+215