Age | Commit message (Expand) | Author | Files | Lines |
2022-03-24 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -35/+169 |
2022-03-09 | ARM: fix co-processor register typo | Russell King (Oracle) | 1 | -1/+1 |
2022-03-08 | Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+10 |
2022-03-05 | ARM: Spectre-BHB workaround | Russell King (Oracle) | 1 | -0/+10 |
2022-01-24 | ARM: assembler: define a Kconfig symbol for group relocation support | Ard Biesheuvel | 1 | -4/+4 |
2022-01-19 | ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently | Ard Biesheuvel | 1 | -0/+2 |
2021-12-06 | ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems | Ard Biesheuvel | 1 | -29/+54 |
2021-12-06 | ARM: percpu: add SMP_ON_UP support | Ard Biesheuvel | 1 | -3/+56 |
2021-12-06 | ARM: assembler: add optimized ldr/str macros to load variables from memory | Ard Biesheuvel | 1 | -4/+41 |
2021-12-03 | ARM: implement IRQ stacks | Ard Biesheuvel | 1 | -0/+4 |
2021-12-03 | ARM: assembler: introduce bl_r macro | Ard Biesheuvel | 1 | -0/+15 |
2021-09-27 | ARM: smp: Enable THREAD_INFO_IN_TASK | Ard Biesheuvel | 1 | -0/+5 |
2021-09-27 | ARM: smp: Store current pointer in TPIDRURO register if available | Ard Biesheuvel | 1 | -0/+24 |
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 |