summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta2021-06-101-1/+1
* | | ARCv2: save ABI registers across signal handlingVineet Gupta2021-06-101-0/+43
| |/ |/|
* | ARC: entry: fix off-by-one error in syscall number validationVineet Gupta2021-05-101-2/+2
* | ARC: kgdb: add 'fallthrough' to prevent a warningRandy Dunlap2021-05-101-0/+1
* | arc: Fix typos/spellosBhaskar Chowdhury2021-05-102-6/+6
|/
* ARC: treewide: avoid the pointer addition with NULL pointerdean.yang_cp2021-03-221-13/+14
* arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing2021-03-221-2/+2
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta2021-01-071-1/+1
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-2/+3
|\
| * arc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-2/+3
* | ARC: stack unwinding: reorganize how initial register state setupVineet Gupta2020-11-171-19/+18
* | ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta2020-11-171-8/+15
|/
* ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta2020-11-021-1/+16
* ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-021-1/+6
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-231-9/+18
|\ \