summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe
2020-05-19powerpc/xmon: Use bitwise calculations in_breakpoint_table()Jordan Niethe
2020-05-19powerpc/xmon: Move breakpoints to text sectionJordan Niethe
2020-05-19powerpc/xmon: Move breakpoint instructions to own arrayJordan Niethe
2020-05-19powerpc/xmon: Remove store_inst() for patch_instruction()Jordan Niethe
2020-05-19powerpc/ps3: Fix kexec shutdown hangGeoff Levand
2020-05-19powerpc/head_check: Avoid broken pipeGeoff Levand
2020-05-19powerpc/wrapper: Output linker map fileGeoff Levand
2020-05-19powerpc/head_check: Automatic verbosityGeoff Levand
2020-05-19powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin
2020-05-19powerpc/traps: Do not trace system resetNicholas Piggin
2020-05-19powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin
2020-05-19powerpc: Implement ftrace_enabled() helpersNicholas Piggin
2020-05-19powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin
2020-05-19powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin
2020-05-19powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin
2020-05-19powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin
2020-05-18powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin
2020-05-18powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff
2020-05-18powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman
2020-05-15powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin
2020-05-11powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFTChristophe Leroy
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy
2020-05-11powerpc/5200: update contact emailWolfram Sang
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman