aboutsummaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)Author
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-23csky: use generic strncpy/strnlen from_userArnd Bergmann
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-08csky: convert to setup_initial_init_mm()Kefeng Wang
2021-07-04Merge tag 'csky-for-linus-5.14-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2021-07-04csky: Kconfig: Remove unused selectsGuo Ren
2021-07-04csky: syscache: Fixup duplicate cache flushGuo Ren
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...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-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland
2021-05-26locking/atomic: csky: move to ARCH_ATOMICMark Rutland
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-03Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-04-28csky: uaccess.h: Coding convention with asm genericGuo Ren
2021-04-28csky: fix syscache.c fallthrough warningRandy Dunlap
2021-04-20csky: Fixup typosJunlin Yang
2021-04-20csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai
2021-04-16csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro
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: Fixup compile errorGuo Ren
2021-02-27csky: use free_initmem_default() in free_initmem()David Hildenbrand
2021-02-27csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren
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-27csky: Fixup swaponGuo Ren
2021-02-27csky: pgtable.h: Coding conventionGuo Ren
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren
2021-01-12csky: remove unused including <linux/version.h>Tian Tao
2021-01-12csky: Fix a size determination in gpr_get()Zhenzhong Duan
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren