summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7088/1: entry: fix wrong parameter name used in do_thumb_abortJanusz Krzysztofik2011-09-111-1/+1
* ARM: 7080/1: l2x0: make sure I&D are not locked down on initLinus Walleij2011-09-071-0/+21
* ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland2011-09-041-1/+1
* ARM: pm: avoid writing the auxillary control register for ARMv7Russell King2011-08-281-1/+3
* ARM: pm: some ARMv7 requires a dsb in resume to ensure correctnessRussell King2011-08-281-0/+1
* ARM: pm: arm920/926: fix number of registers savedRussell King2011-08-282-2/+2
* ARM: pm: CPU specific code should not overwrite r1 (v:p offset)Russell King2011-08-282-8/+8
* ARM: 7066/1: proc-v7: disable SCTLR.TE when disabling MMUWill Deacon2011-08-281-0/+1
* ARM: 7015/1: ARM errata: Possible cache data corruption with hit-under-miss e...Catalin Marinas2011-08-151-0/+16
* ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correctDave Martin2011-08-091-3/+11
* ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces...Dave Martin2011-08-091-12/+30
* ARM: 7010/1: mm: fix invalid loop for poison_init_memJamie Iles2011-08-091-1/+1
* ARM: 7005/1: freshen up mm/proc-arm946.SBrian S. Julin2011-08-091-1/+2
* Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-271-1/+1
|\
| *---. Merge branches 'cns3xxx/devel', 'davinci/devel', 'imx/devel', 'lpc32xx/devel'...Arnd Bergmann2011-07-173-8/+20
| |\ \ \
| * | | | ARM: cns3xxx: Add support for L2 Cache ControllerAnton Vorontsov2011-07-071-1/+1
| |/ / /
* | | | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-272-1/+12
|\ \ \ \
| * | | | ARM: set vga memory base at run-timeRob Herring2011-07-121-0/+3
| * | | | ARM: convert PCI defines to variablesRob Herring2011-07-121-1/+6
| * | | | ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring2011-07-121-0/+4
| * | | | ARM: remove unnecessary mach/hardware.h includesRob Herring2011-07-121-1/+0Star
| |/ / /
* | | | Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2011-07-271-1/+2
|\ \ \ \
| * \ \ \ Merge branch 'zynq/master' of git+ssh://master.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2011-07-171-1/+2
| |\ \ \ \
| | * | | | ARM: Xilinx: Adding Xilinx board supportJohn Linn2011-06-201-1/+1
| * | | | | ARM: CSR: Adding CSR SiRFprimaII board supportBinghua Duan2011-07-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-07-2457-2297/+838Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel-stable' into for-nextRussell King2011-07-2340-2045/+560Star
| |\ \ \ \ \
| | * | | | | ARM: Fix build errors caused by adding generic macrosRussell King2011-07-218-21/+5Star
| | * | | | | Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-...Russell King2011-07-193-10/+57
| | |\ \ \ \ \
| | | * | | | | ARM: ARM_DMA_ZONE_SIZE is no moreNicolas Pitre2011-07-181-5/+0Star
| | | * | | | | ARM: change ARM_DMA_ZONE_SIZE into a variableNicolas Pitre2011-07-181-9/+16
| | * | | | | | Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-07-153-8/+20
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 coresWill Deacon2011-07-072-0/+12
| | * | | | | | ARM: proc: add proc info for Cortex-A15MP using classic page tablesWill Deacon2011-07-071-2/+18
| | * | | | | | ARM: proc: add Cortex-A5 proc infoPawel Moll2011-07-071-0/+11
| | * | | | | | ARM: proc: convert v7 proc infos into a common macroPawel Moll2011-07-071-43/+24Star
| | * | | | | | ARM: mm: tlb-v7: Use the new processor struct macrosDave Martin2011-07-071-7/+2Star
| | * | | | | | ARM: mm: tlb-v6: Use the new processor struct macrosDave Martin2011-07-071-6/+2Star
| | * | | | | | ARM: mm: tlb-v4wbi: Use the new processor struct macrosDave Martin2011-07-071-6/+2Star
| | * | | | | | ARM: mm: tlb-v4wb: Use the new processor struct macrosDave Martin2011-07-071-6/+2Star
| | * | | | | | ARM: mm: tlb-v4: Use the new processor struct macrosDave Martin2011-07-071-6/+2Star
| | * | | | | | ARM: mm: tlb-v3: Use the new processor struct macrosDave Martin2011-07-071-6/+2Star
| | * | | | | | ARM: mm: tlb-fa: Use the new processor struct macrosDave Martin2011-07-071-6/+2Star
| | * | | | | | ARM: mm: proc-xscale: Use new generic struct definition macrosDave Martin2011-07-071-431/+76Star
| | * | | | | | ARM: mm: proc-xsc3: Use new generic struct definition macrosDave Martin2011-07-071-73/+17Star
| | * | | | | | ARM: mm: proc-v7: Use the new processor struct macrosDave Martin2011-07-071-26/+5Star
| | * | | | | | ARM: mm: proc-v6: Use the new processor struct macrosDave Martin2011-07-071-29/+5Star
| | * | | | | | ARM: mm: proc-sa1100: Use the new processor struct macrosDave Martin2011-07-071-67/+17Star
| | * | | | | | ARM: mm: proc-sa110: Use the new processor struct macrosDave Martin2011-07-071-34/+5Star
| | * | | | | | ARM: mm: proc-mohawk: Use the new processor struct macrosDave Martin2011-07-071-43/+18Star