| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc64/ftrace: Implement support for ftrace_regs_caller() | Naveen N. Rao | 2018-05-03 | 3 | -24/+259 |
* | powerpc64/ftrace: Use the generic version of ftrace_replace_code() | Naveen N. Rao | 2018-05-03 | 1 | -36/+0 |
* | powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernel | Naveen N. Rao | 2018-05-03 | 1 | -6/+9 |
* | powerpc64/kexec: Hard disable ftrace before switching to the new kernel | Naveen N. Rao | 2018-05-03 | 1 | -0/+2 |
* | powerpc64/ftrace: Disable ftrace during hotplug | Naveen N. Rao | 2018-05-03 | 1 | -0/+8 |
* | powerpc64/ftrace: Delay enabling ftrace on secondary cpus | Naveen N. Rao | 2018-05-03 | 2 | -3/+11 |
* | powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code paths | Naveen N. Rao | 2018-05-03 | 4 | -0/+22 |
* | powerpc: Fix deadlock with multiple calls to smp_send_stop | Nicholas Piggin | 2018-04-27 | 1 | -16/+39 |
* | powerpc: Fix smp_send_stop NMI IPI handling | Nicholas Piggin | 2018-04-25 | 1 | -5/+17 |
* | powerpc/mce: Fix a bug where mce loops on memory UE. | Mahesh Salgaonkar | 2018-04-24 | 1 | -5/+2 |
* | powerpc/kvm: Fix lockups when running KVM guests on Power8 | Michael Ellerman | 2018-04-19 | 1 | -2/+2 |
* | powerpc/eeh: Fix enabling bridge MMIO windows | Michael Neuling | 2018-04-19 | 1 | -1/+2 |
* | powerpc/64s: Default l1d_size to 64K in RFI fallback flush | Madhavan Srinivasan | 2018-04-17 | 1 | -0/+11 |
* | Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-04-15 | 3 | -29/+19 |
|\ |
|
| * | powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features | Michael Ellerman | 2018-04-13 | 1 | -13/+1 |
| * | powerpc/fscr: Enable interrupts earlier before calling get_user() | Anshuman Khandual | 2018-04-10 | 1 | -15/+17 |
| * | powerpc/64s: Fix section mismatch warnings from setup_rfi_flush() | Michael Ellerman | 2018-04-10 | 1 | -1/+1 |
* | | kernel/kexec_file.c: allow archs to set purgatory load address | Philipp Rudo | 2018-04-13 | 1 | -4/+5 |
* | | kexec_file,x86,powerpc: factor out kexec_file_ops functions | AKASHI Takahiro | 2018-04-13 | 2 | -37/+4 |
|/ |
|
* | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-04-07 | 40 | -521/+828 |
|\ |
|
| * | powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep | Nicholas Piggin | 2018-04-05 | 1 | -0/+2 |
| * | powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bit | Nicholas Piggin | 2018-04-05 | 1 | -0/+7 |
| * | powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits | Nicholas Piggin | 2018-04-05 | 1 | -3/+9 |
| * | Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead" | Michael Ellerman | 2018-04-05 | 1 | -16/+29 |
| * | powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo} | Logan Gunthorpe | 2018-04-05 | 1 | -0/+40 |
| * | powerpc/mm/radix: Update command line parsing for disable_radix | Aneesh Kumar K.V | 2018-04-04 | 2 | -4/+14 |
| * | powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead | Nicholas Piggin | 2018-04-04 | 1 | -29/+16 |
| * | powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop() | Michael Ellerman | 2018-04-04 | 1 | -12/+11 |
| * | powerpc: hard disable irqs in smp_send_stop loop | Nicholas Piggin | 2018-04-03 | 1 | -2/+3 |
| * | powerpc: use NMI IPI for smp_send_stop | Nicholas Piggin | 2018-04-03 | 1 | -0/+8 |
| * | powerpc/powernv: Fix SMT4 forcing idle code | Nicholas Piggin | 2018-04-03 | 1 | -4/+5 |
| * | powerpc: Move default security feature flags | Mauricio Faria de Oliveira | 2018-04-03 | 1 | -6/+1 |
| * | powerpc: Don't write to DABR on >= Power8 if DAWR is disabled | Nicholas Piggin | 2018-04-03 | 1 | -2/+8 |
| * | powerpc: Fix oops due to bad access of lppaca on bare metal | Aneesh Kumar K.V | 2018-04-03 | 1 | -0/+3 |
| * | powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP | Matt Evans | 2018-04-01 | 1 | -1/+3 |
| * | powerpc/64s: Remove POWER4 support | Nicholas Piggin | 2018-04-01 | 2 | -42/+4 |
| * | powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU features | Nicholas Piggin | 2018-04-01 | 1 | -3/+8 |
| * | powerpc/64s: Set assembler machine type to POWER4 | Nicholas Piggin | 2018-04-01 | 2 | -9/+3 |
| * | powerpc/64s/idle: avoid sync for KVM state when waking from idle | Nicholas Piggin | 2018-04-01 | 1 | -0/+3 |
| * | powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug | Nicholas Piggin | 2018-04-01 | 1 | -6/+18 |
| * | powerpc/64s: sreset panic if there is no debugger or crash dump handlers | Nicholas Piggin | 2018-04-01 | 1 | -2/+13 |
| * | powerpc/64s: return more carefully from sreset NMI | Nicholas Piggin | 2018-04-01 | 1 | -3/+58 |
| * | powerpc/eeh: Fix race with driver un/bind | Michael Neuling | 2018-04-01 | 1 | -26/+42 |
| * | powerpc/kexec_file: Fix error code when trying to load kdump kernel | Thiago Jung Bauermann | 2018-04-01 | 1 | -1/+1 |
| * | powerpc/64e: Fix oops due to deferral of paca allocation | Michael Ellerman | 2018-04-01 | 1 | -3/+4 |
| * | Merge branch 'topic/paca' into next | Michael Ellerman | 2018-03-31 | 11 | -195/+271 |
| |\ |
|
| | * | powerpc/64: Allocate per-cpu stacks node-local if possible | Nicholas Piggin | 2018-03-31 | 1 | -19/+32 |
| | * | powerpc/64: Allocate pacas per node | Nicholas Piggin | 2018-03-31 | 2 | -6/+43 |
| | * | powerpc/64: Defer paca allocation until memory topology is discovered | Nicholas Piggin | 2018-03-30 | 3 | -70/+49 |
| | * | powerpc/setup: Add cpu_to_phys_id array | Nicholas Piggin | 2018-03-30 | 2 | -1/+24 |