index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-08
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...
Russell King
15
-276
/
+713
2011-12-08
ARM: LPAE: Add the Kconfig entries
Catalin Marinas
1
-0
/
+17
2011-12-08
ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
Will Deacon
1
-1
/
+15
2011-12-08
ARM: LPAE: Add identity mapping support for the 3-level page table format
Catalin Marinas
1
-1
/
+27
2011-12-08
ARM: LPAE: Add context switching support
Catalin Marinas
1
-2
/
+17
2011-12-08
ARM: LPAE: Add fault handling support
Catalin Marinas
4
-1
/
+92
2011-12-08
ARM: LPAE: MMU setup for the 3-level page table format
Catalin Marinas
4
-10
/
+200
2011-12-08
ARM: LPAE: Page table maintenance for the 3-level format
Catalin Marinas
2
-7
/
+52
2011-12-08
ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.S
Catalin Marinas
2
-149
/
+174
2011-12-08
ARM: LPAE: Move the FSR definitions to separate files
Catalin Marinas
3
-93
/
+100
2011-12-08
ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud
Catalin Marinas
1
-12
/
+19
2011-12-07
Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Russell King
25
-33
/
+102
2011-12-06
ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
Will Deacon
1
-32
/
+2
2011-12-06
ARM: idmap: use idmap_pgd when setting up mm for reboot
Will Deacon
1
-9
/
+10
2011-12-06
ARM: proc-*.S: place cpu_reset functions into .idmap.text section
Will Deacon
24
-0
/
+72
2011-12-06
ARM: idmap: populate identity map pgd at init time using .init.text
Will Deacon
1
-0
/
+26
2011-12-06
Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...
Russell King
5
-76
/
+113
2011-12-06
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...
Russell King
3
-19
/
+17
2011-11-27
ARM: add generic ioremap optimization by reusing static mappings
Nicolas Pitre
3
-25
/
+64
2011-11-27
ARM: simplify __iounmap() when dealing with section based mapping
Nicolas Pitre
1
-11
/
+9
2011-11-27
ARM: move iotable mappings within the vmalloc region
Nicolas Pitre
1
-14
/
+35
2011-11-27
ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocations
Sumit Bhattacharya
1
-0
/
+9
2011-11-27
ARM: 7168/1: use cache type functions for arch_get_unmapped_area
Rob Herring
1
-17
/
+6
2011-11-21
ARM: 7166/1: Use PMD_SHIFT instead of PGDIR_SHIFT in dma-consistent.c
Catalin Marinas
1
-1
/
+1
2011-11-21
ARM: 7162/1: errata: tidy up Kconfig options for PL310 errata workarounds
Will Deacon
1
-1
/
+1
2011-11-18
ARM: move initialization of the high_memory variable earlier
Nicolas Pitre
3
-2
/
+3
2011-11-18
ARM: sort the meminfo array earlier
Nicolas Pitre
1
-30
/
+8
2011-11-11
ARM: restart: remove argument to setup_mm_for_reboot()
Russell King
2
-2
/
+2
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+1
2011-11-02
Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
1
-2
/
+2
2011-11-02
Merge branch 'imx/imx6q' into next/soc
Arnd Bergmann
1
-1
/
+1
2011-11-02
Merge branch 'highbank/soc' into next/soc
Arnd Bergmann
2
-3
/
+215
2011-11-01
arm: Add export.h to ARM specific files as required.
Paul Gortmaker
1
-0
/
+1
2011-11-01
arm: remove several unnecessary module.h include instances
Paul Gortmaker
1
-1
/
+0
2011-10-31
arm/imx: merge i.MX3 and i.MX6
Sascha Hauer
1
-2
/
+2
2011-10-31
arm/imx6q: add device tree machine support
Shawn Guo
1
-1
/
+1
2011-10-31
Merge branch 'depends/rmk/devel-stable' into imx/imx6q
Arnd Bergmann
10
-146
/
+130
2011-10-31
ARM: add Highbank core platform support
Rob Herring
1
-1
/
+1
2011-10-31
Merge branch 'dt/gic' into highbank/soc
Arnd Bergmann
11
-146
/
+131
2011-10-31
Merge branch 'dt/gic' into next/dt
Arnd Bergmann
11
-146
/
+131
2011-10-31
Merge branches 'depends/rmk/io', 'depends/rmk/l2x0' and 'depends/rmk/gpio' in...
Arnd Bergmann
1
-2
/
+214
2011-10-28
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
10
-146
/
+129
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-41
/
+41
2011-10-25
Merge branch 'misc' into for-linus
Russell King
1
-0
/
+21
2011-10-25
Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...
Russell King
7
-26
/
+241
2011-10-24
Merge remote-tracking branch 'rmk/devel-stable' into HEAD
Rob Herring
11
-146
/
+131
2011-10-23
Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...
Russell King
1
-0
/
+1
2011-10-23
ARM: 7129/1: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY
Tony Lindgren
1
-0
/
+21
2011-10-20
Merge branch 'depends/rmk/smp' into tmp
Arnd Bergmann
1
-0
/
+1
2011-10-17
ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure mode
Barry Song
1
-10
/
+119
[next]