summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi2019-04-201-3/+3
* ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2019-04-052-2/+7
* ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin2019-04-052-1/+6
* ARM: 8840/1: use a raw_spinlock_t in unwindSebastian Andrzej Siewior2019-04-051-7/+7
* ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-03-232-63/+1
* ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+Vincent Whitchurch2019-03-131-1/+3
* ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2019-02-202-0/+36
* ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2019-02-201-3/+1
* ARM: clean up per-processor check_bugs method callRussell King2019-02-201-2/+2
* ARM: split out processor lookupRussell King2019-02-201-12/+19
* ARM: make lookup_processor_type() non-__initRussell King2019-02-201-3/+3
* ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry2019-02-201-4/+4
* ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry2019-02-201-2/+6
* ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2019-02-201-6/+7
* ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry2019-02-201-4/+6
* ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry2019-02-201-22/+27
* ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang2019-02-121-0/+15
* ARM: oabi-compat: copy semops using __copy_from_user()Russell King2018-10-181-3/+5
* ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-10-181-12/+8
* ARM: signal: copy registers using __copy_from_user()Russell King2018-10-181-17/+21
* ARM: spectre-v1: fix syscall entryRussell King2018-10-182-11/+32
* ARM: bugs: add support for per-processor bug checkingRussell King2018-10-181-0/+4
* ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-10-183-0/+11
* ARM: bugs: prepare processor bug infrastructureRussell King2018-10-182-0/+10
* ARM: kexec: fix kdump register saving on panic()Russell King2018-06-211-12/+22
* ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park2018-05-301-5/+7
* ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu2018-05-221-1/+4
* kernel/exit.c: export abort() to modulesAndrew Morton2018-02-131-1/+0
* ARM: avoid faulting on qemuRussell King2017-12-141-2/+2
* ARM: BUG if jumping to usermode address in kernel modeRussell King2017-12-141-0/+6
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-091-10/+18
|\
| * ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland2017-11-061-10/+18
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
* | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-10-201-0/+8
|\|
| * ARM: 8704/1: semihosting: use proper instruction on v7m processorsNicolas Pitre2017-10-121-0/+8
* | arm/syscalls: Optimize address limit checkThomas Garnier2017-09-172-0/+18
* | Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier2017-09-172-12/+2
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-09-127-13/+39
|\
| * Merge branches 'fixes' and 'misc' into for-linusRussell King2017-09-0916-267/+254
| |\
| | * ARM: 8691/1: Export save_stack_trace_tsk()Dustin Brown2017-09-091-0/+1
| | * ARM: avoid saving and restoring registers unnecessarilyRussell King2017-08-021-2/+8
| | * ARM: move PC value into r9Russell King2017-08-021-0/+7
| | * ARM: obtain thread info structure laterRussell King2017-08-021-1/+2
| | * ARM: use aliases for registers in entry-commonRussell King2017-08-021-10/+14
| * | ARM: align .data sectionRussell King2017-08-145-0/+7
* | | Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-103-7/+5
|\ \ \
| * | | ARM: Convert to using %pOF instead of full_nameRob Herring2017-08-163-7/+5
* | | | ARM: implement memset32 & memset64Matthew Wilcox2017-09-081-0/+2
* | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-042-2/+12
|\ \ \ \ | |/ / / |/| | |
| * | | arm/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-082-2/+12