index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
powerpc/drmem: Make LMB walk a bit more flexible
Hari Bathini
2
-35
/
+65
2020-07-29
powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE
Aneesh Kumar K.V
1
-1
/
+0
2020-07-29
powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMA
Aneesh Kumar K.V
1
-0
/
+18
2020-07-29
powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS code
Michael Ellerman
1
-44
/
+3
2020-07-29
powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests only
Bharata B Rao
2
-6
/
+7
2020-07-29
powerpc/mm: Remove custom stack expansion checking
Michael Ellerman
1
-104
/
+5
2020-07-29
powerpc: Allow 4224 bytes of stack expansion for the signal frame
Michael Ellerman
1
-2
/
+5
2020-07-27
powerpc/ptdump: Refactor update of pg_state
Christophe Leroy
1
-14
/
+20
2020-07-27
powerpc/ptdump: Refactor update of st->last_pa
Christophe Leroy
1
-4
/
+1
2020-07-27
powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWX
Christophe Leroy
1
-0
/
+8
2020-07-27
powerpc/32s: Kernel space starts at TASK_SIZE
Christophe Leroy
1
-1
/
+1
2020-07-27
powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSET
Christophe Leroy
1
-2
/
+6
2020-07-27
powerpc/32s: Only leave NX unset on segments used for modules
Christophe Leroy
1
-3
/
+14
2020-07-27
powerpc: Use MODULES_VADDR if defined
Christophe Leroy
1
-0
/
+6
2020-07-26
powerpc/numa: Limit possible nodes to within num_possible_nodes
Srikar Dronamraju
1
-3
/
+4
2020-07-26
powerpc/book3s64/pkey: Disable pkey on POWER6 and before
Aneesh Kumar K.V
1
-0
/
+6
2020-07-23
powerpc/mm/hash64: Remove comment that is no longer valid
Santosh Sivaraj
1
-4
/
+0
2020-07-22
powerpc/64s: Remove PROT_SAO support
Nicholas Piggin
1
-2
/
+0
2020-07-22
powerpc/book3s64/pkeys: Remove is_pkey_enabled()
Aneesh Kumar K.V
1
-20
/
+11
2020-07-20
powerpc/book3s64/kuap: Move UAMOR setup to key init function
Aneesh Kumar K.V
3
-17
/
+20
2020-07-20
powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec
Aneesh Kumar K.V
1
-0
/
+3
2020-07-20
powerpc/book3s64/keys: Print information during boot.
Aneesh Kumar K.V
1
-0
/
+1
2020-07-20
powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static key
Aneesh Kumar K.V
1
-10
/
+7
2020-07-20
powerpc/book3s64/pkeys: Use pkey_execute_disable_supported
Aneesh Kumar K.V
1
-3
/
+3
2020-07-20
powerpc/book3s64/kuep: Add MMU_FTR_KUEP
Aneesh Kumar K.V
1
-1
/
+3
2020-07-20
powerpc/book3s64/pkeys: Add MMU_FTR_PKEY
Aneesh Kumar K.V
1
-22
/
+30
2020-07-20
powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
Aneesh Kumar K.V
1
-2
/
+3
2020-07-20
powerpc/book3s64/pkeys: Make initial_allocation_mask static
Aneesh Kumar K.V
1
-2
/
+5
2020-07-20
powerpc/book3s64/pkeys: Convert pkey_total to num_pkey
Aneesh Kumar K.V
1
-7
/
+7
2020-07-20
powerpc/book3s64/pkeys: Simplify pkey disable branch
Aneesh Kumar K.V
1
-4
/
+3
2020-07-20
powerpc/book3s64/pkeys: Prevent key 1 modification from userspace.
Aneesh Kumar K.V
1
-0
/
+1
2020-07-20
powerpc/book3s64/pkeys: Simplify the key initialization
Aneesh Kumar K.V
1
-83
/
+116
2020-07-20
powerpc/book3s64/pkeys: Explain key 1 reservation details
Aneesh Kumar K.V
1
-1
/
+4
2020-07-20
powerpc/book3s64/pkeys: Use PVR check instead of cpu feature
Aneesh Kumar K.V
1
-6
/
+10
2020-07-20
powerpc/mm/radix: Create separate mappings for hot-plugged memory
Aneesh Kumar K.V
1
-11
/
+80
2020-07-20
powerpc/mm/radix: Remove split_kernel_mapping()
Bharata B Rao
1
-76
/
+19
2020-07-20
powerpc/mm/radix: Free PUD table when freeing pagetable
Bharata B Rao
1
-0
/
+16
2020-07-20
powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings
Aneesh Kumar K.V
3
-5
/
+18
2020-07-18
Merge branch 'fixes' into next
Michael Ellerman
2
-8
/
+8
2020-07-16
powerpc/numa: remove arch_update_cpu_topology
Nathan Lynch
1
-10
/
+0
2020-07-16
powerpc/numa: remove prrn_is_enabled()
Nathan Lynch
1
-5
/
+0
2020-07-16
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
1
-20
/
+0
2020-07-16
powerpc/numa: remove timed_topology_update()
Nathan Lynch
1
-9
/
+0
2020-07-16
powerpc/numa: stub out numa_update_cpu_topology()
Nathan Lynch
1
-192
/
+1
2020-07-16
powerpc/numa: remove vphn_enabled and prrn_enabled internal flags
Nathan Lynch
1
-4
/
+2
2020-07-16
powerpc/numa: remove unreachable topology workqueue code
Nathan Lynch
1
-14
/
+0
2020-07-16
powerpc/numa: remove unreachable topology timer code
Nathan Lynch
1
-21
/
+0
2020-07-16
powerpc/numa: make vphn_enabled, prrn_enabled flags const
Nathan Lynch
1
-2
/
+2
2020-07-16
powerpc/numa: remove unreachable topology update code
Nathan Lynch
1
-147
/
+2
2020-07-16
powerpc/numa: remove ability to enable topology updates
Nathan Lynch
1
-70
/
+1
[next]