1. 58ca241 Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
  2. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  3. f358afc mm: remove flush_kernel_dcache_page by Christoph Hellwig · 3 years, 4 months ago
  4. 4bdffd2 arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings by kernel test robot · 3 years, 4 months ago
  5. 4aae683 tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig by Masahiro Yamada · 3 years, 5 months ago
  6. e622699 asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols by Arnd Bergmann · 3 years, 8 months ago
  7. 0cd1151 csky: use generic strncpy/strnlen from_user by Arnd Bergmann · 5 years ago
  8. f27180d asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user by Arnd Bergmann · 5 years ago
  9. 81361b8 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  10. 79886dd csky: convert to setup_initial_init_mm() by Kefeng Wang · 3 years, 6 months ago
  11. 0d4d4c6 Merge tag 'csky-for-linus-5.14-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 3 years, 6 months ago
  12. 90dc8c0 csky: Kconfig: Remove unused selects by Guo Ren · 3 years, 8 months ago
  13. 6ea42c8 csky: syscache: Fixup duplicate cache flush by Guo Ren · 3 years, 8 months ago
  14. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  15. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 6 months ago
  16. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 6 months ago
  17. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  18. 28a27cb Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  19. 7c3edd6 sched,arch: Remove unused TASK_STATE offsets by Peter Zijlstra · 3 years, 7 months ago
  20. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  21. 2e38eb0 kprobes: Do not increment probe miss count in the fault handler by Naveen N. Rao · 3 years, 7 months ago
  22. ec6aba3 kprobes: Remove kprobe::fault_handler by Peter Zijlstra · 3 years, 7 months ago
  23. d92cc4d kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild by Masahiro Yamada · 3 years, 8 months ago
  24. 3c18851 locking/atomic: delete !ARCH_ATOMIC remnants by Mark Rutland · 3 years, 7 months ago
  25. a5fb82d locking/atomic: csky: move to ARCH_ATOMIC by Mark Rutland · 3 years, 7 months ago
  26. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  27. cda689f Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 3 years, 8 months ago
  28. 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  29. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  30. 842ca54 mm: move page_mapping_file to pagemap.h by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  31. e58a41c csky: uaccess.h: Coding convention with asm generic by Guo Ren · 3 years, 8 months ago
  32. 0679d29 csky: fix syscache.c fallthrough warning by Randy Dunlap · 3 years, 9 months ago
  33. 0b1f557 csky: Fixup typos by Junlin Yang · 3 years, 10 months ago
  34. 4f192ac csky: Remove duplicate include in arch/csky/kernel/entry.S by Zhang Yunkai · 3 years, 10 months ago
  35. d199161 csky: change a Kconfig symbol name to fix e1000 build error by Randy Dunlap · 3 years, 9 months ago
  36. a0d8d55 whack-a-mole: kill strlen_user() (again) by Al Viro · 3 years, 9 months ago
  37. bab1770 ftrace: Fix spelling mistake "disabed" -> "disabled" by Colin Ian King · 3 years, 10 months ago
  38. cd27845 Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 3 years, 10 months ago
  39. 6607aa6 csky: Fixup compile error by Guo Ren · 3 years, 10 months ago
  40. 5d3f410 csky: use free_initmem_default() in free_initmem() by David Hildenbrand · 4 years ago
  41. c47e1a1 csky: Fixup pfn_valid error with wrong max_mapnr by Guo Ren · 4 years ago
  42. 0d3b051 csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC_VDSO by Guo Ren · 4 years ago
  43. 8dcbc61 csky: kprobe: Fixup code in simulate without 'long' by Guo Ren · 4 years ago
  44. af94002 csky: Fixup swapon by Guo Ren · 4 years ago
  45. a8fac05 csky: pgtable.h: Coding convention by Guo Ren · 4 years ago
  46. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 3 years, 11 months ago
  47. 5e144c4 csky: Fixup _PAGE_ACCESSED for default pgprot by Guo Ren · 4 years ago
  48. f1f61c9 csky: remove unused including <linux/version.h> by Tian Tao · 4 years ago
  49. 8bfb676 csky: Fix a size determination in gpr_get() by Zhenzhong Duan · 4 years, 3 months ago
  50. 87f3248 csky: Reconstruct VDSO framework by Guo Ren · 4 years ago
  51. e26db7a csky: mm: abort uaccess retries upon fatal signal by Guo Ren · 4 years ago
  52. bd0bf90 csky: Sync riscv mm/fault.c for easy maintenance by Guo Ren · 4 years ago
  53. 0f7e8ef csky: Fixup do_page_fault parent irq status by Guo Ren · 4 years ago
  54. 06f3f76 csky: Add faulthandler_disabled() check by Guo Ren · 4 years ago
  55. 3e455cf csky: Fixup update_mmu_cache called with user io mapping by Guo Ren · 4 years ago
  56. 78bfa70 csky: Fixup FAULT_FLAG_XXX param for handle_mm_fault by Guo Ren · 4 years ago
  57. 1152cb5 csky: Add show_tlb for CPU_CK860 debug by Guo Ren · 4 years ago
  58. 3b756cc csky: Fix TLB maintenance synchronization problem by Guo Ren · 4 years ago
  59. c109f42 csky: Add kmemleak support by Guo Ren · 4 years ago
  60. b0ae5e2 csky: Remove prologue of page fault handler in entry.S by Guo Ren · 4 years ago
  61. 7b513cf csky: Fixup PTE global for 2.5:1.5 virtual memory by Guo Ren · 4 years ago
  62. 8e35ac7 csky: Cleanup asm/spinlock.h by Guo Ren · 4 years ago
  63. c38425d csky: Fixup asm/cmpxchg.h with correct ordering barrier by Guo Ren · 4 years ago
  64. d6c5cb9 csky: Fixup futex SMP implementation by Guo Ren · 4 years ago
  65. 8d11f21 csky: Fixup barrier design by Guo Ren · 4 years ago
  66. f92ddfb csky: Remove custom asm/atomic.h implementation by Guo Ren · 4 years ago
  67. 51748e7 csky: Fixup show_regs doesn't contain regs->usp by Guo Ren · 4 years, 2 months ago
  68. 398cb92 csky: Fixup perf probe failed by Guo Ren · 4 years, 2 months ago
  69. 0c8a32e csky: Add memory layout 2.5G(user):1.5G(kernel) by Guo Ren · 4 years, 4 months ago
  70. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years ago
  71. 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
  72. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  73. e994cc2 Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  74. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  75. 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  76. 37373d9 Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  77. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  78. f91a3aa Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  79. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
  80. 6e9ae6f csky: Enable seccomp architecture tracking by YiFei Zhu · 4 years, 2 months ago
  81. d19ad07 ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs by Steven Rostedt (VMware) · 4 years, 2 months ago
  82. 76a4efa perf/arch: Remove perf_sample_data::regs_user_copy by Peter Zijlstra · 4 years, 2 months ago
  83. f3924d7 csky: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  84. 5af627a csky/mm/highmem: Switch to generic kmap atomic by Thomas Gleixner · 4 years, 2 months ago
  85. 773c167 ftrace: Add recording of functions that caused recursion by Steven Rostedt (VMware) · 4 years, 2 months ago
  86. c536aa1 kprobes/ftrace: Add recursion protection to the ftrace callback by Steven Rostedt (VMware) · 4 years, 2 months ago
  87. 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 3 months ago
  88. 746192f csky: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 4 months ago
  89. 7848d2e whack-a-mole: USE_ELF_CORE_DUMP by Al Viro · 4 years, 7 months ago
  90. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  91. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  92. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  93. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  94. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  95. 8b05418 Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 3 months ago
  96. 1c68907 Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  97. 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  98. 282a181 seccomp: Move config option SECCOMP to arch/Kconfig by YiFei Zhu · 4 years, 3 months ago
  99. 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
  100. 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago