index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-03-24
powerpc: Enable KFENCE for PPC32
Christophe Leroy
5
-4
/
+17
2021-03-24
powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is used
Sebastian Andrzej Siewior
1
-1
/
+1
2021-02-22
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
14
-246
/
+395
2021-02-11
powerpc/mm: Remove dcache flush from memory remove.
Aneesh Kumar K.V
1
-22
/
+0
2021-02-11
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
3
-11
/
+11
2021-02-11
powerpc/mm: Enable compound page check for both THP and HugeTLB
Aneesh Kumar K.V
2
-24
/
+22
2021-02-11
powerpc/mm/64s: Fix no previous prototype warning
Michael Ellerman
3
-2
/
+6
2021-02-11
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
1
-1
/
+0
2021-02-09
powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
Christophe Leroy
2
-2
/
+2
2021-02-09
powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumask
Nicholas Piggin
2
-10
/
+23
2021-02-09
powerpc/64s/radix: occasionally attempt to trim mm_cpumask
Nicholas Piggin
1
-4
/
+56
2021-02-09
powerpc/64s/radix: Allow mm_cpumask trimming from external sources
Nicholas Piggin
1
-10
/
+6
2021-02-09
powerpc/64s/radix: Check for no TLB flush required
Nicholas Piggin
1
-13
/
+25
2021-02-09
powerpc/64s/radix: refactor TLB flush type selection
Nicholas Piggin
1
-82
/
+94
2021-02-09
powerpc/64s/radix: add warning and comments in mm_cpumask trim
Nicholas Piggin
1
-6
/
+21
2021-02-09
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
2
-11
/
+1
2021-02-09
powerpc/64s/hash: improve context tracking of hash faults
Nicholas Piggin
2
-14
/
+32
2021-02-09
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
1
-3
/
+1
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
3
-8
/
+16
2021-02-09
powerpc/64s: slb comment update
Nicholas Piggin
1
-13
/
+15
2021-02-09
powerpc/mm: Remove stale do_page_fault comment referring to SLB faults
Nicholas Piggin
1
-7
/
+5
[next]