index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c
Christophe Leroy
1
-6
/
+4
2019-05-02
powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64
Christophe Leroy
1
-3
/
+1
2019-05-02
powerpc/mm: move slice_mask_for_size() into mmu.h
Christophe Leroy
1
-34
/
+0
2019-05-02
powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct
Christophe Leroy
1
-17
/
+17
2019-05-02
powerpc/mm: Move nohash specifics in subdirectory mm/nohash
Christophe Leroy
12
-16
/
+19
2019-05-02
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
Christophe Leroy
6
-2
/
+4
2019-05-02
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
22
-90
/
+124
2019-05-02
powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>
Christophe Leroy
17
-17
/
+17
2019-05-02
powerpc/book3e: drop BUG_ON() in map_kernel_page()
Christophe Leroy
1
-3
/
+0
2019-05-02
powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
1
-4
/
+14
2019-05-01
powerpc/mm/radix: Fix kernel crash when running subpage protect test
Aneesh Kumar K.V
1
-4
/
+9
2019-04-29
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
1
-1
/
+5
2019-04-28
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
Colin Ian King
4
-7
/
+7
2019-04-21
powerpc/mm: Fix section mismatch warning
Aneesh Kumar K.V
1
-4
/
+4
2019-04-21
powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID
Aneesh Kumar K.V
2
-4
/
+4
2019-04-21
powerpc/mm: Validate address values against different region limits
Aneesh Kumar K.V
4
-6
/
+46
2019-04-21
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
7
-30
/
+46
2019-04-21
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
3
-0
/
+4
2019-04-21
powerc/mm/hash: Reduce hash_mm_context size
Aneesh Kumar K.V
3
-10
/
+38
2019-04-21
powerpc/mm: Reduce memory usage for mm_context_t for radix
Aneesh Kumar K.V
2
-2
/
+18
2019-04-21
powerpc/mm: Move slb_addr_linit to early_init_mmu
Aneesh Kumar K.V
2
-0
/
+8
2019-04-21
powerpc/mm: Add helpers for accessing hash translation related variables
Aneesh Kumar K.V
4
-35
/
+34
2019-04-21
powerpc/32s: Implement Kernel Userspace Access Protection
Christophe Leroy
1
-0
/
+10
2019-04-21
powerpc/32s: Prepare Kernel Userspace Access Protection
Christophe Leroy
1
-3
/
+3
2019-04-21
powerpc/32s: Implement Kernel Userspace Execution Prevention.
Christophe Leroy
1
-0
/
+13
2019-04-21
powerpc/8xx: Add Kernel Userspace Access Protection
Christophe Leroy
1
-0
/
+12
2019-04-21
powerpc/8xx: Add Kernel Userspace Execution Prevention
Christophe Leroy
1
-0
/
+12
2019-04-21
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
1
-3
/
+22
2019-04-21
powerpc/64s: Implement KUAP for Radix MMU
Michael Ellerman
2
-0
/
+20
2019-04-21
powerpc/mm/radix: Use KUEP API for Radix MMU
Russell Currey
1
-3
/
+9
2019-04-21
powerpc/64: Setup KUP on secondary CPUs
Russell Currey
1
-1
/
+1
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
2
-4
/
+25
2019-04-21
powerpc: Add skeleton for Kernel Userspace Execution Prevention
Christophe Leroy
2
-5
/
+15
2019-04-21
powerpc: Add framework for Kernel Userspace Protection
Christophe Leroy
2
-0
/
+8
2019-04-20
powerpc/numa: document topology_updates_enabled, disable by default
Nathan Lynch
1
-4
/
+10
2019-04-20
powerpc/numa: improve control of topology updates
Nathan Lynch
1
-6
/
+12
2019-04-20
powerpc: Remove duplicate headers
Jagadeesh Pagadala
1
-1
/
+0
2019-04-20
powerpc/mm: move warning from resize_hpt_for_hotplug()
Laurent Vivier
2
-13
/
+9
2019-04-20
powerpc/highmem: Change BUG_ON() to WARN_ON()
Christophe Leroy
1
-10
/
+4
2019-04-17
powerpc/mm_iommu: Allow pinning large regions
Alexey Kardashevskiy
1
-4
/
+20
2019-04-17
powerpc/mm_iommu: Fix potential deadlock
Alexey Kardashevskiy
1
-36
/
+39
2019-03-18
powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32
Christophe Leroy
1
-4
/
+4
2019-03-16
Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+3
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
6
-3
/
+36
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
1
-2
/
+6
2019-03-12
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
1
-0
/
+4
2019-03-12
powerpc/mm: Disable kcov for SLB routines
Mahesh Salgaonkar
1
-0
/
+3
2019-03-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-33
/
+14
2019-03-08
arch: simplify several early memory allocations
Mike Rapoport
1
-2
/
+1
2019-03-08
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
4
-31
/
+13
[prev]
[next]