index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-20
powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmd
Nicholas Piggin
1
-1
/
+0
2018-10-20
selftests/powerpc: Add a test of wild bctr
Michael Ellerman
4
-2
/
+161
2018-10-20
powerpc/mm: Fix page table dump to work on Radix
Michael Ellerman
1
-3
/
+9
2018-10-20
powerpc/mm/radix: Display if mappings are exec or not
Michael Ellerman
1
-12
/
+17
2018-10-20
powerpc/mm/radix: Simplify split mapping logic
Michael Ellerman
1
-22
/
+10
2018-10-20
powerpc/mm/radix: Remove the retry in the split mapping logic
Michael Ellerman
1
-7
/
+5
2018-10-20
powerpc/mm/radix: Fix small page at boundary when splitting
Michael Ellerman
1
-2
/
+2
2018-10-20
powerpc/mm/radix: Fix overuse of small pages in splitting logic
Michael Ellerman
1
-2
/
+2
2018-10-20
powerpc/mm/radix: Fix off-by-one in split mapping logic
Michael Ellerman
1
-2
/
+2
2018-10-20
powerpc/ftrace: Handle large kernel configs
Naveen N. Rao
3
-5
/
+281
2018-10-20
powerpc/mm: Fix WARN_ON with THP NUMA migration
Aneesh Kumar K.V
2
-2
/
+3
2018-10-20
selftests/powerpc: Fix out-of-tree build errors
Michael Ellerman
4
-6
/
+1
2018-10-20
powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selected
Christophe Leroy
1
-2
/
+3
2018-10-20
powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64
Christophe Leroy
5
-4
/
+19
2018-10-20
powerpc/time: isolate scaled cputime accounting in dedicated functions.
Christophe Leroy
1
-26
/
+43
2018-10-20
powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()
Christophe Leroy
2
-9
/
+39
2018-10-20
powerpc/sysdev/ipic: check primary_ipic NULL pointer before using it
Christophe Leroy
1
-1
/
+1
2018-10-20
powerpc/mm: fix always true/false warning in slice.c
Christophe Leroy
1
-7
/
+14
2018-10-20
powerpc/mm: fix missing prototypes in slice.c
Christophe Leroy
1
-0
/
+1
2018-10-20
powerpc/mm: Trace tlbia instruction
Christophe Leroy
2
-0
/
+17
2018-10-20
powerpc/mm: Add missing tracepoint for tlbie
Christophe Leroy
1
-0
/
+2
2018-10-20
powerpc/book3s64: fix dump_linuxpagetables "present" flag
Christophe Leroy
1
-2
/
+7
2018-10-20
powerpc/pseries: Export raw per-CPU VPA data via debugfs
Aravinda Prasad
1
-0
/
+54
2018-10-20
selftests/powerpc: Add test to verify rfi flush across a system call
Naveen N. Rao
5
-1
/
+305
2018-10-20
selftests/powerpc: Move UCONTEXT_NIA() into utils.h
Naveen N. Rao
2
-8
/
+8
2018-10-20
powerpc64/module elfv1: Set opd addresses after module relocation
Naveen N. Rao
2
-5
/
+8
2018-10-20
powerpc: Add support for function error injection
Naveen N. Rao
5
-0
/
+37
2018-10-19
powerpc/time: Fix clockevent_decrementer initalisation for PR KVM
Michael Ellerman
1
-0
/
+4
2018-10-19
powerpc/aout: Fix struct user definition to use user_pt_regs
Michael Ellerman
1
-1
/
+1
2018-10-19
powerpc/uapi: Fix sigcontext definition to use user_pt_regs
Michael Ellerman
1
-1
/
+5
2018-10-18
powerpc/io: remove old GCC version implementation
Christophe Leroy
1
-20
/
+0
2018-10-18
powerpc: Add -Werror at arch/powerpc level
Michael Ellerman
13
-21
/
+2
2018-10-18
powerpc: Move core kernel logic into arch/powerpc/Kbuild
Michael Ellerman
2
-12
/
+16
2018-10-18
macintosh/windfarm_smu_sat: Fix debug output
Benjamin Herrenschmidt
1
-18
/
+7
2018-10-18
powerpc/traps: remove redundant in_interrupt panic in die()
Christophe Leroy
1
-2
/
+0
2018-10-18
powerpc/prom_init: Generate "phandle" instead of "linux, phandle"
Benjamin Herrenschmidt
1
-8
/
+5
2018-10-18
powerpc: Check prom_init for disallowed sections
Benjamin Herrenschmidt
1
-0
/
+16
2018-10-18
powerpc/prom_init: Move __prombss to it's own section and store it in .bss
Benjamin Herrenschmidt
2
-1
/
+4
2018-10-18
powerpc/prom_init: Move a few remaining statics to appropriate sections
Benjamin Herrenschmidt
1
-5
/
+5
2018-10-18
powerpc/prom_init: Move const structures to __initconst
Benjamin Herrenschmidt
1
-3
/
+3
2018-10-18
powerpc/prom_init: Move ibm_arch_vec to __prombss
Benjamin Herrenschmidt
1
-1
/
+7
2018-10-18
powerpc/prom_init: Move prom_radix_disable to __prombss
Benjamin Herrenschmidt
1
-1
/
+6
2018-10-18
powerpc/prom_init: Remove support for OPAL v2
Benjamin Herrenschmidt
1
-115
/
+10
2018-10-18
powerpc/prom_init: Replace __initdata with __prombss when applicable
Benjamin Herrenschmidt
1
-26
/
+29
2018-10-18
powerpc/pseries: Add driver for PAPR SCM regions
Oliver O'Halloran
3
-0
/
+353
2018-10-18
powerpc/pseries: PAPR persistent memory support
Oliver O'Halloran
10
-4
/
+193
2018-10-18
powerpc/traps: fix machine check handlers to use pr_cont()
Christophe Leroy
2
-41
/
+41
2018-10-18
powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()
Christophe Leroy
1
-0
/
+16
2018-10-18
powerpc/mm: Make pte_pgprot return all pte bits
Aneesh Kumar K.V
9
-40
/
+10
2018-10-14
powerpc/mm: Increase the max addressable memory to 2PB
Aneesh Kumar K.V
4
-41
/
+87
[next]