summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-01powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman1-13/+7
2018-11-13powerpc/msi: Fix compile error on mpc83xxChristophe Leroy1-0/+7
2018-09-09powerpc/fadump: handle crash memory ranges array index overflowHari Bathini1-3/+0
2018-06-06powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin3-0/+59
2018-06-06powerpc: Move default security feature flagsMauricio Faria de Oliveira1-0/+8
2018-06-06powerpc/64s: Move cpu_show_meltdown()Michael Ellerman1-0/+1
2018-06-06powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman1-0/+65
2018-06-06powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flagsMichael Ellerman1-0/+3
2018-06-06powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman1-1/+1
2018-05-30powerpc: Add missing prototype for arch_irq_work_raise()Mathieu Malaterre1-0/+1
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+5
2018-04-24powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin1-0/+3
2018-04-24powerpc/64: Fix smp_wmb barrier definition use use lwsync consistentlyNicholas Piggin2-5/+2
2018-04-13powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman1-0/+12
2018-04-13powerpc/modules: If mprofile-kernel is enabled add it to vermagicMichael Ellerman1-0/+4
2018-03-24powerpc/64s: Remove SAO feature from Power9 DD1Nicholas Piggin1-1/+2
2018-03-22powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf1-0/+1
2018-02-25powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin1-2/+1
2018-02-25powerpc/64s: Simple RFI macro conversionsNicholas Piggin1-1/+1
2018-02-17powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek1-0/+1
2018-02-13powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman4-8/+70
2018-02-13powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2-0/+35
2018-02-13powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2-0/+31
2017-12-16powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofoldPaul Mackerras1-5/+12
2017-12-14powerpc/64: Fix checksum folding in csum_add()Shile Zhang1-1/+1
2017-12-09powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab1-0/+4
2017-08-30powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt3-1/+21
2017-08-06Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"Greg Kroah-Hartman1-14/+0
2017-07-27powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran1-1/+1
2017-07-27powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman1-2/+2
2017-07-21powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+7
2017-06-14powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman1-0/+14
2017-05-25powerpc/mm: Ensure IRQs are off in switch_mm()David Gibson1-2/+15
2017-05-14powerpc/mm: Fixup wrong LPCR_VRMASD valueAneesh Kumar K.V1-1/+1
2017-03-22powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy1-7/+9
2017-03-22powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy1-2/+2
2017-03-12powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature maskAneesh Kumar K.V1-0/+1
2017-02-14powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2-1/+3
2017-02-09powerpc: Fix build failure with clang due to BUILD_BUG_ON()Michael Ellerman2-0/+4
2017-01-26powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard1-5/+5
2017-01-19powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras1-8/+39
2017-01-09KVM: PPC: Book3S HV: Save/restore XER in checkpointed register statePaul Mackerras2-0/+2
2016-11-26Merge tag 'powerpc-4.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-4/+23
2016-11-25powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V1-4/+10
2016-11-22powerpc: Fix missing CRCs, add more asm-prototypes.h declarationsNicholas Piggin1-0/+12
2016-11-22powerpc: Set missing wakeup bit in LPCR on POWER9Benjamin Herrenschmidt1-0/+1
2016-11-19Merge tag 'powerpc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+13
2016-11-18powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1Michael Neuling1-0/+1
2016-11-12powerpc: Fix exception vector build with 2.23 era binutilsHugh Dickins1-1/+1
2016-11-12powerpc/64s: Fix system reset interrupt winkle wakeupsNicholas Piggin1-2/+11