summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mmu_context.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-1/+48
|\
| * x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov2023-03-161-0/+6
| * mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+6
| * x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov2023-03-161-0/+11
| * x86/mm: Handle LAM on context switchKirill A. Shutemov2023-03-161-0/+24
| * x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov2023-03-161-1/+1
* | x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-061-9/+2
|/
* x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)2023-01-121-0/+1
* x86/32: Remove lazy GS macrosBrian Gerst2022-04-141-1/+1
* Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-0/+6
|\
| * x86: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-0/+6
* | x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2020-10-261-1/+1
|/
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* x86/alternatives: Move temporary_mm helpers into CThomas Gleixner2020-04-241-55/+0
* x86/cr4: Sanitize CR4.PCE updateThomas Gleixner2020-04-241-13/+1
* x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner2020-04-241-18/+1
* mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-15/+0
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-26/+0
|\
| * x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-231-20/+0
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-6/+0
* | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-101-80/+6
* | perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0Anthony Steinhauser2019-11-271-1/+3
|/
* x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka2019-07-241-4/+4
* x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-3/+3
* x86/mm: Save debug registers when loading a temporary mmNadav Amit2019-04-301-0/+23
* x86/mm: Introduce temporary mm structsAndy Lutomirski2019-04-301-0/+33
* x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
* x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+2
* x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel2018-07-201-5/+0
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-15/+0
|\
| * x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman2018-05-091-10/+0
| * mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman2018-05-091-5/+0
* | x86/pkeys: Do not special case protection key 0Dave Hansen2018-05-141-1/+1
|/
* perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso2018-03-271-2/+3
* x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich2018-02-201-0/+1
* x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-231-6/+53
* x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-221-28/+1
* x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-7/+14
* x86/ldt: Rework lockingPeter Zijlstra2017-12-221-0/+2
* arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+2
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-171-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2017-10-141-7/+1
* x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski2017-09-171-2/+19
* x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-171-4/+11
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-2/+13
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+1
| |\
| * | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-251-0/+3
| * | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-051-2/+4
| * | x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-051-0/+6