summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe4-15/+21
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe2-1/+6
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe6-6/+13
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe11-179/+190
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe24-120/+156
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe6-84/+119
2020-05-19powerpc/xmon: Use bitwise calculations in_breakpoint_table()Jordan Niethe1-2/+2
2020-05-19powerpc/xmon: Move breakpoints to text sectionJordan Niethe5-6/+33
2020-05-19powerpc/xmon: Move breakpoint instructions to own arrayJordan Niethe1-9/+12
2020-05-19powerpc/xmon: Remove store_inst() for patch_instruction()Jordan Niethe1-13/+5
2020-05-19powerpc/ps3: Fix kexec shutdown hangGeoff Levand1-10/+12
2020-05-19ps3disk: use the default segment boundaryEmmanuel Nicolet1-1/+0
2020-05-19net/ps3_gelic_net: Remove duplicate error messageMarkus Elfring1-2/+0
2020-05-19drivers/ps3: Remove duplicate error messagesMarkus Elfring2-3/+0
2020-05-19powerpc/head_check: Avoid broken pipeGeoff Levand1-1/+1
2020-05-19powerpc/wrapper: Output linker map fileGeoff Levand1-1/+2
2020-05-19powerpc/head_check: Automatic verbosityGeoff Levand1-2/+4
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: Implement ftrace_enabled() helpersNicholas Piggin1-0/+14
2020-05-19powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-19powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin1-1/+9
2020-05-19powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin1-3/+12
2020-05-19powerpc/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
2020-05-15selftests/powerpc: Add a test of counting larx/stcxMichael Ellerman4-2/+203
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman1-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman2-9/+1
2020-05-15powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-3/+3
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin6-16/+201
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin5-4/+12
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin4-3/+11
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin2-8/+17
2020-05-11powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFTChristophe Leroy1-0/+1
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy1-7/+0
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy4-8/+8
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy15-37/+37
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy11-24/+24