aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-19powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy1-2/+2
2020-02-18powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy1-0/+8
2020-02-18powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy1-2/+7
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy3-6/+182
2020-02-18powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte3-28/+39
2020-02-17powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy1-1/+1
2020-02-17powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff1-10/+11
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/powerpc/linuxLinus Torvalds40-509/+689
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan4-64/+64
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus 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-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe1-5/+8
2020-01-26powerpc: 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
2020-01-23powerpc/vdso32: use LOAD_REG_IMMEDIATE()Christophe Leroy1-4/+2
2020-01-23powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Christophe Leroy3-6/+24
2020-01-23powerpc/vdso32: inline __get_datapage()Christophe Leroy3-37/+12