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
/
tlb-radix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
Christophe Leroy
1
-1101
/
+0
2018-10-26
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2018-10-20
powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmd
Nicholas Piggin
1
-1
/
+0
2018-10-09
KVM: PPC: Book3S HV: Handle page fault for a nested guest
Suraj Jitindar Singh
1
-0
/
+9
2018-10-04
powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidation
Nicholas Piggin
1
-0
/
+1
2018-07-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-18
/
+0
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
1
-18
/
+0
2018-06-20
powerpc/64s/radix: Fix radix_kvm_prefetch_workaround paca access of not possi...
Nicholas Piggin
1
-0
/
+2
2018-06-19
powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
Nicholas Piggin
1
-21
/
+75
2018-06-03
powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumask
Nicholas Piggin
1
-27
/
+121
2018-06-03
powerpc/64s/radix: optimise pte_update
Nicholas Piggin
1
-1
/
+10
2018-05-17
powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
Nicholas Piggin
1
-0
/
+207
2018-04-12
powerpc/mm/radix: Fix checkstops caused by invalid tlbiel
Michael Ellerman
1
-3
/
+2
2018-04-01
powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT
Mathieu Malaterre
1
-1
/
+1
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
1
-1
/
+1
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
1
-1
/
+1
2018-03-28
Merge branch 'fixes' into next
Michael Ellerman
1
-79
/
+90
2018-03-27
powerpc/mm: Fix typo in comments
Alexey Kardashevskiy
1
-7
/
+7
2018-03-23
powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
Aneesh Kumar K.V
1
-0
/
+15
2018-03-23
powerpc/mm/radix: Move the functions that does the actual tlbie closer
Aneesh Kumar K.V
1
-32
/
+32
2018-03-23
powerpc/mm/radix: Remove unused code
Aneesh Kumar K.V
1
-40
/
+0
2018-03-23
powerpc/mm: Workaround Nest MMU bug with TLB invalidations
Benjamin Herrenschmidt
1
-7
/
+43
2018-01-22
powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
Mahesh Salgaonkar
1
-2
/
+0
2018-01-18
powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
Nicholas Piggin
1
-0
/
+66
2017-11-10
powerpc/64s/radix: Improve TLB flushing for page table freeing
Nicholas Piggin
1
-29
/
+61
2017-11-10
powerpc/64s/radix: Introduce local single page ceiling for TLB range flush
Nicholas Piggin
1
-4
/
+19
2017-11-10
powerpc/64s/radix: Optimize flush_tlb_range
Nicholas Piggin
1
-35
/
+103
2017-11-10
powerpc/64s/radix: Implement _tlbie(l)_va_range flush functions
Nicholas Piggin
1
-30
/
+39
2017-11-10
powerpc/64s/radix: Optimize TLB range flush barriers
Nicholas Piggin
1
-9
/
+32
2017-11-06
powerpc/64s/radix: Fix process table entry cache invalidation
Nicholas Piggin
1
-1
/
+5
2017-11-06
powerpc/64s/radix: Improve preempt handling in TLB code
Nicholas Piggin
1
-25
/
+23
2017-10-22
powerpc/mm/radix: Drop unneeded NULL check
Michael Ellerman
1
-12
/
+10
2017-09-28
powerpc/mm: Export flush_all_mm()
Frederic Barrat
1
-2
/
+4
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
1
-2
/
+43
2017-08-02
powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
Benjamin Herrenschmidt
1
-5
/
+38
2017-08-02
powerpc/mm/radix: Improve TLB/PWC flushes
Benjamin Herrenschmidt
1
-39
/
+27
2017-08-02
powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
Benjamin Herrenschmidt
1
-4
/
+7
2017-07-26
powerpc/mm/radix: Workaround prefetch issue with KVM
Benjamin Herrenschmidt
1
-2
/
+43
2017-06-23
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
1
-0
/
+9
2017-05-03
powerpc/mm/radix: Drop support for CPUs without lockless tlbie
Michael Ellerman
1
-38
/
+7
2017-04-27
powerpc/mm/radix: Optimise tlbiel flush all case
Aneesh Kumar K.V
1
-2
/
+13
2017-04-27
powerpc/mm/radix: Optimise Page Walk Cache flush
Aneesh Kumar K.V
1
-2
/
+13
2017-04-11
powerpc/mm/radix: Remove unnecessary ptesync
Aneesh Kumar K.V
1
-2
/
+2
2017-04-11
powerpc/mm/radix: Don't do page walk cache flush when doing full mm flush
Aneesh Kumar K.V
1
-0
/
+12
2017-03-31
powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE
Aneesh Kumar K.V
1
-1
/
+1
2017-02-09
powerpc/mm/radix: Update ERAT flushes when invalidating TLB
Benjamin Herrenschmidt
1
-5
/
+1
2016-12-16
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+18
2016-11-28
powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()
Aneesh Kumar K.V
1
-0
/
+18
2016-11-18
powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1
Michael Neuling
1
-0
/
+4
2016-10-27
powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpu
Aneesh Kumar K.V
1
-4
/
+4
[next]