summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy
2020-05-20powerpc/kasan: Refactor update of early shadow mappingsChristophe Leroy
2020-05-20powerpc/kasan: Remove unnecessary page table lockingChristophe Leroy
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy
2020-05-20powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy
2020-05-20powerpc/kasan: Fix error detection on memory allocationChristophe Leroy
2020-05-19powerpc/watchpoint/xmon: Support 2nd DAWRRavi Bangoria
2020-05-19powerpc/watchpoint/xmon: Don't allow breakpoint overwritingRavi Bangoria
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria
2020-05-19powerpc/watchpoint: Introduce is_ptrace_bp() functionRavi Bangoria
2020-05-19powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria
2020-05-19powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria
2020-05-19powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria
2020-05-19powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria
2020-05-19powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria
2020-05-19powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe
2020-05-19powerpc: Support prefixed instructions in alignment handlerJordan Niethe
2020-05-19powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe
2020-05-19powerpc/xmon: Don't allow breakpoints on suffixesJordan Niethe
2020-05-19powerpc: Test prefixed instructions in feature fixupsJordan Niethe
2020-05-19powerpc: Test prefixed code patchingJordan Niethe