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/64s: Remove PROT_SAO support
Nicholas Piggin
2020-07-21
1
-2
/
+0
*
powerpc/book3s64/pkeys: Remove is_pkey_enabled()
Aneesh Kumar K.V
2020-07-21
1
-20
/
+11
*
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
2020-07-20
3
-17
/
+20
*
powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec
Aneesh Kumar K.V
2020-07-20
1
-0
/
+3
*
powerpc/book3s64/keys: Print information during boot.
Aneesh Kumar K.V
2020-07-20
1
-0
/
+1
*
powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static key
Aneesh Kumar K.V
2020-07-20
1
-10
/
+7
*
powerpc/book3s64/pkeys: Use pkey_execute_disable_supported
Aneesh Kumar K.V
2020-07-20
1
-3
/
+3
*
powerpc/book3s64/kuep: Add MMU_FTR_KUEP
Aneesh Kumar K.V
2020-07-20
1
-1
/
+3
*
powerpc/book3s64/pkeys: Add MMU_FTR_PKEY
Aneesh Kumar K.V
2020-07-20
1
-22
/
+30
*
powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
Aneesh Kumar K.V
2020-07-20
1
-2
/
+3
*
powerpc/book3s64/pkeys: Make initial_allocation_mask static
Aneesh Kumar K.V
2020-07-20
1
-2
/
+5
*
powerpc/book3s64/pkeys: Convert pkey_total to num_pkey
Aneesh Kumar K.V
2020-07-20
1
-7
/
+7
*
powerpc/book3s64/pkeys: Simplify pkey disable branch
Aneesh Kumar K.V
2020-07-20
1
-4
/
+3
*
powerpc/book3s64/pkeys: Prevent key 1 modification from userspace.
Aneesh Kumar K.V
2020-07-20
1
-0
/
+1
*
powerpc/book3s64/pkeys: Simplify the key initialization
Aneesh Kumar K.V
2020-07-20
1
-83
/
+116
*
powerpc/book3s64/pkeys: Explain key 1 reservation details
Aneesh Kumar K.V
2020-07-20
1
-1
/
+4
*
powerpc/book3s64/pkeys: Use PVR check instead of cpu feature
Aneesh Kumar K.V
2020-07-20
1
-6
/
+10
*
powerpc/mm/radix: Create separate mappings for hot-plugged memory
Aneesh Kumar K.V
2020-07-20
1
-11
/
+80
*
powerpc/mm/radix: Remove split_kernel_mapping()
Bharata B Rao
2020-07-20
1
-76
/
+19
*
powerpc/mm/radix: Free PUD table when freeing pagetable
Bharata B Rao
2020-07-20
1
-0
/
+16
*
powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings
Aneesh Kumar K.V
2020-07-20
3
-5
/
+18
*
Merge branch 'fixes' into next
Michael Ellerman
2020-07-18
2
-8
/
+8
|
\
|
*
powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkey
Aneesh Kumar K.V
2020-07-13
1
-5
/
+7
|
*
powerpc/mm/pkeys: Make pkey access check work on execute_only_key
Aneesh Kumar K.V
2020-06-29
1
-3
/
+0
|
*
powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE
Arseny Solokha
2020-06-22
1
-0
/
+1
*
|
powerpc/numa: remove arch_update_cpu_topology
Nathan Lynch
2020-07-16
1
-10
/
+0
*
|
powerpc/numa: remove prrn_is_enabled()
Nathan Lynch
2020-07-16
1
-5
/
+0
*
|
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
2020-07-16
1
-20
/
+0
*
|
powerpc/numa: remove timed_topology_update()
Nathan Lynch
2020-07-16
1
-9
/
+0
*
|
powerpc/numa: stub out numa_update_cpu_topology()
Nathan Lynch
2020-07-16
1
-192
/
+1
*
|
powerpc/numa: remove vphn_enabled and prrn_enabled internal flags
Nathan Lynch
2020-07-16
1
-4
/
+2
*
|
powerpc/numa: remove unreachable topology workqueue code
Nathan Lynch
2020-07-16
1
-14
/
+0
*
|
powerpc/numa: remove unreachable topology timer code
Nathan Lynch
2020-07-16
1
-21
/
+0
*
|
powerpc/numa: make vphn_enabled, prrn_enabled flags const
Nathan Lynch
2020-07-16
1
-2
/
+2
*
|
powerpc/numa: remove unreachable topology update code
Nathan Lynch
2020-07-16
1
-147
/
+2
*
|
powerpc/numa: remove ability to enable topology updates
Nathan Lynch
2020-07-16
1
-70
/
+1
*
|
powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSE
Nicholas Piggin
2020-07-16
1
-7
/
+75
*
|
powerpc/mm: Enable radix GTSE only if supported.
Bharata B Rao
2020-07-16
1
-1
/
+4
*
|
powerpc/kasan: Fix shadow pages allocation failure
Christophe Leroy
2020-07-15
1
-12
/
+13
*
|
Revert "powerpc/kasan: Fix shadow pages allocation failure"
Christophe Leroy
2020-07-15
2
-3
/
+3
*
|
powerpc/mm/book3s64: Skip 16G page reservation with radix
Aneesh Kumar K.V
2020-06-22
1
-1
/
+1
*
|
powerpc/ptdump: Fix build failure in hashpagetable.c
Christophe Leroy
2020-06-22
1
-1
/
+1
*
|
powerpc/mm: Fix typo in IS_ENABLED()
Joe Perches
2020-06-22
1
-3
/
+2
|
/
*
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
2020-06-10
1
-1
/
+1
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
5
-10
/
+10
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
4
-16
/
+16
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
8
-15
/
+15
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
7
-7
/
+7
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
11
-11
/
+11
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
15
-15
/
+0
[next]