| Age | Commit message (Expand) | Author | Files | Lines |
| 9 hours | Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...HEADmaster | Linus Torvalds | 1 | -5/+5 |
| 4 days | Merge tag 'soc-fixes-6.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 4 days | Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kern... | Arnd Bergmann | 1 | -1/+1 |
| 11 days | riscv: dts: allwinner: d1: fix vlenb property | Sergey Matyukevich | 1 | -1/+1 |
| 11 days | Merge branch 'objtool/core' | Peter Zijlstra | 160 | -1461/+4193 |
| 2025-11-16 | riscv: sbi: Prefer SRST shutdown over legacy | Mayuresh Chitale | 1 | -1/+5 |
| 2025-11-15 | riscv: Update MIPS vendor id to 0x127 | Chao-ying Fu | 1 | -1/+1 |
| 2025-11-10 | Merge tag 'riscv-for-linus-6.18-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -17/+2 |
| 2025-11-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -26/+17 |
| 2025-11-09 | Merge tag 'kvm-riscv-fixes-6.18-2' of https://github.com/kvm-riscv/linux into... | Paolo Bonzini | 3 | -26/+17 |
| 2025-11-07 | riscv: Fix CONFIG_AS_HAS_INSN for new .insn usage | Nathan Chancellor | 1 | -1/+1 |
| 2025-11-07 | riscv: Remove redundant judgment for the default build target | Feng Jiang | 1 | -15/+0 |
| 2025-11-07 | riscv: Build loader.bin exclusively for Canaan K210 | Feng Jiang | 1 | -1/+1 |
| 2025-10-27 | riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pkt | Thorsten Blum | 1 | -2/+2 |
| 2025-10-27 | riscv: asm: use .insn for making custom instructions | Ben Dooks | 3 | -7/+13 |
| 2025-10-27 | riscv: tests: Make RISCV_KPROBES_KUNIT tristate | Vivian Wang | 3 | -2/+7 |
| 2025-10-27 | riscv: tests: Rename kprobes_test_riscv to kprobes_riscv | Vivian Wang | 1 | -1/+1 |
| 2025-10-27 | riscv: Fix memory leak in module_frob_arch_sections() | Miaoqian Lin | 1 | -2/+6 |
| 2025-10-27 | riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro | Josephine Pfeiffer | 1 | -1/+1 |
| 2025-10-27 | riscv: stacktrace: Disable KASAN checks for non-current tasks | Chunyan Zhang | 1 | -2/+19 |
| 2025-10-24 | RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP | Fangyu Yu | 1 | -23/+2 |
| 2025-10-18 | riscv: hwprobe: avoid uninitialized variable use in hwprobe_arch_id() | Paul Walmsley | 1 | -0/+6 |
| 2025-10-18 | riscv: cpufeature: avoid uninitialized variable in has_thead_homogeneous_vlenb() | Paul Walmsley | 1 | -2/+2 |
| 2025-10-17 | riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot | Jingwei Wang | 5 | -15/+79 |
| 2025-10-17 | riscv: add a forward declaration for cpuinfo_op | Paul Walmsley | 1 | -0/+2 |
| 2025-10-17 | RISC-V: Don't print details of CPUs disabled in DT | Anup Patel | 1 | -3/+1 |
| 2025-10-17 | riscv: Remove the PER_CPU_OFFSET_SHIFT macro | Samuel Holland | 1 | -7/+1 |
| 2025-10-17 | riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmalloc | Samuel Holland | 1 | -0/+2 |
| 2025-10-17 | riscv: Register IPI IRQs with unique names | Samuel Holland | 1 | -12/+12 |
| 2025-10-17 | RISC-V: Define pgprot_dmacoherent() for non-coherent devices | Anup Patel | 1 | -0/+2 |
| 2025-10-17 | RISC-V: KVM: Read HGEIP CSR on the correct cpu | Fangyu Yu | 1 | -2/+14 |
| 2025-10-16 | RISC-V: KVM: Fix check for local interrupts on riscv32 | Samuel Holland | 1 | -1/+1 |
| 2025-10-10 | riscv: kprobes: convert one final __ASSEMBLY__ to __ASSEMBLER__ | Paul Walmsley | 1 | -2/+2 |
| 2025-10-09 | riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGS | Thomas Weißschuh | 1 | -1/+1 |
| 2025-10-09 | riscv: acpi: avoid errors caused by probing DT devices when ACPI is used | Han Gao | 1 | -2/+5 |
| 2025-10-09 | riscv: kprobes: Fix probe address validation | Fabian Vogt | 1 | -4/+9 |
| 2025-10-09 | riscv: entry: fix typo in comment 'instruciton' -> 'instruction' | Florian Schmaus | 1 | -1/+1 |
| 2025-10-09 | RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e... | Danil Skrebenkov | 1 | -0/+1 |
| 2025-10-09 | riscv: kgdb: Ensure that BUFMAX > NUMREGBYTES | Miquel Sabaté Solà | 1 | -2/+7 |
| 2025-10-07 | Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -3/+2 |
| 2025-10-04 | Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+70 |
| 2025-10-04 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 17 | -161/+975 |
| 2025-10-03 | Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -7/+8 |
| 2025-10-02 | Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 4 | -0/+166 |
| 2025-10-01 | Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 2 | -22/+8 |
| 2025-10-01 | Merge tag 'soc-defconfig-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
| 2025-10-01 | Merge tag 'soc-dt-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 23 | -260/+992 |
| 2025-10-01 | Merge tag 'soc-newsoc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -0/+383 |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 5 | -391/+256 |
| 2025-09-30 | Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+5 |
| 2025-09-30 | Merge tag 'irq-drivers-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+2 |
| 2025-09-30 | entry: Rename "kvm" entry code assets to "virt" to genericize APIs | Sean Christopherson | 1 | -1/+1 |
| 2025-09-30 | entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper | Sean Christopherson | 1 | -2/+1 |
| 2025-09-30 | Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -18/+14 |
| 2025-09-30 | Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -8/+2 |
| 2025-09-29 | Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 78 | -487/+1068 |
| 2025-09-29 | Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -9/+9 |
| 2025-09-29 | Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
| 2025-09-29 | Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
| 2025-09-29 | Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-26 | Merge tag 'riscv-for-linus-v6.17-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+17 |
| 2025-09-26 | Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi... | Joerg Roedel | 1 | -0/+1 |
| 2025-09-25 | RISC-V: Enable GPIO keyboard and event device in RV64 defconfig | Anup Patel | 1 | -0/+2 |
| 2025-09-25 | ACPI: RISC-V: Add RPMI System MSI to GSI mapping | Sunil V L | 1 | -0/+1 |
| 2025-09-25 | ACPI: RISC-V: Add support to update gsi range | Sunil V L | 1 | -0/+5 |
| 2025-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-09-25 | arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.c | Menglong Dong | 1 | -0/+1 |
| 2025-09-25 | riscv: dts: eswin: add HiFive Premier P550 board device tree | Min Lin | 3 | -0/+32 |
| 2025-09-25 | riscv: dts: add initial support for EIC7700 SoC | Min Lin | 1 | -0/+345 |
| 2025-09-25 | riscv: Add Kconfig option for ESWIN platforms | Pinkesh Vaghela | 1 | -0/+6 |
| 2025-09-24 | RISC-V: Add defines for the SBI message proxy extension | Anup Patel | 1 | -0/+62 |
| 2025-09-24 | Merge tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | 5 | -9/+9 |
| 2025-09-24 | Merge tag 'riscv-config-for-v6.18' of https://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 1 | -3/+3 |
| 2025-09-24 | Merge tag 'riscv-dt-for-v6.18' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 14 | -250/+769 |
| 2025-09-23 | riscv: Use an atomic xchg in pudp_huge_get_and_clear() | Alexandre Ghiti | 1 | -0/+17 |
| 2025-09-23 | Merge tag 'sunxi-fixes-for-6.17' of https://git.kernel.org/pub/scm/linux/kern... | Arnd Bergmann | 1 | -1/+1 |
| 2025-09-23 | Merge tag 'spacemit-dt-for-6.18-1' of https://github.com/spacemit-com/linux i... | Arnd Bergmann | 5 | -10/+70 |
| 2025-09-23 | Merge tag 'sunxi-dt-for-6.18' of https://git.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 1 | -0/+48 |
| 2025-09-23 | Merge tag 'riscv-sophgo-dt-for-v6.18' of https://github.com/sophgo/linux into... | Arnd Bergmann | 2 | -0/+84 |
| 2025-09-23 | riscv: bpf: Fix uninitialized symbol 'retval_off' | Chenghao Duan | 1 | -3/+2 |
| 2025-09-23 | bpf, x86: Add support for signed arena loads | Kumar Kartikeya Dwivedi | 1 | -0/+5 |
| 2025-09-21 | riscv: stop calling page_address() in free_pages() | Vishal Moola (Oracle) | 1 | -2/+2 |
| 2025-09-21 | kasan: call kasan_init_generic in kasan_init | Sabyrzhan Tasbolatov | 1 | -0/+1 |
| 2025-09-21 | Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up | Andrew Morton | 3 | -4/+4 |
| 2025-09-19 | Merge 6.17-rc6 into kbuild-next | Nathan Chancellor | 12 | -19/+26 |
| 2025-09-19 | riscv: errata: Fix the PAUSE Opcode for MIPS P8700 | Djordje Todorovic | 12 | -3/+127 |
| 2025-09-19 | riscv: hwprobe: Add MIPS vendor extension probing | Aleksa Paunovic | 7 | -1/+56 |
| 2025-09-19 | riscv: Add xmipsexectl instructions | Aleksa Paunovic | 1 | -0/+19 |
| 2025-09-18 | riscv: Add xmipsexectl as a vendor extension | Aleksa Paunovic | 6 | -0/+65 |
| 2025-09-18 | riscv: cpufeature: add validation for zfa, zfh and zfhmin | Clément Léger | 2 | -11/+9 |
| 2025-09-18 | riscv: sbi: Switch to new sys-off handler API | Andrew Davis | 1 | -2/+2 |
| 2025-09-18 | riscv: Move vendor errata definitions to new header | Guo Ren (Alibaba DAMO Academy) | 2 | -18/+25 |
| 2025-09-18 | RISC-V: ACPI: enable parsing the BGRT table | Heinrich Schuchardt | 1 | -0/+3 |
| 2025-09-18 | riscv: Enable ARCH_HAVE_NMI_SAFE_CMPXCHG | Pu Lehui | 1 | -0/+1 |
| 2025-09-18 | riscv: pi: use 'targets' instead of extra-y in Makefile | Masahiro Yamada | 1 | -1/+1 |
| 2025-09-18 | riscv: introduce asm/swab.h | Ignacio Encinas | 1 | -0/+87 |
| 2025-09-18 | riscv: mmap(): use unsigned offset type in riscv_sys_mmap | Jessica Liu | 1 | -1/+1 |
| 2025-09-18 | riscv: mm: Use mmu-type from FDT to limit SATP mode | Junhui Liu | 3 | -3/+49 |
| 2025-09-17 | riscv: mm: Return intended SATP mode for noXlvl options | Junhui Liu | 2 | -4/+4 |
| 2025-09-17 | dts: sophgo: sg2042: added numa id description | Han Gao | 2 | -0/+84 |
| 2025-09-17 | riscv: Use generic TIF bits | Thomas Gleixner | 2 | -18/+14 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMM | Nam Cao | 1 | -1/+1 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMM | Nam Cao | 1 | -12/+1 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REG | Nam Cao | 1 | -6/+3 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMM | Nam Cao | 1 | -9/+3 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REG | Nam Cao | 1 | -1/+1 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RVC_EXTRACT_JTYPE_IMM | Nam Cao | 1 | -17/+2 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMM | Nam Cao | 1 | -10/+1 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REG | Nam Cao | 1 | -5/+2 |
| 2025-09-16 | riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMM | Nam Cao | 1 | -6/+3 |
| 2025-09-16 | riscv: kprobes: Move branch_funct3 to insn.h | Nam Cao | 2 | -4/+6 |
| 2025-09-16 | riscv: kprobes: Move branch_rs2_idx to insn.h | Nam Cao | 2 | -4/+6 |
| 2025-09-16 | riscv: Move all duplicate insn parsing macros into asm/insn.h | Alexandre Ghiti | 3 | -273/+166 |
| 2025-09-16 | riscv: Strengthen duplicate and inconsistent definition of RV_X() | Alexandre Ghiti | 4 | -22/+23 |
| 2025-09-16 | riscv: Fix typo EXRACT -> EXTRACT | Alexandre Ghiti | 2 | -2/+2 |
| 2025-09-16 | riscv: Add kprobes KUnit test | Nam Cao | 6 | -0/+323 |
| 2025-09-16 | riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers | Thomas Huth | 31 | -71/+71 |
| 2025-09-16 | riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers | Thomas Huth | 3 | -5/+5 |
| 2025-09-16 | riscv: introduce ioremap_wc() | Yunhui Cui | 2 | -0/+5 |
| 2025-09-16 | riscv: dts: starfive: add Milk-V Mars CM Lite system-on-module | E Shattow | 2 | -0/+26 |
| 2025-09-16 | riscv: dts: starfive: add Milk-V Mars CM system-on-module | E Shattow | 2 | -0/+13 |
| 2025-09-16 | riscv: dts: starfive: add common board dtsi for Milk-V Mars CM variants | E Shattow | 1 | -0/+159 |
| 2025-09-16 | riscv: dts: spacemit: Add Ethernet support for Jupiter | Vivian Wang | 1 | -0/+48 |
| 2025-09-16 | riscv: dts: spacemit: Add Ethernet support for BPI-F3 | Vivian Wang | 1 | -0/+48 |
| 2025-09-16 | riscv: dts: spacemit: Add Ethernet support for K1 | Vivian Wang | 2 | -0/+70 |
| 2025-09-16 | RISC-V: KVM: Upgrade the supported SBI version to 3.0 | Atish Patra | 1 | -1/+1 |
| 2025-09-16 | RISC-V: KVM: Implement get event info function | Atish Patra | 3 | -0/+65 |
| 2025-09-16 | RISC-V: KVM: No need of explicit writable slot check | Atish Patra | 2 | -16/+4 |
| 2025-09-16 | drivers/perf: riscv: Implement PMU event info function | Atish Patra | 1 | -0/+9 |
| 2025-09-16 | RISC-V: KVM: Add support for Raw event v2 | Atish Patra | 1 | -0/+4 |
| 2025-09-16 | drivers/perf: riscv: Add raw event v2 support | Atish Patra | 1 | -0/+4 |
| 2025-09-16 | RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state | Anup Patel | 3 | -13/+200 |
| 2025-09-16 | RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation | Anup Patel | 3 | -29/+29 |
| 2025-09-16 | RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions | Anup Patel | 4 | -83/+176 |
| 2025-09-16 | RISC-V: KVM: Introduce feature specific reset for SBI FWFT | Anup Patel | 1 | -2/+28 |
| 2025-09-16 | RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create() | Anup Patel | 1 | -1/+2 |
| 2025-09-16 | RISC-V: KVM: Prevent HGATP_MODE_BARE passed | Guo Ren (Alibaba DAMO Academy) | 2 | -19/+41 |
| 2025-09-16 | RISC-V: KVM: Remove unnecessary HGATP csr_read | Guo Ren (Alibaba DAMO Academy) | 1 | -4/+1 |
| 2025-09-16 | RISC-V: KVM: Write hgatp register with valid mode bits | Fangyu Yu | 1 | -1/+2 |
| 2025-09-16 | RISC-V: KVM: Allow bfloat16 extension for Guest/VM | Quan Zhou | 2 | -0/+9 |
| 2025-09-16 | RISC-V: KVM: Allow Zicbop extension for Guest/VM | Quan Zhou | 2 | -0/+3 |
| 2025-09-16 | RISC-V: KVM: Provide UAPI for Zicbop block size | Quan Zhou | 2 | -0/+15 |
| 2025-09-16 | RISC-V: KVM: Change zicbom/zicboz block size to depend on the host isa | Quan Zhou | 1 | -6/+6 |
| 2025-09-16 | RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLEN | Samuel Holland | 3 | -1/+94 |
| 2025-09-15 | Merge tag 'thead-dt-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann | 1 | -0/+21 |
| 2025-09-15 | riscv, bpf: Sign extend struct ops return values properly | Hengqi Chen | 1 | -1/+41 |
| 2025-09-15 | riscv, bpf: Remove duplicated bpf_flush_icache() | Hengqi Chen | 1 | -1/+0 |
| 2025-09-14 | riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC | Guodong Xu | 1 | -0/+1 |
| 2025-09-14 | riscv: defconfig: run savedefconfig to reorder it | Yixun Lan | 1 | -3/+2 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 3 | -5/+5 |
| 2025-09-13 | riscv: use an atomic xchg in pudp_huge_get_and_clear() | Alexandre Ghiti | 1 | -0/+11 |
| 2025-09-13 | riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Na... | Lukas Schmid | 1 | -0/+48 |
| 2025-09-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5 | Alexei Starovoitov | 12 | -19/+26 |
| 2025-09-10 | riscv: dts: allwinner: rename devterm i2c-gpio node to comply with binding | Conor Dooley | 1 | -1/+1 |
| 2025-09-09 | riscv: dts: microchip: add a device tree for Discovery Kit | Valentina Fernandez | 3 | -0/+249 |
| 2025-09-09 | riscv: dts: microchip: rename icicle kit ccc clock and other minor fixes | Valentina Fernandez | 2 | -5/+3 |
| 2025-09-09 | riscv: dts: microchip: add icicle kit with production device | Valentina Fernandez | 5 | -4/+50 |
| 2025-09-09 | riscv: dts: microchip: add common board dtsi for icicle kit variants | Valentina Fernandez | 2 | -240/+248 |
| 2025-09-08 | riscv: Add __attribute_const__ to ffs()-family implementations | Kees Cook | 1 | -3/+3 |
| 2025-09-08 | riscv: dts: starfive: jh7110-common: drop mmc post-power-on-delay-ms | E Shattow | 1 | -2/+0 |
| 2025-09-08 | riscv: dts: starfive: jh7110-common: drop no-mmc property from mmc1 | E Shattow | 1 | -1/+0 |
| 2025-09-08 | RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG | Clément Léger | 1 | -0/+41 |
| 2025-09-08 | RISC-V: KVM: add support for FWFT SBI extension | Clément Léger | 7 | -0/+256 |
| 2025-09-07 | Merge tag 'riscv-for-linus-6.17-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -13/+13 |
| 2025-09-05 | riscv: Fix sparse warning about different address spaces | Alexandre Ghiti | 1 | -2/+2 |
| 2025-09-05 | riscv: Fix sparse warning in __get_user_error() | Alexandre Ghiti | 1 | -1/+1 |
| 2025-09-05 | riscv: kexec: Initialize kexec_buf struct | Breno Leitao | 3 | -4/+4 |
| 2025-09-05 | riscv: use lw when reading int cpu in asm_per_cpu | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | riscv: uaccess: fix __put_user_nocheck for unaligned accesses | Aurelien Jarno | 1 | -1/+1 |
| 2025-09-05 | riscv: use lw when reading int cpu in new_vmalloc_check | Radim Krčmář | 1 | -1/+1 |
| 2025-09-05 | ACPI: RISC-V: Add support for RIMT | Sunil V L | 1 | -0/+1 |
| 2025-09-04 | riscv: Only allow LTO with CMODEL_MEDANY | Nathan Chancellor | 1 | -1/+1 |
| 2025-09-04 | riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader | E Shattow | 1 | -0/+12 |
| 2025-09-04 | riscv: dts: starfive: jh7110: add DMC memory controller | E Shattow | 1 | -0/+12 |
| 2025-09-04 | riscv: sophgo: dts: sg2044: Change msi irq type to IRQ_TYPE_EDGE_RISING | Chen Wang | 1 | -1/+1 |
| 2025-09-04 | riscv: sophgo: dts: sg2042: Change msi irq type to IRQ_TYPE_EDGE_RISING | Chen Wang | 1 | -1/+1 |
| 2025-09-04 | vdso: Drop Kconfig GENERIC_VDSO_TIME_NS | Thomas Weißschuh | 1 | -1/+0 |
| 2025-09-04 | vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE | Thomas Weißschuh | 1 | -1/+0 |
| 2025-09-04 | riscv: vdso: Untangle Kconfig logic | Thomas Weißschuh | 1 | -7/+7 |
| 2025-09-03 | binfmt_elf: preserve original ELF e_flags for core dumps | Svetlana Parfenova | 1 | -0/+1 |
| 2025-09-04 | riscv: dts: spacemit: uart: remove sec_uart1 device node | Yixun Lan | 1 | -10/+1 |
| 2025-09-03 | riscv: kexec: initialize kexec_buf struct | Breno Leitao | 3 | -4/+4 |
| 2025-09-03 | sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig | Peter Zijlstra | 1 | -8/+1 |
| 2025-09-02 | riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter | Guodong Xu | 2 | -0/+8 |
| 2025-09-02 | riscv: dts: spacemit: Add PDMA node for K1 SoC | Guodong Xu | 1 | -0/+11 |
| 2025-09-01 | arch: copy_thread: pass clone_flags as u64 | Simon Schuster | 1 | -1/+1 |
| 2025-08-28 | riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs | Nathan Chancellor | 1 | -5/+5 |
| 2025-08-28 | riscv: Unconditionally use linker relaxation | Nathan Chancellor | 2 | -14/+1 |
| 2025-08-28 | riscv: Remove version check for LTO_CLANG selects | Nathan Chancellor | 1 | -3/+2 |
| 2025-08-25 | RISC-V: KVM: fix stack overrun when loading vlenb | Radim Krčmář | 1 | -0/+2 |
| 2025-08-25 | RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment | Quan Zhou | 1 | -1/+1 |
| 2025-08-25 | RISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap() | Fangyu Yu | 1 | -1/+4 |
| 2025-08-24 | riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node | Michal Wilczynski | 1 | -0/+21 |
| 2025-08-24 | riscv: dts: spacemit: add UART resets for Soc K1 | Hendrik Hamerlinck | 1 | -0/+9 |
| 2025-08-19 | riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1 | E Shattow | 1 | -1/+0 |
| 2025-08-19 | riscv: dts: microchip: Minor whitespace cleanup | Krzysztof Kozlowski | 1 | -1/+1 |