summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini
2024-11-11Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti
2024-11-11riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti
2024-11-11riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao
2024-11-02riscv: vdso: Use only one single vvar mappingThomas Weißschuh
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou
2024-10-25Merge commit 'bf40167d54d5' into fixesPalmer Dabbelt
2024-10-25riscv: Remove duplicated GET_RMChunyan Zhang
2024-10-25riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang
2024-10-25riscv: Use '%u' to format the output of 'cpu'WangYuli
2024-10-25riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà
2024-10-25riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt
2024-10-25riscv: Do not use fortify in early codeAlexandre Ghiti
2024-10-25RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui
2024-10-24Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt
2024-10-24riscv: hwprobe: Export the Supm ISA extensionSamuel Holland
2024-10-24riscv: Allow ptrace control of the tagged address ABISamuel Holland
2024-10-24riscv: Add support for the tagged address ABISamuel Holland
2024-10-24riscv: Add support for userspace pointer maskingSamuel Holland
2024-10-24riscv: Add ISA extension parsing for pointer maskingSamuel Holland
2024-10-24Merge patch series "Prevent dynamic relocations in vDSO"Palmer Dabbelt
2024-10-24riscv: Check that vdso does not contain any dynamic relocationsAlexandre Ghiti
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti
2024-10-18Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt
2024-10-18RISC-V: Report vector unaligned access speed hwprobeJesse Taube
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube
2024-10-18RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube
2024-10-18RISC-V: Scalar unaligned access emulated on hotplug CPUsJesse Taube
2024-10-18RISC-V: Check scalar unaligned access on all CPUsJesse Taube
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-05riscv: Call riscv_user_isa_enable() only on the boot hartSamuel Holland
2024-10-05riscv: Add support for per-thread envcfg CSR valuesSamuel Holland
2024-10-05riscv: Enable cbo.zero only when all harts support ZicbozSamuel Holland
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-09-20ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt