summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy1-3/+26
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy1-9/+12
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy1-22/+15
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy3-9/+21
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy1-0/+5
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy2-10/+14
2020-05-20powerpc/kasan: Refactor update of early shadow mappingsChristophe Leroy1-21/+18
2020-05-20powerpc/kasan: Remove unnecessary page table lockingChristophe Leroy1-15/+4
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy3-5/+3
2020-05-20powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy1-3/+1
2020-05-20powerpc/kasan: Fix error detection on memory allocationChristophe Leroy1-3/+2
2020-05-19powerpc/watchpoint/xmon: Support 2nd DAWRRavi Bangoria1-32/+69
2020-05-19powerpc/watchpoint/xmon: Don't allow breakpoint overwritingRavi Bangoria1-0/+4
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2-0/+223
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria4-92/+310
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria4-13/+14
2020-05-19powerpc/watchpoint: Introduce is_ptrace_bp() functionRavi Bangoria1-1/+6
2020-05-19powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria3-10/+31
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria5-41/+78
2020-05-19powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria1-3/+7
2020-05-19powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria1-8/+8
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria6-15/+15
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria3-8/+13
2020-05-19powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria4-3/+12
2020-05-19powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria1-0/+2
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria5-20/+20
2020-05-19powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe1-0/+20
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe2-2/+166
2020-05-19powerpc: Support prefixed instructions in alignment handlerJordan Niethe1-1/+18
2020-05-19powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe1-0/+13
2020-05-19powerpc/xmon: Don't allow breakpoints on suffixesJordan Niethe1-2/+25
2020-05-19powerpc: Test prefixed instructions in feature fixupsJordan Niethe2-0/+144
2020-05-19powerpc: Test prefixed code patchingJordan Niethe3-1/+42
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe14-17/+175
2020-05-19powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe1-17/+17
2020-05-19powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe3-3/+5
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple2-0/+4
2020-05-19powerpc: Make test_translate_branch() independent of instruction lengthJordan Niethe1-3/+3
2020-05-19powerpc/xmon: Move insertion of breakpoint for xol'ingJordan Niethe1-1/+2
2020-05-19powerpc/xmon: Use a function for reading instructionsJordan Niethe1-4/+24
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe4-10/+17
2020-05-19powerpc: Define and use get_user_instr() et. al.Jordan Niethe4-3/+12
2020-05-19powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe3-10/+29
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe4-3/+26
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe9-26/+33
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe26-214/+237
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe4-15/+21
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe2-1/+6