index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
ldt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memcg: enable accounting for ldt_struct objects
Vasily Averin
2021-09-03
1
-3
/
+3
*
x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tables
Will Deacon
2021-01-29
1
-1
/
+7
*
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
2021-01-29
1
-1
/
+1
*
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
2021-01-29
1
-1
/
+1
*
x86/ldt: use "pr_info_once()" instead of open-coding it badly
Linus Torvalds
2020-07-05
1
-10
/
+1
*
x86/ldt: Disable 16-bit segments on Xen PV
Andy Lutomirski
2020-07-04
1
-1
/
+34
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
x86: Remove unneeded includes
Brian Gerst
2020-03-21
1
-1
/
+0
*
mm, x86/mm: Untangle address space layout definitions from basic pgtable type...
Ingo Molnar
2019-12-10
1
-0
/
+83
*
x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
2019-04-08
1
-7
/
+7
*
x86/ldt: Remove unused variable in map_ldt_struct()
Kirill A. Shutemov
2018-11-06
1
-8
/
+0
*
x86/ldt: Unmap PTEs for the slot before freeing LDT pages
Kirill A. Shutemov
2018-11-06
1
-13
/
+38
*
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
Rik van Riel
2018-10-09
1
-1
/
+1
*
x86/mm: Page size aware flush_tlb_mm_range()
Peter Zijlstra
2018-10-09
1
-1
/
+1
*
x86/ldt: Enable LDT user-mapping for PAE
Joerg Roedel
2018-07-20
1
-0
/
+53
*
x86/ldt: Split out sanity check in map_ldt_struct()
Joerg Roedel
2018-07-20
1
-24
/
+58
*
x86/ldt: Define LDT_END_ADDR
Joerg Roedel
2018-07-20
1
-1
/
+1
*
x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
Joerg Roedel
2018-04-16
1
-1
/
+1
*
x86/mm: Do not auto-massage page protections
Dave Hansen
2018-04-12
1
-1
/
+5
*
x86/ldt: Make LDT pgtable free conditional
Thomas Gleixner
2017-12-31
1
-1
/
+2
*
x86/ldt: Plug memory leak in error path
Thomas Gleixner
2017-12-31
1
-1
/
+7
*
x86/ldt: Make the LDT mapping RO
Thomas Gleixner
2017-12-23
1
-1
/
+6
*
x86/pti: Put the LDT in its own PGD if PTI is on
Andy Lutomirski
2017-12-23
1
-3
/
+136
*
x86/ldt: Prevent LDT inheritance on exec
Thomas Gleixner
2017-12-22
1
-13
/
+5
*
x86/ldt: Rework locking
Peter Zijlstra
2017-12-22
1
-12
/
+21
*
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-12-17
1
-1
/
+1
*
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
2017-12-17
1
-3
/
+13
|
\
|
*
x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
Dave Hansen
2017-10-20
1
-3
/
+13
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
Andy Lutomirski
2017-07-27
1
-0
/
+21
*
x86/ldt: Rename ldt_struct::size to ::nr_entries
Borislav Petkov
2017-06-08
1
-24
/
+25
*
x86/mm: Rework lazy TLB to track the actual loaded mm
Andy Lutomirski
2017-06-05
1
-3
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-12
1
-1
/
+1
|
\
|
*
x86/ldt: use vfree_atomic() to free ldt entries
Andrey Ryabinin
2016-12-12
1
-1
/
+1
*
|
x86/ldt: Make all size computations unsigned
Thomas Gleixner
2016-12-10
1
-5
/
+5
*
|
x86/ldt: Make a size argument unsigned
Dan Carpenter
2016-12-10
1
-1
/
+1
|
/
*
x86/mm: Factor out LDT init from context init
Dave Hansen
2016-02-18
1
-2
/
+2
*
x86/ldt: Fix small LDT allocation for Xen
Jan Beulich
2015-09-14
1
-2
/
+2
*
x86/ldt: Make modify_ldt synchronous
Andy Lutomirski
2015-07-31
1
-120
/
+142
*
x86, espfix: Make it possible to disable 16-bit support
H. Peter Anvin
2014-05-04
1
-0
/
+5
*
x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
H. Peter Anvin
2014-04-30
1
-11
/
+0
*
x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels
H. Peter Anvin
2014-04-11
1
-0
/
+11
*
Disintegrate asm/system.h for X86
David Howells
2012-03-28
1
-1
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
cpumask: use mm_cpumask() wrapper: x86
Rusty Russell
2009-09-24
1
-2
/
+2
*
x86: ldt.c fix style problems
Jaswinder Singh Rajput
2009-01-02
1
-2
/
+2
*
Merge branch 'linus' into x86/xen
Ingo Molnar
2008-10-12
1
-0
/
+1
|
\
|
*
Merge commit 'v2.6.27-rc3' into x86/prototypes
Ingo Molnar
2008-08-14
1
-4
/
+2
|
|
\
|
*
|
x86: Introducing asm/syscalls.h
Jaswinder Singh
2008-07-22
1
-0
/
+1
*
|
|
Merge branch 'linus' into x86/xen
Ingo Molnar
2008-07-31
1
-4
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
[next]