summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mmu_context.h
AgeCommit message (Expand)Author
2018-05-22x86/pkeys: Do not special case protection key 0Dave Hansen
2018-03-11x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski
2018-01-02x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski
2017-08-30x86/mm: Fix use-after-free of ldt_structEric Biggers
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski
2016-02-18x86/mm: Factor out LDT init from context initDave Hansen
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen
2016-01-13x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski
2016-01-11x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2015-07-10x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra
2015-06-09x86: Make is_64bit_mm() widely availableDave Hansen
2015-02-04perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski
2015-02-04perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski
2015-02-04x86: Add a comment clarifying LDT context switchingAndy Lutomirski
2015-01-22x86, mpx: Fix potential performance issue on unmapsDave Hansen
2014-12-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-19x86: Cleanly separate use of asm-generic/mm_hooks.hDave Hansen
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-10-28sched/x86: Add a comment clarifying LDT context switchingAndy Lutomirski
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen
2013-08-01sched/x86: Optimize switch_mm() for multi-threaded workloadsRik van Riel
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-02-03x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...Suresh Siddha
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo
2009-02-10x86: add %gs accessors for x86_32Tejun Heo
2009-01-21x86: merge mmu_context.hBrian Gerst
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro