Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5ac7cdc29897e5fc3f5e214f3f8c8b03ef8d7029
/
arch
/
x86
/
kernel
/
ldt.c
016c4d9
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
by Rik van Riel
· 6 years ago
a31acd3
x86/mm: Page size aware flush_tlb_mm_range()
by Peter Zijlstra
· 7 years ago
6df934b
x86/ldt: Enable LDT user-mapping for PAE
by Joerg Roedel
· 7 years ago
9bae319
x86/ldt: Split out sanity check in map_ldt_struct()
by Joerg Roedel
· 7 years ago
8195d86
x86/ldt: Define LDT_END_ADDR
by Joerg Roedel
· 7 years ago
e6f39e8
x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
by Joerg Roedel
· 7 years ago
fb43d6c
x86/mm: Do not auto-massage page protections
by Dave Hansen
· 7 years ago
7f41419
x86/ldt: Make LDT pgtable free conditional
by Thomas Gleixner
· 7 years ago
a62d698
x86/ldt: Plug memory leak in error path
by Thomas Gleixner
· 7 years ago
9f5cb6b
x86/ldt: Make the LDT mapping RO
by Thomas Gleixner
· 7 years ago
f55f050
x86/pti: Put the LDT in its own PGD if PTI is on
by Andy Lutomirski
· 7 years ago
a4828f8
x86/ldt: Prevent LDT inheritance on exec
by Thomas Gleixner
· 7 years ago
c2b3496
x86/ldt: Rework locking
by Peter Zijlstra
· 7 years ago
3382290
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
by Will Deacon
· 7 years ago
0fd2e9c
Merge commit 'upstream-x86-entry' into WIP.x86/mm
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
da20ab3
x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
by Dave Hansen
· 7 years ago
a632375
x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
by Andy Lutomirski
· 8 years ago
bbf79d2
x86/ldt: Rename ldt_struct::size to ::nr_entries
by Borislav Petkov
· 8 years ago
3d28ebc
x86/mm: Rework lazy TLB to track the actual loaded mm
by Andy Lutomirski
· 8 years ago
e34bac7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
8d5341a
x86/ldt: use vfree_atomic() to free ldt entries
by Andrey Ryabinin
· 8 years ago
990e9dc
x86/ldt: Make all size computations unsigned
by Thomas Gleixner
· 8 years ago
296dc58
x86/ldt: Make a size argument unsigned
by Dan Carpenter
· 8 years ago
39a0526
x86/mm: Factor out LDT init from context init
by Dave Hansen
· 9 years ago
f454b47
x86/ldt: Fix small LDT allocation for Xen
by Jan Beulich
· 10 years ago
37868fe
x86/ldt: Make modify_ldt synchronous
by Andy Lutomirski
· 10 years ago
34273f4
x86, espfix: Make it possible to disable 16-bit support
by H. Peter Anvin
· 11 years ago
3891a04
x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
by H. Peter Anvin
· 11 years ago
b3b42ac
x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels
by H. Peter Anvin
· 11 years ago
f05e798
Disintegrate asm/system.h for X86
by David Howells
· 13 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
78f1c4d
cpumask: use mm_cpumask() wrapper: x86
by Rusty Russell
· 15 years ago
423a540
x86: ldt.c fix style problems
by Jaswinder Singh Rajput
· 16 years ago
365d46d
Merge branch 'linus' into x86/xen
by Ingo Molnar
· 16 years ago
8d7ccaa
Merge commit 'v2.6.27-rc3' into x86/prototypes
by Ingo Molnar
· 17 years ago
5fbf246
Merge branch 'linus' into x86/xen
by Ingo Molnar
· 17 years ago
0bc3cc0
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
by Mike Travis
· 17 years ago
38ffbe6
x86/paravirt/xen: properly fill out the ldt ops
by Jeremy Fitzhardinge
· 17 years ago
bbc1f69
x86: Introducing asm/syscalls.h
by Jaswinder Singh
· 17 years ago
c42f4f4
cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.c
by Mike Travis
· 17 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 17 years ago
b478458
x86: avoid re-loading LDT in unrelated address spaces
by Jan Beulich
· 17 years ago
fa0c864
x86: cleanup - eliminate numbers in LDT allocation code
by Cyrill Gorcunov
· 17 years ago
4dbf7af
x86: adjust/fix LDT handling for Xen
by Jan Beulich
· 17 years ago
75b8bb3
x86: change write_ldt_entry signature
by Glauber de Oliveira Costa
· 17 years ago
80fbb69
x86: introduce fill_ldt
by Glauber de Oliveira Costa
· 17 years ago
5af7250
x86: modify write_ldt function
by Glauber de Oliveira Costa
· 17 years ago
77e463d
x86: merge arch/x86/kernel/ldt_32/64.c
by Thomas Gleixner
· 17 years ago
[Renamed (90%) from arch/x86/kernel/ldt_64.c]
70f5088
x86: prepare arch/x86/kernel/ldt_32/64.c for merging
by Thomas Gleixner
· 17 years ago
fc2d625
x86: introduce ldt_write accessor
by Thomas Gleixner
· 17 years ago
78aa1f6
x86: clean up arch/x86/kernel/ldt_32/64.c
by Thomas Gleixner
· 17 years ago
c7537ab2
x86: convert mm_context_t semaphore to a mutex
by Luiz Fernando N. Capitulino
· 17 years ago
835c34a
Delete filenames in comments.
by Dave Jones
· 17 years ago
250c227
x86_64: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/ldt_64.c]
c76e79e
x86_64: prepare shared kernel/ldt.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/ldt.c]
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago