aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mmap.c
Commit message (Expand)AuthorAge
* x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-01
* x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-24
* x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-20
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-11
* x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-16
* x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-16
* Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar2017-10-27
* x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-10-20
* Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-26
|\
| * x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-16
| * x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov2017-08-16
* | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-21
* | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-21
|/
* x86/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-12
* x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko2017-06-24
* x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-14
* x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-13
* x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-13
* x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov2017-03-13
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-15
|\
| * x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert2016-03-11
* | mm: ASLR: use get_random_long()Daniel Cashman2016-02-27
|/
* x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-14
* x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-21
* mm: expose arch_mmap_rnd when availableKees Cook2015-04-14
* x86: standardize mmap_rnd() usageKees Cook2015-04-14
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-19
* x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller2014-09-09
* x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-22
* Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2013-08-22
* x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2013-08-13
* mm: remove free_area_cacheMichel Lespinasse2013-07-10
* x86: Fix mmap random address rangeLudwig Nussel2011-12-05
* x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov2011-08-06
* x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-05
* x86: Use helpers for rlimitsJiri Slaby2010-01-27
* x86: Increase MIN_GAP to include randomized stackMichal Hocko2009-09-10
* x86: update copyrightsIngo Molnar2009-01-30
* x86: unify mmap_{32|64}.cHarvey Harrison2008-01-30