aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier
2020-03-20ARM/dma-mapping: merge __dma_supported into arm_dma_supportedChristoph Hellwig
2020-03-20ARM/dma-mapping: take the bus limit into account in __dma_allocChristoph Hellwig
2020-03-20ARM/dma-mapping: remove get_coherent_dma_maskChristoph Hellwig
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-02-04ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-25ARM: 8949/1: mm: mark free_memmap as __initOlof Johansson
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-08sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner
2019-12-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-11-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-16ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardeningDoug Berger
2019-11-15ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers
2019-11-15ARM: 8930/1: Add support for generic vDSOVincenzo Frascino
2019-11-15ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner
2019-11-11arm: remove ioremap_cachedChristoph Hellwig
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig
2019-10-31ARM: 8923/1: mm: include <asm/vga.h> for vga_baseBen Dooks (Codethink)
2019-10-30dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin
2019-10-27ARM: 8917/1: mm: include <asm/set_memory.h>Ben Dooks (Codethink)
2019-10-27ARM: 8916/1: mm: make set_section_perms() staticBen Dooks (Codethink)
2019-10-27ARM: 8909/1: make unexported items staticBen Dooks
2019-10-27ARM: 8907/1: arch: reuse addr variable in pfn_validClemens Gruber
2019-10-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-10-22Merge branch 'misc' into fixesRussell King
2019-10-21arm/arm64: Make use of the SMCCC 1.1 wrapperSteven Price
2019-10-21ARM: 8926/1: v7m: remove register save to stack before svcafzal mohammed
2019-10-17ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMPLubomir Rintel
2019-10-14arm: spectre-v2: use arm_smccc_1_1_get_conduit()Mark Rutland
2019-10-10ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin
2019-10-09ARM: mm: alignment: use "u32" for 32-bit instructionsRussell King
2019-10-09ARM: mm: fix alignment handler faults under memory pressureRussell King
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti
2019-09-24arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti
2019-09-24arm: properly account for stack randomization and stack guard gapAlexandre Ghiti
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)