index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2018-10-14
powerpc/mm/hash: Rename get_ea_context to get_user_context
Aneesh Kumar K.V
3
-4
/
+4
2018-10-14
powerpc/64s/hash: Add some SLB debugging tests
Nicholas Piggin
2
-3
/
+53
2018-10-14
powerpc/64s/hash: Simplify slb_flush_and_rebolt()
Nicholas Piggin
5
-35
/
+21
2018-10-14
powerpc/64s/hash: Add a SLB preload cache
Nicholas Piggin
5
-44
/
+181
2018-10-14
powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup
Nicholas Piggin
6
-0
/
+37
2018-10-14
powerpc/64s/hash: Add SLB allocation status bitmaps
Nicholas Piggin
4
-17
/
+59
2018-10-14
powerpc/64s/hash: Convert SLB miss handlers to C
Nicholas Piggin
6
-626
/
+214
2018-10-14
powerpc/64: Interrupts save PPR on stack rather than thread_struct
Nicholas Piggin
7
-23
/
+19
2018-10-14
powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace code
Michael Ellerman
1
-7
/
+7
2018-10-14
powerpc: Split user/kernel definitions of struct pt_regs
Michael Ellerman
3
-1
/
+72
2018-10-14
powerpc/prom_init: Make "default_colors" const
Benjamin Herrenschmidt
1
-1
/
+1
2018-10-14
powerpc/prom_init: Make "fake_elf" const
Benjamin Herrenschmidt
1
-1
/
+1
2018-10-14
powerpc/prom_init: Make of_workarounds static
Benjamin Herrenschmidt
1
-1
/
+1
2018-10-14
powerpc/book3s64: Avoid multiple endian conversion in pte helpers
Christophe Leroy
1
-39
/
+32
2018-10-14
powerpc/8xx: change name of a few page flags to avoid confusion
Christophe Leroy
4
-19
/
+19
2018-10-14
powerpc/mm: Get rid of pte-common.h
Christophe Leroy
2
-27
/
+24
2018-10-14
powerpc/mm: Define platform default caches related flags
Christophe Leroy
3
-11
/
+7
2018-10-14
powerpc/mm: Allow platforms to redefine some helpers
Christophe Leroy
6
-44
/
+91
2018-10-14
powerpc/nohash/64: do not include pte-common.h
Christophe Leroy
3
-36
/
+44
2018-10-14
powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
Christophe Leroy
6
-66
/
+159
2018-10-14
powerpc/mm: Move pte_user() into nohash/pgtable.h
Christophe Leroy
2
-13
/
+10
2018-10-14
powerpc/book3s/32: do not include pte-common.h
Christophe Leroy
2
-17
/
+101
2018-10-14
powerpc/mm: move __P and __S tables in the common pgtable.h
Christophe Leroy
3
-40
/
+19
2018-10-14
powerpc/mm: drop unused page flags
Christophe Leroy
2
-25
/
+2
2018-10-14
powerpc/mm: Split dump_pagelinuxtables flag_array table
Christophe Leroy
6
-153
/
+307
2018-10-14
powerpc/mm: use pte helpers in generic code
Christophe Leroy
7
-45
/
+41
2018-10-14
powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
Christophe Leroy
5
-8
/
+10
2018-10-14
powerpc/mm: add pte helpers to query and change pte flags
Christophe Leroy
5
-0
/
+114
2018-10-14
powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
Christophe Leroy
3
-28
/
+48
[next]