index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
powerpc/mm: fix a warning when a cache is common to PGD and hugepages
Christophe Leroy
3
-18
/
+36
2018-12-04
powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)
Christophe Leroy
2
-21
/
+7
2018-12-04
powerpc/mm: enable the use of page table cache of order 0
Christophe Leroy
5
-19
/
+7
2018-12-04
powerpc/mm: Extend pte_fragment functionality to PPC32
Christophe Leroy
12
-49
/
+55
2018-12-04
powerpc/mm: add helpers to get/set mm.context->pte_frag
Christophe Leroy
2
-4
/
+29
2018-12-04
powerpc/mm: Move pgtable_t into platform headers
Christophe Leroy
5
-14
/
+19
2018-12-04
powerpc/mm: move platform specific mmu-xxx.h in platform directories
Christophe Leroy
10
-14
/
+42
2018-12-04
powerpc/mm: Avoid useless lock with single page fragments
Christophe Leroy
2
-0
/
+6
2018-12-04
powerpc/mm: Move pte_fragment_alloc() to a common location
Christophe Leroy
5
-101
/
+120
2018-12-04
powerpc/8xx: Remove PTE_ATOMIC_UPDATES
Christophe Leroy
1
-3
/
+0
2018-12-04
powerpc/book3s32: Remove CONFIG_BOOKE dependent code
Christophe Leroy
2
-32
/
+0
2018-12-04
powerpc: annotate implicit fall throughs
Stephen Rothwell
3
-0
/
+3
2018-12-04
powerpc/mm: remove unused function prototype
Breno Leitao
1
-1
/
+0
2018-12-04
powerpc/xmon: Fix invocation inside lock region
Breno Leitao
1
-4
/
+14
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
1
-1
/
+1
2018-12-03
pstore: Convert buf_lock to semaphore
Kees Cook
1
-2
/
+0
2018-12-03
bpf: powerpc64: optimize JIT passes for bpf function calls
Sandipan Das
1
-0
/
+66
2018-12-01
powerpc: Look for "stdout-path" when setting up legacy consoles
Benjamin Herrenschmidt
1
-1
/
+5
2018-11-30
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-13
/
+2
2018-11-29
powerpc/msi: Fix NULL pointer access in teardown code
Radu Rendec
1
-1
/
+6
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-19
/
+39
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-19
/
+38
2018-11-27
powerpc/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-13
/
+2
2018-11-26
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
1
-19
/
+38
2018-11-27
powerpc/mm: Fix linux page tables build with some configs
Michael Ellerman
1
-0
/
+1
2018-11-27
powerpc: Fix COFF zImage booting on old powermacs
Paul Mackerras
1
-1
/
+3
2018-11-26
powerpc/kconfig: remove PPC_STD_MMU_32 and PPC_STD_MMU
Christophe Leroy
2
-10
/
+2
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
Christophe Leroy
4
-6
/
+6
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32
Christophe Leroy
6
-8
/
+8
2018-11-26
powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.h
Christophe Leroy
1
-6
/
+3
2018-11-26
powerpc/kconfig: remove CONFIG_6xx
Christophe Leroy
11
-20
/
+16
2018-11-26
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
20
-33
/
+33
2018-11-26
powerpc: Use device_type helpers to access the node type
Rob Herring
18
-67
/
+44
2018-11-26
powerpc: Rework btext_find_display to use of_stdout and device_type helpers
Rob Herring
1
-12
/
+4
2018-11-26
powerpc/configs: Add KVM guest defconfig
Satheesh Rajendran
2
-0
/
+21
2018-11-26
powerpc/configs: Add missing config symbols for ppc64_defconfig
Satheesh Rajendran
1
-1
/
+10
2018-11-26
powerpc/configs: Add CONFIG_NR_CPUS to ppc64_defconfig
Satheesh Rajendran
1
-0
/
+1
2018-11-26
powerpc/configs: Update ppc64_defconfig with savedefconfig
Michael Ellerman
1
-34
/
+34
2018-11-26
powerpc/configs: Remove unnecessary ftrace symbols
Michael Ellerman
2
-4
/
+0
2018-11-25
Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Paolo Bonzini
1
-0
/
+1
2018-11-25
powerpc/pasemi: Use dma_zalloc_coherent()
Sabyasachi Gupta
1
-3
/
+1
2018-11-25
powerpc/85xx: Drop pointless static qualifier
Yue Haibing
1
-1
/
+1
2018-11-25
powerpc64/ftrace: Drop pointless static qualifier in is_b_op()
YueHaibing
1
-1
/
+1
2018-11-25
powerpc: Typo s/use use/use/
Geert Uytterhoeven
1
-1
/
+1
2018-11-25
powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2018-11-25
powerpc/powernv/vas: Use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-24
/
+4
2018-11-25
powerpc: mark 64-bit PD_HUGE constant as unsigned long
Daniel Axtens
1
-1
/
+1
2018-11-25
powerpc/mm: remove const type qualifier from function ‘pud_pfn’
Mathieu Malaterre
1
-1
/
+1
2018-11-25
powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitly
Mathieu Malaterre
1
-0
/
+4
2018-11-25
powerpc/mm: Remove extern from function definition
Breno Leitao
2
-6
/
+6
[prev]
[next]