aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King1-6/+7
2009-03-03[ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas1-6/+7
2009-02-19[ARM] 5383/2: unwind: Add core support for ARM stack unwindingCatalin Marinas1-0/+3
2009-02-12[ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16Catalin Marinas1-0/+2
2008-12-01[ARM] use asm/sections.hRussell King1-9/+9
2008-11-28Merge branch 'highmem' into develRussell King1-16/+21
2008-11-28[ARM] rationalize memory configuration code some moreNicolas Pitre1-16/+21
2008-11-06Add HWCAP_NEON to the ARM hwcap.h fileCatalin Marinas1-0/+1
2008-11-06Add "thumbee" to the hwcap_str arrayCatalin Marinas1-0/+1
2008-10-02[ARM] 5274/1: simplify request_standard_resources()Nicolas Pitre1-7/+2
2008-09-30[ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.cRussell King1-13/+0
2008-09-25[ARM] Print details relevant to how we handle the cacheRussell King1-0/+9
2008-09-25[ARM] Introduce new bitmask based cache type macrosRussell King1-0/+22
2008-09-25[ARM] Remove cache type printksRussell King1-141/+1
2008-09-06[ARM] clean up a load of old declarationsRussell King1-2/+1
2008-09-06[ARM] move initrd code from kernel/setup.c to mm/init.cRussell King1-37/+0
2008-09-05[ARM] sparse: fix several warningsRussell King1-3/+3
2008-09-01[ARM] cachetype: move definitions to separate headerRussell King1-0/+1
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-22/+23
2008-08-09[ARM] prevent crashing when too much RAM installedLennert Buytenhek1-0/+13
2008-07-23kgdb: support for ARCH=armJason Wessel1-0/+2
2008-02-09[ARM] constify function pointer tablesJan Engelhardt1-1/+1
2008-02-04Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into develRussell King1-30/+3
2008-02-04[ARM] 4736/1: Export atags to userspace and allow kexec to use customised atagsRichard Purdie1-30/+2
2008-02-04[ARM] 4712/2: Adds functions to read and write IXP4xx "feature" bitsKrzysztof Halasa1-0/+1
2007-10-12[ARM] 4599/1: Preserve ATAG list for use with kexec (2.6.23)Mike Westerhof1-0/+30
2007-10-12[ARM] 4585/1: Correctly identify the CPU architecture versionCatalin Marinas1-4/+17
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-12[ARM] 4423/1: add ATAGS supportBill Gatliff1-1/+5
2007-05-20[ARM] 4387/1: fix /proc/cpuinfo formatting for pre-ARM7 partsGreg Ungerer1-1/+1
2007-03-13[ARM] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fcRussell King1-2/+5
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+3
2007-02-12[PATCH] Dynamic kernel command-line: armAlon Bar-Lev1-3/+3
2007-02-08[ARM] 4134/1: Add generic support for outer cachesCatalin Marinas1-0/+3
2006-12-18[ARM] 4054/1: ep93xx: add HWCAP_CRUNCHLennert Buytenhek1-0/+1
2006-12-08[ARM] Handle HWCAP_VFP in VFP support codeRussell King1-3/+0
2006-12-07[ARM] Merge individual ARM sub-treesRussell King1-7/+7
2006-12-07[ARM] Allow gcc to optimise arm_add_memory a little moreRussell King1-4/+7
2006-12-03[ARM] 3881/4: xscale: clean up cp0/cp1 handlingLennert Buytenhek1-3/+0
2006-11-02[ARM] 3912/1: Make PXA270 advertise HWCAP_IWMMXT capabilityPaul Gortmaker1-0/+4
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-07-03[ARM] Fix warnings in arch/arm/kernel/setup.cRussell King1-1/+1
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-6/+36
2006-06-29[ARM] Remove yucky ifdefs to print "id(wb)BRR" suffix on CPU nameRussell King1-2/+2
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-27[PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman1-6/+36
2006-04-20[ARM] for_each_possible_cpuKAMEZAWA Hiroyuki1-1/+1