summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Make it clearer that systbl check errors are errorsMichael Ellerman2018-05-101-2/+2
* powerpc/syscalls: kill ppc32_select()Al Viro2018-05-101-9/+0
* powerpc/syscalls: Add COMPAT_SPU_NEW() macroMichael Ellerman2018-05-102-0/+2
* powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-103-3/+2
* powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINEAl Viro2018-05-103-30/+31
* powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro2018-05-102-5/+5
* powerpc/livepatch: Implement reliable stack tracing for the consistency modelTorsten Duwe2018-05-101-1/+118
* powerpc/watchdog: provide more data in watchdog messagesNicholas Piggin2018-05-101-3/+25
* powerpc/watchdog: don't update the watchdog timestamp if a lockup is detectedNicholas Piggin2018-05-101-2/+0
* powerpc/64/kexec: fix race in kexec when XIVE is shutdownCédric Le Goater2018-05-101-4/+4
* powerpc/watchdog: fix typo 'can by' to 'can be'Wolfram Sang2018-05-101-1/+1
* powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar2018-05-031-0/+3
* powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini2018-05-031-0/+8
* powerpc/fadump: exclude memory holes while reserving memory in second kernelMahesh Salgaonkar2018-05-031-6/+23
* powerpc: Only support DYNAMIC_FTRACE not staticMichael Ellerman2018-05-035-56/+0
* powerpc64/ftrace: Implement support for ftrace_regs_caller()Naveen N. Rao2018-05-033-24/+259
* powerpc64/ftrace: Use the generic version of ftrace_replace_code()Naveen N. Rao2018-05-031-36/+0
* powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernelNaveen N. Rao2018-05-031-6/+9
* powerpc64/kexec: Hard disable ftrace before switching to the new kernelNaveen N. Rao2018-05-031-0/+2
* powerpc64/ftrace: Disable ftrace during hotplugNaveen N. Rao2018-05-031-0/+8
* powerpc64/ftrace: Delay enabling ftrace on secondary cpusNaveen N. Rao2018-05-032-3/+11
* powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code pathsNaveen N. Rao2018-05-034-0/+22
* powerpc: Fix deadlock with multiple calls to smp_send_stopNicholas Piggin2018-04-271-16/+39
* powerpc: Fix smp_send_stop NMI IPI handlingNicholas Piggin2018-04-251-5/+17
* powerpc/mce: Fix a bug where mce loops on memory UE.Mahesh Salgaonkar2018-04-241-5/+2
* powerpc/kvm: Fix lockups when running KVM guests on Power8Michael Ellerman2018-04-191-2/+2
* powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling2018-04-191-1/+2
* powerpc/64s: Default l1d_size to 64K in RFI fallback flushMadhavan Srinivasan2018-04-171-0/+11
* Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-153-29/+19
|\
| * powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU featuresMichael Ellerman2018-04-131-13/+1
| * powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual2018-04-101-15/+17
| * powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Michael Ellerman2018-04-101-1/+1
* | kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-131-4/+5
* | kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-132-37/+4
|/
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-0740-521/+828
|\
| * powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleepNicholas Piggin2018-04-051-0/+2
| * powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bitNicholas Piggin2018-04-051-0/+7
| * powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bitsNicholas Piggin2018-04-051-3/+9
| * Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"Michael Ellerman2018-04-051-16/+29
| * powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2018-04-051-0/+40
| * powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V2018-04-042-4/+14
| * powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadNicholas Piggin2018-04-041-29/+16
| * powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Michael Ellerman2018-04-041-12/+11
| * powerpc: hard disable irqs in smp_send_stop loopNicholas Piggin2018-04-031-2/+3
| * powerpc: use NMI IPI for smp_send_stopNicholas Piggin2018-04-031-0/+8
| * powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-031-4/+5
| * powerpc: Move default security feature flagsMauricio Faria de Oliveira2018-04-031-6/+1
| * powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin2018-04-031-2/+8
| * powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V2018-04-031-0/+3
| * powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans2018-04-011-1/+3