summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2015-03-04powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan-0/+26
2015-03-04powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman-2/+2
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-0/+5
2015-02-17kexec: add IND_FLAGS macroGeoff Levand-2/+0
2015-02-13powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-9/+6
2015-02-12powerpc: add running_clock for powerpc to prevent spurious softlockup warningsCyril Bur-0/+32
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-3/+3
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-252/+135
2015-02-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman-80/+44
2015-02-02Merge branch 'clk-next' into v3.19-rc7Michael Turquette-0/+5
2015-02-02powerpc/kernel: Avoid initializing device-tree pointer twiceGavin Shan-3/+0
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman-104/+0
2015-02-02powerpc/kernel: Make syscall_exit a local labelMichael Ellerman-9/+9
2015-01-29powerpc: Add machine_check cpu function for e300c3 cpusEsben Haabendal-0/+1
2015-01-29powerpc/8xx: Remove duplicated code in set_context()LEROY Christophe-6/+4
2015-01-29powerpc/8xx: Optimise access to swapper_pg_dirLEROY Christophe-16/+19
2015-01-29powerpc/8xx: Take benefit of aligned PGDIRLEROY Christophe-19/+15
2015-01-29powerpc/8xx: remove tests on PGDIR entry validityLEROY Christophe-33/+8
2015-01-29powerpc/8xx: remove remaining unnecessary code in FixupDARLEROY Christophe-6/+0
2015-01-29powerpc/8xx: use _PAGE_RO instead of _PAGE_RWLEROY Christophe-3/+0
2015-01-28powerpc: Remove some unused functionsMichael Ellerman-29/+0
2015-01-27powerpc/pseries: Fix endian problems with LE migrationCyril Bur-7/+15
2015-01-24Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+11
2015-01-23powerpc/eeh: Allow to set maximal frozen timesGavin Shan-1/+25
2015-01-23powerpc/eeh: Introduce flag EEH_PE_REMOVEDGavin Shan-5/+3
2015-01-23powerpc/eeh: Fix missed PE#0 on P7IOCGavin Shan-3/+11
2015-01-23powerpc/kernel: Avoid memory corruption at early stageGavin Shan-0/+8
2015-01-23powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman-6/+6
2015-01-23powerpc/pci: remove the multi-init for pci_dn->phbWei Yang-3/+1
2015-01-20powerpc: call of_clk_init() from time_init()Kevin Hao-0/+5
2015-01-16powerpc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu-1/+11
2014-12-29Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active ...Michael Ellerman-8/+1
2014-12-29powerpc/kvm: Create proper names for the kvm_host_state PMU fieldsMichael Ellerman-2/+13
2014-12-29powerpc/kdump: Ignore failure in enabling big endian exception during crashHari Bathini-1/+1
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-56/+343
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2014-12-17KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras-0/+1
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-15powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu-10/+150
2014-12-15powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu-53/+177
2014-12-15powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle modePaul Mackerras-1/+17
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-391/+297
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+1
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+12
2014-12-09powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard-1/+8
2014-12-08powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras-2/+12
2014-12-05powerpc/book3s: Fix partial invalidation of TLBs in MCE code.Mahesh Salgaonkar-2/+2
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V-0/+2
2014-12-02Merge remote-tracking branch 'benh/next' into nextMichael Ellerman-47/+28