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
2021-06-17
powerpc/32s: Rework Kernel Userspace Access Protection
Christophe Leroy
1
-1
/
+13
2021-06-17
powerpc/32s: Allow disabling KUAP at boot time
Christophe Leroy
1
-4
/
+8
2021-06-17
powerpc/32s: Allow disabling KUEP at boot time
Christophe Leroy
1
-4
/
+7
2021-06-17
powerpc/32s: Initialise KUAP and KUEP in C
Christophe Leroy
2
-0
/
+12
2021-06-17
powerpc/32s: Convert switch_mmu_context() to C
Christophe Leroy
1
-0
/
+35
2021-06-17
powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
Christophe Leroy
1
-13
/
+0
2021-06-17
powerpc/32s: Refactor update of user segment registers
Christophe Leroy
1
-37
/
+0
2021-06-17
powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.c
Christophe Leroy
4
-20
/
+20
2021-06-17
powerpc/8xx: Allow disabling KUAP at boot time
Christophe Leroy
1
-3
/
+8
2021-06-17
powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)
Christophe Leroy
1
-0
/
+13
2021-06-17
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
1
-2
/
+2
2021-06-10
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
3
-68
/
+9
2021-06-10
powerpc: Add missing linux/{of.h,irqdomain.h} include directives
Marc Zyngier
1
-0
/
+1
2021-06-06
powerpc/mem: Add back missing header to fix 'no previous prototype' error
Christophe Leroy
1
-0
/
+1
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
1
-1
/
+2
2021-04-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-23
/
+1
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-1
/
+0
2021-04-30
mm/vmalloc: remove unmap_kernel_range
Nicholas Piggin
1
-1
/
+1
2021-04-30
powerpc: inline huge vmap supported functions
Nicholas Piggin
1
-21
/
+0
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
1
-4
/
+4
2021-04-23
powerpc/64s: Fix mm_cpumask memory ordering comment
Nicholas Piggin
1
-11
/
+13
2021-04-21
powerpc: Move copy_inst_from_kernel_nofault()
Christophe Leroy
1
-0
/
+21
2021-04-17
powerpc/traps: Enhance readability for trap types
Xiongwei Song
2
-10
/
+10
2021-04-14
powerpc/mm/radix: Make radix__change_memory_range() static
Michael Ellerman
1
-2
/
+2
2021-04-14
powerpc: clean up do_page_fault
Nicholas Piggin
2
-28
/
+15
2021-04-14
powerpc/64e/interrupt: handle bad_page_fault in C
Nicholas Piggin
1
-4
/
+1
2021-04-14
powerpc/mem: Use kmap_local_page() in flushing functions
Christophe Leroy
1
-9
/
+10
2021-04-14
powerpc/mem: Inline flush_dcache_page()
Christophe Leroy
1
-15
/
+0
2021-04-14
powerpc/mem: Help GCC realise __flush_dcache_icache() flushes single pages
Christophe Leroy
1
-1
/
+1
2021-04-14
powerpc/mem: flush_dcache_icache_phys() is for HIGHMEM pages only
Christophe Leroy
1
-8
/
+9
2021-04-14
powerpc/mem: Optimise flush_dcache_icache_hugepage()
Christophe Leroy
1
-6
/
+6
2021-04-14
powerpc/mem: Call flush_coherent_icache() at higher level
Christophe Leroy
1
-8
/
+3
2021-04-14
powerpc/mem: Remove address argument to flush_coherent_icache()
Christophe Leroy
1
-8
/
+5
2021-04-14
powerpc/mem: Declare __flush_dcache_icache() static
Christophe Leroy
1
-30
/
+30
2021-04-14
powerpc/mem: Move cache flushing functions into mm/cacheflush.c
Christophe Leroy
3
-282
/
+257
2021-04-14
powerpc/32s: Define a MODULE area below kernel text all the time
Christophe Leroy
1
-7
/
+0
2021-04-14
powerpc/mm: Add cond_resched() while removing hpte mappings
Vaibhav Jain
1
-1
/
+12
2021-04-08
powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR
Michael Ellerman
1
-1
/
+104
2021-04-08
powerpc/mm/64s/hash: Factor out change_memory_range()
Michael Ellerman
1
-8
/
+15
2021-04-08
powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()
Michael Ellerman
1
-2
/
+4
2021-04-08
powerpc/64s: Fix pte update for kernel memory on radix
Jordan Niethe
1
-2
/
+2
2021-04-08
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
1
-1
/
+1
2021-03-29
powerpc/64s: Fix hash fault to use TRAP accessor
Nicholas Piggin
1
-2
/
+2
2021-03-29
powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS
Christophe Leroy
1
-6
/
+1
2021-03-29
powerpc/64s: Fold update_current_thread_[i]amr() into their only callers
Michael Ellerman
1
-15
/
+5
2021-03-29
powerpc/mm/book3s64: Fix a typo in mmu_context.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
2
-0
/
+41
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
1
-1
/
+1
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
1
-14
/
+0
[prev]
[next]