summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-20arm_pmu: Fix write counter incorrect in ARMv7 big-endian modeYang Jihong1-2/+2
2021-06-30ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2021-05-22ARM: 9075/1: kernel: Fix interrupted SMC callsManivannan Sadhasivam2-1/+13
2021-05-22ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang1-1/+18
2021-05-22ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...Zhen Lei1-1/+1
2021-02-23ARM: kexec: fix oops after TLB are invalidatedRussell King3-39/+24
2021-02-23ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2020-12-30ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel1-5/+1
2020-11-05ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addressesDouglas Anderson1-28/+72
2020-10-01ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch2-2/+6
2020-08-19ARM: 8992/1: Fix unwind_frame for clang-built kernelsNathan Huckleberry1-0/+24
2020-08-05ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-5/+22
2020-06-22ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookFredrik Strupe1-2/+2
2020-06-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King2-15/+5
2020-03-20ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Florian Fainelli1-0/+2
2020-02-05ARM: 8955/1: virt: Relax arch timer version check during early bootVladimir Murzin1-4/+3
2020-01-27ARM: 8896/1: VDSO: Don't leak kernel addressesGeert Uytterhoeven1-1/+0
2020-01-27ARM: 8849/1: NOMMU: Fix encodings for PMSAv8's PRBAR4/PRLAR4Vladimir Murzin1-2/+2
2020-01-27ARM: 8848/1: virt: Align GIC version check with arm64 counterpartVladimir Murzin1-2/+2
2020-01-27ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-0/+12
2019-11-24ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin1-5/+4
2019-11-06ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin2-2/+5
2019-06-15ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann1-1/+5
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-05-16ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabledTigran Tadevosyan1-1/+1
2019-04-20ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi1-3/+3
2019-04-05ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2-2/+7
2019-04-05ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin2-1/+6
2019-04-05ARM: 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: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2-0/+36
2019-02-20ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King1-3/+1
2019-02-20ARM: clean up per-processor check_bugs method callRussell King1-2/+2
2019-02-20ARM: split out processor lookupRussell King1-12/+19
2019-02-20ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2019-02-20ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2019-02-20ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6
2019-02-20ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry1-6/+7
2019-02-20ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry1-4/+6
2019-02-20ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry1-22/+27
2019-02-12ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang1-0/+15
2018-12-05ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+1
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter1-0/+2
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-12/+1
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-5/+4
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-13/+34
2018-08-13Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-34/+44
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-13/+2
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-39/+39
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-19/+3