summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/head.S
AgeCommit message (Expand)Author
2011-11-26ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King
2011-05-26ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7Catalin Marinas
2011-05-11arm/dt: Make __vet_atags also accept a dtb imageGrant Likely
2011-03-16Merge branch 'p2v' into develRussell King
2011-03-16Merge branch 'misc' into develRussell King
2011-03-10ARM: 6747/1: P2V: Thumb2 supportNicolas Pitre
2011-02-17ARM: 6648/1: map ATAGs when not in first 1MB of RAMRob Herring
2011-02-17ARM: P2V: extend to 16-bit translation offsetsRussell King
2011-02-17ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King
2011-02-17ARM: P2V: eliminate head.S use of PHYS_OFFSET for !XIP_KERNELRussell King
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King
2011-02-10ARM: fixup SMP alternatives in modulesRussell King
2011-01-31ARM: smp_on_up: allow non-ARM SMP processorsRussell King
2011-01-06Merge branch 'misc' into develRussell King
2010-12-20ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin
2010-12-20ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King
2010-11-30ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...Dave Martin
2010-11-30ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...Dave Martin
2010-10-20arm: use addruart macro to establish debug mappingsJeremy Kerr
2010-10-18Merge branch 'hotplug' into develRussell King
2010-10-08ARM: add register documentation for __enable_mmuRussell King
2010-10-08ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinitRussell King
2010-10-08ARM: hotplug cpu: ensure that __enable_mmu is identity mappedRussell King
2010-10-08ARM: cleanup boot cpu calling __mmap_switchedRussell King
2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King
2009-11-23ARM: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas
2008-03-06[ARM] 4849/1: move ATAGS asm definitionsGreg Ungerer
2007-07-12[ARM] 4423/1: add ATAGS supportBill Gatliff
2007-05-08[ARM] Ensure head text is always placed at the start of kernelRussell King
2007-05-03[ARM] 4227/1: minor head.S fixupsNicolas Pitre
2007-02-25[ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OF...Nicolas Pitre
2007-02-25[ARM] 4224/2: allow XIP kernel to boot againNicolas Pitre
2007-01-24[ARM] 4102/1: Allow for PHYS_OFFSET on any valid 2MiB addressLinus Walleij
2006-12-11[ARM] Clean up KERNEL_RAM_ADDRRussell King
2006-11-30[ARM] Include asm/elf.h instead of asm/procinfo.hRussell King
2006-09-30[ARM] 3809/3: get rid of 4 megabyte kernel image size limitLennert Buytenhek
2006-08-18[ARM] 3757/1: Use PROCINFO_INITFUNC in head.SCatalin Marinas
2006-07-26[ARM] Fix SMP bootingRussell King
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[ARM] Set bit 4 on section mappings correctly depending on CPURussell King
2006-06-25[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King
2006-05-05[ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger
2006-03-28Merge nommu treeRussell King
2006-03-27[ARM] nommu: start-up codeHyok S. Choi
2006-03-25Merge nommu treeRussell King