1. 8b83369 Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 1 month ago
  2. 7899ed2 riscv: Improve kasan definitions by Alexandre Ghiti · 4 years, 1 month ago
  3. cc937ca riscv: Remove unnecessary declaration by Kefeng Wang · 4 years, 1 month ago
  4. 4bb87563 RISC-V: Add a non-void return for sbi v02 functions by Atish Patra · 4 years, 1 month ago
  5. 65d4b9c RISC-V: Implement ASID allocator by Anup Patel · 4 years, 1 month ago
  6. 3449831 RISC-V: remove unneeded semicolon by Chengyang Fan · 4 years, 2 months ago
  7. eefb5f3 riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWX by Sebastien Van Cauwenberghe · 4 years, 1 month ago
  8. 2ab5438 riscv: virt_addr_valid must check the address belongs to linear mapping by Alexandre Ghiti · 4 years, 1 month ago
  9. 091b945 riscv: Add dump stack in show_regs by Kefeng Wang · 4 years, 2 months ago
  10. fea2fed riscv: Enable per-task stack canaries by Guo Ren · 4 years, 3 months ago
  11. ee55ff8 riscv: Add support for function error injection by Guo Ren · 4 years, 3 months ago
  12. 7478408 riscv: Add uprobes supported by Guo Ren · 4 years, 3 months ago
  13. c22b0bc riscv: Add kprobes supported by Guo Ren · 4 years, 3 months ago
  14. dcdc7a53 RISC-V: Implement ptrace regs and stack API by Patrick Stählin · 4 years, 3 months ago
  15. 4f0e8ee riscv: Add numa support for riscv64 platform by Atish Patra · 4 years, 4 months ago
  16. 3e5b0bd riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING by Greentime Hu · 4 years, 4 months ago
  17. cbd34f4 riscv: Separate memory init from paging init by Atish Patra · 4 years, 4 months ago
  18. 0aa2ec8 riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL by Guo Ren · 4 years, 2 months ago
  19. 0ea02c7 riscv: Drop a duplicated PAGE_KERNEL_EXEC by Kefeng Wang · 4 years, 4 months ago
  20. d5805af riscv: Fix builtin DTB handling by Damien Le Moal · 4 years, 3 months ago
  21. 641e8cd riscv: Cleanup sbi function stubs when RISCV_SBI disabled by Kefeng Wang · 4 years, 4 months ago
  22. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years, 2 months ago
  23. 4a1106a Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  24. e2ae634 Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 3 months ago
  25. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  26. e994cc2 Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 3 months ago
  27. 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, 3 months ago
  28. 32a0de8 arch, mm: make kernel_page_present() always available by Mike Rapoport · 4 years, 3 months ago
  29. 5d6ad66 arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC by Mike Rapoport · 4 years, 3 months ago
  30. b01dedd Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 3 months ago
  31. 24a31b8 riscv: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 5 months ago
  32. ccbbfd1 RISC-V: Define get_cycles64() regardless of M-mode by Palmer Dabbelt · 4 years, 4 months ago
  33. 04091d6 riscv: provide memmove implementation by Nylon Chen · 4 years, 3 months ago
  34. 5464991 efi: stub: get rid of efi_get_max_fdt_addr() by Ard Biesheuvel · 4 years, 5 months ago
  35. aae5ab8 Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 4 months ago
  36. 19a0086 RISC-V: Protect all kernel sections including init early by Atish Patra · 4 years, 4 months ago
  37. 30aca1b RISC-V: fix barrier() use in <vdso/processor.h> by Randy Dunlap · 4 years, 4 months ago
  38. 9dd9706 riscv: Make stack walk callback consistent with generic code by Kefeng Wang · 4 years, 4 months ago
  39. 99c168f riscv: Cleanup stacktrace by Kefeng Wang · 4 years, 4 months ago
  40. 673a11a7 riscv: Enable seccomp architecture tracking by YiFei Zhu · 4 years, 4 months ago
  41. cef3970 arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed by Arnd Bergmann · 4 years, 4 months ago
  42. 635e3f3 riscv: uaccess: fix __put_kernel_nofault() by Changbin Du · 4 years, 4 months ago
  43. 2b56290 riscv: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 6 months ago
  44. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 5 months ago
  45. 0593c1b Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
  46. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  47. 270315b Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
  48. e8d444d riscv: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 6 months ago
  49. d464118 riscv: implement __get_kernel_nofault and __put_user_nofault by Christoph Hellwig · 4 years, 6 months ago
  50. f289a34 riscv: refactor __get_user and __put_user by Christoph Hellwig · 4 years, 6 months ago
  51. 11129e8 riscv: use memcpy based uaccess for nommu again by Christoph Hellwig · 4 years, 6 months ago
  52. b91540d RISC-V: Add EFI runtime services by Atish Patra · 4 years, 6 months ago
  53. d707174 RISC-V: Add EFI stub support. by Atish Patra · 4 years, 6 months ago
  54. cb7d2dd RISC-V: Add PE/COFF header for EFI stub by Atish Patra · 4 years, 6 months ago
  55. 6262f66 RISC-V: Add early ioremap support by Atish Patra · 4 years, 6 months ago
  56. 8f3a2b4 RISC-V: Move DT mapping outof fixmap by Anup Patel · 4 years, 6 months ago
  57. aa98876 RISC-V: Check clint_time_val before use by Anup Patel · 4 years, 6 months ago
  58. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 6 months ago
  59. d5be89a RISC-V: Resurrect the MMIO timer implementation for M-mode systems by Palmer Dabbelt · 4 years, 6 months ago
  60. 38f5bd2 riscv: Add cache information in AUX vector by Zong Li · 4 years, 7 months ago
  61. 66d18db RISC-V: Take text_mutex in ftrace_init_nop() by Palmer Dabbelt · 4 years, 7 months ago
  62. 2bc3fc8 RISC-V: Remove CLINT related code from timer and arch by Anup Patel · 4 years, 7 months ago
  63. cc7f3f7 RISC-V: Add mechanism to provide custom IPI operations by Anup Patel · 4 years, 7 months ago
  64. b923f12 Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  65. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 7 months ago
  66. efbfc62 riscv: include <asm/pgtable.h> in <asm/uaccess.h> by Christoph Hellwig · 4 years, 7 months ago
  67. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  68. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 7 months ago
  69. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 7 months ago
  70. dbf8381 Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  71. 4c5a116 vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter() by Thomas Gleixner · 4 years, 7 months ago
  72. 635093e RISC-V: Fix build warning for smpboot.c by Atish Patra · 4 years, 8 months ago
  73. 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  74. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  75. 89b03cc riscv: Use generic pgprot_* macros from <linux/pgtable.h> by Pekka Enberg · 4 years, 8 months ago
  76. ebc00dd riscv: Add jump-label implementation by Emil Renner Berthing · 4 years, 8 months ago
  77. f2c9699 riscv: Add STACKPROTECTOR supported by Guo Ren · 4 years, 8 months ago
  78. 2984479 riscv: Support irq_work via self IPIs by Greentime Hu · 4 years, 9 months ago
  79. f05d671 Merge branch 'locking/header' by Peter Zijlstra · 4 years, 8 months ago
  80. 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 8 months ago
  81. 002dff3 asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h' by Will Deacon · 4 years, 8 months ago
  82. 38b7c2a RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorw by Palmer Dabbelt · 4 years, 8 months ago
  83. 0cac21b riscv: use 16KB kernel stack on 64-bit by Andreas Schwab · 4 years, 8 months ago
  84. 70ee573 riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warning by Vincent Chen · 4 years, 9 months ago
  85. def0aa2 kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h by Vincent Chen · 4 years, 9 months ago
  86. 6c58f25 riscv/atomic: Fix sign extension for RV64I by Nathan Huckleberry · 4 years, 9 months ago
  87. cd16ed3 Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 9 months ago
  88. ad5d112 riscv: use vDSO common flow to reduce the latency of the time-related functions by Vincent Chen · 4 years, 9 months ago
  89. 033a65d clocksource/drivers/timer-riscv: Use per-CPU timer interrupt by Anup Patel · 4 years, 10 months ago
  90. 6b7ce892 irqchip: RISC-V per-HART local interrupt controller driver by Anup Patel · 4 years, 10 months ago
  91. d175d69 RISC-V: Rename and move plic_find_hart_id() to arch directory by Anup Patel · 4 years, 10 months ago
  92. 5cf998b RISC-V: self-contained IPI handling routine by Anup Patel · 4 years, 10 months ago
  93. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 9 months ago
  94. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  95. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  96. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 9 months ago
  97. 396eb69 riscv: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 9 months ago
  98. 435faf5 Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 9 months ago
  99. b422d28 riscv: support DEBUG_WX by Zong Li · 4 years, 9 months ago
  100. 5be9934 mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags() by Anshuman Khandual · 4 years, 9 months ago