summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/entry: Remove unneeded need_resched() loopValentin Schneider2019-05-031-7/+1
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-2/+25
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-5/+5
* powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy2019-02-231-1/+1
* powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman2019-02-231-20/+14
* powerpc/64s: Clear on-stack exception marker upon exception returnNicolai Stange2019-01-311-0/+7
* powerpc: split compat syscall table out from native tableFiroz Khan2018-12-211-2/+5
* powerpc/tm: Save MSR to PACA before RFIDBreno Leitao2018-12-211-0/+4
* powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun2018-12-201-0/+5
* powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-10/+5
* powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entryJoel Stanley2018-10-131-5/+5
* powerpc: Redefine TIF_32BITS thread flagBreno Leitao2018-10-031-1/+1
* powerpc/64: add stack protector supportChristophe Leroy2018-10-031-0/+4
* powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin2018-09-191-0/+2
* powerpc/64s: Add support for software count cache flushMichael Ellerman2018-08-081-0/+54
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-241-0/+8
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+8
|\
| * powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-061-0/+8
* | powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman2018-06-031-0/+10
* | powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V2018-06-031-0/+1
|/
* powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-04-011-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-8/+36
|\
| * powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-2/+16
| * powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-1/+11
| * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-101-5/+9
* | powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUGMadhavan Srinivasan2018-01-191-2/+2
* | powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan2018-01-191-0/+5
* | powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-6/+6
* | powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan2018-01-191-11/+10
* | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-8/+8
* | powerpc/64: rtas avoid accessing paca in 32-bit modeNicholas Piggin2018-01-181-6/+11
* | powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled contextNicholas Piggin2017-12-111-3/+7
|/
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-2/+2
* powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-311-1/+1
* powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin2017-08-231-1/+0
* powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-231-5/+1
* Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-071-42/+18
* powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao2017-07-031-0/+4
* powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-031-13/+22
* powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao2017-07-031-1/+13
* powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao2017-07-031-3/+4
* powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao2017-07-031-12/+14
* powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2017-06-151-9/+0
* powerpc/64: Drop explicit hwsync in context switchNicholas Piggin2017-06-151-6/+17
* powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin2017-06-151-8/+3
* powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin2017-06-151-0/+8
* powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin2017-06-151-19/+43