index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE
Christophe Leroy
2019-05-02
2
-6
/
+1
|
*
powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
Christophe Leroy
2019-05-02
2
-103
/
+104
|
*
powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
2019-05-02
2
-29
/
+20
|
*
powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES
Christophe Leroy
2019-05-02
2
-44
/
+0
|
*
powerpc/book3e: drop mmu_get_tsize()
Christophe Leroy
2019-05-02
1
-5
/
+0
|
*
powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT
Christophe Leroy
2019-05-02
3
-9
/
+3
|
*
powerpc/mm: define get_slice_psize() all the time
Christophe Leroy
2019-05-02
1
-3
/
+1
|
*
powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c
Christophe Leroy
2019-05-02
1
-6
/
+4
|
*
powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64
Christophe Leroy
2019-05-02
1
-3
/
+1
|
*
powerpc/mm: move slice_mask_for_size() into mmu.h
Christophe Leroy
2019-05-02
1
-34
/
+0
|
*
powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct
Christophe Leroy
2019-05-02
1
-17
/
+17
|
*
powerpc/mm: Move nohash specifics in subdirectory mm/nohash
Christophe Leroy
2019-05-02
12
-16
/
+19
|
*
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
Christophe Leroy
2019-05-02
6
-2
/
+4
|
*
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
2019-05-02
22
-90
/
+124
|
*
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
Christophe Leroy
2019-05-02
17
-17
/
+17
|
*
powerpc/book3e: drop BUG_ON() in map_kernel_page()
Christophe Leroy
2019-05-02
1
-3
/
+0
|
*
powerpc/mm/radix: Fix kernel crash when running subpage protect test
Aneesh Kumar K.V
2019-05-01
1
-4
/
+9
|
*
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
2019-04-29
1
-1
/
+5
|
*
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
Colin Ian King
2019-04-28
4
-7
/
+7
|
*
powerpc/mm: Fix section mismatch warning
Aneesh Kumar K.V
2019-04-21
1
-4
/
+4
|
*
powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID
Aneesh Kumar K.V
2019-04-21
2
-4
/
+4
|
*
powerpc/mm: Validate address values against different region limits
Aneesh Kumar K.V
2019-04-21
4
-6
/
+46
|
*
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
2019-04-21
7
-30
/
+46
|
*
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
2019-04-21
3
-0
/
+4
|
*
powerc/mm/hash: Reduce hash_mm_context size
Aneesh Kumar K.V
2019-04-21
3
-10
/
+38
|
*
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
2019-04-21
2
-2
/
+18
|
*
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
2019-04-21
2
-0
/
+8
|
*
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
2019-04-21
4
-35
/
+34
|
*
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
1
-0
/
+10
|
*
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
1
-3
/
+3
|
*
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
2019-04-21
1
-0
/
+13
|
*
powerpc/8xx: Add Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
1
-0
/
+12
|
*
powerpc/8xx: Add Kernel Userspace Execution Prevention
Christophe Leroy
2019-04-21
1
-0
/
+12
|
*
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
2019-04-21
1
-3
/
+22
|
*
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
2019-04-21
2
-0
/
+20
|
*
powerpc/mm/radix: Use KUEP API for Radix MMU
Russell Currey
2019-04-21
1
-3
/
+9
|
*
powerpc/64: Setup KUP on secondary CPUs
Russell Currey
2019-04-21
1
-1
/
+1
|
*
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
2019-04-21
2
-4
/
+25
|
*
powerpc: Add skeleton for Kernel Userspace Execution Prevention
Christophe Leroy
2019-04-21
2
-5
/
+15
|
*
powerpc: Add framework for Kernel Userspace Protection
Christophe Leroy
2019-04-21
2
-0
/
+8
|
*
powerpc/numa: document topology_updates_enabled, disable by default
Nathan Lynch
2019-04-20
1
-4
/
+10
|
*
powerpc/numa: improve control of topology updates
Nathan Lynch
2019-04-20
1
-6
/
+12
|
*
powerpc: Remove duplicate headers
Jagadeesh Pagadala
2019-04-20
1
-1
/
+0
|
*
powerpc/mm: move warning from resize_hpt_for_hotplug()
Laurent Vivier
2019-04-20
2
-13
/
+9
|
*
powerpc/highmem: Change BUG_ON() to WARN_ON()
Christophe Leroy
2019-04-20
1
-10
/
+4
*
|
powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
2019-05-02
1
-4
/
+14
*
|
powerpc/mm_iommu: Allow pinning large regions
Alexey Kardashevskiy
2019-04-17
1
-4
/
+20
*
|
powerpc/mm_iommu: Fix potential deadlock
Alexey Kardashevskiy
2019-04-17
1
-36
/
+39
|
/
*
powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32
Christophe Leroy
2019-03-18
1
-4
/
+4
*
Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-16
1
-0
/
+3
|
\
[prev]
[next]