aboutsummaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
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-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-30/+2
2022-03-21arch: Add pmd_pfn() where it is missingGravatar Mike Rapoport 1-0/+1
2022-03-18parport_pc: Also enable driver for PCI systemsGravatar Maciej W. Rozycki 1-0/+1
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: remove CONFIG_SET_FSGravatar Arnd Bergmann 6-19/+0
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-8/+0
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 2-2/+2
2022-02-14uaccess: fix integer overflow on access_ok()Gravatar Arnd Bergmann 1-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+3
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 1-1/+0
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+0
2022-01-08csky: Fix function name in csky_alignment() and die()Gravatar Nathan Chancellor 2-2/+2
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 3-3/+3
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-2/+2
2021-12-08csky: fix typo of fpu config macroGravatar Kelly Devilliv 1-2/+2
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hGravatar Sebastian Andrzej Siewior 1-1/+1
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 1-1/+0
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvGravatar Sean Christopherson 1-12/+0
2021-11-17perf: Protect perf_guest_cbs with RCUGravatar Sean Christopherson 1-2/+4
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+0
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-3/+3
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-24/+10
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+3
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-7/+1
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-10-26irq: remove handle_domain_{irq,nmi}()Gravatar Mark Rutland 1-1/+0
2021-10-26irq: csky: perform irqentry in entry codeGravatar Mark Rutland 3-7/+1
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYGravatar Mark Rutland 1-0/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 2-3/+3
2021-10-20csky: Use of_get_cpu_hwid()Gravatar Rob Herring 1-4/+2
2021-10-16csky: Make HAVE_TCM depend on !COMPILE_TESTGravatar Guenter Roeck 1-0/+1
2021-10-16csky: bitops: Remove duplicate __clear_bit defineGravatar Guenter Roeck 1-1/+0
2021-10-16csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports itGravatar Guenter Roeck 1-1/+1
2021-10-16csky: Fixup regs.sr broken in ptraceGravatar Guo Ren 1-1/+2
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerGravatar Al Viro 1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-4/+3
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 3-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-5/+5
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Gravatar Punit Agrawal 1-7/+0
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Gravatar Sean Christopherson 1-3/+1
2021-09-14arch: remove unused function syscall_set_arguments()Gravatar Peter Collingbourne 1-9/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-16/+2