summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman4-8/+8
2020-03-04powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysf...Kajol Jain1-0/+6
2020-03-04powerpc/kernel/sysfs: Refactor current sysfs.cMadhavan Srinivasan1-175/+200
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-29/+9
2020-02-26powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...Christophe Leroy1-8/+3
2020-02-19powerpc: Don't use thread struct for saving SRR0/1 on syscall.Christophe Leroy1-9/+7
2020-02-19powerpc/32: Warn and return ENOSYS on syscalls from kernelChristophe Leroy3-8/+40
2020-02-19powerpc/fadump: sysfs for fadump memory reservationSourabh Jain1-0/+9
2020-02-19powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs filesSourabh Jain1-34/+85
2020-02-19powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()Christophe Leroy1-2/+0
2020-02-08powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy1-1/+1
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds40-509/+689
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan4-64/+64
2020-01-30Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+3
2020-01-29powerpc: Provide initial documentation for PAPR hcallsVaibhav Jain1-16/+3
2020-01-28powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy1-1/+2
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy5-5/+23
2020-01-27powerpc/32s: Avoid crossing page boundary while changing SRR0/1.Christophe Leroy1-0/+6
2020-01-27powerpc/32s: Reorganise DSI handler.Christophe Leroy1-14/+17
2020-01-27powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy1-6/+26
2020-01-27powerpc/8xx: Move tail of alignment exception out of lineMichael Ellerman1-1/+6
2020-01-27powerpc/8xx: Split breakpoint exceptionChristophe Leroy1-9/+10
2020-01-27powerpc/8xx: Move DataStoreTLBMiss perf handlerChristophe Leroy1-12/+12
2020-01-27powerpc/8xx: Drop exception entries for non-existing exceptionsChristophe Leroy1-29/+0
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy1-13/+14
2020-01-27powerpc/32: Use vmapped stacks for interruptsChristophe Leroy2-0/+25
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy5-1/+54
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy3-3/+3
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy3-16/+122
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy3-20/+19
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy2-21/+22
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy6-1/+9
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy3-13/+9
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy2-11/+11
2020-01-25powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe1-5/+8
2020-01-25powerpc: use probe_user_read() and probe_user_write()Christophe Leroy1-11/+1
2020-01-23powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()Oliver O'Halloran1-8/+2
2020-01-23powerpc/eeh: Only dump stack once if an MMIO loop is detectedOliver O'Halloran1-1/+1
2020-01-23powerpc/pcidn: Warn when sriov pci_dn management is used incorrectlyOliver O'Halloran1-14/+3
2020-01-23powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specificOliver O'Halloran1-10/+5
2020-01-23powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOVOliver O'Halloran1-1/+14
2020-01-23powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS sanerOliver O'Halloran2-20/+25
2020-01-23powerpc/eeh_sysfs: Remove double pci_dn lookup.Oliver O'Halloran1-1/+0
2020-01-23powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs propertiesOliver O'Halloran1-2/+2
2020-01-23powerpc/eeh_sysfs: Fix incorrect commentOliver O'Halloran1-1/+1
2020-01-23powerpc/eeh_cache: Don't use pci_dn when inserting new rangesOliver O'Halloran1-9/+1
2020-01-23powerpc/vdso32: miscellaneous optimisationsChristophe Leroy3-14/+13
2020-01-23powerpc/vdso32: implement clock_getres entirelyChristophe Leroy2-8/+14