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
2018-05-19
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
1
-1
/
+1
2018-02-26
Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes
Ingo Molnar
1
-3
/
+3
2018-02-16
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
1
-1
/
+1
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2018-02-15
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
1
-3
/
+3
2018-02-13
x86/mm: Align TLB invalidation info
Nadav Amit
1
-1
/
+1
2018-02-06
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
1
-1
/
+32
2018-02-05
membarrier/x86: Provide core serializing command
Mathieu Desnoyers
1
-3
/
+4
2018-02-05
membarrier: Document scheduler barrier requirements
Mathieu Desnoyers
1
-0
/
+5
2018-01-30
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
Tim Chen
1
-1
/
+32
2018-01-26
x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
Andy Lutomirski
1
-5
/
+29
2017-12-23
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
1
-0
/
+1
2017-12-23
x86/mm: Abstract switching CR3
Dave Hansen
1
-2
/
+20
2017-12-23
x86/mm: Allow flushing for future ASID switches
Dave Hansen
1
-0
/
+35
2017-12-22
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
1
-4
/
+4
2017-12-22
x86/mm: Use __flush_tlb_one() for kernel memory
Peter Zijlstra
1
-1
/
+1
2017-11-04
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
1
-3
/
+14
2017-10-18
x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mm
Andy Lutomirski
1
-58
/
+0
2017-10-18
x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"
Andy Lutomirski
1
-12
/
+18
2017-10-18
x86/mm/64: Remove the last VM_BUG_ON() from the TLB code
Andy Lutomirski
1
-2
/
+2
2017-10-14
x86/mm: Flush more aggressively in lazy TLB mode
Andy Lutomirski
1
-42
/
+111
2017-09-29
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
1
-1
/
+1
2017-09-17
x86/mm: Factor out CR3-building code
Andy Lutomirski
1
-6
/
+5
2017-09-13
x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()
Andy Lutomirski
1
-1
/
+21
2017-09-10
x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCID
Andy Lutomirski
1
-1
/
+1
2017-09-06
x86/mm: Reinitialize TLB state on hotplug and resume
Andy Lutomirski
1
-0
/
+44
2017-07-25
x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...
Andy Lutomirski
1
-16
/
+64
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
1
-2
/
+2
2017-07-05
x86/mm: Stop calling leave_mm() in idle code
Andy Lutomirski
1
-17
/
+3
2017-07-05
x86/mm: Rework lazy TLB mode and TLB freshness tracking
Andy Lutomirski
1
-79
/
+118
2017-07-05
x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
Andy Lutomirski
1
-7
/
+95
2017-07-05
x86/mm: Give each mm TLB flush generation a unique ID
Andy Lutomirski
1
-2
/
+4
2017-06-30
x86/mm: Delete a big outdated comment about TLB flushing
Andy Lutomirski
1
-36
/
+0
2017-06-30
x86/mm: Don't reenter flush_tlb_func_common()
Andy Lutomirski
1
-2
/
+15
2017-06-22
x86/ldt: Simplify the LDT switching logic
Andy Lutomirski
1
-18
/
+2
2017-06-05
x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code
Andy Lutomirski
1
-3
/
+2
2017-06-05
x86/mm: Rework lazy TLB to track the actual loaded mm
Andy Lutomirski
1
-108
/
+108
2017-06-05
x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code
Andy Lutomirski
1
-15
/
+2
2017-06-05
x86/mm: Use new merged flush logic in arch_tlbbatch_flush()
Andy Lutomirski
1
-6
/
+2
2017-06-05
x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases
Andy Lutomirski
1
-65
/
+48
2017-06-05
x86/mm: Change the leave_mm() condition for local TLB flushes
Andy Lutomirski
1
-1
/
+1
2017-06-05
x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
Andy Lutomirski
1
-32
/
+32
2017-05-24
mm, x86/mm: Make the batched unmap TLB flush API more generic
Andy Lutomirski
1
-0
/
+17
2017-05-24
x86/mm: Reduce indentation in flush_tlb_func()
Andy Lutomirski
1
-16
/
+18
2017-05-24
x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
Andy Lutomirski
1
-27
/
+0
2017-04-26
x86/mm: Fix flush_tlb_page() on Xen
Andy Lutomirski
1
-3
/
+1
2017-04-26
x86/mm: Make flush_tlb_mm_range() more predictable
Andy Lutomirski
1
-5
/
+7
2017-04-26
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
Andy Lutomirski
1
-17
/
+0
2016-08-24
x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)
Andy Lutomirski
1
-0
/
+15
2016-07-14
x86/mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
[next]