index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
powerpc/mm/radix: Update command line parsing for disable_radix
Aneesh Kumar K.V
2
-4
/
+14
2018-04-04
powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead
Nicholas Piggin
1
-29
/
+16
2018-04-04
powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()
Michael Ellerman
1
-12
/
+11
2018-04-03
powerpc: hard disable irqs in smp_send_stop loop
Nicholas Piggin
1
-2
/
+3
2018-04-03
powerpc: use NMI IPI for smp_send_stop
Nicholas Piggin
1
-0
/
+8
2018-04-03
powerpc/powernv: Fix SMT4 forcing idle code
Nicholas Piggin
1
-4
/
+5
2018-04-03
powerpc: Move default security feature flags
Mauricio Faria de Oliveira
1
-6
/
+1
2018-04-03
powerpc: Don't write to DABR on >= Power8 if DAWR is disabled
Nicholas Piggin
1
-2
/
+8
2018-04-03
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
1
-0
/
+3
2018-04-01
powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP
Matt Evans
1
-1
/
+3
2018-04-01
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2
-42
/
+4
2018-04-01
powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU features
Nicholas Piggin
1
-3
/
+8
2018-04-01
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
2
-9
/
+3
2018-04-01
powerpc/64s/idle: avoid sync for KVM state when waking from idle
Nicholas Piggin
1
-0
/
+3
2018-04-01
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
1
-6
/
+18
2018-04-01
powerpc/64s: sreset panic if there is no debugger or crash dump handlers
Nicholas Piggin
1
-2
/
+13
2018-04-01
powerpc/64s: return more carefully from sreset NMI
Nicholas Piggin
1
-3
/
+58
2018-04-01
powerpc/eeh: Fix race with driver un/bind
Michael Neuling
1
-26
/
+42
2018-04-01
powerpc/kexec_file: Fix error code when trying to load kdump kernel
Thiago Jung Bauermann
1
-1
/
+1
2018-04-01
powerpc/64e: Fix oops due to deferral of paca allocation
Michael Ellerman
1
-3
/
+4
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
11
-195
/
+271
2018-03-31
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2
-16
/
+7
2018-03-31
powerpc/kprobes: Fix call trace due to incorrect preempt count
Naveen N. Rao
1
-13
/
+17
2018-03-31
powerpc/64: Allocate per-cpu stacks node-local if possible
Nicholas Piggin
1
-19
/
+32
2018-03-31
powerpc/64: Allocate pacas per node
Nicholas Piggin
2
-6
/
+43
2018-03-30
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
3
-70
/
+49
2018-03-30
powerpc/setup: Add cpu_to_phys_id array
Nicholas Piggin
2
-1
/
+24
2018-03-30
powerpc/64: move default SPR recording
Nicholas Piggin
3
-17
/
+20
2018-03-30
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
1
-0
/
+3
2018-03-30
powerpc/64s: Allocate slb_shadow structures individually
Nicholas Piggin
1
-35
/
+30
2018-03-30
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
2
-63
/
+41
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
7
-59
/
+89
2018-03-30
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
2
-3
/
+18
2018-03-28
Merge branch 'fixes' into next
Michael Ellerman
4
-3
/
+15
2018-03-27
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
4
-2
/
+32
2018-03-27
powerpc: Disable DAWR on POWER9 via CPU feature quirk
Michael Neuling
1
-0
/
+3
2018-03-27
powerpc: Update ptrace to use ppc_breakpoint_available()
Michael Neuling
2
-2
/
+17
2018-03-27
powerpc: Add ppc_breakpoint_available()
Michael Neuling
1
-0
/
+12
2018-03-27
powerpc/eeh: Add eeh_state_active() helper
Sam Bobroff
1
-13
/
+6
2018-03-27
powerpc/eeh: Factor out common code eeh_reset_device()
Sam Bobroff
1
-22
/
+10
2018-03-27
powerpc/eeh: Remove always-true tests in eeh_reset_device()
Sam Bobroff
1
-2
/
+2
2018-03-27
powerpc/eeh: Clarify arguments to eeh_reset_device()
Sam Bobroff
1
-9
/
+11
2018-03-27
powerpc/eeh: Rename frozen_bus to bus in eeh_handle_normal_event()
Sam Bobroff
1
-5
/
+5
2018-03-27
powerpc/eeh: Remove misleading test in eeh_handle_normal_event()
Sam Bobroff
1
-13
/
+11
2018-03-27
powerpc/eeh: Fix misleading comment in __eeh_addr_cache_get_device()
Sam Bobroff
1
-2
/
+1
2018-03-27
powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()
Sam Bobroff
2
-20
/
+11
2018-03-27
powerpc/eeh: Remove eeh_handle_event()
Sam Bobroff
2
-29
/
+17
2018-03-27
powerpc/init: Do not advertise radix during client-architecture-support
Alexey Kardashevskiy
1
-1
/
+2
2018-03-27
powerpc/64s: Wire up cpu_show_spectre_v2()
Michael Ellerman
1
-0
/
+33
2018-03-27
powerpc/64s: Wire up cpu_show_spectre_v1()
Michael Ellerman
1
-0
/
+8
[next]