aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merge branch 'depends/rmk/memory_h' into next/cleanup2Arnd Bergmann2-20/+34
2011-09-26ARM: dma-mapping: free allocated page if unable to mapRussell King1-0/+2
2011-09-17ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon1-0/+20
2011-09-10ARM: 7088/1: entry: fix wrong parameter name used in do_thumb_abortJanusz Krzysztofik1-1/+1
2011-09-07ARM: 7080/1: l2x0: make sure I&D are not locked down on initLinus Walleij1-0/+21
2011-09-04ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland1-1/+1
2011-08-28ARM: pm: avoid writing the auxillary control register for ARMv7Russell King1-1/+3
2011-08-28ARM: pm: some ARMv7 requires a dsb in resume to ensure correctnessRussell King1-0/+1
2011-08-28ARM: pm: arm920/926: fix number of registers savedRussell King2-2/+2
2011-08-28ARM: pm: CPU specific code should not overwrite r1 (v:p offset)Russell King2-8/+8
2011-08-28ARM: 7066/1: proc-v7: disable SCTLR.TE when disabling MMUWill Deacon1-0/+1
2011-08-22ARM: Remove support for macro CONSISTENT_DMA_SIZEJon Medhurst1-4/+0
2011-08-22ARM: Add init_consistent_dma_size()Jon Medhurst2-20/+38
2011-08-15ARM: 7015/1: ARM errata: Possible cache data corruption with hit-under-miss enabledCatalin Marinas1-0/+16
2011-08-09ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin1-3/+11
2011-08-09ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned access modelDave Martin1-12/+30
2011-08-09ARM: 7010/1: mm: fix invalid loop for poison_init_memJamie Iles1-1/+1
2011-08-09ARM: 7005/1: freshen up mm/proc-arm946.SBrian S. Julin1-1/+2
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+1
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds2-1/+12
2011-07-26Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+2
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds57-2297/+838
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2011-07-22Merge branch 'devel-stable' into for-nextRussell King40-2045/+560
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King24-256/+308
2011-07-21ARM: Fix build errors caused by adding generic macrosRussell King8-21/+5
2011-07-19ARM: 7000/1: LPAE: Use long long printk format for displaying the pudCatalin Marinas1-1/+1
2011-07-19ARM: btc: avoid invalidating the branch target cache on kernel TLB maintanenceRussell King3-12/+2
2011-07-18Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-stableRussell King3-10/+57
2011-07-18ARM: ARM_DMA_ZONE_SIZE is no moreNicolas Pitre1-5/+0
2011-07-18ARM: change ARM_DMA_ZONE_SIZE into a variableNicolas Pitre1-9/+16
2011-07-17Merge branch 'zynq/master' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into next/socArnd Bergmann1-1/+2
2011-07-17Merge branches 'cns3xxx/devel', 'davinci/devel', 'imx/devel', 'lpc32xx/devel', 'pxa/devel', 'tegra/devel' and 'stericsson/master' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into next/develArnd Bergmann3-8/+20
2011-07-15Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stableRussell King3-8/+20
2011-07-12ARM: set vga memory base at run-timeRob Herring1-0/+3
2011-07-12ARM: convert PCI defines to variablesRob Herring1-1/+6
2011-07-12ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring1-0/+4
2011-07-12ARM: remove unnecessary mach/hardware.h includesRob Herring1-1/+0
2011-07-12ARM: dma: replace ISA_DMA_THRESHOLD with a variableRussell King3-3/+48
2011-07-09ARM: CSR: Adding CSR SiRFprimaII board supportBinghua Duan1-1/+1
2011-07-08ARM: 6995/2: mm: remove unnecessary cache flush on v6 copypageHeechul Yun1-1/+0
2011-07-08ARM: 6996/1: mm: Poison freed init memoryStephen Boyd1-1/+16
2011-07-07ARM: vmlinux.lds: move init sections between text and data sectionsRussell King1-2/+2
2011-07-07ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 coresWill Deacon2-0/+12
2011-07-07ARM: proc: add proc info for Cortex-A15MP using classic page tablesWill Deacon1-2/+18
2011-07-07ARM: proc: add Cortex-A5 proc infoPawel Moll1-0/+11
2011-07-07ARM: proc: convert v7 proc infos into a common macroPawel Moll1-43/+24
2011-07-07ARM: cns3xxx: Add support for L2 Cache ControllerAnton Vorontsov1-1/+1
2011-07-07ARM: mm: tlb-v7: Use the new processor struct macrosDave Martin1-7/+2
2011-07-07ARM: mm: tlb-v6: Use the new processor struct macrosDave Martin1-6/+2