Age | Commit message (Expand) | Author | Files | Lines |
2021-08-26 | powerpc/kprobes: Fix kprobe Oops happens in booke | Pu Lehui | 1 | -1/+2 |
2021-07-28 | KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow | Nicholas Piggin | 1 | -3/+22 |
2021-07-20 | powerpc/boot: Fixup device-tree on little endian | Benjamin Herrenschmidt | 2 | -27/+41 |
2021-07-20 | powerpc/ps3: Add dma_mask to ps3_dma_region | Geoff Levand | 2 | -0/+14 |
2021-07-20 | powerpc/barrier: Avoid collision with clang's __lwsync macro | Nathan Chancellor | 1 | -0/+2 |
2021-06-16 | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers | Chris Packham | 1 | -0/+8 |
2021-06-16 | powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers | Chris Packham | 1 | -0/+16 |
2021-05-22 | powerpc/64s: Fix crashes when toggling entry flush barrier | Michael Ellerman | 1 | -1/+15 |
2021-05-22 | powerpc/64s: Fix crashes when toggling stf barrier | Michael Ellerman | 1 | -2/+17 |
2021-05-22 | powerpc/iommu: Annotate nested lock for lockdep | Alexey Kardashevskiy | 1 | -2/+2 |
2021-05-22 | powerpc/pseries: Stop calling printk in rtas_stop_self() | Michael Ellerman | 1 | -3/+0 |
2021-05-22 | powerpc/smp: Set numa node before updating mask | Srikar Dronamraju | 1 | -3/+3 |
2021-05-22 | powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add') | Christophe Leroy | 1 | -1/+1 |
2021-05-22 | powerpc/pseries: extract host bridge from pci_bus prior to bus removal | Tyrel Datwyler | 1 | -1/+3 |
2021-05-22 | powerpc: iommu: fix build when neither PCI or IBMVIO is set | Randy Dunlap | 1 | -0/+1 |
2021-05-22 | powerpc/perf: Fix PMU constraint check for EBB events | Athira Rajeev | 1 | -2/+2 |
2021-05-22 | powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration | Chen Huang | 1 | -1/+1 |
2021-05-22 | powerpc/prom: Mark identical_pvr_fixup as __init | Nathan Chancellor | 1 | -1/+1 |
2021-05-22 | powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h | Tony Ambardar | 1 | -0/+1 |
2021-05-22 | powerpc/eeh: Fix EEH handling for hugepages in ioremap space. | Mahesh Salgaonkar | 1 | -7/+4 |
2021-04-07 | powerpc: Force inlining of cpu_has_feature() to avoid build failure | Christophe Leroy | 1 | -2/+2 |
2021-03-30 | powerpc/4xx: Fix build errors from mfdcr() | Michael Ellerman | 1 | -4/+4 |
2021-03-17 | powerpc/64s: Fix instruction encoding for lis in ppc_function_entry() | Naveen N. Rao | 1 | -1/+1 |
2021-03-17 | powerpc/perf: Record counter overflow always if SAMPLE_IP is unset | Athira Rajeev | 1 | -4/+15 |
2021-03-17 | powerpc: improve handling of unrecoverable system reset | Nicholas Piggin | 1 | -1/+4 |
2021-03-03 | powerpc/8xx: Fix software emulation interrupt | Christophe Leroy | 1 | -1/+1 |
2021-03-03 | powerpc/pseries/dlpar: handle ibm, configure-connector delay status | Nathan Lynch | 1 | -4/+3 |
2021-03-03 | powerpc/47x: Disable 256k page size | Christophe Leroy | 1 | -1/+1 |
2021-01-17 | powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at | Mathieu Desnoyers | 2 | -4/+4 |
2021-01-09 | powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() | Qinglang Miao | 1 | -1/+1 |
2021-01-09 | powerpc/bitops: Fix possible undefined behaviour with fls() and fls64() | Christophe Leroy | 1 | -2/+21 |
2020-12-29 | powerpc/powernv/memtrace: Don't leak kernel memory to user space | David Hildenbrand | 1 | -0/+22 |
2020-12-29 | powerpc/xmon: Change printk() to pr_cont() | Christophe Leroy | 1 | -1/+1 |
2020-12-29 | powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter | Tyrel Datwyler | 1 | -1/+1 |
2020-12-29 | powerpc/perf: Exclude kernel samples while counting events in user space. | Athira Rajeev | 1 | -0/+10 |
2020-12-29 | powerpc/pseries/hibernation: remove redundant cacheinfo update | Nathan Lynch | 1 | -3/+0 |
2020-12-29 | powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops | Nathan Lynch | 1 | -1/+0 |
2020-12-29 | powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32 | Christophe Leroy | 1 | -5/+0 |
2020-11-24 | powerpc/uaccess-flush: fix missing includes in kup-radix.h | Daniel Axtens | 1 | -0/+1 |
2020-11-22 | powerpc/8xx: Always fault when _PAGE_ACCESSED is not set | Christophe Leroy | 1 | -6/+2 |
2020-11-22 | powerpc/64s: flush L1D after user accesses | Nicholas Piggin | 11 | -59/+194 |
2020-11-22 | powerpc/uaccess: Evaluate macro arguments once, before user access is allowed | Nicholas Piggin | 1 | -14/+35 |
2020-11-22 | powerpc: Fix __clear_user() with KUAP enabled | Andrew Donnellan | 3 | -7/+12 |
2020-11-22 | powerpc: Implement user_access_begin and friends | Christophe Leroy | 1 | -19/+57 |
2020-11-22 | powerpc: Add a framework for user access tracking | Christophe Leroy | 4 | -8/+74 |
2020-11-22 | powerpc/64s: flush L1D on kernel entry | Nicholas Piggin | 10 | -7/+202 |
2020-11-22 | powerpc/64s: move some exception handlers out of line | Daniel Axtens | 1 | -2/+8 |
2020-11-22 | powerpc/64s: Define MASKABLE_RELON_EXCEPTION_PSERIES_OOL | Daniel Axtens | 1 | -0/+4 |
2020-11-05 | powerpc/powernv/elog: Fix race while processing OPAL error log event. | Mahesh Salgaonkar | 1 | -7/+26 |
2020-11-05 | powerpc: Warn about use of smt_snooze_delay | Joel Stanley | 1 | -25/+17 |