summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V2018-06-031-0/+1
* powerpc: use task_pid_nr() for TID allocationAlastair D'Silva2018-06-031-94/+28
* powerpc: Use TIDR CPU feature to control TIDR allocationAlastair D'Silva2018-06-031-3/+3
* powerpc: Add TIDR CPU feature for POWER9Alastair D'Silva2018-06-031-0/+1
* powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin2018-06-031-1/+1
* powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin2018-06-032-4/+7
* powerpc: move a stray NMI IPI case under NMI_IPI ifdefNicholas Piggin2018-06-031-0/+2
* powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdefNicholas Piggin2018-06-032-0/+10
* powerpc: allow soft-NMI watchdog to cover timer interrupts with large decreme...Nicholas Piggin2018-06-031-6/+13
* powerpc: generic clockevents broadcast receiver call tick_receive_broadcastNicholas Piggin2018-06-032-47/+41
* powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin2018-06-032-22/+0
* powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin2018-06-031-5/+1
* powerpc/64: irq_work avoid interrupt when called with hardware irqs enabledNicholas Piggin2018-06-031-2/+31
* powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-035-0/+24
* powerpc/64: Fix strncpy() related build failures with GCC 8.1Christophe Leroy2018-06-031-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2018-06-032-0/+7
|\
| * powerpc/64s: Clear PCR on bootMichael Neuling2018-05-182-0/+7
* | Merge branch 'topic/kbuild' into nextMichael Ellerman2018-06-031-4/+11
|\ \
| * | powerpc/kbuild: Remove CROSS32 defines from top level powerpc MakefileNicholas Piggin2018-06-011-4/+11
| |/
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-033-2/+15
|\ \
| * | powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo2018-05-241-0/+12
| * | powerpc: Export msr_check_and_set() to modulesSimon Guo2018-05-241-0/+1
| * | powerpc/kvm: Prefer fault_in_pages_readable functionMathieu Malaterre2018-05-171-2/+2
| |/
* | powerpc/prom: Fix %u/%llx usage since prom_printf() changeMathieu Malaterre2018-06-021-24/+49
* | powerpc/livepatch: Fix build error with kprobes disabled.Aneesh Kumar K.V2018-05-291-1/+2
* | powerpc/modules: remove unused mod_arch_specific.toc fieldJosh Poimboeuf2018-05-281-1/+0
* | powerpc: Add a missing include headerMathieu Malaterre2018-05-251-0/+1
* | powerpc/32: Add a missing include headerMathieu Malaterre2018-05-251-0/+1
* | powerpc/tau: Make some function staticMathieu Malaterre2018-05-251-4/+4
* | powerpc: Make function btext_initialize staticMathieu Malaterre2018-05-251-1/+1
* | powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre2018-05-254-9/+12
* | powerpc/mm/radix: Use do/while(0) trick for single statement blockMathieu Malaterre2018-05-251-1/+1
* | powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2018-05-252-6/+6
* | powerpc: Add __printf verification to prom_printfMathieu Malaterre2018-05-251-56/+58
* | powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy2018-05-251-1/+1
* | powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling2018-05-211-0/+1
* | powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling2018-05-211-2/+2
* | powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"Colin Ian King2018-05-181-1/+1
* | powerpc/32: Use stmw/lmw for registers save/restore in asmChristophe Leroy2018-05-182-0/+14
* | powerpc: Avoid an unnecessary test and branch in longjmp()Christophe Leroy2018-05-181-5/+4
* | powerpc/prom: Drop support for old FDT versionsMichael Ellerman2018-05-111-19/+4
* | 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
OpenPOWER on IntegriCloud