aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-30powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin1-3/+5
2021-06-30powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin1-0/+6
2021-06-30powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin2-0/+5
2021-06-30powerpc/64s/interrupt: preserve regs->softe for NMI interruptsNicholas Piggin1-0/+3
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin6-11/+106
2021-06-30powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin4-23/+40
2021-06-30powerpc/64e: fix CONFIG_RELOCATABLE build warningsNicholas Piggin1-0/+11
2021-06-30powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin1-13/+11
2021-06-30powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy1-1/+5
2021-06-30powerpc/32s: Fix setup_{kuap/kuep}() on SMPChristophe Leroy2-2/+2
2021-06-26powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy1-2/+2
2021-06-26powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy1-5/+3
2021-06-26powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang1-6/+6
2021-06-26powerpc/ptrace: Refactor regs_set_return_{msr/ip}Christophe Leroy1-8/+2
2021-06-26powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip}Christophe Leroy1-5/+5
2021-06-26powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman1-6/+20
2021-06-25powerpc/pseries/vas: Include irqdomain.hMichael Ellerman1-0/+1
2021-06-25powerpc: mark local variables around longjmp as volatileArnd Bergmann2-13/+13
2021-06-25powerpc/pmu: Make the generic compat PMU use the architected eventsPaul Mackerras1-36/+134
2021-06-25powerpc/pseries/dlpar: use rtas_get_sensor()Nathan Lynch1-6/+3
2021-06-25powerpc/rtas-rtc: remove unused constantNathan Lynch1-1/+1
2021-06-25powerpc/papr_scm: trivial: fix typo in a commentKajol Jain1-1/+1
2021-06-25powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman3-7/+11
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman2-56/+3
2021-06-25selftests/powerpc: Use req_max_processed_len from sysfs NX capabilitiesHaren Myneni2-4/+17
2021-06-25powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2-8/+8
2021-06-25powerpc/xmon: Add support for running a command on all cpus in xmonNaveen N. Rao1-22/+126
2021-06-25powerpc/configs: Enable STACK_TRACER and FTRACE_SYSCALLS in some of the configsNaveen N. Rao3-0/+5
2021-06-25powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao1-2/+2
2021-06-25powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao2-6/+5
2021-06-25powerpc/papr_scm: Add support for reporting dirty-shutdown-countVaibhav Jain2-0/+36
2021-06-25powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailableVaibhav Jain2-14/+29
2021-06-25powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() on ppc32Naveen N. Rao1-2/+6
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin1-16/+32
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy1-2/+2
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy3-37/+19
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy2-10/+11
2021-06-25powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy1-17/+17
2021-06-25powerpc: Remove klimitChristophe Leroy5-10/+5
2021-06-25powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy1-19/+3
2021-06-25powerpc/mm: Leave a gap between early allocated IO areasChristophe Leroy2-3/+3
2021-06-25powerpc/papr_scm: Properly handle UUID types and APIAndy Shevchenko1-9/+18
2021-06-25powerpc/pseries: fail quicker in dlpar_memory_add_by_ic()Daniel Henrique Barboza1-8/+6
2021-06-25powerpc/pseries: break early in dlpar_memory_add_by_count() loopsDaniel Henrique Barboza1-5/+12
2021-06-25powerpc/pseries: skip reserved LMBs in dlpar_memory_add_by_count()Daniel Henrique Barboza1-0/+3
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin1-0/+11
2021-06-25powerpc: Make PPC_IRQ_SOFT_MASK_DEBUG depend on PPC64Nicholas Piggin1-0/+1
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin1-11/+0
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin1-4/+9
2021-06-25powerpc/64s/interrupt: Check and fix srr_valid without crashingNicholas Piggin1-0/+89