summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ldt.c
AgeCommit message (Expand)Author
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen
2017-07-27x86/ldt/64: Refresh DS and ES when modify_ldt changes an entryAndy Lutomirski
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner
2016-12-10x86/ldt: Make a size argument unsignedDan Carpenter
2016-02-18x86/mm: Factor out LDT init from context initDave Hansen
2015-09-14x86/ldt: Fix small LDT allocation for XenJan Beulich
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2014-05-04x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin
2014-04-11x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin
2012-03-28Disintegrate asm/system.h for X86David Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell
2009-01-02x86: ldt.c fix style problemsJaswinder Singh Rajput
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar
2008-07-31Merge branch 'linus' into x86/xenIngo Molnar
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis
2008-07-24x86/paravirt/xen: properly fill out the ldt opsJeremy Fitzhardinge
2008-07-22x86: Introducing asm/syscalls.hJaswinder Singh
2008-07-18cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.cMike Travis
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-05-22x86: avoid re-loading LDT in unrelated address spacesJan Beulich
2008-02-04x86: cleanup - eliminate numbers in LDT allocation codeCyrill Gorcunov
2008-01-30x86: adjust/fix LDT handling for XenJan Beulich
2008-01-30x86: change write_ldt_entry signatureGlauber de Oliveira Costa
2008-01-30x86: introduce fill_ldtGlauber de Oliveira Costa
2008-01-30x86: modify write_ldt functionGlauber de Oliveira Costa
2008-01-30x86: merge arch/x86/kernel/ldt_32/64.cThomas Gleixner