summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-4/+3
|\
| * x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-161-2/+1
| * x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov2017-08-161-2/+2
* | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-211-3/+3
* | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-211-5/+5
|/
* x86/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
* x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko2017-06-241-3/+0
* x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-141-0/+14
* x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-13/+34
* x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-131-18/+32
* x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov2017-03-131-12/+14
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-13/+1
|\
| * x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert2016-03-111-13/+1
* | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-3/+3
|/
* x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-141-6/+6
* x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-211-0/+7
* mm: expose arch_mmap_rnd when availableKees Cook2015-04-141-2/+2
* x86: standardize mmap_rnd() usageKees Cook2015-04-141-16/+20
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-191-3/+3
* x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller2014-09-091-1/+1
* x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-221-2/+4
* Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2013-08-221-1/+1
* x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2013-08-131-1/+1
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* x86: Fix mmap random address rangeLudwig Nussel2011-12-051-2/+2
* x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov2011-08-061-1/+4
* x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-051-15/+0
* x86: Use helpers for rlimitsJiri Slaby2010-01-271-2/+2
* x86: Increase MIN_GAP to include randomized stackMichal Hocko2009-09-101-2/+15
* x86: update copyrightsIngo Molnar2009-01-311-1/+1
* x86: unify mmap_{32|64}.cHarvey Harrison2008-01-301-0/+123
OpenPOWER on IntegriCloud