summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-1826-214/+237
* powerpc: Introduce functions for instruction equalityJordan Niethe2020-05-184-15/+21
* powerpc: Use a function for byte swapping instructionsJordan Niethe2020-05-182-1/+6
* powerpc: Use a function for getting the instruction op codeJordan Niethe2020-05-186-6/+13
* powerpc: Use an accessor for instructionsJordan Niethe2020-05-1811-179/+190
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-1824-120/+156
* powerpc: Change calling convention for create_branch() et. al.Jordan Niethe2020-05-186-84/+119
* powerpc/xmon: Use bitwise calculations in_breakpoint_table()Jordan Niethe2020-05-181-2/+2
* powerpc/xmon: Move breakpoints to text sectionJordan Niethe2020-05-185-6/+33
* powerpc/xmon: Move breakpoint instructions to own arrayJordan Niethe2020-05-181-9/+12
* powerpc/xmon: Remove store_inst() for patch_instruction()Jordan Niethe2020-05-181-13/+5
* powerpc/ps3: Fix kexec shutdown hangGeoff Levand2020-05-181-10/+12
* powerpc/head_check: Avoid broken pipeGeoff Levand2020-05-181-1/+1
* powerpc/wrapper: Output linker map fileGeoff Levand2020-05-181-1/+2
* powerpc/head_check: Automatic verbosityGeoff Levand2020-05-181-2/+4
* powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin2020-05-181-3/+3
* powerpc/traps: Do not trace system resetNicholas Piggin2020-05-181-0/+5
* powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin2020-05-181-1/+8
* powerpc: Implement ftrace_enabled() helpersNicholas Piggin2020-05-181-0/+14
* powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2020-05-182-1/+20
* powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin2020-05-181-1/+9
* powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin2020-05-181-3/+12
* powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin2020-05-181-15/+33
* powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin2020-05-181-3/+4
* powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin2020-05-181-2/+3
* powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin2020-05-183-5/+12
* powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin2020-05-181-0/+19
* powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin2020-05-181-5/+5
* powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin2020-05-181-0/+4
* powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin2020-05-181-6/+8
* powerpc/eeh: Release EEH device state synchronouslySam Bobroff2020-05-182-2/+31
* powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff2020-05-181-1/+7
* powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman2020-05-181-0/+36
* powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman2020-05-151-1/+1
* powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman2020-05-152-9/+1
* powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-154-15/+26
* powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2020-05-155-4/+12
* powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2020-05-154-3/+11
* powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin2020-05-152-8/+17
* powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFTChristophe Leroy2020-05-111-0/+1
* powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy2020-05-111-7/+0
* powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-114-8/+8
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-1115-37/+37
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-1111-24/+24
* powerpc/5200: update contact emailWolfram Sang2020-05-111-3/+1
* powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov2020-05-112-32/+2
* powerpc/powernv: Fix a warning messageChristophe JAILLET2020-05-111-1/+1
* Merge the lockless page table walk rework into nextMichael Ellerman2020-05-0619-284/+273
|\