Age | Commit message (Expand) | Author |
2024-12-02 | riscv: dts: starfive: jh7110-milkv-mars: enable usb0 host function | E Shattow |
2024-12-02 | riscv: dts: starfive: jh7110-pine64-star64: enable usb0 host function | E Shattow |
2024-12-01 | lib/crc32: expose whether the lib is really optimized at runtime | Eric Biggers |
2024-12-01 | lib/crc32: improve support for arch-specific overrides | Eric Biggers |
2024-12-01 | lib/crc32: drop leading underscores from __crc32c_le_base | Eric Biggers |
2024-11-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-11-30 | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2024-11-27 | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2024-11-27 | Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini |
2024-11-27 | Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini |
2024-11-27 | kbuild: add $(objtree)/ prefix to some in-kernel build artifacts | Masahiro Yamada |
2024-11-26 | RISC-V: Remove unnecessary include from compat.h | Palmer Dabbelt |
2024-11-25 | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-11-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-11-21 | RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM | Yong-Xuan Wang |
2024-11-21 | RISC-V: Add Svade and Svadu Extensions Support | Yong-Xuan Wang |
2024-11-20 | Merge tag 'soc-dt-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-11-20 | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-11-20 | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds |
2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-11-19 | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-11-19 | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-11-19 | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-11-16 | Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s... | Linus Torvalds |
2024-11-14 | crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32 | Dave Vasilevsky |
2024-11-14 | Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini |
2024-11-13 | Merge branch 'kvm-docs-6.13' into HEAD | Paolo Bonzini |
2024-11-12 | riscv: Fix default misaligned access trap | Charlie Jenkins |
2024-11-12 | Merge tag 'riscv-dt-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann |
2024-11-12 | Merge tag 'riscv-sophgo-dt-for-v6.13' of https://github.com/sophgo/linux into... | Arnd Bergmann |
2024-11-12 | Merge tag 'renesas-dts-for-v6.13-tag1' of https://git.kernel.org/pub/scm/linu... | Arnd Bergmann |
2024-11-12 | Merge tag 'thead-dt-for-v6.13-p2' of https://github.com/pdp7/linux into soc/dt | Arnd Bergmann |
2024-11-12 | Merge tag 'thead-dt-for-v6.13' of https://github.com/pdp7/linux into soc/dt | Arnd Bergmann |
2024-11-11 | Merge patch series "Zacas/Zabha support and qspinlocks" | Palmer Dabbelt |
2024-11-11 | riscv: Add qspinlock support | Alexandre Ghiti |
2024-11-11 | riscv: Add ISA extension parsing for Ziccrse | Alexandre Ghiti |
2024-11-11 | riscv: Implement xchg8/16() using Zabha | Alexandre Ghiti |
2024-11-11 | riscv: Implement arch_cmpxchg128() using Zacas | Alexandre Ghiti |
2024-11-11 | riscv: Improve zacas fully-ordered cmpxchg() | Alexandre Ghiti |
2024-11-11 | riscv: Implement cmpxchg8/16() using Zabha | Alexandre Ghiti |
2024-11-11 | riscv: Implement cmpxchg32/64() using Zacas | Alexandre Ghiti |
2024-11-11 | riscv: Do not fail to build on byte/halfword operations with Zawrs | Alexandre Ghiti |
2024-11-11 | riscv: Move cpufeature.h macros into their own header | Alexandre Ghiti |
2024-11-08 | Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini |
2024-11-07 | arch: introduce set_direct_map_valid_noflush() | Mike Rapoport (Microsoft) |
2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) |
2024-11-06 | mm: move set_pxd_safe() helpers from generic to platform | Anshuman Khandual |
2024-11-06 | riscv: dts: thead: Add TH1520 ethernet nodes | Emil Renner Berthing |