summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak2023-09-231-4/+4
* ARM: module: Use module_init_layout_section() to spot init sectionsJames Morse2023-09-021-1/+1
* ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-081-1/+2
* ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li2023-06-091-1/+24
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-011-1/+1
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2023-01-041-1/+1
* arm: add support for TIF_NOTIFY_SIGNALJens Axboe2023-01-043-5/+5
* ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Ard Biesheuvel2022-05-251-1/+1
* ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()linyujun2022-05-251-5/+5
* uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-04-082-2/+2
* ARM: ftrace: avoid redundant loads or clobbering IPArd Biesheuvel2022-04-081-29/+22
* ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)2022-03-161-2/+2
* ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot2022-03-111-1/+1
* ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)2022-03-111-0/+13
* ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-114-6/+139
* ARM: early traps initialisationRussell King (Oracle)2022-03-111-6/+21
* ARM: report Spectre v2 status through sysfsRussell King (Oracle)2022-03-112-0/+56
* ARM: Fix kgdb breakpoint for Thumb2Russell King (Oracle)2022-03-081-8/+28
* perf: Protect perf_guest_cbs with RCUSean Christopherson2022-01-201-6/+11
* ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel2021-12-291-5/+3
* ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu2021-11-181-2/+1
* ARM: 9141/1: only warn about XIP address when not compile testingArnd Bergmann2021-11-021-1/+1
* ARM: 9138/1: fix link warning with XIP + frame-pointerArnd Bergmann2021-11-021-0/+4
* ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin2021-09-261-1/+1
* ARM: 9079/1: ftrace: Add MODULE_PLTS supportAlex Sverdlin2021-09-262-12/+78
* ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()Alex Sverdlin2021-09-262-10/+11
* ARM: 9077/1: PLT: Move struct plt_entries definition to headerAlex Sverdlin2021-09-261-9/+0
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+0
* arm_pmu: Fix write counter incorrect in ARMv7 big-endian modeYang Jihong2021-07-141-2/+2
* ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann2021-06-301-7/+9
* ARM: 9075/1: kernel: Fix interrupted SMC callsManivannan Sadhasivam2021-05-222-1/+13
* ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang2021-05-221-1/+18
* ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...Ard Biesheuvel2021-05-191-2/+2
* ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...Ard Biesheuvel2021-05-191-1/+1
* ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2021-05-192-6/+10
* ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel2021-05-194-13/+17
* ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...Zhen Lei2021-05-191-1/+1
* ARM: 9029/1: Make iwmmxt.S support Clang's integrated assemblerJian Cai2021-03-172-44/+92
* ARM: 9065/1: OABI compat: fix build when EPOLL is not enabledRandy Dunlap2021-03-041-0/+15
* ARM: kexec: fix oops after TLB are invalidatedRussell King2021-02-173-39/+24
* ARM: ensure the signal page contains defined contentsRussell King2021-02-171-6/+8
* ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel2020-12-301-23/+2
* ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel2020-12-301-5/+1
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
|/
* arm/build: Always handle .ARM.exidx and .ARM.extab sectionsNathan Chancellor2020-10-271-0/+4
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0