aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
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-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 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/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-16Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds9-33/+78
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-15powerpc/xmon: constify sysrq_key_opEmil Velikov1-1/+1
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. Silva1-1/+1
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 Piggin4-15/+26
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-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso4-16/+13
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini199-6728/+8142
2020-05-12floppy: use symbolic register names in the powerpc portWilly Tarreau1-7/+8
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-2/+2
2020-05-12powerpc/40x: Make more space for system call exceptionChristophe Leroy1-1/+2
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