aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
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
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-29powerpc: Provide initial documentation for PAPR hcallsVaibhav Jain
2020-01-28powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy
2020-01-27powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/32s: Avoid crossing page boundary while changing SRR0/1.Christophe Leroy
2020-01-27powerpc/32s: Reorganise DSI handler.Christophe Leroy
2020-01-27powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy
2020-01-27powerpc/8xx: Move tail of alignment exception out of lineMichael Ellerman
2020-01-27powerpc/8xx: Split breakpoint exceptionChristophe Leroy
2020-01-27powerpc/8xx: Move DataStoreTLBMiss perf handlerChristophe Leroy
2020-01-27powerpc/8xx: Drop exception entries for non-existing exceptionsChristophe Leroy
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy
2020-01-27powerpc/32: Use vmapped stacks for interruptsChristophe Leroy
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy
2020-01-26powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy
2020-01-26powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy
2020-01-26powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy
2020-01-26powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy
2020-01-23powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()Oliver O'Halloran
2020-01-23powerpc/eeh: Only dump stack once if an MMIO loop is detectedOliver O'Halloran
2020-01-23powerpc/pcidn: Warn when sriov pci_dn management is used incorrectlyOliver O'Halloran
2020-01-23powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specificOliver O'Halloran
2020-01-23powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOVOliver O'Halloran
2020-01-23powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS sanerOliver O'Halloran
2020-01-23powerpc/eeh_sysfs: Remove double pci_dn lookup.Oliver O'Halloran
2020-01-23powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs propertiesOliver O'Halloran
2020-01-23powerpc/eeh_sysfs: Fix incorrect commentOliver O'Halloran
2020-01-23powerpc/eeh_cache: Don't use pci_dn when inserting new rangesOliver O'Halloran
2020-01-23powerpc/vdso32: miscellaneous optimisationsChristophe Leroy
2020-01-23powerpc/vdso32: implement clock_getres entirelyChristophe Leroy
2020-01-23powerpc/vdso32: use LOAD_REG_IMMEDIATE()Christophe Leroy
2020-01-23powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Christophe Leroy
2020-01-23powerpc/vdso32: inline __get_datapage()Christophe Leroy
2020-01-23powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSEChristophe Leroy
2020-01-23powerpc/32: Add VDSO version of getcpu on non SMPChristophe Leroy
2020-01-23powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.Christophe Leroy
2020-01-18open: introduce openat2(2) syscallAleksa Sarai
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin
2020-01-14arch/powerpc/setup: Drop dummy_con initializationArvind Sankar
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon