summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-3/+14
|\
| * ARM: provide runtime hook for ioremap/iounmapRob Herring2012-03-061-3/+14
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* | ARM: move CP15 definitions to separate header fileRussell King2012-03-281-0/+1
|/
* Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"Russell King2012-02-021-2/+1
* ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll2012-01-271-1/+2
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-081-15/+24
|\
| * ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2011-12-081-3/+5
| * ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas2011-12-081-12/+19
* | ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre2011-11-261-24/+48
* | ARM: simplify __iounmap() when dealing with section based mappingNicolas Pitre2011-11-261-11/+9
|/
* ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORYTony Lindgren2011-10-221-0/+21
* Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"Russell King2010-12-241-6/+2
* ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King2010-10-131-2/+6
* ARM: use generic ioremap_page_range()Russell King2010-07-271-70/+4
* ARM: Prohibit ioremap() on kernel managed RAMRussell King2010-06-211-0/+6
* ARM: Add caller information to ioremapRussell King2010-02-151-23/+34
* omap iommu: simple virtual address space managementHiroshi DOYU2009-05-191-0/+6
* [ARM] fix section-based ioremapRussell King2009-01-251-9/+2
* Merge branch 'ptebits' into develRussell King2008-10-091-2/+1
|\
| * [ARM] remove 'prot_pte_ext' from memory type tableRussell King2008-10-011-2/+1
* | [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
* | [ARM] sparse: fix several warningsRussell King2008-09-051-5/+4
* | [ARM] cputype: separate definitions, use themRussell King2008-09-011-0/+1
|/
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-021-1/+1
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-1/+1
* [ARM] Fix bounding error in ioremap_pfn()Russell King2007-07-121-6/+4
* [ARM] spelling fixesSimon Arlott2007-05-201-1/+1
* [ARM] mm 10: allow memory type to be specified with ioremapRussell King2007-05-051-11/+9
* [ARM] mm 6: allow mem_types table to specify extended pte attributesRussell King2007-04-211-1/+2
* [ARM] mm 5: Use mem_types table in ioremapRussell King2007-04-211-38/+27
* [ARM] mm 3: separate out supersection mappings, avoid for <4GBRussell King2007-04-211-1/+1
* [ARM] 4112/1: Only ioremap to supersections if DOMAIN_IO is zeroCatalin Marinas2007-01-251-1/+2
* [ARM] Fix BUG()s in ioremap() codeRussell King2006-12-171-0/+2
* [ARM] Clean up ioremap codeRussell King2006-12-131-58/+40
* [ARM] Unuse another Linux PTE bitRussell King2006-12-131-2/+2
* [PATCH] arm: it's OK to pass pointer to volatile as iounmap() argument...Al Viro2006-10-081-3/+3
* [PATCH] Standardize pxx_page macrosDave McCracken2006-09-261-1/+1
* [ARM] 3734/1: Fix the unused variable warning in __iounmap()Catalin Marinas2006-07-291-0/+2
* [ARM] Fix warning in consistent.cRussell King2006-07-031-2/+1
* [ARM] 3708/2: fix SMP build after section ioremap changesLennert Buytenhek2006-07-031-0/+2
* [ARM] 3705/1: add supersection support to ioremap()Lennert Buytenhek2006-07-011-3/+63
* [ARM] Add section support to ioremapRussell King2006-06-291-4/+163
* [ARM] nommu: add stubs for ioremap and friendsRussell King2006-06-281-47/+0
* [ARM] 3526/1: ioremap should use vunmap instead of vfree on ARMCatalin Marinas2006-05-161-2/+2
* [ARM] Remove unnecessary asm/hardware.h includesRussell King2006-03-211-1/+0
* [ARM] Fix ioremap.c vfree type warningRussell King2006-01-201-1/+1
* [ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena2006-01-091-20/+29
* [ARM] __ioremap doesn't use 4th argumentRussell King2005-11-171-2/+1
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-291-3/+1