| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 2014-07-18 | 1 | -9/+9 |
* | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 2014-06-05 | 1 | -1/+1 |
|\ |
|
| * | ARM: 8028/1: move __fixup_smp out of init section | Rob Herring | 2014-05-25 | 1 | -1/+1 |
* | | ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issue | Victor Kamensky | 2014-04-22 | 1 | -1/+1 |
|/ |
|
*---. | Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst... | Russell King | 2014-04-04 | 1 | -9/+10 |
|\ \ \ |
|
| | * | | ARM: Better virt_to_page() handling | Russell King | 2014-04-03 | 1 | -8/+9 |
| |/ /
|/| | |
|
| * | | ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPU | Thomas Petazzoni | 2014-02-21 | 1 | -1/+1 |
|/ / |
|
* | | ARM: 7947/1: Make pgtbl macro more robust | Christopher Covington | 2014-01-28 | 1 | -1/+2 |
* | | ARM: fix asm/memory.h build error | Russell King | 2013-12-13 | 1 | -1/+1 |
|/ |
|
* | ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE | Victor Kamensky | 2013-11-14 | 1 | -1/+5 |
* | ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE case | Victor Kamensky | 2013-11-14 | 1 | -0/+1 |
* | Merge branch 'devel-stable' into for-next | Russell King | 2013-11-12 | 1 | -16/+66 |
|\ |
|
| * | Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/... | Russell King | 2013-10-30 | 1 | -4/+22 |
| |\ |
|
| | * | ARM: set BE8 if LE in head code | Ben Dooks | 2013-10-19 | 1 | -0/+4 |
| | * | ARM: fixup_pv_table bug when CPU_ENDIAN_BE8 | Ben Dooks | 2013-10-19 | 1 | -0/+8 |
| * | | ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k... | Sricharan R | 2013-10-29 | 1 | -1/+2 |
| * | | ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses | Sricharan R | 2013-10-10 | 1 | -16/+47 |
| |/ |
|
* / | ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devices | Santosh Shilimkar | 2013-10-03 | 1 | -1/+20 |
|/ |
|
* | ARM: Add .text annotations where required after __CPUINIT removal | Russell King | 2013-08-01 | 1 | -0/+1 |
* | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 2013-07-14 | 1 | -1/+0 |
* | ARM: LPAE: accomodate >32-bit addresses for page table base | Cyril Chemparathy | 2013-05-30 | 1 | -6/+4 |
* | ARM: 7690/1: mm: fix CONFIG_LPAE typos | Paul Bolle | 2013-04-03 | 1 | -1/+1 |
* | ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endian | Will Deacon | 2013-03-03 | 1 | -4/+22 |
* | Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li... | Russell King | 2013-01-19 | 1 | -1/+1 |
|\ |
|
| * | ARM: virt: boot secondary CPUs through the right entry point | Marc Zyngier | 2013-01-10 | 1 | -1/+1 |
* | | ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area | Nicolas Pitre | 2013-01-16 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'fixes' into for-linus | Russell King | 2012-10-11 | 1 | -2/+2 |
|\ |
|
| * | ARM: move debug macros to common location | Rob Herring | 2012-09-14 | 1 | -2/+2 |
* | | ARM: virt: allow the kernel to be entered in HYP mode | Dave Martin | 2012-09-19 | 1 | -3/+11 |
|/ |
|
* | ARM: 7439/1: head.S: simplify initial page table mapping | Nicolas Pitre | 2012-07-09 | 1 | -36/+23 |
* | ARM: 7363/1: DEBUG_LL: limit early mapping to the minimum | Nicolas Pitre | 2012-05-04 | 1 | -8/+1 |
* | ARM: 7338/1: add support for early console output via semihosting | Nicolas Pitre | 2012-03-24 | 1 | -4/+4 |
* | ARM: move CP15 definitions to separate header file | Russell King | 2012-03-24 | 1 | -1/+1 |
* | ARM: 7275/1: LPAE: Check the CPU support for the long descriptor format | Catalin Marinas | 2012-01-13 | 1 | -0/+8 |
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Russell King | 2011-12-08 | 1 | -2/+45 |
|\ |
|
| * | ARM: LPAE: MMU setup for the 3-level page table format | Catalin Marinas | 2011-12-08 | 1 | -2/+43 |
| * | ARM: LPAE: add ISBs around MMU enabling code | Will Deacon | 2011-12-08 | 1 | -0/+2 |
* | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Russell King | 2011-12-06 | 1 | -8/+10 |
|\| |
|
| * | ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting | Will Deacon | 2011-12-06 | 1 | -1/+3 |
| * | ARM: head.S: only include __turn_mmu_on in the initial identity mapping | Will Deacon | 2011-12-06 | 1 | -7/+7 |
* | | ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processors | Catalin Marinas | 2011-11-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 1 | -2/+2 |
|\ |
|
| * | ARM: prepare for removal of a bunch of <mach/memory.h> files | Nicolas Pitre | 2011-09-26 | 1 | -1/+1 |
| * | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 2011-09-26 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v... | Russell King | 2011-10-25 | 1 | -83/+52 |
|\ \ \
| | |/
| |/| |
|
| | * | ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_* | Catalin Marinas | 2011-08-23 | 1 | -35/+39 |
| |/
|/| |
|
| * | ARM: 7013/1: P2V: Remove ARM_PATCH_PHYS_VIRT_16BIT | Nicolas Pitre | 2011-08-13 | 1 | -48/+13 |
|/ |
|
* | ARM: 6999/1: head, zImage: Always Enter the kernel in ARM state | Dave Martin | 2011-07-19 | 1 | -0/+8 |
*-. | Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus | Russell King | 2011-05-27 | 1 | -6/+9 |
|\ \ |
|
| | * | ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 | Catalin Marinas | 2011-05-26 | 1 | -2/+5 |
| |/
|/| |
|