summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ARM: move L1_CACHE_SHIFT_6 to mm/KconfigRussell King2011-02-231-0/+5
| * | | | | ARM: 6639/1: allow highmem on SMP platforms without h/w TLB ops broadcastNicolas Pitre2011-02-231-10/+0
| * | | | | ARM: DMA: top-down allocation in DMA coherent regionRussell King2011-02-231-9/+8
| | |_|/ / | |/| | |
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King2011-03-1625-33/+411
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | | | |/ / | | | | |/| |
| | | * | | | ARM: pm: add generic CPU suspend/resume supportRussell King2011-02-2224-33/+393
| | | | |/ / | | | |/| |
| | * | | | ARM: 6772/1: errata: possible fault MMU translations following an ASID switchWill Deacon2011-03-091-0/+6
| | | |/ / | | |/| |
| | * | | ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...Will Deacon2011-02-191-0/+6
| | * | | ARM: 6741/1: errata: pl310 cache sync operation may be faultySrinidhi Kasagar2011-02-191-0/+6
| |/ / / |/| | |
* | | | ARM: make SWP emulation explicit on !CPU_USE_DOMAINSRussell King2011-02-101-1/+1
* | | | ARM: Avoid building unsafe kernels on OMAP2 and MX3Russell King2011-02-091-2/+2
| |/ / |/| |
* | | ARM: initrd: disable initrd if passed address overlaps reserved regionRussell King2011-01-311-0/+6
|/ /
* | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-152-2/+4
|\ \
| * | ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.SDave Martin2011-01-141-1/+3
| * | ARM: 6622/1: fix dma_unmap_sg() documentationLinus Walleij2011-01-121-1/+1
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-141-1/+1
|\ \ \
| * | | ARM: Do not enable SWP emulation if CPU_V6 && CPU_V7Catalin Marinas2011-01-061-1/+1
| |/ /
* | | thp: pte alloc trans splittingAndrea Arcangeli2011-01-131-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+0
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-226-29/+58
| |\ \ \
| * | | | ARM, mm: Don't include smp_plat.h twice in flush.cJesper Juhl2010-11-151-1/+0
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-0717-264/+260
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'devel-stable' into develRussell King2011-01-061-1/+7
| |\ \ \ \
| | * | | | ARM: mmp: select CPU_PJ4Haojian Zhuang2010-12-181-1/+1
| | * | | | ARM: pxa: support pxa95xHaojian Zhuang2010-12-181-0/+6
| | | |/ / | | |/| |
| * | | | Merge branch 'pgt' (early part) into develRussell King2011-01-0610-100/+128
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King2010-12-224-23/+22
| | * | | ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King2010-12-223-13/+12
| | * | | ARM: pgtable: remove FIRST_USER_PGD_NRRussell King2010-12-221-5/+3
| | * | | ARM: pgtable: use conventional page table code for identity mappingsRussell King2010-12-221-15/+31
| | * | | ARM: pgtable: collect up identity mapping functionsRussell King2010-12-223-37/+53
| | * | | ARM: pgtable: switch order of Linux vs hardware page tablesRussell King2010-12-223-11/+9
| | * | | ARM: pgtable: introduce pteval_t to represent a pte valueRussell King2010-11-263-3/+3
| | * | | ARM: pgtable: use phys_addr_t for physical addressesRussell King2010-11-261-3/+4
| | * | | ARM: pgtable: use pXd_none_or_clear_bad() in pgd_free()Russell King2010-11-261-13/+14
| | * | | ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()Russell King2010-11-261-2/+2
| * | | | Merge branch 'misc' into develRussell King2011-01-066-16/+77
| |\ \ \ \
| | * \ \ \ Merge branch 'smp' into miscRussell King2011-01-061-1/+1
| | |\ \ \ \
| | * | | | | ARM: DMA: add support for DMA debuggingRussell King2011-01-061-3/+21
| | * | | | | ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King2011-01-031-2/+2
| | * | | | | Revert "ARM: relax ioremap prohibition (309caa9) for -final and -stable"Russell King2010-12-241-6/+2
| | * | | | | ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm2010-11-042-0/+31
| | * | | | | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas2010-11-044-5/+21
| | | |_|_|/ | | |/| | |
| * | | | | ARM: fix cache-feroceon-l2 after stack based kmap_atomic()Nicolas Pitre2010-12-191-18/+19
| * | | | | ARM: fix cache-xsc3l2 after stack based kmap_atomic()Nicolas Pitre2010-12-191-36/+21
| * | | | | ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre2010-12-193-93/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rmobile/urgent' into rmobile-latestPaul Mundt2010-12-214-26/+55
|\ \ \ \ \ | |/ / / /
| * | | | ARM: 6535/1: V6 MPCore v6_dma_inv_range and v6_dma_flush_range RWFO fixValentine Barshak2010-12-141-8/+20
| * | | | ARM: 6528/1: Use CTR for the I-cache line size on ARMv7Catalin Marinas2010-12-122-10/+27
| * | | | ARM: 6527/1: Use CTR instead of CCSIDR for the D-cache line size on ARMv7Catalin Marinas2010-12-121-6/+6
| * | | | ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...Dave Martin2010-11-301-2/+2
| | |/ / | |/| |
OpenPOWER on IntegriCloud