aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard1-3/+0
2014-04-28powerpc: Fix error return in rtas_flash module initAnton Blanchard1-1/+1
2014-04-28powerpc: Export flush_icache_rangeJeff Mahoney1-0/+1
2014-04-14powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversalMike Qiu1-4/+6
2014-04-12powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras1-1/+2
2014-04-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds15-74/+162
2014-04-09powerpc: Add lq/stq emulationAnton Blanchard2-8/+45
2014-04-09powerpc: Remove dead code in sycall entryMichael Neuling1-8/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+7
2014-04-07powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too earlyBenjamin Herrenschmidt2-5/+15
2014-04-07powerpc/ppc64: Gracefully handle early interruptsBenjamin Herrenschmidt2-1/+17
2014-04-07powerpc/prom: early_init_dt_scan_cpus() updates cpu features only onceBenjamin Herrenschmidt1-26/+26
2014-04-07powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt4-3/+7
2014-04-07powerpc: Adjust CPU_FTR_SMT on all platformsBenjamin Herrenschmidt1-1/+1
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling4-7/+33
2014-04-07powerpc/le: Enable RTAS events supportGreg Kurz2-18/+21
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-6/+1
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+3
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-64/+151
2014-04-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds15-132/+427
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+1
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2-0/+10
2014-03-24Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt6-111/+358
2014-03-24powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar1-0/+5
2014-03-24powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz1-9/+13
2014-03-24powerpc: Rate-limit users spamming kernel log bufferMichael Neuling1-2/+3
2014-03-24powerpc: Add a cpu feature CPU_FTR_PMAO_BUGMichael Ellerman1-1/+1
2014-03-20powerpc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+7
2014-03-19powerpc/booke64: Critical and machine check exception supportScott Wood1-59/+284
2014-03-19powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMONScott Wood1-30/+33
2014-03-19powerpc/booke64: Remove ints from EXCEPTION_COMMONScott Wood1-36/+46
2014-03-19powerpc/booke64: Use SPRG7 for VDSOScott Wood5-24/+9
2014-03-19powerpc/e6500: Make TLB lock recursiveScott Wood1-0/+2
2014-03-19powerpc/booke64: Fix exception numbersScott Wood1-6/+6
2014-03-19powerpc/book3e: store crit/mc/dbg exception thread infoTiejun Chen1-3/+19
2014-03-19powerpc/book3e: initialize crit/mc/dbg kernel stack pointersTiejun Chen1-6/+12
2014-03-13powerpc: add support for reserved memory defined by device treeMarek Szyprowski1-0/+3
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner9-14/+50
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-5/+0
2014-03-07powerpc/pseries: Update dynamic cache nodes for suspend/resume operationHaren Myneni1-2/+5
2014-03-07powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar3-6/+40
2014-03-07powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask settingLi Zhong1-1/+2
2014-03-07powerpc: Align p_dyn, p_rela and p_st symbolsAnton Blanchard1-0/+1
2014-03-07powerpc/tm: Fix crash when forking inside a transactionMichael Neuling1-0/+9
2014-03-05cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy1-1/+3
2014-03-05powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan2-1/+28
2014-03-05powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan2-21/+52
2014-03-05powerpc: Split timer_interrupt() into timer handling and interrupt handling routinesPreeti U Murthy1-35/+46
2014-03-05powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2-4/+22