Age | Commit message (Expand) | Author | Files | Lines |
2017-08-14 | ARM: align .data section | Russell King | 1 | -0/+2 |
2016-11-23 | Revert "arm: move exports to definitions" | Russell King | 1 | -3/+0 |
2016-08-07 | arm: move exports to definitions | Al Viro | 1 | -0/+3 |
2015-09-03 | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 1 | -4/+4 |
2015-08-21 | ARM: domains: move initial domain setting value to asm/domains.h | Russell King | 1 | -4/+1 |
2015-08-07 | ARM: 8408/1: Fix the secondary_startup function in Big Endian case | Gregory CLEMENT | 1 | -0/+3 |
2015-06-12 | Merge branch 'bsym' into for-next | Russell King | 1 | -4/+4 |
2015-06-12 | Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next | Russell King | 1 | -12/+32 |
2015-06-02 | ARM: 8359/1: correct secondary_startup_arm mode | Yingjoe Chen | 1 | -1/+1 |
2015-06-01 | ARM: redo TTBR setup code for LPAE | Russell King | 1 | -11/+31 |
2015-05-08 | ARM: replace BSYM() with badr assembly macro | Russell King | 1 | -4/+4 |
2015-03-28 | ARM: 8314/1: replace PROCINFO embedded branch with relative offset | Ard Biesheuvel | 1 | -7/+7 |
2015-02-10 | ARM: 8302/1: Add a secondary_startup that assumes ARM mode | Stephen Boyd | 1 | -0/+7 |
2015-01-21 | ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv code | Masahiro Yamada | 1 | -1/+1 |
2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 1 | -9/+9 |
2014-06-05 | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 1 | -1/+1 |
2014-05-25 | ARM: 8028/1: move __fixup_smp out of init section | Rob Herring | 1 | -1/+1 |
2014-04-22 | ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issue | Victor Kamensky | 1 | -1/+1 |
2014-04-04 | Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst... | Russell King | 1 | -9/+10 |
2014-04-03 | ARM: Better virt_to_page() handling | Russell King | 1 | -8/+9 |
2014-02-21 | ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPU | Thomas Petazzoni | 1 | -1/+1 |
2014-01-28 | ARM: 7947/1: Make pgtbl macro more robust | Christopher Covington | 1 | -1/+2 |
2013-12-13 | ARM: fix asm/memory.h build error | Russell King | 1 | -1/+1 |
2013-11-14 | ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE | Victor Kamensky | 1 | -1/+5 |
2013-11-14 | ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE case | Victor Kamensky | 1 | -0/+1 |
2013-11-12 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -16/+66 |
2013-10-30 | Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/... | Russell King | 1 | -4/+22 |
2013-10-29 | ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k... | Sricharan R | 1 | -1/+2 |
2013-10-19 | ARM: set BE8 if LE in head code | Ben Dooks | 1 | -0/+4 |
2013-10-19 | ARM: fixup_pv_table bug when CPU_ENDIAN_BE8 | Ben Dooks | 1 | -0/+8 |
2013-10-10 | ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses | Sricharan R | 1 | -16/+47 |
2013-10-03 | ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devices | Santosh Shilimkar | 1 | -1/+20 |
2013-08-01 | ARM: Add .text annotations where required after __CPUINIT removal | Russell King | 1 | -0/+1 |
2013-07-14 | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 1 | -1/+0 |
2013-05-30 | ARM: LPAE: accomodate >32-bit addresses for page table base | Cyril Chemparathy | 1 | -6/+4 |
2013-04-03 | ARM: 7690/1: mm: fix CONFIG_LPAE typos | Paul Bolle | 1 | -1/+1 |
2013-03-03 | ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endian | Will Deacon | 1 | -4/+22 |
2013-01-19 | Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li... | Russell King | 1 | -1/+1 |
2013-01-16 | ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area | Nicolas Pitre | 1 | -0/+3 |
2013-01-10 | ARM: virt: boot secondary CPUs through the right entry point | Marc Zyngier | 1 | -1/+1 |
2012-10-11 | Merge branch 'fixes' into for-linus | Russell King | 1 | -2/+2 |
2012-09-19 | ARM: virt: allow the kernel to be entered in HYP mode | Dave Martin | 1 | -3/+11 |
2012-09-14 | ARM: move debug macros to common location | Rob Herring | 1 | -2/+2 |
2012-07-09 | ARM: 7439/1: head.S: simplify initial page table mapping | Nicolas Pitre | 1 | -36/+23 |
2012-05-04 | ARM: 7363/1: DEBUG_LL: limit early mapping to the minimum | Nicolas Pitre | 1 | -8/+1 |
2012-03-24 | ARM: 7338/1: add support for early console output via semihosting | Nicolas Pitre | 1 | -4/+4 |
2012-03-24 | ARM: move CP15 definitions to separate header file | Russell King | 1 | -1/+1 |
2012-01-13 | ARM: 7275/1: LPAE: Check the CPU support for the long descriptor format | Catalin Marinas | 1 | -0/+8 |
2011-12-08 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Russell King | 1 | -2/+45 |
2011-12-08 | ARM: LPAE: MMU setup for the 3-level page table format | Catalin Marinas | 1 | -2/+43 |