summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-05-28powerpc/40x: Remove WALNUTChristophe Leroy
2020-05-28powerpc/40x: Remove STB03xxxChristophe 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/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin
2020-05-28powerpc/xive: Do not expose a debugfs file when XIVE is disabledCédric Le Goater
2020-05-26powerpc/xive: Clear the page tables for the ESB IO mappingCédric Le Goater
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/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy
2020-05-26powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy
2020-05-26powerpc/8xx: Map IMMR with a huge pageChristophe Leroy
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy
2020-05-26powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy
2020-05-26powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy
2020-05-26powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy
2020-05-26powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe 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: Fix conditions to perform MMU specific management by blocks on PP...Christophe Leroy
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy
2020-05-26powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy