aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman1-0/+2
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy1-3/+6
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra1-16/+6
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+1
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria1-0/+221
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2-91/+307
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria3-11/+11
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 Bangoria4-40/+77
2020-05-19powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria1-3/+7
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria3-12/+12
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2-6/+11
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 Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-2/+2
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: Add prefixed instructions to instruction data typeJordan Niethe3-3/+8
2020-05-19powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe1-17/+17
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+1
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe2-3/+5
2020-05-19powerpc: Define and use get_user_instr() et. al.Jordan Niethe3-3/+3
2020-05-19powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-10/+13
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe5-9/+9
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe12-91/+105
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe1-7/+8
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe1-1/+1
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe2-2/+3
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe4-25/+29
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe13-41/+57
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe3-21/+31
2020-05-19powerpc/xmon: Move breakpoints to text sectionJordan Niethe1-0/+8
2020-05-19powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-19powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-19powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin1-1/+8
2020-05-19powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-19powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin1-3/+12
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin1-0/+19
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RESULTNicholas Piggin1-5/+5
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin1-0/+4
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin1-6/+8
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff2-2/+31
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman1-0/+36
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-8/+1
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin3-9/+10
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2-2/+2
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2-2/+2
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin1-1/+1