summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
AgeCommit message (Expand)AuthorLines
2019-08-28powerpc/64: remove support for kernel-mode syscallsNicholas Piggin-15/+6
2019-07-29powerpc: Wire up clone3 syscallMichael Ellerman-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-03powerpc/entry: Remove unneeded need_resched() loopValentin Schneider-7/+1
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman-2/+25
2019-02-23powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy-5/+5
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy-1/+1
2019-02-23powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman-20/+14
2019-01-31powerpc/64s: Clear on-stack exception marker upon exception returnNicolai Stange-0/+7
2018-12-21powerpc: split compat syscall table out from native tableFiroz Khan-2/+5
2018-12-21powerpc/tm: Save MSR to PACA before RFIDBreno Leitao-0/+4
2018-12-20powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun-0/+5
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin-10/+5
2018-10-13powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entryJoel Stanley-5/+5
2018-10-03powerpc: Redefine TIF_32BITS thread flagBreno Leitao-1/+1
2018-10-03powerpc/64: add stack protector supportChristophe Leroy-0/+4
2018-09-19powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin-0/+2
2018-08-08powerpc/64s: Add support for software count cache flushMichael Ellerman-0/+54
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy-0/+1
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy-0/+1
2018-07-24powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin-0/+8
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+8
2018-06-06powerpc: Add syscall detection for restartable sequencesBoqun Feng-0/+8
2018-06-03powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman-0/+10
2018-06-03powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V-0/+1
2018-04-01powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin-1/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman-8/+36
2018-01-19powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan-2/+2
2018-01-19powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan-0/+5
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan-6/+6
2018-01-19powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan-11/+10
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan-8/+8
2018-01-18powerpc/64: rtas avoid accessing paca in 32-bit modeNicholas Piggin-6/+11
2018-01-10powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin-2/+16
2018-01-10powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin-1/+11
2018-01-10powerpc/64s: Simple RFI macro conversionsNicholas Piggin-5/+9
2017-12-11powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled contextNicholas Piggin-3/+7
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman-2/+2
2017-08-31powerpc/asm: Convert .llong directives to .8byteTobin C. Harding-1/+1
2017-08-23powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin-1/+0
2017-08-23powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin-5/+1
2017-08-07Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman-42/+18
2017-07-03powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao-0/+4
2017-07-03powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao-13/+22
2017-07-03powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao-1/+13
2017-07-03powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao-3/+4
2017-07-03powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao-12/+14
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin-9/+0
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin-6/+17
2017-06-15powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin-8/+3