aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ldt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03memcg: enable accounting for ldt_struct objectsVasily Averin1-3/+3
2021-01-29x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tablesWill Deacon1-1/+7
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-1/+1
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds1-10/+1
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski1-1/+34
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-03-21x86: Remove unneeded includesBrian Gerst1-1/+0
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitionsIngo Molnar1-0/+83
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-7/+7
2018-11-06x86/ldt: Remove unused variable in map_ldt_struct()Kirill A. Shutemov1-8/+0
2018-11-06x86/ldt: Unmap PTEs for the slot before freeing LDT pagesKirill A. Shutemov1-13/+38
2018-10-09x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_rangeRik van Riel1-1/+1
2018-10-09x86/mm: Page size aware flush_tlb_mm_range()Peter Zijlstra1-1/+1
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel1-0/+53
2018-07-20x86/ldt: Split out sanity check in map_ldt_struct()Joerg Roedel1-24/+58
2018-07-20x86/ldt: Define LDT_END_ADDRJoerg Roedel1-1/+1
2018-04-16x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()Joerg Roedel1-1/+1
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-1/+5
2017-12-31x86/ldt: Make LDT pgtable free conditionalThomas Gleixner1-1/+2
2017-12-31x86/ldt: Plug memory leak in error pathThomas Gleixner1-1/+7
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner1-1/+6
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-3/+136
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner1-13/+5
2017-12-22x86/ldt: Rework lockingPeter Zijlstra1-12/+21
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-3/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen1-3/+13
2017-07-27x86/ldt/64: Refresh DS and ES when modify_ldt changes an entryAndy Lutomirski1-0/+21
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov1-24/+25
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski1-3/+4
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-12-12x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin1-1/+1
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner1-5/+5
2016-12-10x86/ldt: Make a size argument unsignedDan Carpenter1-1/+1
2016-02-18x86/mm: Factor out LDT init from context initDave Hansen1-2/+2
2015-09-14x86/ldt: Fix small LDT allocation for XenJan Beulich1-2/+2
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski1-120/+142
2014-05-04x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin1-0/+5
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-11/+0
2014-04-11x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin1-0/+11
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-2/+2
2009-01-02x86: ldt.c fix style problemsJaswinder Singh Rajput1-2/+2
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar1-0/+1
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar1-4/+2
2008-07-31Merge branch 'linus' into x86/xenIngo Molnar1-4/+2
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-4/+2