summaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-18powerpc: Add prefixed instructions to instruction data typeJordan Niethe14-17/+175
2020-05-18powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe1-17/+17
2020-05-18powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe3-3/+5
2020-05-18powerpc: Enable Prefixed InstructionsAlistair Popple2-0/+4
2020-05-18powerpc: Make test_translate_branch() independent of instruction lengthJordan Niethe1-3/+3
2020-05-18powerpc/xmon: Move insertion of breakpoint for xol'ingJordan Niethe1-1/+2
2020-05-18powerpc/xmon: Use a function for reading instructionsJordan Niethe1-4/+24
2020-05-18powerpc: Introduce a function for reporting instruction lengthJordan Niethe4-10/+17
2020-05-18powerpc: Define and use get_user_instr() et. al.Jordan Niethe4-3/+12
2020-05-18powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-18powerpc: Add a probe_kernel_read_inst() functionJordan Niethe3-10/+29
2020-05-18powerpc: Add a probe_user_read_inst() functionJordan Niethe4-3/+26
2020-05-18powerpc: Use a function for reading instructionsJordan Niethe9-26/+33
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe26-214/+237
2020-05-18powerpc: Introduce functions for instruction equalityJordan Niethe4-15/+21
2020-05-18powerpc: Use a function for byte swapping instructionsJordan Niethe2-1/+6
2020-05-18powerpc: Use a function for getting the instruction op codeJordan Niethe6-6/+13
2020-05-18powerpc: Use an accessor for instructionsJordan Niethe11-179/+190
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe24-120/+156
2020-05-18powerpc: Change calling convention for create_branch() et. al.Jordan Niethe6-84/+119
2020-05-18powerpc/xmon: Use bitwise calculations in_breakpoint_table()Jordan Niethe1-2/+2
2020-05-18powerpc/xmon: Move breakpoints to text sectionJordan Niethe5-6/+33
2020-05-18powerpc/xmon: Move breakpoint instructions to own arrayJordan Niethe1-9/+12
2020-05-18powerpc/xmon: Remove store_inst() for patch_instruction()Jordan Niethe1-13/+5
2020-05-18powerpc/ps3: Fix kexec shutdown hangGeoff Levand1-10/+12
2020-05-18ps3disk: use the default segment boundaryEmmanuel Nicolet1-1/+0
2020-05-18net/ps3_gelic_net: Remove duplicate error messageMarkus Elfring1-2/+0
2020-05-18drivers/ps3: Remove duplicate error messagesMarkus Elfring2-3/+0
2020-05-18powerpc/head_check: Avoid broken pipeGeoff Levand1-1/+1
2020-05-18powerpc/wrapper: Output linker map fileGeoff Levand1-1/+2
2020-05-18powerpc/head_check: Automatic verbosityGeoff Levand1-2/+4
2020-05-18powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-18powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-18powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin1-1/+8
2020-05-18powerpc: Implement ftrace_enabled() helpersNicholas Piggin1-0/+14
2020-05-18powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-18powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin1-1/+9
2020-05-18powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin1-3/+12
2020-05-18powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin1-15/+33
2020-05-18powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin1-3/+4
2020-05-18powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin3-5/+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 RE...Nicholas 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/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff1-1/+7
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman1-0/+36
2020-05-15drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman1-8/+13