summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-10-055-10/+16
* powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V2015-09-301-1/+2
* powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth2015-09-303-1/+20
* powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hashMichael Ellerman2015-09-301-1/+13
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-251-2/+0
* arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2015-08-251-1/+20
* powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard2015-07-301-1/+10
* powerpc: Align TOC to 256 bytesAnton Blanchard2015-06-031-0/+1
* powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...jmarchan@redhat.com2015-06-021-1/+1
* powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson2015-05-041-10/+34
* powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard2015-05-041-1/+1
* nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2015-05-041-3/+1
* powerpc/pseries: Little endian fixes for post mobility device tree updateTyrel Datwyler2015-04-211-21/+23
* powerpc: Fix sys_call_table declaration to enable syscall tracingRomeo Cane2015-04-091-1/+1
* powerpc/smp: Wait until secondaries are active & onlineMichael Ellerman2015-04-091-2/+2
* powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2015-04-092-1/+8
* power, sched: stop updating inside arch_update_cpu_topology() when nothing to...Michael Wang2015-04-091-0/+15
* powerpc/mpc85xx: Add ranges to etsec2 nodesScott Wood2015-04-093-0/+3
* mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-03-161-0/+8
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-03-122-1/+3
* axonram: Fix bug in direct_accessMatthew Wilcox2015-03-011-1/+1
* powerpc/xmon: Fix another endiannes issue in RTAS call from xmonLaurent Dufour2015-02-081-0/+1
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-291-1/+1
* crypto: add missing crypto module aliasesMathias Krause2015-01-291-0/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-291-1/+1
* powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle modePaul Mackerras2015-01-262-0/+17
* powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll()Anton Blanchard2015-01-261-1/+5
* powerpc: 32 bit getcpu VDSO function uses 64 bit instructionsAnton Blanchard2015-01-071-2/+2
* powerpc/powernv: Honor the generic "no_64bit_msi" flagBenjamin Herrenschmidt2014-12-062-4/+3
* powerpc/pseries: Fix endiannes issue in RTAS call from xmonLaurent Dufour2014-12-061-3/+3
* powerpc/pseries: Honor the generic "no_64bit_msi" flagBenjamin Herrenschmidt2014-12-061-1/+1
* powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman2014-11-131-2/+2
* powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman2014-10-311-0/+4
* powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman2014-10-311-2/+6
* powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V2014-09-171-1/+3
* powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V2014-09-171-16/+7
* powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V2014-09-173-5/+13
* powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V2014-09-171-9/+70
* powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2014-09-174-43/+26
* powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V2014-09-171-1/+4
* powerpc/pseries: Avoid deadlock on removing ddwGavin Shan2014-09-171-6/+14
* powerpc/pseries: Failure on removing device nodeGavin Shan2014-09-171-1/+1
* powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V2014-09-171-5/+25
* powerpc/mm/numa: Fix break placementAndrey Utkin2014-09-171-1/+1
* locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-291-0/+1
* powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64Guenter Roeck2014-07-181-1/+2
* powerpc/perf: Clear MMCR2 when enabling PMUJoel Stanley2014-07-181-0/+3
* powerpc/perf: Add PPMU_ARCH_207S defineJoel Stanley2014-07-183-5/+4
* powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard2014-07-181-1/+16
* powerpc: Don't skip ePAPR spin-table CPUsScott Wood2014-07-171-1/+9