1. 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
  2. 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
  3. 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
  4. 723a42f riscv: convert to setup_initial_init_mm() by Kefeng Wang · 3 years, 6 months ago
  5. 7bb7f2a arch, mm: wire up memfd_secret system call where relevant by Mike Rapoport · 3 years, 6 months ago
  6. 10cc327 riscv/Kconfig: make direct map manipulation options depend on MMU by Mike Rapoport · 3 years, 6 months ago
  7. 1958e5a riscv: xip: Fix duplicate included asm/pgtable.h by Jiapeng Chong · 3 years, 7 months ago
  8. 7761e36 riscv: Fix PTDUMP output now BPF region moved back to module region by Alexandre Ghiti · 3 years, 7 months ago
  9. ca6eaaa riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall by Akira Tsukamoto · 3 years, 7 months ago
  10. 31da94c riscv: add VMAP_STACK overflow detection by Tong Tiangen · 3 years, 7 months ago
  11. 70eee55 riscv: ptrace: add argn syntax by Jeff Xie · 3 years, 7 months ago
  12. 9eb4fcf riscv: mm: fix build errors caused by mk_pmd() by Nanyong Sun · 3 years, 7 months ago
  13. 658e2c5 riscv: Introduce structure that group all variables regarding kernel mapping by Alexandre Ghiti · 3 years, 7 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. 01112e5 Merge branch 'riscv-wx-mappings' into for-next by Palmer Dabbelt · 3 years, 6 months ago
  18. e5c35fa0 riscv: Map the kernel with correct permissions the first time by Alexandre Ghiti · 3 years, 7 months ago
  19. c10bc26 riscv: Introduce set_kernel_memory helper by Alexandre Ghiti · 3 years, 7 months ago
  20. 47513f2 riscv: Enable KFENCE for riscv64 by Liu Shixin · 3 years, 7 months ago
  21. f627476 RISC-V: Use asm-generic for {in,out}{bwlq} by Palmer Dabbelt · 3 years, 7 months ago
  22. 3f1e782 riscv: add ASID-based tlbflushing methods by Guo Ren · 3 years, 7 months ago
  23. 70c7605 riscv: pass the mm_struct to __sbi_tlb_flush_range by Christoph Hellwig · 3 years, 7 months ago
  24. 63703f3 mm: generalize ZONE_[DMA|DMA32] by Kefeng Wang · 3 years, 6 months ago
  25. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  26. a9ee6cf mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA by Mike Rapoport · 3 years, 6 months ago
  27. 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
  28. 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
  29. 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
  30. 7ede12b riscv: dts: fu740: fix cache-controller interrupts by David Abdurachmanov · 3 years, 7 months ago
  31. 3a02764 riscv: Ensure BPF_JIT_REGION_START aligned with PMD size by Jisheng Zhang · 3 years, 7 months ago
  32. 314b781 riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' name by Jisheng Zhang · 3 years, 7 months ago
  33. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  34. b2c0931 Merge branch 'sched/urgent' into sched/core, to resolve conflicts by Ingo Molnar · 3 years, 7 months ago
  35. c9811e3 riscv: Add mem kernel parameter support by Kefeng Wang · 3 years, 7 months ago
  36. 01f5315 riscv: sifive: fix Kconfig errata warning by Randy Dunlap · 3 years, 8 months ago
  37. 5d2388d riscv32: Use medany C model for modules by Khem Raj · 3 years, 7 months ago
  38. 0ddd7ea riscv: Fix BUILTIN_DTB for sifive and microchip soc by Alexandre Ghiti · 3 years, 7 months ago
  39. 7094e6a riscv: Simplify xip and !xip kernel address conversion macros by Alexandre Ghiti · 3 years, 7 months ago
  40. 9b79878 riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED by Alexandre Ghiti · 3 years, 7 months ago
  41. ce3aca0 riscv: Only initialize swiotlb when necessary by Kefeng Wang · 3 years, 7 months ago
  42. 858cf860 riscv: alternative: fix typo in macro name by Vitaly Wool · 3 years, 7 months ago
  43. 42e0e0b riscv: code patching only works on !XIP_KERNEL by Jisheng Zhang · 3 years, 8 months ago
  44. 5e63215 riscv: xip: support runtime trap patching by Vitaly Wool · 3 years, 7 months ago
  45. ae3d69b riscv: fix typo in init.c by Vitaly Wool · 3 years, 7 months ago
  46. efcec32 riscv: Cleanup unused functions by Guo Ren · 3 years, 7 months ago
  47. 5def442 riscv: mm: Use better bitmap_zalloc() by Kefeng Wang · 3 years, 7 months ago
  48. ff76e3d riscv: fix build error when CONFIG_SMP is disabled by Bixuan Cui · 3 years, 7 months ago
  49. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 7 months ago
  50. 2e38eb0 kprobes: Do not increment probe miss count in the fault handler by Naveen N. Rao · 3 years, 7 months ago
  51. 160ce36 Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixes by Palmer Dabbelt · 3 years, 7 months ago
  52. da2d488 RISC-V: Fix memblock_free() usages in init_resources() by Wende Tan · 3 years, 8 months ago
  53. b75db25 riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabled by Vincent · 3 years, 8 months ago
  54. 8a4102a riscv: mm: Fix W+X mappings at boot by Jisheng Zhang · 3 years, 8 months ago
  55. ec6aba3 kprobes: Remove kprobe::fault_handler by Peter Zijlstra · 3 years, 8 months ago
  56. cba43c3 riscv: Use global mappings for kernel pages by Guo Ren · 3 years, 8 months ago
  57. 7fa865f5 riscv: TRANSPARENT_HUGEPAGE: depends on MMU by Randy Dunlap · 3 years, 8 months ago
  58. 0106235 riscv: mm: init: Consolidate vars, functions by Jisheng Zhang · 3 years, 8 months ago
  59. 3df952a riscv: Add __init section marker to some functions again by Jisheng Zhang · 3 years, 8 months ago
  60. ec3a5cb riscv: Use -mno-relax when using lld linker by Khem Raj · 3 years, 8 months ago
  61. 8c9f494 riscv: kprobes: Remove redundant kprobe_step_ctx by Jisheng Zhang · 3 years, 9 months ago
  62. d92cc4d kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild by Masahiro Yamada · 3 years, 8 months ago
  63. 3c18851 locking/atomic: delete !ARCH_ATOMIC remnants by Mark Rutland · 3 years, 8 months ago
  64. 9efbb35 locking/atomic: riscv: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  65. 37a7a2a riscv: Turn has_fpu into a static key if FPU=y by Jisheng Zhang · 3 years, 8 months ago
  66. 8237c52 riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred() by Jisheng Zhang · 3 years, 8 months ago
  67. 50bae95 riscv: mm: Drop redundant _sdata and _edata declaration by Kefeng Wang · 3 years, 8 months ago
  68. f842f5f riscv: Move setup_bootmem into paging_init by Kefeng Wang · 3 years, 8 months ago
  69. db75674 riscv: enable generic PCI resource mapping by Stanislaw Kardach · 3 years, 9 months ago
  70. 8f3e136f riscv: mm: Remove setup_zero_page() by Jisheng Zhang · 3 years, 8 months ago
  71. 3332f41 riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMD by Jisheng Zhang · 3 years, 9 months ago
  72. bab0d47 riscv: kexec: Fix W=1 build warnings by Jisheng Zhang · 3 years, 8 months ago
  73. 02ccdee riscv: kprobes: Fix build error when MMU=n by Jisheng Zhang · 3 years, 8 months ago
  74. 97a0310 riscv: Select ARCH_USE_MEMTEST by Kefeng Wang · 3 years, 8 months ago
  75. eac2f30 riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled by Chen Huang · 3 years, 8 months ago
  76. e88b333 riscv: mm: add THP support on 64-bit by Nanyong Sun · 3 years, 8 months ago
  77. c3b2d67 riscv: mm: add param stride for __sbi_tlb_flush_range by Nanyong Sun · 3 years, 8 months ago
  78. 141682f riscv: mm: make pmd_bad() check leaf condition by Nanyong Sun · 3 years, 8 months ago
  79. f5397c3 riscv: mm: add _PAGE_LEAF macro by Nanyong Sun · 3 years, 8 months ago
  80. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  81. beaf5ae riscv: remove unused handle_exception symbol by Rouven Czerwinski · 3 years, 8 months ago
  82. 8d91b09 riscv: Consistify protect_kernel_linear_mapping_text_rodata() use by Geert Uytterhoeven · 3 years, 8 months ago
  83. 0e0d499 riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=y by Vincent Chen · 3 years, 8 months ago
  84. 8db6f93 riscv: Only extend kernel reservation if mapped read-only by Geert Uytterhoeven · 3 years, 8 months ago
  85. 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
  86. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  87. 57151b5 Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 8 months ago
  88. 855f9a8 mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) by Anshuman Khandual · 3 years, 8 months ago
  89. 51e6f07 Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 3 years, 8 months ago
  90. ae80d51 riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC by Greentime Hu · 3 years, 8 months ago
  91. 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
  92. f54c7b5 RISC-V: Always define XIP_FIXUP by Palmer Dabbelt · 3 years, 8 months ago
  93. 28252e0 riscv: Remove 32b kernel mapping from page table dump by Alexandre Ghiti · 3 years, 9 months ago
  94. 883fcb8 riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=y by Alexandre Ghiti · 3 years, 8 months ago
  95. 533b4f3 RISC-V: Fix error code returned by riscv_hartid_to_cpuid() by Anup Patel · 3 years, 9 months ago
  96. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  97. 2951162 RISC-V: Enable Microchip PolarFire ICICLE SoC by Atish Patra · 3 years, 10 months ago
  98. 0fa6107 RISC-V: Initial DTS for Microchip ICICLE board by Atish Patra · 3 years, 10 months ago
  99. 99b3e3d RISC-V: Add Microchip PolarFire SoC kconfig option by Atish Patra · 3 years, 10 months ago
  100. 44c9225 RISC-V: enable XIP by Vitaly Wool · 3 years, 9 months ago