summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras2014-04-131-1/+2
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-04-0915-74/+162
|\
| * powerpc: Add lq/stq emulationAnton Blanchard2014-04-092-8/+45
| * powerpc: Remove dead code in sycall entryMichael Neuling2014-04-091-8/+0Star
| * powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too earlyBenjamin Herrenschmidt2014-04-072-5/+15
| * powerpc/ppc64: Gracefully handle early interruptsBenjamin Herrenschmidt2014-04-072-1/+17
| * powerpc/prom: early_init_dt_scan_cpus() updates cpu features only onceBenjamin Herrenschmidt2014-04-071-26/+26
| * powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt2014-04-074-3/+7
| * powerpc: Adjust CPU_FTR_SMT on all platformsBenjamin Herrenschmidt2014-04-071-1/+1
| * powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling2014-04-074-7/+33
| * powerpc/le: Enable RTAS events supportGreg Kurz2014-04-072-18/+21
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+7
|\ \ | |/ |/|
| * powerpc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-6/+1Star
|\ \
| * | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-5/+0Star
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-021-0/+3
|\ \ \
| * \ \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-312-0/+10
| |\ \ \ | | | |/ | | |/|
| * | | powerpc: add support for reserved memory defined by device treeMarek Szyprowski2014-03-131-0/+3
* | | | Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-024-64/+151
|\ \ \ \
| * | | | cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy2014-03-051-1/+3
| * | | | powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan2014-03-052-1/+28
| * | | | powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan2014-03-052-21/+52
| * | | | powerpc: Split timer_interrupt() into timer handling and interrupt handling r...Preeti U Murthy2014-03-051-35/+46
| * | | | powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-052-4/+22
| * | | | powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-051-7/+5Star
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-0215-132/+427
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-03-246-111/+358
| |\ \ \ \ \
| | * | | | | powerpc/booke64: Critical and machine check exception supportScott Wood2014-03-201-59/+284
| | * | | | | powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMONScott Wood2014-03-201-30/+33
| | * | | | | powerpc/booke64: Remove ints from EXCEPTION_COMMONScott Wood2014-03-201-36/+46
| | * | | | | powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-205-24/+9Star
| | * | | | | powerpc/e6500: Make TLB lock recursiveScott Wood2014-03-201-0/+2
| | * | | | | powerpc/booke64: Fix exception numbersScott Wood2014-03-201-6/+6
| | * | | | | powerpc/book3e: store crit/mc/dbg exception thread infoTiejun Chen2014-03-201-3/+19
| | * | | | | powerpc/book3e: initialize crit/mc/dbg kernel stack pointersTiejun Chen2014-03-201-6/+12
| * | | | | | powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar2014-03-241-0/+5
| * | | | | | powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz2014-03-231-9/+13
| * | | | | | powerpc: Rate-limit users spamming kernel log bufferMichael Neuling2014-03-231-2/+3
| * | | | | | powerpc: Add a cpu feature CPU_FTR_PMAO_BUGMichael Ellerman2014-03-231-1/+1
| |/ / / / /
| * | | | | powerpc/pseries: Update dynamic cache nodes for suspend/resume operationHaren Myneni2014-03-071-2/+5
| * | | | | powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar2014-03-073-6/+40
| * | | | | powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask...Li Zhong2014-03-071-1/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-021-3/+1Star
|\ \ \ \ \
| * | | | | powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-3/+1Star
| | |/ / / | |/| | |
* | | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-129-14/+50
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | powerpc: Align p_dyn, p_rela and p_st symbolsAnton Blanchard2014-03-071-0/+1
| * | | | powerpc/tm: Fix crash when forking inside a transactionMichael Neuling2014-03-071-0/+9
| | |/ / | |/| |
| * | | powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras2014-02-281-2/+2
| * | | powerpc/ftrace: bugfix for test_24bit_addrLiu Ping Fan2014-02-281-0/+1