aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/sys_x86_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov1-5/+6
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2017-11-16x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov1-3/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov1-4/+17
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov1-0/+9
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov1-12/+0
2017-03-13x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov1-2/+2
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov1-4/+19
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-10-11x86: use simpler API for random address requestsJason Cooper1-4/+1
2015-03-31x86/mm: Improve AMD Bulldozer ASLR workaroundHector Marco-Gisbert1-3/+27
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea1-1/+1
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds1-1/+1
2013-08-13x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea1-1/+1
2013-01-24x86: Fix a typoYuanhan Liu1-1/+1
2012-12-11mm: fix cache coloring on x86_64 architectureMichel Lespinasse1-2/+2
2012-12-11mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse1-121/+30
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2012-03-21mm: search from free_area_cache for the bigger sizeXiao Guangrong1-17/+17
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin1-3/+3
2011-09-28x86, amd: Include linux/elf.h since we use stuff from asm/elf.hStephen Rothwell1-0/+1
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov1-4/+0
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-3/+78
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-12/+0
2009-12-11Unify sys_mmap*Al Viro1-16/+1
2009-08-11tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALLJason Baron1-4/+4
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-21/+22
2008-07-31x86: coding style fixes to arch/x86/kernel/sys_x86_64.cGustavo F. Padovan1-21/+22
2008-07-22x86: Introducing asm/syscalls.hJaswinder Singh1-0/+1
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-01-30x86: PIE executable randomization, checkpatch fixesAndrew Morton1-7/+7
2008-01-30x86: PIE executable randomizationJiri Kosina1-0/+98
2007-10-13Delete filenames in comments.Dave Jones1-4/+0
2007-10-11x86_64: move kernelThomas Gleixner1-0/+159