summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\
| * tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-033-16/+2
|\ \
| * | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-032-14/+1
| * | arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot2021-09-031-2/+1
| |/
* | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
* | csky: use generic strncpy/strnlen from_userArnd Bergmann2021-07-233-114/+2
* | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-232-8/+14
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-0/+1
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
* | csky: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | Merge tag 'csky-for-linus-5.14-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-07-042-8/+7
|\ \
| * | csky: Kconfig: Remove unused selectsGuo Ren2021-07-041-3/+0
| * | csky: syscache: Fixup duplicate cache flushGuo Ren2021-07-041-5/+7
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
| |/
* | 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
| |/
* | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-17/+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
| |/
* | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-261-1/+0
* | locking/atomic: csky: move to ARCH_ATOMICMark Rutland2021-05-262-4/+5
|/
* Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-05-0310-483/+349
|\
| * csky: uaccess.h: Coding convention with asm genericGuo Ren2021-04-285-481/+345
| * csky: fix syscache.c fallthrough warningRandy Dunlap2021-04-281-0/+1
| * csky: Fixup typosJunlin Yang2021-04-203-3/+3
| * csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai2021-04-201-1/+0
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-022-3/+1
|\ \
| * | whack-a-mole: kill strlen_user() (again)Al Viro2021-03-272-3/+1
* | | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | | mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-0/+1
| |/ |/|
* | csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap2021-04-162-2/+2
* | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-161-1/+1
|/
* Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-2893-992/+1346
|\
| * csky: Fixup compile errorGuo Ren2021-02-2752-52/+0
| * csky: use free_initmem_default() in free_initmem()David Hildenbrand2021-02-271-16/+1
| * csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-02-271-2/+2
| * csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-2714-3/+225
| * csky: kprobe: Fixup code in simulate without 'long'Guo Ren2021-02-271-15/+7
| * csky: Fixup swaponGuo Ren2021-02-273-9/+52
| * csky: pgtable.h: Coding conventionGuo Ren2021-02-273-55/+36
| * csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
| * csky: remove unused including <linux/version.h>Tian Tao2021-01-121-1/+0
| * csky: Fix a size determination in gpr_get()Zhenzhong Duan2021-01-121-1/+1
| * csky: Reconstruct VDSO frameworkGuo Ren2021-01-1213-89/+269
| * csky: mm: abort uaccess retries upon fatal signalGuo Ren2021-01-121-1/+4