aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom1-0/+12
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-4/+3
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov1-2/+1
2017-08-16x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov1-2/+2
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov1-3/+3
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov1-5/+5
2017-07-12x86/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-06-24x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko1-3/+0
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov1-0/+14
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov1-13/+34
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov1-18/+32
2017-03-13x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov1-12/+14
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+1
2016-03-11x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert1-13/+1
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-3/+3
2016-01-14x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman1-6/+6
2015-07-21x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov1-0/+7
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14x86: standardize mmap_rnd() usageKees Cook1-16/+20
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-3/+3
2014-09-09x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller1-1/+1
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea1-2/+4
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-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2011-12-05x86: Fix mmap random address rangeLudwig Nussel1-2/+2
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov1-1/+4
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-15/+0
2010-01-27x86: Use helpers for rlimitsJiri Slaby1-2/+2
2009-09-10x86: Increase MIN_GAP to include randomized stackMichal Hocko1-2/+15
2009-01-31x86: update copyrightsIngo Molnar1-1/+1
2008-01-30x86: unify mmap_{32|64}.cHarvey Harrison1-0/+123