summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2020-04-01powerpc/64: mark emergency stacks valid to unwindNicholas Piggin
2020-04-01powerpc/64/tm: Don't let userspace set regs->trap via sigreturnMichael Ellerman
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar
2020-03-27powerpc/smp: Use IS_ENABLED() to avoid #ifdefMichael Ellerman
2020-03-27powerpc/smp: Drop superfluous NULL checkMichael Ellerman
2020-03-27powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers
2020-03-25powerpc/prom_init: Remove leftover commentFabiano Rosas
2020-03-25powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran
2020-03-25powerpc/eeh: Remove PHB check in probeOliver O'Halloran
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran
2020-03-25powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran
2020-03-25powerpc/64: Prevent stack protection in early bootMichael Ellerman
2020-03-25powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy
2020-03-25powerpc/kprobes: Remove redundant codeChristophe Leroy
2020-03-25powerpc/64s: Fix section mismatch warnings from boot codeMichael Ellerman
2020-03-25powerpc/prom_init: Pass the "os-term" message to hypervisorAlexey Kardashevskiy
2020-03-13powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence
2020-03-10Merge branch 'fixes' into nextMichael Ellerman
2020-03-04powerpc/numa: Remove late request for home node associativitySrikar Dronamraju
2020-03-04powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju
2020-03-04powerpc/irq: Use current_stack_pointer in do_IRQ()Christophe Leroy
2020-03-04powerpc/irq: use IS_ENABLED() in check_stack_overflow()Christophe Leroy
2020-03-04powerpc/irq: Use current_stack_pointer in check_stack_overflow()Christophe Leroy
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman
2020-03-04powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysf...Kajol Jain
2020-03-04powerpc/kernel/sysfs: Refactor current sysfs.cMadhavan Srinivasan
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-02-28powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario
2020-02-26powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...Christophe Leroy
2020-02-24powerpc: Include .BTF sectionNaveen N. Rao
2020-02-24powerpc/watchpoint: Don't call dar_within_range() for Book3SRavi Bangoria
2020-02-19powerpc: Don't use thread struct for saving SRR0/1 on syscall.Christophe Leroy
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy
2020-02-19powerpc/fadump: sysfs for fadump memory reservationSourabh Jain
2020-02-19powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs filesSourabh Jain
2020-02-19powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()Christophe Leroy
2020-02-19powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy
2020-02-18powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy
2020-02-18powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte
2020-02-17powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy
2020-02-17powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff
2020-02-08powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan