summaryrefslogtreecommitdiff
path: root/arch/x86/mm/mmap.c
AgeCommit message (Expand)Author
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-11-16x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov
2017-08-16x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov
2017-07-12x86/mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-06-24x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov
2017-03-13x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-11x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2016-01-14x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman
2015-07-21x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook
2015-04-14x86: standardize mmap_rnd() usageKees Cook
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert
2014-09-09x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds
2013-08-13x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea
2013-07-10mm: remove free_area_cacheMichel Lespinasse
2011-12-05x86: Fix mmap random address rangeLudwig Nussel
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov
2010-01-27x86: Use helpers for rlimitsJiri Slaby
2009-09-10x86: Increase MIN_GAP to include randomized stackMichal Hocko
2009-01-31x86: update copyrightsIngo Molnar
2008-01-30x86: unify mmap_{32|64}.cHarvey Harrison