summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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-10-311-1/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-19/+2
|\
| * 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/+0
| * | 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-221-0/+10
|\
| * Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-...Russell King2011-07-181-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
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-221-49/+52
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * ARM: pm: arrange for cpu_proc_init() to be called on resumeRussell King2011-06-241-49/+50
| |/ |/|
| * ARM: move memory layout sanity checking before meminfo initializationRussell King2011-07-051-0/+2
|/
* Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-251-32/+58
|\
| * arm/dt: probe for platforms via the device treeGrant Likely2011-05-231-4/+19
| * arm/dt: consolidate atags setup into setup_machine_atagsGrant Likely2011-05-231-29/+40
| * arm/dt: Allow CONFIG_OF on ARMGrant Likely2011-05-111-1/+1
* | ARM: 6893/1: Allow for kernel command line concatenationVictor Boivie2011-05-121-4/+9
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-231-3/+4
|\
| *---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-3/+4
| |\ \ \
| | | * | ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of memb...Will Deacon2011-02-211-2/+3
| | | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-151-1/+1
* | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-24/+0
|/ / / /
* | | | Merge branch 'p2v' into develRussell King2011-03-161-34/+39
|\ \ \ \
| * | | | ARM: 6748/1: ignore mdesc->boot_params if out of rangeNicolas Pitre2011-02-231-2/+19
| * | | | ARM: 6749/1: fold lookup_machine_type() into setup_machine()Nicolas Pitre2011-02-231-31/+17
| * | | | ARM: P2V: avoid initializers and assembly using PHYS_OFFSETRussell King2011-02-171-1/+3
* | | | | Merge branch 'misc' into develRussell King2011-03-161-1/+38
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | ARM: Defer lookup of machine_type to setup.cRussell King2011-02-151-1/+38
| | |/ | |/|
* | | ARM: 6676/1: Correct the cpu_architecture() function for ARMv7Catalin Marinas2011-02-191-2/+2
|/ /
* | ARM: 6625/1: use memblock memory regions for "System RAM" I/O resourcesDima Zavin2011-01-141-10/+6
* | ARM: 6620/1: Change misleading warning when CONFIG_CMDLINE_FORCE is usedAlexander Holler2011-01-121-2/+4
* | ARM: provide an early platform initialization hookRussell King2010-12-241-0/+3
* | ARM: simplify early machine init hooksRussell King2010-12-241-11/+4
* | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao2010-12-241-0/+3
* | ARM: move high-usage mostly read variables in setup.c to __read_mostlyRussell King2010-12-051-8/+8
|/
*-. Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King2010-10-181-5/+41
|\ \
| | * ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King2010-10-081-1/+1
| | * ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-041-1/+3
| |/ |/|
| * ARM: 6431/1: fix isb regression on CPU < v7Linus Walleij2010-10-081-4/+5
| * ARM: 6385/1: setup: detect aliasing I-cache when D-cache is non-aliasingWill Deacon2010-10-041-3/+36
|/
* Merge branch 'devel-stable' into develRussell King2010-07-311-0/+11
|\
| * ARM: deprecate support for old way to pass kernel parametersUwe Kleine-König2010-07-071-0/+11
| |
| \
*-. \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-311-2/+98
|\ \ \ | |_|/ |/| |
| | * ARM: Convert platform reservations to use LMB rather than bootmemRussell King2010-07-271-1/+1
OpenPOWER on IntegriCloud