summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel2024-02-161-0/+4
* arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPANMark Rutland2023-10-161-1/+1
* arm64/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-171-0/+21
* arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+25
* arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2022-03-081-0/+17
* arm64: Include linux/io.h in mm/mmap.cWill Deacon2021-01-271-0/+1
* arm64: mm: Remove unused header fileShaokun Zhang2021-01-261-12/+2
* arm64: Use the generic devmem_is_allowed()Palmer Dabbelt2020-12-111-21/+0
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-76/+0
* arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-09-241-1/+5
* arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti2019-09-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
* arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel2017-06-011-6/+13
* 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
* arm64: mm: remove unnecessary EXPORT_SYMBOL_GPLYang Shi2016-05-051-2/+0
* mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-2/+2
* arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-141-2/+6
* mm: expose arch_mmap_rnd when availableKees Cook2015-04-141-2/+2
* arm64: standardize mmap_rnd() usageKees Cook2015-04-141-7/+11
* arm64/mm: Remove hack in mmap randomize layoutYann Droneaud2014-11-181-10/+2
* arm64: Use phys_addr_t type for physical addressMin-Hua Chen2014-10-021-1/+1
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* arm64: MMU fault handling and page table managementCatalin Marinas2012-09-171-0/+144