index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
Nicholas Piggin
2018-05-21
3
-2
/
+180
*
powerpc: Fix deadlock with multiple calls to smp_send_stop
Nicholas Piggin
2018-04-27
1
-16
/
+39
*
powerpc: Fix smp_send_stop NMI IPI handling
Nicholas Piggin
2018-04-25
1
-5
/
+17
*
powerpc/mce: Fix a bug where mce loops on memory UE.
Mahesh Salgaonkar
2018-04-24
1
-5
/
+2
*
powerpc/kvm: Fix lockups when running KVM guests on Power8
Michael Ellerman
2018-04-19
1
-2
/
+2
*
powerpc/eeh: Fix enabling bridge MMIO windows
Michael Neuling
2018-04-19
1
-1
/
+2
*
powerpc/64s: Default l1d_size to 64K in RFI fallback flush
Madhavan Srinivasan
2018-04-17
1
-0
/
+11
*
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-15
3
-29
/
+19
|
\
|
*
powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features
Michael Ellerman
2018-04-13
1
-13
/
+1
|
*
powerpc/fscr: Enable interrupts earlier before calling get_user()
Anshuman Khandual
2018-04-10
1
-15
/
+17
|
*
powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
Michael Ellerman
2018-04-10
1
-1
/
+1
*
|
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
2018-04-13
1
-4
/
+5
*
|
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2018-04-13
2
-37
/
+4
|
/
*
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
40
-521
/
+828
|
\
|
*
powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
Nicholas Piggin
2018-04-05
1
-0
/
+2
|
*
powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bit
Nicholas Piggin
2018-04-05
1
-0
/
+7
|
*
powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
Nicholas Piggin
2018-04-05
1
-3
/
+9
|
*
Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"
Michael Ellerman
2018-04-05
1
-16
/
+29
|
*
powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
Logan Gunthorpe
2018-04-05
1
-0
/
+40
|
*
powerpc/mm/radix: Update command line parsing for disable_radix
Aneesh Kumar K.V
2018-04-04
2
-4
/
+14
|
*
powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead
Nicholas Piggin
2018-04-04
1
-29
/
+16
|
*
powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()
Michael Ellerman
2018-04-04
1
-12
/
+11
|
*
powerpc: hard disable irqs in smp_send_stop loop
Nicholas Piggin
2018-04-03
1
-2
/
+3
|
*
powerpc: use NMI IPI for smp_send_stop
Nicholas Piggin
2018-04-03
1
-0
/
+8
|
*
powerpc/powernv: Fix SMT4 forcing idle code
Nicholas Piggin
2018-04-03
1
-4
/
+5
|
*
powerpc: Move default security feature flags
Mauricio Faria de Oliveira
2018-04-03
1
-6
/
+1
|
*
powerpc: Don't write to DABR on >= Power8 if DAWR is disabled
Nicholas Piggin
2018-04-03
1
-2
/
+8
|
*
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
2018-04-03
1
-0
/
+3
|
*
powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP
Matt Evans
2018-04-01
1
-1
/
+3
|
*
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2018-04-01
2
-42
/
+4
|
*
powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU features
Nicholas Piggin
2018-04-01
1
-3
/
+8
|
*
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
2018-04-01
2
-9
/
+3
|
*
powerpc/64s/idle: avoid sync for KVM state when waking from idle
Nicholas Piggin
2018-04-01
1
-0
/
+3
|
*
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
2018-04-01
1
-6
/
+18
|
*
powerpc/64s: sreset panic if there is no debugger or crash dump handlers
Nicholas Piggin
2018-04-01
1
-2
/
+13
|
*
powerpc/64s: return more carefully from sreset NMI
Nicholas Piggin
2018-04-01
1
-3
/
+58
|
*
powerpc/eeh: Fix race with driver un/bind
Michael Neuling
2018-04-01
1
-26
/
+42
|
*
powerpc/kexec_file: Fix error code when trying to load kdump kernel
Thiago Jung Bauermann
2018-04-01
1
-1
/
+1
|
*
powerpc/64e: Fix oops due to deferral of paca allocation
Michael Ellerman
2018-04-01
1
-3
/
+4
|
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
11
-195
/
+271
|
|
\
|
|
*
powerpc/64: Allocate per-cpu stacks node-local if possible
Nicholas Piggin
2018-03-31
1
-19
/
+32
|
|
*
powerpc/64: Allocate pacas per node
Nicholas Piggin
2018-03-31
2
-6
/
+43
|
|
*
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
2018-03-30
3
-70
/
+49
|
|
*
powerpc/setup: Add cpu_to_phys_id array
Nicholas Piggin
2018-03-30
2
-1
/
+24
|
|
*
powerpc/64: move default SPR recording
Nicholas Piggin
2018-03-30
3
-17
/
+20
|
|
*
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
2018-03-30
1
-0
/
+3
|
|
*
powerpc/64s: Allocate slb_shadow structures individually
Nicholas Piggin
2018-03-30
1
-35
/
+30
|
|
*
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
2018-03-30
2
-63
/
+41
|
|
*
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
7
-59
/
+89
|
|
*
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
2018-03-30
2
-3
/
+18
[next]