summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* mm/vmalloc: provide fallback arch huge vmap support functionsNicholas Piggin2021-04-301-4/+3
* powerpc: inline huge vmap supported functionsNicholas Piggin2021-04-301-3/+16
* mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-0/+8
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-282-44/+2
|\
| * powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann2021-03-111-1/+1
| * powerpc: Delete unused function delete_fdt_mem_rsv()Lakshmi Ramasubramanian2021-03-081-1/+0
| * powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-082-30/+0
| * powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian2021-03-082-8/+0
| * powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring2021-03-081-0/+1
| * powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-081-4/+0
* | powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy2021-03-141-2/+2
* | 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-101-2/+2
* | powerpc/64s: Use symbolic macros for function entry encodingMichael Ellerman2021-03-101-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-241-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-091-2/+8
| * | | powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-092-6/+6
| * | | powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2021-02-091-3/+8
| * | | powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2021-02-092-11/+3
| * | | powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin2021-02-091-3/+20
| * | | powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev2021-02-092-6/+24
| * | | powerpc/pkeys: Remove unused codeSandipan Das2021-02-092-9/+0
| * | | powerpc: remove unneeded semicolonsChengyang Fan2021-02-0912-20/+20