- 40d3f02 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
- 0171356 ARM: domains: move initial domain setting value to asm/domains.h by Russell King · 9 years ago
- 998ef5d ARM: 8408/1: Fix the secondary_startup function in Big Endian case by Gregory CLEMENT · 9 years ago
- 05c9ca8 Merge branch 'bsym' into for-next by Russell King · 10 years ago
- 9de44aa Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next by Russell King · 10 years ago
- c07b5fd ARM: 8359/1: correct secondary_startup_arm mode by Yingjoe Chen · 10 years ago
- b2c3e38 ARM: redo TTBR setup code for LPAE by Russell King · 10 years ago
- 14327c6 ARM: replace BSYM() with badr assembly macro by Russell King · 10 years ago
- bf35706 ARM: 8314/1: replace PROCINFO embedded branch with relative offset by Ard Biesheuvel · 10 years ago
- bafe586 ARM: 8302/1: Add a secondary_startup that assumes ARM mode by Stephen Boyd · 10 years ago
- 7a06192 ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv code by Masahiro Yamada · 10 years ago
- 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 11 years ago
- 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 11 years ago
- 1dc5455 ARM: 8028/1: move __fixup_smp out of init section by Rob Herring · 11 years ago
- e3892e9 ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issue by Victor Kamensky · 11 years ago
- 95959e6 Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-next by Russell King · 11 years ago
- e26a9e0 ARM: Better virt_to_page() handling by Russell King · 11 years ago
- b363457 ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPU by Thomas Petazzoni · 11 years ago
- 2ab4e8c ARM: 7947/1: Make pgtbl macro more robust by Christopher Covington · 11 years ago
- b713aa0 ARM: fix asm/memory.h build error by Russell King · 11 years ago
- d9a790d ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE by Victor Kamensky · 11 years ago
- 10593b2 ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE case by Victor Kamensky · 11 years ago
- df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
- 2098990 Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/delta/linux into devel-stable by Russell King · 11 years ago
- 830fd4d ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align keyword by Sricharan R · 11 years ago
- 97bcb0f ARM: set BE8 if LE in head code by Ben Dooks · 12 years ago
- 2f9bf9b ARM: fixup_pv_table bug when CPU_ENDIAN_BE8 by Ben Dooks · 12 years ago
- f52bb72 ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses by Sricharan R · 11 years ago
- bc41b87 ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devices by Santosh Shilimkar · 11 years ago
- 2449189 ARM: Add .text annotations where required after __CPUINIT removal by Russell King · 11 years ago
- 8bd26e3 arm: delete __cpuinit/__CPUINIT usage from all ARM users by Paul Gortmaker · 12 years ago
- 4756dcb ARM: LPAE: accomodate >32-bit addresses for page table base by Cyril Chemparathy · 12 years ago
- 4e1db26 ARM: 7690/1: mm: fix CONFIG_LPAE typos by Paul Bolle · 12 years ago
- d61947a ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endian by Will Deacon · 12 years ago
- 210b184 Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into fixes by Russell King · 12 years ago
- 6f16f49 ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area by Nicolas Pitre · 12 years ago
- 6e484be ARM: virt: boot secondary CPUs through the right entry point by Marc Zyngier · 12 years ago
- a0f0dd5 Merge branch 'fixes' into for-linus by Russell King · 12 years ago
- 80c59da ARM: virt: allow the kernel to be entered in HYP mode by Dave Martin · 13 years ago
- 91a9fec ARM: move debug macros to common location by Rob Herring · 12 years ago
- 9fa16b7 ARM: 7439/1: head.S: simplify initial page table mapping by Nicolas Pitre · 13 years ago
- f67860a7 ARM: 7363/1: DEBUG_LL: limit early mapping to the minimum by Nicolas Pitre · 13 years ago
- 9b5a146 ARM: 7338/1: add support for early console output via semihosting by Nicolas Pitre · 13 years ago
- 195864c ARM: move CP15 definitions to separate header file by Russell King · 13 years ago
- 294064f ARM: 7275/1: LPAE: Check the CPU support for the long descriptor format by Catalin Marinas · 13 years ago
- 6ae25a5 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stable by Russell King · 13 years ago
- 1b6ba46 ARM: LPAE: MMU setup for the 3-level page table format by Catalin Marinas · 13 years ago
- d675d0b ARM: LPAE: add ISBs around MMU enabling code by Will Deacon · 13 years ago
- 3ee0fc5 Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable by Russell King · 13 years ago
- 4e8ee7d ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting by Will Deacon · 13 years ago
- 72662e0 ARM: head.S: only include __turn_mmu_on in the initial identity mapping by Will Deacon · 13 years ago
- 8428e84 ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processors by Catalin Marinas · 13 years ago
- 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
- 06afb1a Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linus by Russell King · 13 years ago
- 1b9f95f ARM: prepare for removal of a bunch of <mach/memory.h> files by Nicolas Pitre · 14 years ago
- 639da5e ARM: add an extra temp register to the low level debugging addruart macro by Nicolas Pitre · 13 years ago
- e73fc88 ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_* by Catalin Marinas · 13 years ago
- daece59 ARM: 7013/1: P2V: Remove ARM_PATCH_PHYS_VIRT_16BIT by Nicolas Pitre · 13 years ago
- 540b573 ARM: 6999/1: head, zImage: Always Enter the kernel in ARM state by Dave Martin · 14 years ago
- 239df0f Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus by Russell King · 14 years ago
- d427958 ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 by Catalin Marinas · 14 years ago
- 4c2896e arm/dt: Make __vet_atags also accept a dtb image by Grant Likely · 14 years ago
- 05e3475 Merge branch 'p2v' into devel by Russell King · 14 years ago
- 1f0090a Merge branch 'misc' into devel by Russell King · 14 years ago
- b511d75 ARM: 6747/1: P2V: Thumb2 support by Nicolas Pitre · 14 years ago
- 4d901c4 ARM: 6648/1: map ATAGs when not in first 1MB of RAM by Rob Herring · 14 years ago
- cada3c0 ARM: P2V: extend to 16-bit translation offsets by Russell King · 14 years ago
- dc21af9 ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patching by Russell King · 14 years ago
- 72a20e2 ARM: P2V: eliminate head.S use of PHYS_OFFSET for !XIP_KERNEL by Russell King · 14 years ago
- 6fc31d5 ARM: Defer lookup of machine_type to setup.c by Russell King · 14 years ago
- 4a9cb36 ARM: fixup SMP alternatives in modules by Russell King · 14 years ago
- e98ff0f ARM: smp_on_up: allow non-ARM SMP processors by Russell King · 14 years ago
- 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
- ed3768a ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels. by Dave Martin · 14 years ago
- 0eb0511d ARM: SMP: use more sane register allocation for __fixup_smp_on_up by Russell King · 14 years ago
- a75e5248 ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Thumb-2. by Dave Martin · 14 years ago
- 4f79a5d ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kernel/head.S by Dave Martin · 14 years ago
- c293393 arm: use addruart macro to establish debug mappings by Jeremy Kerr · 15 years ago
- a0a5568 Merge branch 'hotplug' into devel by Russell King · 14 years ago
- 865a4fa ARM: add register documentation for __enable_mmu by Russell King · 14 years ago
- 0094501 ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinit by Russell King · 14 years ago
- 786f1b7 ARM: hotplug cpu: ensure that __enable_mmu is identity mapped by Russell King · 14 years ago
- a4ae413 ARM: cleanup boot cpu calling __mmap_switched by Russell King · 14 years ago
- f00ec48 ARM: Allow SMP kernels to boot on UP systems by Russell King · 14 years ago
- 2abc1c5 ARM: convert to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
- b86040a Thumb-2: Implementation of the unified start-up and exceptions code by Catalin Marinas · 15 years ago
- 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 16 years ago
- 9c4c9f3 [ARM] 4849/1: move ATAGS asm definitions by Greg Ungerer · 17 years ago
- 9d20fdd [ARM] 4423/1: add ATAGS support by Bill Gatliff · 18 years ago
- 08fdffd [ARM] Ensure head text is always placed at the start of kernel by Russell King · 18 years ago
- 4043579 [ARM] 4227/1: minor head.S fixups by Nicolas Pitre · 18 years ago
- ec3622d [ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OFFSET by Nicolas Pitre · 18 years ago
- e98ff7f [ARM] 4224/2: allow XIP kernel to boot again by Nicolas Pitre · 18 years ago
- d4e1c88 [ARM] 4102/1: Allow for PHYS_OFFSET on any valid 2MiB address by Linus Walleij · 18 years ago
- f06b97f [ARM] Clean up KERNEL_RAM_ADDR by Russell King · 18 years ago
- ee90dab [ARM] Include asm/elf.h instead of asm/procinfo.h by Russell King · 18 years ago
- 2552fc2 [ARM] 3809/3: get rid of 4 megabyte kernel image size limit by Lennert Buytenhek · 18 years ago
- 90af774 [ARM] 3757/1: Use PROCINFO_INITFUNC in head.S by Catalin Marinas · 18 years ago
- 34d9262 [ARM] Fix SMP booting by Russell King · 18 years ago
- a8c4c20 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago