summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
* | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-13/+0
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-6/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
* | ARC: disasm: handle ARCv2 case in kprobe get/set functionsSergey Matyukevich2022-04-261-2/+62
* | ARC: implement syscall tracepointsSergey Matyukevich2022-04-252-9/+24
* | ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich2022-04-251-0/+119
* | ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li2022-04-181-1/+1
* | ARC: Remove a redundant memset()Christophe JAILLET2022-04-181-1/+0
* | ARC: fix typos in commentsJulia Lawall2022-04-184-4/+4
* | ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich2022-04-181-0/+1
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-1/+1
|/
* arc: use swap() to make code cleanerYihao Han2021-12-281-8/+3
* arc: perf: Move static structs to where they're really usedAlexey Brodkin2021-12-281-0/+162
* ARC: perf: fix misleading comment about pmu vs counter stopVineet Gupta2021-12-281-1/+1
* ARC: perf: Remove redundant initialization of variable idxColin Ian King2021-12-281-1/+1
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-6/+7
|\ \
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-5/+6
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-2/+2
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-2/+2
| |/
* / irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland2021-10-251-1/+9
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-09-055-10/+6
|\ \
| * | ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta2021-08-242-5/+3
| * | ARC: switch to generic bitopsVineet Gupta2021-08-241-2/+0
| * | arch/arc/kernel/: fix misspellings using codespell toolChangcheng Deng2021-08-243-3/+3
| |/
* | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-1/+1
|\ \ | |/ |/|
| * arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* | ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switchVineet Gupta2021-08-031-3/+6
* | ARC: Fix CONFIG_STACKDEPOTGuenter Roeck2021-08-031-0/+2
* | arc: Prefer unsigned int to bare use of unsignedJinchao Wang2021-08-031-5/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-4/+4
|\
| * arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett2021-06-291-4/+4
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-282-2/+1
|\ \
| * | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-034-8/+9
| |\ \
| * | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* | | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-16/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-6/+0
| * | | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
| |/ /