summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* csky: fix typo of fpu config macroKelly Devilliv2021-12-081-2/+2
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-031-4/+2
|\
| * csky: Use of_get_cpu_hwid()Rob Herring2021-10-201-4/+2
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-024-23/+9
|\ \
| * | ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-012-3/+3
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-011-5/+5
| * | csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal2021-10-011-7/+0
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-3/+2
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+2
| |/ /
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-012-6/+1
|\ \ \
| * | | irq: csky: perform irqentry in entry codeMark Rutland2021-10-262-6/+1
| |/ /
* | | csky: Fixup regs.sr broken in ptraceGuo Ren2021-10-161-1/+2
* | | csky: don't let sigreturn play with priveleged bits of status registerAl Viro2021-10-161-0/+4
|/ /
* / entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
|/
* arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot2021-09-031-2/+1
* csky: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-283-3/+1
|\
| * sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra2021-06-181-1/+0
| * sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
| * sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-7/+0
* | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
|/
* csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai2021-04-201-1/+0
* ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-171-1/+1
* Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-2821-209/+464
|\
| * csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-275-3/+44
| * csky: kprobe: Fixup code in simulate without 'long'Guo Ren2021-02-271-15/+7
| * csky: Fix a size determination in gpr_get()Zhenzhong Duan2021-01-121-1/+1
| * csky: Reconstruct VDSO frameworkGuo Ren2021-01-1210-56/+245
| * csky: Fixup do_page_fault parent irq statusGuo Ren2021-01-121-1/+1
| * csky: Add show_tlb for CPU_CK860 debugGuo Ren2021-01-121-0/+121
| * csky: Remove prologue of page fault handler in entry.SGuo Ren2021-01-123-126/+8
| * csky: Fixup show_regs doesn't contain regs->uspGuo Ren2021-01-121-2/+3
| * csky: Fixup perf probe failedGuo Ren2021-01-121-1/+1
| * csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-126-11/+40
* | arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-221-1/+1
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-3/+13
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+3
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | csky: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+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
|/
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\