aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-06-24jump_label: make initial NOP patching the special caseGravatar Ard Biesheuvel 1-13/+0
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+7
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-3/+5
2022-04-26ARC: disasm: handle ARCv2 case in kprobe get/set functionsGravatar Sergey Matyukevich 1-2/+62
2022-04-25ARC: implement syscall tracepointsGravatar Sergey Matyukevich 2-9/+24
2022-04-25ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureGravatar Sergey Matyukevich 1-0/+119
2022-04-18ARC: remove redundant READ_ONCE() in cmpxchg loopGravatar Bang Li 1-1/+1
2022-04-18ARC: Remove a redundant memset()Gravatar Christophe JAILLET 1-1/+0
2022-04-18ARC: fix typos in commentsGravatar Julia Lawall 4-4/+4
2022-04-18ARC: entry: fix syscall_trace_exit argumentGravatar Sergey Matyukevich 1-0/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 1-1/+1
2021-12-28arc: use swap() to make code cleanerGravatar Yihao Han 1-8/+3
2021-12-28arc: perf: Move static structs to where they're really usedGravatar Alexey Brodkin 1-0/+162
2021-12-28ARC: perf: fix misleading comment about pmu vs counter stopGravatar Vineet Gupta 1-1/+1
2021-12-28ARC: perf: Remove redundant initialization of variable idxGravatar Colin Ian King 1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-6/+7
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Gravatar Eric W. Biederman 1-1/+1
2021-10-25irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQGravatar Mark Rutland 1-1/+9
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-2/+2
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-5/+6
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-5/+0
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 5-10/+6
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-08-24ARC: mm: move MMU specific bits out of entry code ...Gravatar Vineet Gupta 2-5/+3
2021-08-24ARC: switch to generic bitopsGravatar Vineet Gupta 1-2/+0
2021-08-24arch/arc/kernel/: fix misspellings using codespell toolGravatar Changcheng Deng 3-3/+3
2021-08-12arc: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-1/+1
2021-08-03ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchGravatar Vineet Gupta 1-3/+6
2021-08-03ARC: Fix CONFIG_STACKDEPOTGravatar Guenter Roeck 1-0/+2
2021-08-03arc: Prefer unsigned int to bare use of unsignedGravatar Jinchao Wang 1-5/+5
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+4
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Gravatar Liam Howlett 1-4/+4
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-16/+0
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-06-10ARC: fix CONFIG_HARDENED_USERCOPYGravatar Vineet Gupta 1-1/+1
2021-06-10ARCv2: save ABI registers across signal handlingGravatar Vineet Gupta 1-0/+43
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 4-8/+9
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-6/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-10/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-1/+0
2021-05-10ARC: entry: fix off-by-one error in syscall number validationGravatar Vineet Gupta 1-2/+2