summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy2021-03-121-1/+2
* powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy2021-03-101-0/+10
* powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin2021-03-091-2/+2
* powerpc/64s: Use symbolic macros for function entry encodingMichael Ellerman2021-03-091-3/+4
* powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao2021-03-091-1/+1
* powerpc: Force inlining of mmu_has_feature to fix build failureChristophe Leroy2021-03-021-2/+2
* vio: make remove callback return voidUwe Kleine-König2021-03-021-1/+1
* powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman2021-03-011-4/+4
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-251-2/+0
|\
| * Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-124-1/+40
| |\
| * | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-2/+0
* | | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-2246-244/+713
|\ \ \
| * | | powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain2021-02-111-2/+3
| * | | powerpc/pci: Remove unimplemented prototypesOliver O'Halloran2021-02-111-4/+0
| * | | powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()Christophe Leroy2021-02-111-7/+1
| * | | powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()Christophe Leroy2021-02-111-7/+3
| * | | powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...Christophe Leroy2021-02-111-41/+0
| * | | powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-02-111-0/+3
| * | | powerpc/time: Remove get_tbl()Christophe Leroy2021-02-111-6/+0
| * | | powerpc/32: Handle bookE debugging in C in syscall entry/exitChristophe Leroy2021-02-112-0/+15
| * | | powerpc/syscall: Do not check unsupported scv vector on PPC32Christophe Leroy2021-02-111-0/+5
| * | | powerpc/irq: Add stub irq_soft_mask_return() for PPC32Christophe Leroy2021-02-111-0/+5
| * | | powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy2021-02-112-24/+52
| * | | powerpc/irq: Add helper to set regs->softeChristophe Leroy2021-02-111-2/+9
| * | | powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-02-111-0/+1
| * | | powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V2021-02-112-2/+8
| * | | powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V2021-02-111-2/+0
| * | | powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2021-02-111-2/+1
| * | | powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy2021-02-111-3/+10
| * | | powerpc/uaccess: Simplify unsafe_put_user() implementationMichael Ellerman2021-02-111-8/+7
| * | | powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-111-5/+20
| * | | powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy2021-02-081-2/+8
| * | | powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-082-6/+6
| * | | powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2021-02-081-3/+8
| * | | powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2021-02-082-11/+3
| * | | powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin2021-02-081-3/+20
| * | | powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev2021-02-082-6/+24
| * | | powerpc/pkeys: Remove unused codeSandipan Das2021-02-082-9/+0
| * | | powerpc: remove unneeded semicolonsChengyang Fan2021-02-0812-20/+20
| * | | powerpc/64s: runlatch interrupt handling in CNicholas Piggin2021-02-081-0/+7
| * | | powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2021-02-081-0/+25
| * | | powerpc: move NMI entry/exit code into wrapperNicholas Piggin2021-02-081-0/+28
| * | | powerpc/64: entry cpu time accounting in CNicholas Piggin2021-02-082-24/+6
| * | | powerpc/64: move account_stolen_time into its own functionNicholas Piggin2021-02-081-0/+14
| * | | powerpc/64s: reconcile interrupts in CNicholas Piggin2021-02-081-4/+11
| * | | powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2021-02-081-3/+31
| * | | powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin2021-02-081-0/+2
| * | | powerpc/64: add context tracking to asynchronous interruptsNicholas Piggin2021-02-081-0/+2
| * | | powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-081-0/+9
| * | | powerpc/64s/hash: improve context tracking of hash faultsNicholas Piggin2021-02-081-0/+1