aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)Author
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple
2020-06-02powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple
2020-06-02powerpc: Add support for ISA v3.1Alistair Popple
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-06-02powerpc/module_64: Consolidate ftrace codeNaveen N. Rao
2020-06-02powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy
2020-06-02powerpc/rtas: Implement reentrant rtas callLeonardo Bras
2020-06-02powerpc/rtas: Move type/struct definitions from rtas.h into rtas-types.hLeonardo Bras
2020-06-02powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras
2020-06-02hw-breakpoints: Fix build warnings with clangRavi Bangoria
2020-05-29powerpc/book3s64/kvm: Fix secondary page table walk warning during migrationAneesh Kumar K.V
2020-05-28powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor detailsKajol Jain
2020-05-28powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin
2020-05-28powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin
2020-05-28powerpc/64s/kuap: Add missing isync to KUAP restore pathsNicholas Piggin
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy
2020-05-28powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin
2020-05-27KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang
2020-05-27KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman
2020-05-26Merge branch 'fixes' into nextMichael Ellerman
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman
2020-05-26powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy
2020-05-26powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy
2020-05-26powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy
2020-05-26powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy
2020-05-26powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy
2020-05-26powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy
2020-05-22Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy