aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/mmu_context.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-06x86/mm: Fix false positive warning in switch_mm_irqs_off()Peter Zijlstra1-0/+10
2025-04-12x86/mm: Opt-in to IRQs-off activate_mm()Andy Lutomirski1-1/+1
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra1-1/+1
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski1-0/+3
2025-03-19x86/mm: Add global ASID process exit helpersRik van Riel1-1/+7
2025-03-19x86/mm: Add global ASID allocation helper functionsRik van Riel1-0/+2
2024-12-06x86/mm/tlb: Only trim the mm_cpumask once a secondRik van Riel1-0/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+0
2024-09-01mm: remove arch_unmap()Michael Ellerman1-5/+0
2024-07-02x86/mm: Fix LAM inconsistency during context switchYosry Ahmed1-1/+7
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe1-2/+1
2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe1-0/+2
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+48
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov1-0/+6
2023-03-16mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov1-0/+6
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov1-0/+11
2023-03-16x86/mm: Handle LAM on context switchKirill A. Shutemov1-0/+24
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov1-1/+1
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-9/+2
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)1-0/+1
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst1-1/+1
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+6
2020-10-27x86: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-0/+6
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner1-55/+0
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner1-13/+1
2020-04-24x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner1-18/+1
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual1-15/+0
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpxLinus Torvalds1-26/+0
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen1-20/+0
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen1-6/+0
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitionsIngo Molnar1-80/+6
2019-11-27perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0Anthony Steinhauser1-1/+3
2019-07-24x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka1-4/+4
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen1-3/+3
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-01-15x86/pkeys: Properly copy pkey state at fork()Dave Hansen1-0/+18
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-2/+2
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel1-5/+0
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-15/+0
2018-05-14x86/pkeys: Do not special case protection key 0Dave Hansen1-1/+1
2018-05-09x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman1-10/+0
2018-05-09mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman1-5/+0
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso1-2/+3
2018-02-20x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich1-0/+1
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-6/+53
2017-12-22x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen1-28/+1
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner1-7/+14