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
/
x86
/
mm
/
tlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-71
/
+105
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-3
/
+3
2021-03-06
x86/mm/tlb: Remove unnecessary uses of the inline keyword
Nadav Amit
1
-3
/
+3
2021-03-06
x86/mm/tlb: Do not make is_lazy dirty for no reason
Nadav Amit
1
-1
/
+2
2021-03-06
x86/mm/tlb: Privatize cpu_tlbstate
Nadav Amit
1
-7
/
+10
2021-03-06
x86/mm/tlb: Flush remote and local TLBs concurrently
Nadav Amit
1
-17
/
+29
2021-03-06
x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
Nadav Amit
1
-5
/
+32
2021-03-06
x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()
Nadav Amit
1
-45
/
+36
2020-12-09
x86/membarrier: Get rid of a dubious optimization
Andy Lutomirski
1
-2
/
+8
2020-10-07
x86/platform/uv: Remove UV BAU TLB Shootdown Handler
Mike Travis
1
-24
/
+0
2020-08-26
cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic
Peter Zijlstra
1
-11
/
+2
2020-06-05
Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+378
2020-06-02
x86/mm: remove vmalloc faulting
Joerg Roedel
1
-37
/
+0
2020-04-26
x86/tlb: Move PCID helpers where they are used
Thomas Gleixner
1
-0
/
+120
2020-04-26
x86/tlb: Uninline nmi_uaccess_okay()
Thomas Gleixner
1
-0
/
+32
2020-04-26
x86/tlb: Move __flush_tlb_all() out of line
Thomas Gleixner
1
-7
/
+22
2020-04-26
x86/tlb: Move flush_tlb_others() out of line
Thomas Gleixner
1
-2
/
+9
2020-04-26
x86/tlb: Move __flush_tlb_one_kernel() out of line
Thomas Gleixner
1
-1
/
+33
2020-04-26
x86/tlb: Move __flush_tlb_one_user() out of line
Thomas Gleixner
1
-1
/
+55
2020-04-26
x86/tlb: Move __flush_tlb_global() out of line
Thomas Gleixner
1
-0
/
+41
2020-04-26
x86/tlb: Move __flush_tlb() out of line
Thomas Gleixner
1
-1
/
+32
2020-04-24
x86/cr4: Sanitize CR4.PCE update
Thomas Gleixner
1
-1
/
+21
2020-04-24
x86/tlb: Uninline __get_current_cr3_fast()
Thomas Gleixner
1
-0
/
+20
2020-01-24
smp: Remove allocation mask from on_each_cpu_cond.*()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-07-24
x86/mm: Avoid redundant interrupt disable in load_mm_cr4()
Jan Kiszka
1
-1
/
+1
2019-06-14
Merge tag 'v5.2-rc4' into mauro
Jonathan Corbet
1
-0
/
+1
2019-06-08
docs: fix broken documentation links
Mauro Carvalho Chehab
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-26
x86/mm/tlb: Remove 'struct flush_tlb_info' from the stack
Nadav Amit
1
-34
/
+82
2019-04-16
x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"
Peter Zijlstra
1
-1
/
+1
2019-01-29
x86/mm/tlb: Remove unused cpu variable
Shaokun Zhang
1
-3
/
+0
2018-12-17
x86/mm/cpa: Optimize cpa_flush_array() TLB invalidation
Peter Zijlstra
1
-1
/
+3
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
1
-29
/
+86
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-11
/
+20
2018-10-09
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
1
-9
/
+58
2018-10-09
x86/mm/tlb: Add freed_tables element to flush_tlb_info
Rik van Riel
1
-0
/
+1
2018-10-09
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
1
-1
/
+2
2018-10-09
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
1
-33
/
+33
2018-10-09
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
1
-14
/
+1
2018-10-09
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
1
-9
/
+8
2018-09-26
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
1
-11
/
+20
2018-08-31
x86/nmi: Fix NMI uaccess race against CR3 switching
Andy Lutomirski
1
-0
/
+7
2018-08-22
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
1
-152
/
+53
2018-07-24
x86/mm/tlb: Make clear_asid_other() static
zhong jiang
1
-1
/
+1
2018-07-17
x86/mm/tlb: Skip atomic operations for 'init_mm' in switch_mm_irqs_off()
Rik van Riel
1
-5
/
+12
2018-07-17
x86/mm/tlb: Always use lazy TLB mode
Rik van Riel
1
-14
/
+1
2018-07-17
x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs
Rik van Riel
1
-4
/
+39
2018-07-17
x86/mm/tlb: Make lazy TLB mode lazier
Rik van Riel
1
-9
/
+59
2018-07-17
x86/mm/tlb: Restructure switch_mm_irqs_off()
Rik van Riel
1
-30
/
+30
2018-07-17
x86/mm/tlb: Leave lazy TLB mode at page table free time
Rik van Riel
1
-0
/
+27
[next]