| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-25 | Merge tag 'riscv-for-linus-6.15-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -13/+12 |
| 2025-04-24 | riscv: uprobes: Add missing fence.i after building the XOL buffer | Björn Töpel | 1 | -8/+2 |
| 2025-04-24 | riscv: Replace function-like macro by static inline function | Björn Töpel | 1 | -5/+10 |
| 2025-04-23 | Fix mis-uses of 'cc-option' for warning disablement | Linus Torvalds | 1 | -2/+2 |
| 2025-04-16 | Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Palmer Dabbelt | 5 | -34/+71 |
| 2025-04-16 | Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation" | Palmer Dabbelt | 2 | -8/+7 |
| 2025-04-16 | riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_break | WangYuli | 1 | -3/+1 |
| 2025-04-16 | riscv: KGDB: Do not inline arch_kgdb_breakpoint() | WangYuli | 2 | -8/+9 |
| 2025-04-16 | riscv: Avoid fortify warning in syscall_get_arguments() | Nathan Chancellor | 1 | -2/+5 |
| 2025-04-14 | riscv: Provide all alternative macros all the time | Andrew Jones | 1 | -12/+7 |
| 2025-04-14 | riscv: module: Allocate PLT entries for R_RISCV_PLT32 | Samuel Holland | 1 | -6/+7 |
| 2025-04-14 | riscv: module: Fix out-of-bounds relocation access | Samuel Holland | 1 | -1/+1 |
| 2025-04-14 | riscv: Properly export reserved regions in /proc/iomem | Björn Töpel | 1 | -1/+35 |
| 2025-04-14 | riscv: Fix unaligned access info messages | Andrew Jones | 1 | -14/+21 |
| 2025-04-10 | riscv: Avoid fortify warning in syscall_get_arguments() | Nathan Chancellor | 1 | -2/+5 |
| 2025-04-07 | riscv: Use kvmalloc_array on relocation_hashtable | Will Pierce | 1 | -4/+5 |
| 2025-04-05 | Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 4 | -15/+4 |
| 2025-04-04 | Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 54 | -372/+980 |
| 2025-04-03 | Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Palmer Dabbelt | 9 | -72/+171 |
| 2025-04-01 | riscv: pgtable: unconditionally use tlb_remove_ptdesc() | Qi Zheng | 1 | -22/+4 |
| 2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -4/+2 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 7 | -12/+7 |
| 2025-04-01 | riscv: Add norvc after .option arch in runtime const | Charlie Jenkins | 1 | -0/+2 |
| 2025-04-01 | riscv: Make sure toolchain supports zba before using zba instructions | Alexandre Ghiti | 2 | -2/+11 |
| 2025-04-01 | riscv/purgatory: 4B align purgatory_start | Björn Töpel | 1 | -0/+1 |
| 2025-04-01 | riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator | Yao Zi | 1 | -0/+3 |
| 2025-04-01 | Merge patch series "Add some validation for vector, vector crypto and fp stuff" | Alexandre Ghiti | 2 | -40/+106 |
| 2025-04-01 | riscv: Fix hugetlb retrieval of number of ptes in case of !present pte | Alexandre Ghiti | 1 | -30/+44 |
| 2025-04-01 | riscv: print hartid on bringup | Yunhui Cui | 2 | -0/+6 |
| 2025-03-31 | riscv: Add norvc after .option arch in runtime const | Charlie Jenkins | 1 | -0/+2 |
| 2025-03-29 | Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+0 |
| 2025-03-27 | Merge tag 'soc-dt-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 11 | -13/+124 |
| 2025-03-26 | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -2/+0 |
| 2025-03-26 | Merge patch series "riscv: Relocatable NOMMU kernels" | Palmer Dabbelt | 6 | -74/+73 |
| 2025-03-26 | riscv: Remove CONFIG_PAGE_OFFSET | Samuel Holland | 4 | -21/+12 |
| 2025-03-26 | riscv: Support CONFIG_RELOCATABLE on riscv32 | Samuel Holland | 2 | -10/+9 |
| 2025-03-26 | riscv: Support CONFIG_RELOCATABLE on NOMMU | Samuel Holland | 3 | -39/+49 |
| 2025-03-26 | riscv: Allow NOMMU kernels to access all of RAM | Samuel Holland | 2 | -9/+5 |
| 2025-03-26 | riscv: Remove duplicate CONFIG_PAGE_OFFSET definition | Samuel Holland | 1 | -1/+0 |
| 2025-03-26 | RISC-V: errata: Use medany for relocatable builds | Palmer Dabbelt | 1 | -1/+5 |
| 2025-03-25 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 14 | -311/+618 |
| 2025-03-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -5/+4 |
| 2025-03-25 | Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -125/+19 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+4 |
| 2025-03-25 | Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+11 |
| 2025-03-25 | RISC-V: add f & d extension validation checks | Conor Dooley | 1 | -2/+29 |
| 2025-03-25 | RISC-V: add vector crypto extension validation checks | Conor Dooley | 1 | -16/+33 |
| 2025-03-25 | RISC-V: add vector extension validation checks | Conor Dooley | 2 | -20/+43 |
| 2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-24 | Merge tag 'bitmap-for-6.15' of https://github.com/norov/linux | Linus Torvalds | 1 | -2/+2 |
| 2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+1 |
| 2025-03-20 | Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD | Paolo Bonzini | 1 | -2/+0 |
| 2025-03-20 | Merge tag 'kvm-riscv-6.15-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 3 | -3/+4 |
| 2025-03-20 | Merge patch series "riscv: Add runtime constant support" | Alexandre Ghiti | 8 | -6/+299 |
| 2025-03-20 | riscv: Add runtime constant support | Charlie Jenkins | 4 | -0/+291 |
| 2025-03-20 | riscv: Move nop definition to insn-def.h | Charlie Jenkins | 4 | -6/+8 |
| 2025-03-20 | Merge patch series "riscv: Unaligned access speed probing fixes and skipping" | Alexandre Ghiti | 3 | -103/+152 |
| 2025-03-20 | RISC-V: KVM: Optimize comments in kvm_riscv_vcpu_isa_disable_allowed | Chao Du | 1 | -1/+1 |
| 2025-03-19 | Merge tag 'riscv-dt-for-v6.15' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 7 | -13/+51 |
| 2025-03-19 | Merge tag 'riscv-sophgo-dt-for-v6.15' of https://github.com/sophgo/linux into... | Arnd Bergmann | 2 | -0/+45 |
| 2025-03-19 | riscv: dts: starfive: remove "snps,en-tx-lpi-clockgating" property | Russell King (Oracle) | 1 | -2/+0 |
| 2025-03-19 | RISC-V: KVM: Teardown riscv specific bits after kvm_exit | Atish Patra | 1 | -2/+2 |
| 2025-03-19 | riscv: Add parameter for skipping access speed tests | Andrew Jones | 1 | -66/+121 |
| 2025-03-19 | riscv: Fix set up of vector cpu hotplug callback | Andrew Jones | 1 | -15/+16 |
| 2025-03-19 | riscv: Fix set up of cpu hotplug callbacks | Andrew Jones | 1 | -14/+13 |
| 2025-03-19 | riscv: Change check_unaligned_access_speed_all_cpus to void | Andrew Jones | 1 | -10/+5 |
| 2025-03-19 | riscv: Fix check_unaligned_access_all_cpus | Andrew Jones | 2 | -10/+7 |
| 2025-03-19 | riscv: Fix riscv_online_cpu_vec | Andrew Jones | 1 | -2/+4 |
| 2025-03-19 | riscv: Annotate unaligned access init functions | Andrew Jones | 3 | -13/+13 |
| 2025-03-19 | RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM | Clément Léger | 2 | -0/+6 |
| 2025-03-19 | riscv: hwprobe: export Zaamo and Zalrsc extensions | Clément Léger | 2 | -0/+4 |
| 2025-03-19 | riscv: add parsing for Zaamo and Zalrsc extensions | Clément Léger | 2 | -1/+10 |
| 2025-03-19 | riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrac... | Pu Lehui | 1 | -13/+11 |
| 2025-03-19 | Merge tag 'v6.14-rc7' into x86/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
| 2025-03-18 | riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRA... | Pu Lehui | 1 | -1/+1 |
| 2025-03-18 | riscv: Fix missing __free_pages() in check_vector_unaligned_access() | Alexandre Ghiti | 1 | -1/+4 |
| 2025-03-18 | riscv: Fix the __riscv_copy_vec_words_unaligned implementation | Tingbo Liao | 1 | -1/+1 |
| 2025-03-18 | riscv: mm: Don't use %pK through printk | Thomas Weißschuh | 1 | -1/+1 |
| 2025-03-18 | riscv: remove redundant CMDLINE_FORCE check | Zixian Zeng | 1 | -5/+0 |
| 2025-03-18 | riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_... | Juhan Jin | 1 | -2/+2 |
| 2025-03-18 | riscv: migrate to the generic rule for built-in DTB | Masahiro Yamada | 5 | -6/+4 |
| 2025-03-18 | riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs() | Charlie Jenkins | 2 | -9/+11 |
| 2025-03-18 | riscv: Remove duplicate CLINT_TIMER selections | Geert Uytterhoeven | 1 | -2/+0 |
| 2025-03-18 | riscv: defconfig: Disable Renesas SoC support | Geert Uytterhoeven | 1 | -2/+0 |
| 2025-03-18 | riscv: Fix a comment typo in set_mm_asid() | Chin Yik Ming | 1 | -1/+1 |
| 2025-03-18 | Merge patch series "Support SSTC while PM operations" | Alexandre Ghiti | 2 | -0/+18 |
| 2025-03-18 | riscv: Add stimecmp save and restore | Nick Hu | 2 | -0/+18 |
| 2025-03-18 | riscv: Simplify base extension checks and direct boolean return | Chin Yik Ming | 2 | -5/+3 |
| 2025-03-18 | riscv: Remove unused TASK_TI_FLAGS | Jinjie Ruan | 1 | -1/+0 |
| 2025-03-18 | RISC-V: hwprobe: Expose Zicbom extension and its block size | Yunhui Cui | 3 | -2/+10 |
| 2025-03-18 | RISC-V: Enable cbo.clean/flush in usermode | Yunhui Cui | 1 | -0/+8 |
| 2025-03-18 | Merge patch series "riscv: Add bfloat16 instruction support" | Alexandre Ghiti | 4 | -0/+44 |
| 2025-03-18 | riscv: hwprobe: export bfloat16 ISA extension | Inochi Amaoto | 2 | -0/+6 |
| 2025-03-18 | riscv: add ISA extension parsing for bfloat16 ISA extension | Inochi Amaoto | 2 | -0/+38 |
| 2025-03-18 | riscv: Implement smp_cond_load8/16() with Zawrs | Guo Ren | 1 | -3/+35 |
| 2025-03-18 | riscv: Call secondary mmu notifier when flushing the tlb | Alexandre Ghiti | 1 | -15/+22 |
| 2025-03-18 | riscv: hwprobe: export Zicntr and Zihpm extensions | Miquel Sabaté Solà | 2 | -0/+4 |
| 2025-03-18 | riscv: remove useless pc check in stacktrace handling | Clément Léger | 1 | -1/+1 |
| 2025-03-18 | riscv: Support huge pfnmaps | Andrew Bresticker | 2 | -0/+50 |
| 2025-03-18 | Merge patch series "RISC-V: clarify what some RISCV_ISA* config options do & ... | Alexandre Ghiti | 8 | -49/+38 |
| 2025-03-18 | RISC-V: separate Zbb optimisations requiring and not requiring toolchain support | Conor Dooley | 8 | -33/+20 |
| 2025-03-18 | RISC-V: clarify what some RISCV_ISA* config options do | Conor Dooley | 1 | -17/+19 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2025-03-17 | arch, mm: introduce arch_mm_preinit | Mike Rapoport (Microsoft) | 1 | -2/+6 |
| 2025-03-17 | arch, mm: set high_memory in free_area_init() | Mike Rapoport (Microsoft) | 1 | -1/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -1/+0 |
| 2025-03-17 | Merge tag 'soc-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-17 | mm: rename GENERIC_PTDUMP and PTDUMP_CORE | Anshuman Khandual | 2 | -2/+2 |
| 2025-03-16 | crash: remove an unused argument from reserve_crashkernel_generic() | Sourabh Jain | 1 | -4/+2 |
| 2025-03-16 | mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long | Ryan Roberts | 2 | -2/+2 |
| 2025-03-16 | mm: support tlbbatch flush for a range of PTEs | Barry Song | 2 | -4/+2 |
| 2025-03-17 | kbuild: Create intermediate vmlinux build with relocations preserved | Ard Biesheuvel | 2 | -14/+2 |
| 2025-03-17 | kbuild: Introduce Kconfig symbol for linking vmlinux with relocations | Ard Biesheuvel | 2 | -1/+2 |
| 2025-03-12 | riscv: fix test_and_{set,clear}_bit ordering documentation | Ignacio Encinas | 1 | -2/+2 |
| 2025-03-11 | Merge tag 'pinctrl-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
| 2025-03-10 | riscv/crc64: add Zbc optimized CRC64 functions | Eric Biggers | 7 | -1/+112 |
| 2025-03-10 | riscv/crc-t10dif: add Zbc optimized CRC-T10DIF function | Eric Biggers | 6 | -1/+66 |
| 2025-03-10 | riscv/crc32: reimplement the CRC32 functions using new template | Eric Biggers | 7 | -310/+177 |
| 2025-03-10 | riscv/crc: add "template" for Zbc optimized CRC functions | Eric Biggers | 1 | -0/+265 |
| 2025-03-06 | Merge tag 'riscv-dt-fixes-for-v6.14-rc6' of https://git.kernel.org/pub/scm/li... | Arnd Bergmann | 1 | -1/+1 |
| 2025-03-06 | RISC-V: KVM: Disable the kernel perf counter during configure | Atish Patra | 1 | -0/+1 |
| 2025-03-04 | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits | Ingo Molnar | 12 | -28/+33 |
| 2025-03-02 | crypto: lib/Kconfig - Hide arch options from user | Herbert Xu | 1 | -1/+0 |
| 2025-03-01 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2 | -2/+3 |
| 2025-03-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -10/+20 |
| 2025-02-27 | mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() | Ryan Roberts | 2 | -2/+3 |
| 2025-02-26 | KVM: Drop kvm_arch_sync_events() now that all implementations are nops | Sean Christopherson | 1 | -2/+0 |
| 2025-02-26 | riscv: sophgo: dts: Add msi controller for SG2042 | Chen Wang | 1 | -0/+10 |
| 2025-02-25 | pinctrl: spacemit: enable config option | Yixun Lan | 1 | -0/+1 |
| 2025-02-21 | mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb() | Kirill A. Shutemov | 1 | -1/+1 |
| 2025-02-21 | riscv: KVM: Remove unnecessary vcpu kick | BillXiang | 1 | -1/+0 |
| 2025-02-21 | riscv: vdso: Switch to generic storage implementation | Thomas Weißschuh | 9 | -124/+18 |
| 2025-02-21 | vdso: Rename included Makefile | Thomas Weißschuh | 1 | -1/+1 |
| 2025-02-20 | RISC-V: Select CONFIG_GENERIC_PENDING_IRQ | Anup Patel | 1 | -0/+1 |
| 2025-02-18 | riscv: dts: starfive: jh7110-pine64-star64: enable USB 3.0 port | E Shattow | 1 | -0/+5 |
| 2025-02-18 | riscv: dts: starfive: jh7110: pciephy0 USB 3.0 configuration registers | E Shattow | 1 | -0/+2 |
| 2025-02-18 | riscv: dts: starfive: fml13v01: enable pcie1 | Sandie Cao | 1 | -0/+34 |
| 2025-02-18 | riscv: dts: starfive: remove non-existent dac from jh7110 | Conor Dooley | 1 | -6/+0 |
| 2025-02-18 | riscv: kvm: Switch to use hrtimer_setup() | Nam Cao | 1 | -3/+4 |
| 2025-02-18 | riscv: sophgo: dts: add cooling maps for Milk-V Pioneer | Chen Wang | 1 | -0/+29 |
| 2025-02-18 | riscv: sophgo: dts: add pwm-fan for Milk-V Pioneer | Chen Wang | 1 | -0/+7 |
| 2025-02-17 | riscv: dts: spacemit: Add Milk-V Jupiter board device tree | Javier Martinez Canillas | 2 | -0/+28 |
| 2025-02-17 | riscv: KVM: Fix SBI sleep_type use | Andrew Jones | 1 | -1/+2 |
| 2025-02-17 | riscv: KVM: Fix SBI TIME error generation | Andrew Jones | 1 | -1/+1 |
| 2025-02-17 | riscv: KVM: Fix SBI IPI error generation | Andrew Jones | 1 | -2/+11 |
| 2025-02-17 | riscv: KVM: Fix hart suspend_type use | Andrew Jones | 1 | -1/+2 |
| 2025-02-17 | riscv: KVM: Fix hart suspend status check | Andrew Jones | 1 | -4/+4 |
| 2025-02-14 | riscv: signal: fix signal_minsigstksz | Yong-Xuan Wang | 1 | -1/+1 |
| 2025-02-14 | riscv: signal: fix signal frame size | Yong-Xuan Wang | 1 | -6/+0 |
| 2025-02-14 | riscv/futex: sign extend compare value in atomic cmpxchg | Andreas Schwab | 1 | -1/+1 |
| 2025-02-14 | riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg | Andreas Schwab | 1 | -1/+1 |
| 2025-02-14 | riscv: cpufeature: use bitmap_equal() instead of memcmp() | Clément Léger | 1 | -1/+1 |
| 2025-02-14 | riscv: cacheinfo: Use of_property_present() for non-boolean properties | Rob Herring | 1 | -6/+6 |
| 2025-02-12 | riscv: dts: starfive: Unify regulator naming scheme | Shengyu Qu | 1 | -1/+1 |
| 2025-02-08 | lib/crc32: remove "_le" from crc32c base and arch functions | Eric Biggers | 1 | -3/+3 |
| 2025-02-08 | lib/crc32: don't bother with pure and const function attributes | Eric Biggers | 1 | -7/+6 |
| 2025-02-08 | riscv: sophgo: dts: add pwm controller for SG2042 SoC | Chen Wang | 1 | -0/+9 |
| 2025-02-04 | riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions | E Shattow | 1 | -1/+1 |
| 2025-02-04 | riscv: dts: microchip: update pcie reg properties to new format | Conor Dooley | 3 | -6/+9 |
| 2025-01-31 | Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 32 | -77/+664 |
| 2025-01-31 | Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+2 |
| 2025-02-01 | kbuild: Strip runtime const RELA sections correctly | Ard Biesheuvel | 1 | -6/+2 |
| 2025-01-29 | riscv: add a warning when physical memory address overflows | Yunhui Cui | 1 | -2/+6 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 2 | -2/+2 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -85/+27 |
| 2025-01-26 | Merge tag 'bitmap-for-6.14' of https://github.com:/norov/linux | Linus Torvalds | 1 | -10/+10 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | 2 | -10/+8 |
| 2025-01-25 | asm-generic: pgalloc: provide generic __pgd_{alloc,free} | Kevin Brodsky | 1 | -2/+1 |
| 2025-01-25 | mm: pgtable: introduce generic __tlb_remove_table() | Qi Zheng | 1 | -12/+0 |
| 2025-01-25 | riscv: pgtable: move pagetable_dtor() to __tlb_remove_table() | Qi Zheng | 2 | -31/+21 |
| 2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng | 2 | -6/+6 |
| 2025-01-25 | mm: pgtable: add statistics for P4D level page table | Qi Zheng | 1 | -1/+5 |
| 2025-01-25 | asm-generic: pgalloc: provide generic p4d_{alloc_one,free} | Kevin Brodsky | 1 | -23/+0 |
| 2025-01-25 | riscv: mm: skip pgtable level check in {pud,p4d}_alloc_one | Kevin Brodsky | 1 | -18/+4 |
| 2025-01-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 9 | -8/+133 |
| 2025-01-24 | Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2 | -0/+2 |
| 2025-01-24 | Merge tag 'soc-defconfig-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
| 2025-01-24 | Merge tag 'soc-dt-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 3 | -2/+50 |
| 2025-01-24 | Merge tag 'soc-new-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 7 | -0/+507 |
| 2025-01-22 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 3 | -6/+23 |
| 2025-01-21 | Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 5 | -34/+56 |
| 2025-01-21 | Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -23/+0 |
| 2025-01-20 | riscv: export __cpuid_to_hartid_map | Valentina Fernandez | 1 | -0/+1 |
| 2025-01-20 | riscv: sbi: vendorid_list: Add Microchip Technology to the vendor list | Valentina Fernandez | 1 | -0/+1 |
| 2025-01-20 | Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 9 | -5/+133 |
| 2025-01-18 | riscv/mm/fault: add show_pte() before die() | Yunhui Cui | 1 | -0/+52 |
| 2025-01-18 | Merge patch series "riscv: Add support for xtheadvector" | Palmer Dabbelt | 28 | -73/+605 |
| 2025-01-18 | riscv: Add ghostwrite vulnerability | Charlie Jenkins | 7 | -2/+134 |
| 2025-01-18 | riscv: hwprobe: Add thead vendor extension probing | Charlie Jenkins | 8 | -3/+89 |
| 2025-01-18 | riscv: vector: Support xtheadvector save/restore | Charlie Jenkins | 8 | -68/+198 |
| 2025-01-18 | riscv: Add xtheadvector instruction definitions | Charlie Jenkins | 1 | -0/+25 |
| 2025-01-18 | riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT | Charlie Jenkins | 1 | -3/+8 |
| 2025-01-18 | RISC-V: define the elements of the VCSR vector CSR | Heiko Stuebner | 1 | -0/+4 |
| 2025-01-18 | riscv: vector: Use vlenb from DT for thead | Charlie Jenkins | 6 | -1/+91 |
| 2025-01-18 | riscv: Add thead and xtheadvector as a vendor extension | Charlie Jenkins | 6 | -0/+59 |
| 2025-01-18 | riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree | Charlie Jenkins | 1 | -1/+2 |
| 2025-01-18 | RISC-V: Mark riscv_v_init() as __init | Palmer Dabbelt | 1 | -1/+1 |
| 2025-01-17 | riscv: dts: spacemit: move aliases to board dts | Yixun Lan | 2 | -12/+4 |
| 2025-01-17 | riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3 | Yixun Lan | 3 | -0/+28 |
| 2025-01-17 | riscv: defconfig: enable SpacemiT SoC | Yangyu Chen | 1 | -0/+1 |