1. e8a62cc riscv: Implement sv48 support by Alexandre Ghiti · 3 years, 1 month ago
  2. 3270bfd riscv: Allow to dynamically define VA_BITS by Alexandre Ghiti · 3 years, 1 month ago
  3. 2efad17 riscv: Split early kasan mapping to prepare sv48 introduction by Alexandre Ghiti · 3 years, 1 month ago
  4. f7ae023 riscv: Move KASAN mapping next to the kernel mapping by Alexandre Ghiti · 3 years, 1 month ago
  5. b89f311 Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 2 months ago
  6. e8f023c Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 2 months ago
  7. d7e0a79 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
  8. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  9. 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  10. 7c8de08 RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions by Anup Patel · 3 years, 2 months ago
  11. 0a86512 RISC-V: KVM: Factor-out FP virtualization into separate sources by Anup Patel · 3 years, 2 months ago
  12. 54c5639d riscv: Fix asan-stack clang build by Alexandre Ghiti · 3 years, 2 months ago
  13. 683b33f riscv/vdso: Drop unneeded part due to merge issue by Kefeng Wang · 3 years, 3 months ago
  14. f9ace4e riscv: remove .text section size limitation for XIP by Vitaly Wool · 3 years, 3 months ago
  15. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
  16. 7369866 Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into for-next by Palmer Dabbelt · 3 years, 3 months ago
  17. 9246320 Merge remote-tracking branch 'palmer/riscv-clone3' into fixes by Palmer Dabbelt · 3 years, 3 months ago
  18. 59a4e0d RISC-V: Include clone3() on rv32 by Palmer Dabbelt · 3 years, 3 months ago
  19. dffe11e riscv/vdso: Add support for time namespaces by Tong Tiangen · 3 years, 4 months ago
  20. dea8ee3 RISC-V: KVM: Add SBI v0.1 support by Atish Patra · 3 years, 3 months ago
  21. 4d9c5c0 RISC-V: KVM: Implement ONE REG interface for FP registers by Atish Patra · 3 years, 3 months ago
  22. 5de52d4 RISC-V: KVM: FP lazy save/restore by Atish Patra · 3 years, 3 months ago
  23. 3a9f66c RISC-V: KVM: Add timer functionality by Atish Patra · 3 years, 3 months ago
  24. 9955371 RISC-V: KVM: Implement MMU notifiers by Anup Patel · 3 years, 3 months ago
  25. 9d05c1f RISC-V: KVM: Implement stage2 page table programming by Anup Patel · 3 years, 3 months ago
  26. fd7bb4a RISC-V: KVM: Implement VMID allocator by Anup Patel · 3 years, 3 months ago
  27. 9f70132 RISC-V: KVM: Handle MMIO exits for VCPU by Anup Patel · 3 years, 3 months ago
  28. 34bde9d8 RISC-V: KVM: Implement VCPU world-switch by Anup Patel · 3 years, 3 months ago
  29. 92ad820 RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls by Anup Patel · 3 years, 3 months ago
  30. cce69af RISC-V: KVM: Implement VCPU interrupts and requests handling by Anup Patel · 3 years, 3 months ago
  31. a33c72f RISC-V: KVM: Implement VCPU create, init and destroy functions by Anup Patel · 3 years, 3 months ago
  32. 99cdc6c RISC-V: Add initial skeletal KVM support by Anup Patel · 3 years, 3 months ago
  33. 3f2401f RISC-V: Add hypervisor extension related CSR defines by Anup Patel · 3 years, 3 months ago
  34. 78a743c riscv/vdso: Move vdso data page up front by Tong Tiangen · 3 years, 4 months ago
  35. bb4a23c riscv/vdso: Refactor asm/vdso.h by Tong Tiangen · 3 years, 4 months ago
  36. adf8a61 kprobes: treewide: Make it harder to refer kretprobe_trampoline directly by Masami Hiramatsu · 3 years, 4 months ago
  37. 7962c2e arch: remove unused function syscall_set_arguments() by Peter Collingbourne · 3 years, 4 months ago
  38. d593553 riscv: Improve stack randomisation on RV64 by Kefeng Wang · 3 years, 5 months ago
  39. 063df71 Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 4 months ago
  40. 477f70c Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 4 months ago
  41. a290f51 RISC-V: Fix VDSO build for !MMU by Palmer Dabbelt · 3 years, 4 months ago
  42. fde9c59 riscv: explicitly use symbol offsets for VDSO by Saleem Abdulrasool · 3 years, 5 months ago
  43. fb31f0a riscv: fix the global name pfn_base confliction error by Kenneth Lee · 3 years, 5 months ago
  44. 0aba691 riscv: Introduce va_kernel_pa_offset for 32-bit kernel by Alexandre Ghiti · 3 years, 5 months ago
  45. 59a27e1 riscv: Optimize kernel virtual address conversion macro by Alexandre Ghiti · 3 years, 5 months ago
  46. 6d7f91d riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion by Alexandre Ghiti · 3 years, 5 months ago
  47. 13e47be riscv: Implement thread_struct whitelist for hardened usercopy by Tong Tiangen · 3 years, 6 months ago
  48. 35482f9 Backmerge tag 'v5.14-rc3' into drm-next by Dave Airlie · 3 years, 5 months ago
  49. 8da49a3 Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 5 months ago
  50. c79e89e RISC-V: load initrd wherever it fits into memory by Heinrich Schuchardt · 3 years, 6 months ago
  51. 8633ef8 drivers/firmware: consolidate EFI framebuffer setup for all arches by Javier Martinez Canillas · 3 years, 6 months ago
  52. 9b76d71 Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 6 months ago
  53. 9cf6fa2 mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * by Aneesh Kumar K.V · 3 years, 6 months ago
  54. 7bb7f2a arch, mm: wire up memfd_secret system call where relevant by Mike Rapoport · 3 years, 6 months ago
  55. 31da94c riscv: add VMAP_STACK overflow detection by Tong Tiangen · 3 years, 6 months ago
  56. 70eee55 riscv: ptrace: add argn syntax by Jeff Xie · 3 years, 6 months ago
  57. 9eb4fcf riscv: mm: fix build errors caused by mk_pmd() by Nanyong Sun · 3 years, 7 months ago
  58. 658e2c5 riscv: Introduce structure that group all variables regarding kernel mapping by Alexandre Ghiti · 3 years, 7 months ago
  59. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  60. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 6 months ago
  61. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 6 months ago
  62. 01112e5 Merge branch 'riscv-wx-mappings' into for-next by Palmer Dabbelt · 3 years, 6 months ago
  63. e5c35fa0 riscv: Map the kernel with correct permissions the first time by Alexandre Ghiti · 3 years, 6 months ago
  64. c10bc26 riscv: Introduce set_kernel_memory helper by Alexandre Ghiti · 3 years, 6 months ago
  65. 47513f2 riscv: Enable KFENCE for riscv64 by Liu Shixin · 3 years, 7 months ago
  66. f627476 RISC-V: Use asm-generic for {in,out}{bwlq} by Palmer Dabbelt · 3 years, 7 months ago
  67. 3f1e782 riscv: add ASID-based tlbflushing methods by Guo Ren · 3 years, 7 months ago
  68. a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  69. 3a02764 riscv: Ensure BPF_JIT_REGION_START aligned with PMD size by Jisheng Zhang · 3 years, 6 months ago
  70. 7094e6a riscv: Simplify xip and !xip kernel address conversion macros by Alexandre Ghiti · 3 years, 7 months ago
  71. 858cf860 riscv: alternative: fix typo in macro name by Vitaly Wool · 3 years, 7 months ago
  72. efcec32 riscv: Cleanup unused functions by Guo Ren · 3 years, 7 months ago
  73. ff76e3d riscv: fix build error when CONFIG_SMP is disabled by Bixuan Cui · 3 years, 7 months ago
  74. cba43c3 riscv: Use global mappings for kernel pages by Guo Ren · 3 years, 7 months ago
  75. 0106235 riscv: mm: init: Consolidate vars, functions by Jisheng Zhang · 3 years, 8 months ago
  76. 8c9f494 riscv: kprobes: Remove redundant kprobe_step_ctx by Jisheng Zhang · 3 years, 9 months ago
  77. 9efbb35 locking/atomic: riscv: move to ARCH_ATOMIC by Mark Rutland · 3 years, 7 months ago
  78. 37a7a2a riscv: Turn has_fpu into a static key if FPU=y by Jisheng Zhang · 3 years, 8 months ago
  79. f842f5f riscv: Move setup_bootmem into paging_init by Kefeng Wang · 3 years, 8 months ago
  80. db75674 riscv: enable generic PCI resource mapping by Stanislaw Kardach · 3 years, 9 months ago
  81. 3332f41 riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMD by Jisheng Zhang · 3 years, 9 months ago
  82. bab0d47 riscv: kexec: Fix W=1 build warnings by Jisheng Zhang · 3 years, 8 months ago
  83. e88b333 riscv: mm: add THP support on 64-bit by Nanyong Sun · 3 years, 8 months ago
  84. 141682f riscv: mm: make pmd_bad() check leaf condition by Nanyong Sun · 3 years, 8 months ago
  85. f5397c3 riscv: mm: add _PAGE_LEAF macro by Nanyong Sun · 3 years, 8 months ago
  86. 8d91b09 riscv: Consistify protect_kernel_linear_mapping_text_rodata() use by Geert Uytterhoeven · 3 years, 8 months ago
  87. 939b7cb Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 8 months ago
  88. 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
  89. f54c7b5 RISC-V: Always define XIP_FIXUP by Palmer Dabbelt · 3 years, 8 months ago
  90. 883fcb8 riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=y by Alexandre Ghiti · 3 years, 8 months ago
  91. 44c9225 RISC-V: enable XIP by Vitaly Wool · 3 years, 9 months ago
  92. e53d281 RISC-V: Add kdump support by Nick Kossifidis · 3 years, 8 months ago
  93. fba8a86 RISC-V: Add kexec support by Nick Kossifidis · 3 years, 8 months ago
  94. 300f62c riscv: Constify sbi_ipi_ops by Jisheng Zhang · 3 years, 9 months ago
  95. e6a3022 riscv: Constify sys_call_table by Jisheng Zhang · 3 years, 9 months ago
  96. 2bfc6cd riscv: Move kernel mapping outside of linear mapping by Alexandre Ghiti · 3 years, 9 months ago
  97. 7ce0477 riscv: Workaround mcount name prior to clang-13 by Nathan Chancellor · 3 years, 9 months ago
  98. bff3ff5 riscv: sifive: Apply errata "cip-1200" patch by Vincent Chen · 3 years, 9 months ago
  99. 800149a riscv: sifive: Apply errata "cip-453" patch by Vincent Chen · 3 years, 9 months ago
  100. 1a0e5db riscv: sifive: Add SiFive alternative ports by Vincent Chen · 3 years, 9 months ago