aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-19ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach1-1/+2
2015-09-22ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach1-0/+3
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King1-9/+90
2015-08-21ARM: domains: keep vectors in separate domainRussell King1-2/+2
2015-08-18ARM: 8415/1: early fixmap support for earlyconStefan Agner1-7/+81
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King1-89/+64
2015-06-29ARM: add helpful message when truncating physical memoryRussell King1-0/+6
2015-06-29ARM: 8394/1: update memblock limit after mapping lowmemLaura Abbott1-0/+1
2015-06-12Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King1-99/+74
2015-06-01ARM: cleanup early_paging_init() callingRussell King1-4/+2
2015-06-01ARM: re-implement physical address space switchingRussell King1-84/+40
2015-06-01ARM: keystone2: rename init_meminfo to pv_fixupRussell King1-4/+4
2015-06-01ARM: keystone2: move address space switch printk into generic codeRussell King1-0/+3
2015-06-01ARM: keystone2: move update of the phys-to-virt constants into generic codeRussell King1-4/+22
2015-05-14ARM: 8356/1: mm: handle non-pmd-aligned end of RAMMark Rutland1-10/+10
2015-01-07ARM: 8253/1: mm: use phys_addr_t type in map_lowmem() for kernel mem regionGrygorii Strashko1-2/+2
2014-12-05Merge branch 'devel-stable' into for-nextRussell King1-4/+35
2014-12-03ARM: 8238/1: mm: Refine set_memory_* functionsJungseung Lee1-38/+0
2014-12-03ARM: 8235/1: Support for the PXN CPU feature on ARMv7Jungseung Lee1-1/+17
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-23/+15
2014-11-03Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into devel-stableRussell King1-4/+35
2014-10-16ARM: mm: allow non-text sections to be non-executableKees Cook1-1/+8
2014-10-16arm: fixmap: implement __set_fixmap()Kees Cook1-0/+24
2014-10-16ARM: expand fixmap region to 3MBRob Herring1-3/+3
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-2/+2
2014-08-02ARM: add comments to the early page table remap codeRussell King1-5/+46
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-83/+40
2014-06-02ARM: ensure C page table setup code follows assembly code (part II)Russell King1-8/+19
2014-06-02ARM: ensure C page table setup code follows assembly codeRussell King1-16/+47
2014-06-02ARM: remove unused adjust_cr() functionRussell King1-20/+0
2014-06-02ARM: move "noalign" command line option to alignment.cRussell King1-7/+0
2014-06-02ARM: provide common method to clear bits in CPU control registerRussell King1-6/+4
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott1-82/+35
2014-05-25ARM: 8055/1: cacheflush: use -st dsb option for ensuring completionWill Deacon1-1/+1
2014-04-23ARM: 8031/2: change fixmap mapping region to support 32 CPUsLiu Hua1-0/+4
2014-04-04Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-nextRussell King1-1/+16
2014-02-10ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon1-0/+10
2014-02-10ARM: 7950/1: mm: Fix stage-2 device memory attributesChristoffer Dall1-1/+6
2013-12-11ARM: fix executability of CMA mappingsRussell King1-1/+2
2013-12-11ARM: mm: Define set_memory_* functions for ARMLaura Abbott1-0/+38
2013-12-11ARM: implement basic NX support for kernel lowmem mappingsRussell King1-5/+50
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King1-15/+15
2013-11-14ARM: 7884/1: mm: Fix ECC mem policy printkMichal Simek1-2/+2
2013-10-10ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar1-0/+82
2013-09-05Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linusRussell King1-2/+2
2013-08-01Merge branch 'security-fixes' into fixesRussell King1-1/+13
2013-08-01ARM: make vectors page inaccessible from userspaceRussell King1-0/+4
2013-07-31ARM: move vector stubsRussell King1-1/+9
2013-07-26ARM: constify machine_desc structure usesRussell King1-2/+2
2013-07-22ARM: 7785/1: mm: restrict early_alloc to section-aligned memoryRussell King1-5/+38