Age | Commit message (Expand) | Author | Files | Lines |
2021-02-01 | ARM: 9039/1: assembler: generalize byte swapping macro into rev_l | Ard Biesheuvel | 1 | -0/+17 |
2020-10-28 | ARM: kernel: use relative references for UP/SMP alternatives | Ard Biesheuvel | 1 | -2/+2 |
2020-10-28 | ARM: assembler: introduce adr_l, ldr_l and str_l macros | Ard Biesheuvel | 1 | -0/+84 |
2020-06-02 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -2/+1 |
2020-05-03 | ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h | Russell King | 1 | -74/+1 |
2020-04-29 | ARM: 8971/1: replace the sole use of a symbol with its definition | Jian Cai | 1 | -2/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-02-26 | ARM: 8843/1: use unified assembler in headers | Stefan Agner | 1 | -6/+6 |
2018-11-12 | ARM: 8812/1: Optimise copy_{from/to}_user for !CPU_USE_DOMAINS | Vincent Whitchurch | 1 | -2/+4 |
2018-10-10 | Merge branches 'fixes', 'misc' and 'spectre' into for-next | Russell King | 1 | -0/+11 |
2018-10-05 | ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization | Julien Thierry | 1 | -0/+11 |
2018-08-13 | Merge branches 'fixes', 'misc' and 'spectre' into for-linus | Russell King | 1 | -0/+4 |
2018-08-02 | ARM: spectre-v1: mitigate user accesses | Russell King | 1 | -0/+4 |
2018-06-05 | Merge branches 'fixes', 'misc' and 'spectre' into for-linus | Russell King | 1 | -0/+8 |
2018-06-01 | ARM: spectre-v1: add speculation barrier (csdb) macros | Russell King | 1 | -0/+8 |
2018-05-19 | ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions | Masami Hiramatsu | 1 | -0/+10 |
2017-11-26 | ARM: BUG if jumping to usermode address in kernel mode | Russell King | 1 | -0/+18 |
2017-06-30 | ARM: Prepare for randomized task_struct | Arnd Bergmann | 1 | -0/+2 |
2016-09-06 | ARM: 8605/1: V7M: fix notrace variant of save_and_disable_irqs | Vladimir Murzin | 1 | -0/+4 |
2016-06-22 | ARM: introduce svc_pt_regs structure | Russell King | 1 | -2/+2 |
2016-06-22 | ARM: rename S_FRAME_SIZE to PT_REGS_SIZE | Russell King | 1 | -2/+2 |
2015-09-14 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -5/+0 |
2015-09-10 | ARM: uaccess: remove unneeded uaccess_save_and_disable macro | Russell King | 1 | -5/+0 |
2015-09-03 | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 1 | -0/+47 |
2015-08-26 | ARM: software-based priviledged-no-access support | Russell King | 1 | -0/+30 |
2015-08-26 | ARM: entry: provide uaccess assembly macro hooks | Russell King | 1 | -0/+17 |
2015-08-25 | ARM: entry: efficiency cleanups | Russell King | 1 | -4/+12 |
2015-08-25 | ARM: entry: get rid of asm_trace_hardirqs_on_cond | Russell King | 1 | -6/+2 |
2015-05-08 | ARM: replace BSYM() with badr assembly macro | Russell King | 1 | -1/+16 |
2015-04-15 | ARM: allow 16-bit instructions in ALT_UP() | Russell King | 1 | -0/+3 |
2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 1 | -0/+21 |
2014-07-01 | ARM: 8078/1: get rid of hardcoded assumptions about kernel stack size | Andrey Ryabinin | 1 | -3/+5 |
2014-05-26 | ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resume | Lorenzo Pieralisi | 1 | -1/+1 |
2014-04-09 | ARM: 8018/1: Add {inc,dec}_preempt_count asm macros | Catalin Marinas | 1 | -0/+32 |
2014-04-09 | ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.h | Catalin Marinas | 1 | -0/+10 |
2014-02-25 | ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspull | Victor Kamensky | 1 | -4/+4 |
2013-10-19 | ARM: asm: Add ARM_BE8() assembly helper | Ben Dooks | 1 | -0/+7 |
2013-08-12 | ARM: barrier: allow options to be passed to memory barrier instructions | Will Deacon | 1 | -2/+2 |
2013-04-17 | ARM: Add base support for ARMv7-M | Catalin Marinas | 1 | -1/+16 |
2013-01-11 | ARM: virt: avoid clobbering lr when forcing svc mode | Russell King | 1 | -7/+3 |
2012-12-11 | ARM: 7599/1: head: Remove boot-time HYP mode check for v5 and below | Dave Martin | 1 | -0/+8 |
2012-10-09 | ARM: 7549/1: HYP: fix boot on some ARM1136 cores | Marc Zyngier | 1 | -4/+5 |
2012-09-30 | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel... | Russell King | 1 | -0/+28 |
2012-09-19 | ARM: virt: allow the kernel to be entered in HYP mode | Dave Martin | 1 | -0/+28 |
2012-09-09 | ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS | Russell King | 1 | -0/+8 |
2012-03-30 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -0/+2 |
2012-03-14 | ARM: create a common IOMEM definition | Rob Herring | 1 | -0/+2 |
2012-02-16 | ARM: 7325/1: fix v7 boot with lockdep enabled | Rabin Vincent | 1 | -0/+5 |
2012-01-25 | ARM: 7301/1: Rename the T() macro to TUSER() to avoid namespace conflicts | Catalin Marinas | 1 | -2/+2 |
2011-12-08 | ARM: LPAE: add ISBs around MMU enabling code | Will Deacon | 1 | -0/+11 |