summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-12-29ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel1-5/+3
2021-11-26ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-09-22ARM: 8918/2: only build return_address() if neededBen Dooks2-5/+5
2021-08-04ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2021-06-30ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2020-12-29ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel1-5/+1
2020-08-21ARM: 8992/1: Fix unwind_frame for clang-built kernelsNathan Huckleberry1-0/+24
2020-08-21ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-5/+22
2020-06-20ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookFredrik Strupe1-2/+2
2020-03-20ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Florian Fainelli1-0/+2
2020-01-29ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-0/+12
2019-11-25ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin1-5/+4
2019-11-10ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2-0/+37
2019-11-10ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King1-3/+1
2019-11-10ARM: clean up per-processor check_bugs method callRussell King1-2/+2
2019-11-10ARM: split out processor lookupRussell King1-12/+19
2019-11-10ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2019-11-10ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2019-11-10ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6
2019-11-10ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry1-6/+7
2019-11-10ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry1-22/+27
2019-11-10ARM: oabi-compat: copy semops using __copy_from_user()Russell King1-3/+5
2019-11-10ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King1-9/+8
2019-11-10ARM: signal: copy registers using __copy_from_user()Russell King1-17/+21
2019-11-10ARM: spectre-v1: fix syscall entryRussell King2-11/+32
2019-11-10ARM: bugs: add support for per-processor bug checkingRussell King1-0/+4
2019-11-10ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King3-0/+11
2019-11-10ARM: bugs: prepare processor bug infrastructureRussell King2-0/+10
2019-11-10ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2-32/+0
2019-11-10ARM: 8479/2: add implementation for arm-smcccJens Wiklander3-0/+70
2019-04-27ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi1-3/+3
2019-04-27ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2-2/+7
2019-04-27ARM: 8840/1: use a raw_spinlock_t in unwindSebastian Andrzej Siewior1-7/+7
2019-03-23ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2-63/+1
2019-02-20ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang1-0/+15
2018-05-30ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park1-5/+7
2018-05-26ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu1-1/+4
2018-03-24ARM: 8668/1: ftrace: Fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTERAbel Vesa1-5/+6
2017-12-16ARM: avoid faulting on qemuRussell King1-2/+2
2017-12-16ARM: BUG if jumping to usermode address in kernel modeRussell King1-0/+6
2017-11-15ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland1-10/+18
2017-05-14ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 modeArd Biesheuvel2-1/+4
2017-02-14ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-01-26ARM: 8613/1: Fix the uaccess crash on PB11MPCoreLinus Walleij1-0/+7
2017-01-26ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland1-0/+16
2016-10-07ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy1-3/+11
2016-08-16arm: oabi compat: add missing access checksDave Weinstein1-1/+7
2016-06-24ARM: fix PTRACE_SETVFPREGS on SMP systemsRussell King1-1/+1
2015-12-29[PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()Al Viro1-36/+37
2015-12-16Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-18/+21