index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
2018-04-03
3
-0
/
+8
|
*
|
|
|
powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT
Mathieu Malaterre
2018-04-01
1
-1
/
+1
|
*
|
|
|
powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP
Matt Evans
2018-04-01
1
-1
/
+3
|
*
|
|
|
powerpc/64s: Add POWER9 CPU type selection
Nicholas Piggin
2018-04-01
2
-1
/
+7
|
*
|
|
|
powerpc/64s: Refine feature sets for little endian builds
Nicholas Piggin
2018-04-01
1
-0
/
+15
|
*
|
|
|
powerpc/64: Add GENERIC_CPU support for little endian
Nicholas Piggin
2018-04-01
2
-2
/
+11
|
*
|
|
|
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2018-03-31
10
-692
/
+18
|
*
|
|
|
powerpc: Remove unused CPU_FTR_ARCH_201
Nicholas Piggin
2018-03-31
1
-2
/
+1
|
*
|
|
|
powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU features
Nicholas Piggin
2018-03-31
1
-3
/
+8
|
*
|
|
|
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
2018-03-31
11
-27
/
+18
|
*
|
|
|
powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLE
Nicholas Piggin
2018-03-31
1
-2
/
+2
|
*
|
|
|
powerpc/64s: Add all POWER9 features to CPU_FTRS_ALWAYS
Nicholas Piggin
2018-03-31
1
-1
/
+1
|
*
|
|
|
powerpc/boot: Remove duplicate typedefs from libfdt_env.h
Mark Greer
2018-03-31
1
-2
/
+0
|
*
|
|
|
powerpc/64s/idle: avoid sync for KVM state when waking from idle
Nicholas Piggin
2018-03-31
1
-0
/
+3
|
*
|
|
|
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
2018-03-31
3
-7
/
+20
|
*
|
|
|
powerpc/64s: sreset panic if there is no debugger or crash dump handlers
Nicholas Piggin
2018-03-31
1
-2
/
+13
|
*
|
|
|
powerpc/64s: return more carefully from sreset NMI
Nicholas Piggin
2018-03-31
1
-3
/
+58
|
*
|
|
|
powerpc/eeh: Fix race with driver un/bind
Michael Neuling
2018-03-31
1
-26
/
+42
|
*
|
|
|
powerpc/kexec_file: Fix error code when trying to load kdump kernel
Thiago Jung Bauermann
2018-03-31
1
-1
/
+1
|
*
|
|
|
powerpc/mm/32: Remove the reserved memory hack
Jonathan Neuschäfer
2018-03-31
3
-8
/
+1
|
*
|
|
|
powerpc/wii: Don't rely on the reserved memory hack
Jonathan Neuschäfer
2018-03-31
1
-13
/
+1
|
*
|
|
|
powerpc/mm/32: Use page_is_ram to check for RAM
Jonathan Neuschäfer
2018-03-31
1
-0
/
+1
|
*
|
|
|
powerpc/mm: Use memblock API for PPC32 page_is_ram
Jonathan Neuschäfer
2018-03-31
1
-4
/
+0
|
*
|
|
|
powerpc/mm: Simplify page_is_ram by using memblock_is_memory
Jonathan Neuschäfer
2018-03-31
1
-7
/
+1
|
*
|
|
|
powerpc/wii.dts: Add drive slot LED
Jonathan Neuschäfer
2018-03-31
1
-0
/
+12
|
*
|
|
|
powerpc/wii.dts: Add GPIO line names
Jonathan Neuschäfer
2018-03-31
1
-0
/
+8
|
*
|
|
|
powerpc/wii.dts: Add ngpios property
Jonathan Neuschäfer
2018-03-31
1
-0
/
+1
|
*
|
|
|
powerpc/wii: Explicitly configure GPIO owner for poweroff pin
Jonathan Neuschäfer
2018-03-31
1
-0
/
+7
|
*
|
|
|
powerpc/wii: Probe the whole devicetree
Jonathan Neuschäfer
2018-03-31
1
-1
/
+1
|
*
|
|
|
powerpc/64e: Fix oops due to deferral of paca allocation
Michael Ellerman
2018-03-31
1
-3
/
+4
|
*
|
|
|
powerpc/kvm: Fix guest boot failure on Power9 since DAWR changes
Aneesh Kumar K.V
2018-03-31
1
-1
/
+1
|
*
|
|
|
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
44
-364
/
+552
|
|
\
\
\
\
|
|
*
|
|
|
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-30
7
-18
/
+18
|
|
*
|
|
|
powerpc/64s/radix: Allocate kernel page tables node-local if possible
Nicholas Piggin
2018-03-30
1
-24
/
+80
|
|
*
|
|
|
powerpc/64s/radix: Split early page table mapping to its own function
Nicholas Piggin
2018-03-30
1
-47
/
+65
|
|
*
|
|
|
powerpc/64: Allocate per-cpu stacks node-local if possible
Nicholas Piggin
2018-03-30
1
-19
/
+32
|
|
*
|
|
|
powerpc/64: Allocate pacas per node
Nicholas Piggin
2018-03-30
2
-6
/
+43
|
|
*
|
|
|
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
2018-03-30
4
-72
/
+53
|
|
*
|
|
|
powerpc/setup: Add cpu_to_phys_id array
Nicholas Piggin
2018-03-30
3
-1
/
+25
|
|
*
|
|
|
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
4
-14
/
+27
|
|
*
|
|
|
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
6
-79
/
+63
|
|
*
|
|
|
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
26
-107
/
+143
|
|
*
|
|
|
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
2018-03-30
7
-10
/
+46
|
|
*
|
|
|
powerpc/mpic: Check if cpu_possible() in mpic_physmask()
Michael Ellerman
2018-03-30
1
-1
/
+1
|
*
|
|
|
|
powerpc/mm/hash: Don't memset pgd table if not needed
Aneesh Kumar K.V
2018-03-30
1
-1
/
+11
|
*
|
|
|
|
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2018-03-30
5
-13
/
+13
|
*
|
|
|
|
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2018-03-30
15
-27
/
+245
|
*
|
|
|
|
powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()
Aneesh Kumar K.V
2018-03-30
1
-16
/
+20
[prev]
[next]