summaryrefslogtreecommitdiff
path: root/arch/csky/kernel
AgeCommit message (Expand)Author
2021-12-08csky: fix typo of fpu config macroKelly Devilliv
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-26irq: csky: perform irqentry in entry codeMark Rutland
2021-10-20csky: Use of_get_cpu_hwid()Rob Herring
2021-10-16csky: Fixup regs.sr broken in ptraceGuo Ren
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerAl Viro
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot
2021-07-08csky: convert to setup_initial_init_mm()Kefeng Wang
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-18sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-04-20csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Guo Ren
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-01-12csky: Fix a size determination in gpr_get()Zhenzhong Duan
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren
2021-01-12csky: Add show_tlb for CPU_CK860 debugGuo Ren
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren
2021-01-12csky: Fixup show_regs doesn't contain regs->uspGuo Ren
2021-01-12csky: Fixup perf probe failedGuo Ren
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds