summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/32
AgeCommit message (Expand)Author
2021-04-14powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy
2021-03-29powerpc/32s: Create C version of kuap save/restore/check helpersChristophe Leroy
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy
2021-03-24powerpc: Fix misspellings in tlbflush.hZhang Yunkai
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-17powerpc/32s: Fix cleanup_cpu_mmu_context() compile bugMichael Ellerman
2020-12-09powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy
2020-12-09powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers
2020-12-04powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V
2020-12-04powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
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/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-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy
2020-05-07powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-05-01powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy
2020-03-04powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy
2020-01-28powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy
2020-01-28powerpc/32s: Drop NULL addr verificationChristophe Leroy
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy
2020-01-28powerpc/32s: Fix bad_kuap_fault()Christophe Leroy
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy