| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Remove reset_lazy_tlbstate() | Andy Lutomirski | 2017-06-22 | 1 | -8/+0 |
* | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 2017-06-13 | 1 | -2/+2 |
* | x86/mm: Rework lazy TLB to track the actual loaded mm | Andy Lutomirski | 2017-06-05 | 1 | -2/+10 |
* | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski | 2017-06-05 | 1 | -75/+1 |
* | x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases | Andy Lutomirski | 2017-06-05 | 1 | -1/+0 |
* | x86/mm: Pass flush_tlb_info to flush_tlb_others() etc | Andy Lutomirski | 2017-06-05 | 1 | -8/+11 |
* | mm, x86/mm: Make the batched unmap TLB flush API more generic | Andy Lutomirski | 2017-05-24 | 1 | -0/+8 |
* | x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() | Andy Lutomirski | 2017-05-24 | 1 | -1/+5 |
* | x86/mm: Remove flush_tlb() and flush_tlb_current_task() | Andy Lutomirski | 2017-04-26 | 1 | -9/+0 |
* | Merge branch 'x86/process' into x86/mm, to create new base for further patches | Ingo Molnar | 2017-03-23 | 1 | -0/+10 |
|\ |
|
| * | x86/process: Optimize TIF_NOTSC switch | Thomas Gleixner | 2017-03-11 | 1 | -0/+10 |
* | | x86/tlb: Fix tlb flushing when lguest clears PGE | Daniel Borkmann | 2017-03-12 | 1 | -1/+1 |
|/ |
|
* | x86/asm: Get rid of __read_cr4_safe() | Andy Lutomirski | 2016-09-30 | 1 | -1/+1 |
* | x86/init: Fix cr4_init_shadow() on CR4-less machines | Andy Lutomirski | 2016-09-29 | 1 | -1/+1 |
* | x86/mm: Disable preemption during CR3 read+write | Sebastian Andrzej Siewior | 2016-08-10 | 1 | -0/+7 |
* | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 1 | -6/+0 |
|\ |
|
| * | mm/rmap: batched invalidations should use existing api | Nadav Amit | 2016-04-01 | 1 | -6/+0 |
* | | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-03-15 | 1 | -0/+57 |
|\ |
|
| * | x86/mm: Fix INVPCID asm constraint | Borislav Petkov | 2016-02-14 | 1 | -2/+2 |
| * | x86/mm: If INVPCID is available, use it to flush global mappings | Andy Lutomirski | 2016-02-09 | 1 | -0/+9 |
| * | x86/mm: Add INVPCID helpers | Andy Lutomirski | 2016-02-09 | 1 | -0/+48 |
* | | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -0/+1 |
|/ |
|
* | mm: send one IPI per CPU to TLB flush all entries after unmapping pages | Mel Gorman | 2015-09-04 | 1 | -0/+6 |
* | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 2015-02-04 | 1 | -13/+39 |
* | x86: Clean up cr4 manipulation | Andy Lutomirski | 2015-02-04 | 1 | -0/+37 |
* | mm, x86: Account for TLB flushes only when debugging | Mel Gorman | 2014-01-25 | 1 | -3/+3 |
* | mm: vmstats: track TLB flush stats on UP too | Dave Hansen | 2013-09-11 | 1 | -6/+31 |
* | x86, cleanups: Remove extra tab in __flush_tlb_one() | Michael Wang | 2013-06-04 | 1 | -1/+1 |
* | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled() | Fenghua Yu | 2013-01-31 | 1 | -6/+12 |
* | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 2012-11-29 | 1 | -3/+0 |
* | x86/tlb: Fix build warning and crash when building for !SMP | Alex Shi | 2012-07-20 | 1 | -2/+2 |
* | x86/tlb: do flush_tlb_kernel_range by 'invlpg' | Alex Shi | 2012-06-27 | 1 | -6/+7 |
* | x86/tlb: enable tlb flush range support for x86 | Alex Shi | 2012-06-27 | 1 | -3/+14 |
* | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range | Alex Shi | 2012-06-27 | 1 | -14/+9 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-23 | 1 | -5/+1 |
|\ |
|
| * | x86/tlb: Clean up and unify TLB_FLUSH_ALL definition | Alex Shi | 2012-05-18 | 1 | -5/+1 |
* | | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 2012-05-14 | 1 | -2/+2 |
* | | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+1 |
|/ |
|
* | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 2010-10-20 | 1 | -2/+0 |
* | x86: make zap_low_mapping could be used early | Yinghai Lu | 2009-06-12 | 1 | -1/+1 |
* | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-05-07 | 1 | -1/+1 |
|\ |
|
| * | FRV: Fix the section attribute on UP DECLARE_PER_CPU() | David Howells | 2009-04-21 | 1 | -1/+1 |
* | | x86: use native register access for native tlb flushing | Chris Wright | 2009-04-23 | 1 | -4/+4 |
|/ |
|
* | x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-19 | 1 | -5/+2 |
*-. | Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu | Ingo Molnar | 2009-01-15 | 1 | -4/+6 |
|\ \ |
|
| | * | x86: smp.h move zap_low_mappings declartion to tlbflush.h | Jaswinder Singh Rajput | 2009-01-07 | 1 | -0/+2 |
| |/
|/| |
|
| * | x86: change flush_tlb_others to take a const struct cpumask | Rusty Russell | 2009-01-11 | 1 | -4/+4 |
|/ |
|
* | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 2008-10-22 | 1 | -3/+3 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-22 | 1 | -0/+178 |