aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30ARM: 8783/1: NOMMU: Extend check for VBAR supportVladimir Murzin1-1/+2
2018-05-19ARM: 8757/1: NOMMU: Support PMSAv8 MPUVladimir Murzin1-0/+6
2018-05-19ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceVladimir Murzin1-0/+26
2018-01-21ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin1-2/+2
2017-11-08Merge branch 'devel-stable' into for-nextRussell King1-253/+1
2017-10-23ARM: 8706/1: NOMMU: Move out MPU setup in separate moduleVladimir Murzin1-253/+1
2017-10-12ARM: 8700/1: nommu: always reserve address 0 awayNicolas Pitre1-0/+5
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+12
2017-04-24ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi1-0/+12
2017-03-29ARM: 8665/1: nommu: access ID_PFR1 only if CPUID schemeafzal mohammed1-1/+4
2017-02-28ARM: 8647/2: nommu: dynamic exception base address settingAfzal Mohammed1-2/+50
2017-02-28ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott1-4/+4
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+9
2016-05-05ARM: 8572/1: nommu: change memory reserve for the vectorsJean-Philippe Brucker1-1/+1
2016-05-05ARM: 8571/1: nommu: fix PMSAv7 setupJean-Philippe Brucker1-6/+7
2016-04-04ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel1-0/+5
2016-04-04ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel1-0/+4
2015-07-03ARM: io: convert ioremap*() to functionsRussell King1-13/+26
2015-06-01ARM: cleanup early_paging_init() callingRussell King1-9/+0
2014-06-29ARM: 8086/1: Set memblock limit for nommuLaura Abbott1-0/+1
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott1-30/+36
2013-11-14ARM: Fix nommu.c build warningRussell King1-0/+1
2013-11-07ARM: 7878/1: nommu: Implement dummy early_paging_init()Thierry Reding1-0/+9
2013-07-26ARM: constify machine_desc structure usesRussell King1-1/+1
2013-06-29Merge branch 'devel-stable' into for-nextRussell King1-1/+263
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King1-3/+3
2013-06-24ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMUSimon Baatz1-0/+6
2013-06-07ARM: mpu: Complete initialisation of the MPU after reaching the C-worldJonathan Austin1-1/+7
2013-06-07ARM: mpu: add MPU probe and initialisation functions in CJonathan Austin1-0/+249
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-3/+3
2013-04-17ARM: Add base support for ARMv7-MCatalin Marinas1-0/+7
2012-04-13ARM: 7383/1: nommu: populate vectors page from paging_initWill Deacon1-0/+2
2012-03-11ARM: fix ioremap/iounmap for !CONFIG_MMURob Herring1-2/+6
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-0/+2
2011-11-18ARM: move initialization of the high_memory variable earlierNicolas Pitre1-0/+2
2011-11-10ARM: restart: remove argument to setup_mm_for_reboot()Russell King1-1/+1
2011-07-05ARM: move memory layout sanity checking before meminfo initializationRussell King1-0/+4
2010-07-27ARM: Convert platform reservations to use LMB rather than bootmemRussell King1-1/+1
2010-07-27ARM: initial LMB trialRussell King1-16/+3
2010-07-16ARM: Move platform memory reservations out of generic codeRussell King1-1/+1
2010-07-16ARM: Remove DISCONTIGMEM supportRussell King1-8/+5
2010-05-08ARM: 6106/1: Implement copy_to_user_page() for noMMUCatalin Marinas1-0/+9
2010-05-08ARM: 6105/1: Fix the __arm_ioremap_caller() definition in nommu.cCatalin Marinas1-2/+2
2010-02-15ARM: Add caller information to ioremapRussell King1-0/+12
2009-12-14ARM: add size argument to __cpuc_flush_dcache_pageRussell King1-1/+1
2009-07-24nommu: Include asm/setup.h in arch/arm/mm/nommu.cCatalin Marinas1-0/+1
2008-12-01[ARM] use asm/sections.hRussell King1-2/+3
2008-11-28[ARM] rationalize memory configuration code some moreNicolas Pitre1-16/+2
2008-09-30[ARM] mm: move validation of membanks to one placeRussell King1-0/+14
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1