summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7602/1: Pass real "__machine_arch_type" variable to setup_machine_tags()...Alexander Shiyan2012-12-161-1/+1
* ARM: 7587/1: implement optimized percpu variable accessRob Herring2012-12-031-0/+6
* Merge branch 'bl-cpuinfo' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King2012-11-201-35/+35
|\
| * ARM: kernel: update cpuinfo to print all online CPUs featuresLorenzo Pieralisi2012-11-191-35/+35
* | ARM: kernel: add cpu logical map DT init in setup_archLorenzo Pieralisi2012-11-191-0/+1
* | ARM: kernel: smp_setup_processor_id() updatesLorenzo Pieralisi2012-11-191-3/+4
|/
* Merge branch 'fixes' into for-linusRussell King2012-10-111-236/+4Star
|\
| * Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-071-235/+1Star
| |\
| | * ARM: 7505/1: split out ATAGS parsingNicolas Pitre2012-09-031-235/+1Star
| * | ARM: SoC: add per-platform SMP operationsMarc Zyngier2012-09-131-1/+3
| |/
* / ARM: virt: Add boot-time diagnosticsDave Martin2012-09-191-0/+20
|/
* ARM: 7465/1: Handle >4GB memory sizes in device tree and mem=size@start optionPeter Maydell2012-07-291-3/+3
* Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-261-0/+8
|\
| * ARM: provide a late_initcall hook for platform initializationShawn Guo2012-05-031-0/+8
* | ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-6/+3Star
|/
* ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMUWill Deacon2012-04-151-1/+15
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-301-1/+0Star
|\
| * ARM: move CP15 definitions to separate header fileRussell King2012-03-241-1/+1
| * ARM: earlier initialization of vectors pageRussell King2012-01-231-1/+0Star
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+2
* | ARM: move CP15 definitions to separate header fileRussell King2012-03-281-1/+1
* | ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-231-0/+14
* | ARM: 7277/1: setup.c: Fix build warning by removing unneeded header fileFabio Estevam2012-01-191-1/+0Star
* | ARM: 7279/1: standardize /proc/iomem "Kernel code" nameKees Cook2012-01-191-1/+1
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-071-2/+13
|\
| * Merge branch 'devel-stable' into for-linusRussell King2012-01-051-2/+13
| |\
| | * Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-061-0/+8
| | |\
| | | * ARM: sort the meminfo array earlierNicolas Pitre2011-11-181-0/+8
| | * | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-061-2/+4
| | |\ \
| | * | | ARM: restart: allow platforms more flexibility specifying restart modeRussell King2011-11-101-2/+2
| | * | | ARM: restart: add restart hook to machine_desc recordRussell King2011-11-101-0/+3
| | | |/ | | |/|
* | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-201-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-081-0/+1
| | |/ | |/|
* | | ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard2011-12-111-6/+6
* | | ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König2011-12-061-2/+0Star
|/ /
* / ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_listWill Deacon2011-11-121-2/+4
|/
* arm: convert core files from module.h to export.hPaul Gortmaker2011-11-011-1/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-19/+2Star
|\
| * Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-161-7/+8
| |\
| * | ARM: remove boot_params from struct machine_descNicolas Pitre2011-08-211-19/+0Star
| * | ARM: introduce atag_offset to replace boot_paramsNicolas Pitre2011-08-211-0/+2
* | | ARM: 7062/1: cache: detect PIPT I-cache using CTRWill Deacon2011-10-171-2/+13
* | | ARM: platform fixups: remove mdesc argument to fixup functionRussell King2011-10-171-1/+1
* | | ARM: 7029/1: Make cpu_architecture into a global variableDave Martin2011-10-171-1/+19
| |/ |/|
* | ARM: cache: detect VIPT aliasing I-cache on ARMv6Will Deacon2011-08-121-7/+8
|/
* Merge branch 'devel-stable' into for-nextRussell King2011-07-231-0/+10
|\
| * Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-...Russell King2011-07-191-0/+6
| |\
| | * ARM: add dma_zone_size to the machine_desc structureNicolas Pitre2011-07-181-0/+6
| * | Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-07-151-0/+2
| |\ \
| * | | ARM: hwcaps: add new HWCAP defines for ARMv7-AWill Deacon2011-07-071-0/+4
| | |/ | |/|