summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario2020-02-281-1/+3
* powerpc: Include .BTF sectionNaveen N. Rao2020-02-241-0/+6
* powerpc/watchpoint: Don't call dar_within_range() for Book3SRavi Bangoria2020-02-241-5/+7
* powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy2020-02-191-2/+2
* powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-0/+8
* powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACKChristophe Leroy2020-02-181-2/+7
* powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-183-6/+182
* powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal deliveryGustavo Luiz Duarte2020-02-183-28/+39
* powerpc/8xx: Fix clearing of bits 20-23 in ITLB missChristophe Leroy2020-02-171-1/+1
* powerpc/eeh: Fix deadlock handling dead PHBSam Bobroff2020-02-171-10/+11
* powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACKChristophe Leroy2020-02-081-1/+1
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-0440-509/+689
|\
| * powerpc: Provide initial documentation for PAPR hcallsVaibhav Jain2020-01-291-16/+3
| * powerpc/32s: Fix CPU wake-up from sleep modeChristophe Leroy2020-01-281-1/+2
| * powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-275-5/+23
| * powerpc/32s: Avoid crossing page boundary while changing SRR0/1.Christophe Leroy2020-01-271-0/+6
| * powerpc/32s: Reorganise DSI handler.Christophe Leroy2020-01-271-14/+17
| * powerpc/8xx: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-6/+26
| * powerpc/8xx: Move tail of alignment exception out of lineMichael Ellerman2020-01-271-1/+6
| * powerpc/8xx: Split breakpoint exceptionChristophe Leroy2020-01-271-9/+10
| * powerpc/8xx: Move DataStoreTLBMiss perf handlerChristophe Leroy2020-01-271-12/+12
| * powerpc/8xx: Drop exception entries for non-existing exceptionsChristophe Leroy2020-01-271-29/+0
| * powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy2020-01-271-13/+14
| * powerpc/32: Use vmapped stacks for interruptsChristophe Leroy2020-01-272-0/+25
| * powerpc/32: Add early stack overflow detection with VMAP stack.Christophe Leroy2020-01-275-1/+54
| * powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy2020-01-263-3/+3
| * powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy2020-01-263-16/+122
| * powerpc/32: add a macro to get and/or save DAR and DSISR on stack.Christophe Leroy2020-01-263-20/+19
| * powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0Christophe Leroy2020-01-262-21/+22
| * powerpc/32: save DEAR/DAR before calling handle_page_faultChristophe Leroy2020-01-266-1/+9
| * powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.hChristophe Leroy2020-01-263-13/+9
| * powerpc/32: replace MTMSRD() by mtmsrChristophe Leroy2020-01-262-11/+11
| * powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe2020-01-261-5/+8
| * powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-261-11/+1
| * powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()Oliver O'Halloran2020-01-231-8/+2
| * powerpc/eeh: Only dump stack once if an MMIO loop is detectedOliver O'Halloran2020-01-231-1/+1
| * powerpc/pcidn: Warn when sriov pci_dn management is used incorrectlyOliver O'Halloran2020-01-231-14/+3
| * powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specificOliver O'Halloran2020-01-231-10/+5
| * powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOVOliver O'Halloran2020-01-231-1/+14
| * powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS sanerOliver O'Halloran2020-01-232-20/+25
| * powerpc/eeh_sysfs: Remove double pci_dn lookup.Oliver O'Halloran2020-01-231-1/+0
| * powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs propertiesOliver O'Halloran2020-01-231-2/+2
| * powerpc/eeh_sysfs: Fix incorrect commentOliver O'Halloran2020-01-231-1/+1
| * powerpc/eeh_cache: Don't use pci_dn when inserting new rangesOliver O'Halloran2020-01-231-9/+1
| * powerpc/vdso32: miscellaneous optimisationsChristophe Leroy2020-01-233-14/+13
| * powerpc/vdso32: implement clock_getres entirelyChristophe Leroy2020-01-232-8/+14
| * powerpc/vdso32: use LOAD_REG_IMMEDIATE()Christophe Leroy2020-01-231-4/+2
| * powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Christophe Leroy2020-01-233-6/+24
| * powerpc/vdso32: inline __get_datapage()Christophe Leroy2020-01-233-37/+12
| * powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSEChristophe Leroy2020-01-231-7/+57