index
:
linux/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
sys_x86_64.c
Age
Commit message (
Expand
)
Author
2022-05-04
x86/mm: Cleanup the control_va_addr_alignment() __setup handler
Randy Dunlap
2021-01-05
x86/mm: Refine mmap syscall implementation
Adrian Huang
2020-03-21
x86: Remove unneeded includes
Brian Gerst
2020-01-23
x86/mpx: remove MPX from arch/x86
Dave Hansen
2018-11-01
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
2018-04-19
compat: Move compat_timespec/ timeval to compat_time.h
Deepa Dinamani
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2017-11-16
x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border
Kirill A. Shutemov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-21
x86/mm: Prepare to expose larger address space to userspace
Kirill A. Shutemov
2017-07-21
x86/mpx: Do not allow MPX if we have mappings above 47-bit
Kirill A. Shutemov
2017-07-21
x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()
Kirill A. Shutemov
2017-06-19
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-03-14
x86/hugetlb: Adjust to the new native/compat mmap bases
Dmitry Safonov
2017-03-13
x86/mm: Make mmap(MAP_32BIT) work correctly
Dmitry Safonov
2017-03-13
x86/mm: Introduce mmap_compat_base() for 32-bit mmap()
Dmitry Safonov
2017-03-02
sched/headers: Prepare for new header dependencies before moving more code to...
Ingo Molnar
2016-10-11
x86: use simpler API for random address requests
Jason Cooper
2015-03-31
x86/mm: Improve AMD Bulldozer ASLR workaround
Hector Marco-Gisbert
2013-08-22
x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member
Radu Caragea
2013-08-22
Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"
Linus Torvalds
2013-08-13
x86 get_unmapped_area(): use proper mmap base for bottom-up direction
Radu Caragea
2013-01-24
x86: Fix a typo
Yuanhan Liu
2012-12-11
mm: fix cache coloring on x86_64 architecture
Michel Lespinasse
2012-12-11
mm: use vm_unmapped_area() on x86_64 architecture
Michel Lespinasse
2012-03-29
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-21
mm: search from free_area_cache for the bigger size
Xiao Guangrong
2012-02-20
x86: Factor out TIF_IA32 from 32-bit address space
H. Peter Anvin
2011-09-28
x86, amd: Include linux/elf.h since we use stuff from asm/elf.h
Stephen Rothwell
2011-08-06
x86-32, amd: Move va_align definition to unbreak 32-bit build
Borislav Petkov
2011-08-05
x86, amd: Avoid cache aliasing penalties on AMD family 15h
Borislav Petkov
2010-03-12
improve sys_newuname() for compat architectures
Christoph Hellwig
2009-12-11
Unify sys_mmap*
Al Viro
2009-08-11
tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALL
Jason Baron
2008-10-06
Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...
Ingo Molnar
2008-07-31
x86: coding style fixes to arch/x86/kernel/sys_x86_64.c
Gustavo F. Padovan
2008-07-22
x86: Introducing asm/syscalls.h
Jaswinder Singh
2008-05-03
unified (weak) sys_pipe implementation
Ulrich Drepper
2008-01-30
x86: PIE executable randomization, checkpatch fixes
Andrew Morton
2008-01-30
x86: PIE executable randomization
Jiri Kosina
2007-10-13
Delete filenames in comments.
Dave Jones
2007-10-11
x86_64: move kernel
Thomas Gleixner