summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)Author
2016-05-11powerpc: scan_features() updates incorrect bits for REAL_LEAnton Blanchard
2016-03-16powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab
2016-03-16KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exitPaul Mackerras
2016-02-25KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8Thomas Huth
2016-01-28powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng
2016-01-28powerpc: Make value-returning atomics fully orderedBoqun Feng
2016-01-28powerpc/tm: Check for already reclaimed tasksMichael Neuling
2016-01-28powerpc/tm: Block signal return setting invalid MSR stateMichael Neuling
2016-01-28KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSRPaul Mackerras
2015-11-09powerpc/rtas: Validate rtas.entry before calling enter_rtas()Vasant Hegde
2015-10-22powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras
2015-10-01powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V
2015-10-01powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth
2015-10-01powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hashMichael Ellerman
2015-08-16signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-07-10powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard
2015-06-06powerpc: Align TOC to 256 bytesAnton Blanchard
2015-05-06nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven
2015-05-06powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman
2015-05-06powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson
2015-05-06powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-04-13powerpc/mpc85xx: Add ranges to etsec2 nodesScott Wood
2015-04-13powerpc/pseries: Little endian fixes for post mobility device tree updateTyrel Datwyler
2015-04-13powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLERMahesh Salgaonkar
2015-03-06axonram: Fix bug in direct_accessMatthew Wilcox
2015-02-05powerpc/xmon: Fix another endiannes issue in RTAS call from xmonLaurent Dufour
2015-01-29crypto: add missing crypto module aliasesMathias Krause
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook
2015-01-16powerpc/book3s: Fix partial invalidation of TLBs in MCE code.Mahesh Salgaonkar
2015-01-16powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll()Anton Blanchard
2014-12-16powerpc: 32 bit getcpu VDSO function uses 64 bit instructionsAnton Blanchard
2014-12-06powerpc/powernv: Honor the generic "no_64bit_msi" flagBenjamin Herrenschmidt
2014-12-06powerpc/pseries: Fix endiannes issue in RTAS call from xmonLaurent Dufour
2014-12-06powerpc/pseries: Honor the generic "no_64bit_msi" flagBenjamin Herrenschmidt
2014-11-14powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman
2014-10-30powerpc/iommu/ddw: Fix endiannessAlexey Kardashevskiy
2014-10-05powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman
2014-10-05powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman
2014-10-05powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard
2014-09-17powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V
2014-09-17powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V
2014-09-17powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V
2014-09-17powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V
2014-09-17powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V
2014-09-17powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V
2014-09-17powerpc/pseries: Avoid deadlock on removing ddwGavin Shan
2014-09-17powerpc/pseries: Failure on removing device nodeGavin Shan
2014-09-17powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V