summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)Author
2019-02-15powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V
2019-02-12powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar
2019-02-12powerpc/mm: Fix reporting of kernel execute faults on the 8xxChristophe Leroy
2019-02-12powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addres...Alexey Kardashevskiy
2019-02-12powerpc/perf: Fix thresholding counter data for unknown typeMadhavan Srinivasan
2019-02-12powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy
2019-02-12KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machinesSuraj Jitindar Singh
2019-02-12powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyMathieu Malaterre
2019-02-12powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand
2019-01-26powerpc/xmon: Fix invocation inside lock regionBreno Leitao
2019-01-13powerpc/tm: Set MSR[TS] just prior to recheckpointBreno Leitao
2019-01-13Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing"Greg Kroah-Hartman
2019-01-13powerpc/boot: Set target when cross-compiling for clangJoel Stanley
2019-01-13powerpc: Disable -Wbuiltin-requires-header when setjmp is usedJoel Stanley
2019-01-13powerpc: avoid -mno-sched-epilog on GCC 4.9 and newerNicholas Piggin
2019-01-13powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin
2019-01-13powerpc: remove old GCC version checksNicholas Piggin
2019-01-13powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran
2019-01-13powerpc/mm: Fix linux page tables build with some configsMichael Ellerman
2019-01-13powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras
2019-01-09powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao
2019-01-09powerpc/fsl: Fix spectre_v2 mitigations reportingDiana Craciun
2018-12-19powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt
2018-12-19powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec
2018-12-05powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran
2018-12-01powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman
2018-12-01KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILEScott Wood
2018-11-21Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy
2018-11-21powerpc/memtrace: Remove memory in chunksRashmica Gupta
2018-11-21powerpc/boot: Ensure _zimage_start is a weak symbolJoel Stanley
2018-11-21powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy
2018-11-21powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens
2018-11-21powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()Sam Bobroff
2018-11-21powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGSJoel Stanley
2018-11-21powerpc/mm: fix always true/false warning in slice.cChristophe Leroy
2018-11-21powerpc/mm: Fix page table dump to work on RadixMichael Ellerman
2018-11-21powerpc/64/module: REL32 relocation range checkNicholas Piggin
2018-11-21powerpc/traps: restore recoverability of machine_check interruptsChristophe Leroy
2018-11-13powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin
2018-11-13powerpc/tm: Fix HFSCR bit for no suspend caseMichael Neuling
2018-11-13powerpc/msi: Fix compile error on mpc83xxChristophe Leroy
2018-11-13powerpc64/module elfv1: Set opd addresses after module relocationNaveen N. Rao
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara
2018-10-07Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2018-10-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju
2018-10-05powerpc: Don't print kernel instructions in show_user_instructions()Michael Ellerman
2018-10-04KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page faultPaul Mackerras