-
- Downloads
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull powerpc fixes from Ben Herrenschmidt: "Here are a few more fixes for powerpc 3.10. It's a bit more than I would have liked this late in the game but I suppose that's what happens with a brand new chip generation coming out. A few regression fixes, some last minute fixes for new P8 features such as transactional memory,... There's also one powerpc KVM patch that I requested that adds two missing functions to our in-kernel interrupt controller support which is itself a new 3.10 feature. These are defined by the base hypervisor specification. We didn't implement them originally because Linux doesn't use them but they are simple and I'm not comfortable having a half-implemented interface in 3.10 and having to deal with versionning etc... later when something starts needing those calls. They cannot be emulated in qemu when using in-kernel interrupt controller (not enough shared state). Just added a last minute patch to fix a typo introducing a breakage in our cputable for Power7+ processors, sorry about that, but the regression it fixes just hurt me :-)" * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc/cputable: Fix typo on P7+ cputable entry powerpc/perf: Add missing SIER support powerpc/perf: Revert to original NO_SIPR logic powerpc/pci: Remove the unused variables in pci_process_bridge_OF_ranges powerpc/pci: Remove the stale comments of pci_process_bridge_OF_ranges powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMP powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation powerpc/32bit:Store temporary result in r0 instead of r8 powerpc/mm: Always invalidate tlb on hpte invalidate and update powerpc/pseries: Improve stream generation comments in copypage/user powerpc/pseries: Kill all prefetch streams on context switch powerpc/cputable: Fix oprofile_cpu_type on power8 powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU powerpc/tm: Fix userspace stack corruption on signal delivery for active transactions powerpc/tm: Move TM abort cause codes to uapi powerpc/tm: Abort on emulation and alignment faults powerpc/tm: Update cause codes documentation powerpc/tm: Make room for hypervisor in abort cause codes
No related branches found
No related tags found
Showing
- Documentation/powerpc/transactional_memory.txt 25 additions, 2 deletionsDocumentation/powerpc/transactional_memory.txt
- arch/powerpc/include/asm/hvcall.h 1 addition, 0 deletionsarch/powerpc/include/asm/hvcall.h
- arch/powerpc/include/asm/ppc_asm.h 11 additions, 0 deletionsarch/powerpc/include/asm/ppc_asm.h
- arch/powerpc/include/asm/processor.h 4 additions, 9 deletionsarch/powerpc/include/asm/processor.h
- arch/powerpc/include/asm/reg.h 0 additions, 11 deletionsarch/powerpc/include/asm/reg.h
- arch/powerpc/include/asm/signal.h 3 additions, 0 deletionsarch/powerpc/include/asm/signal.h
- arch/powerpc/include/asm/tm.h 2 additions, 0 deletionsarch/powerpc/include/asm/tm.h
- arch/powerpc/include/uapi/asm/Kbuild 1 addition, 0 deletionsarch/powerpc/include/uapi/asm/Kbuild
- arch/powerpc/include/uapi/asm/tm.h 18 additions, 0 deletionsarch/powerpc/include/uapi/asm/tm.h
- arch/powerpc/kernel/cputable.c 3 additions, 3 deletionsarch/powerpc/kernel/cputable.c
- arch/powerpc/kernel/entry_32.S 1 addition, 1 deletionarch/powerpc/kernel/entry_32.S
- arch/powerpc/kernel/entry_64.S 7 additions, 0 deletionsarch/powerpc/kernel/entry_64.S
- arch/powerpc/kernel/pci-common.c 1 addition, 13 deletionsarch/powerpc/kernel/pci-common.c
- arch/powerpc/kernel/signal.c 38 additions, 2 deletionsarch/powerpc/kernel/signal.c
- arch/powerpc/kernel/signal.h 1 addition, 1 deletionarch/powerpc/kernel/signal.h
- arch/powerpc/kernel/signal_32.c 2 additions, 8 deletionsarch/powerpc/kernel/signal_32.c
- arch/powerpc/kernel/signal_64.c 7 additions, 16 deletionsarch/powerpc/kernel/signal_64.c
- arch/powerpc/kernel/traps.c 29 additions, 0 deletionsarch/powerpc/kernel/traps.c
- arch/powerpc/kvm/book3s_hv.c 2 additions, 0 deletionsarch/powerpc/kvm/book3s_hv.c
- arch/powerpc/kvm/book3s_pr_papr.c 2 additions, 0 deletionsarch/powerpc/kvm/book3s_pr_papr.c
Loading
Please register or sign in to comment