summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+12
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-34/+641
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+12
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini15-34/+641
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+10
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-6/+7
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang1-0/+12
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-15/+15
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-38/+20
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini9-11/+20
2024-11-11Merge patch series "Zacas/Zabha support and qspinlocks"Palmer Dabbelt2-0/+39
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti1-0/+37
2024-11-11riscv: Add ISA extension parsing for ZiccrseAlexandre Ghiti1-0/+1
2024-11-11riscv: Implement cmpxchg8/16() using ZabhaAlexandre Ghiti1-0/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)6-6/+7
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao2-3/+3
2024-11-02riscv: vdso: Use only one single vvar mappingThomas Weißschuh1-35/+17
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou1-0/+38
2024-10-25Merge commit 'bf40167d54d5' into fixesPalmer Dabbelt1-0/+1
2024-10-25riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-10-25riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-10-25riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-10-25riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà1-2/+5
2024-10-25riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-10-25riscv: Do not use fortify in early codeAlexandre Ghiti2-1/+10
2024-10-25RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-10-24Merge patch series "riscv: Userspace pointer masking and tagged address ABI"Palmer Dabbelt4-0/+202
2024-10-24riscv: hwprobe: Export the Supm ISA extensionSamuel Holland1-0/+3
2024-10-24riscv: Allow ptrace control of the tagged address ABISamuel Holland1-0/+42
2024-10-24riscv: Add support for the tagged address ABISamuel Holland1-5/+68
2024-10-24riscv: Add support for userspace pointer maskingSamuel Holland1-0/+91
2024-10-24riscv: Add ISA extension parsing for pointer maskingSamuel Holland1-0/+3
2024-10-24Merge patch series "Prevent dynamic relocations in vDSO"Palmer Dabbelt1-4/+6
2024-10-24riscv: Check that vdso does not contain any dynamic relocationsAlexandre Ghiti1-4/+5
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-10-18Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...Palmer Dabbelt8-23/+385
2024-10-18RISC-V: Report vector unaligned access speed hwprobeJesse Taube5-3/+210
2024-10-18RISC-V: Detect unaligned vector accesses supportedJesse Taube5-17/+171
2024-10-18RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNEDJesse Taube2-4/+4
2024-10-18RISC-V: Scalar unaligned access emulated on hotplug CPUsJesse Taube1-0/+1
2024-10-18RISC-V: Check scalar unaligned access on all CPUsJesse Taube1-7/+7
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2-15/+15
2024-10-05riscv: Call riscv_user_isa_enable() only on the boot hartSamuel Holland2-4/+2
2024-10-05riscv: Add support for per-thread envcfg CSR valuesSamuel Holland1-1/+1
2024-10-05riscv: Enable cbo.zero only when all harts support ZicbozSamuel Holland2-3/+8
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-73/+434
2024-09-20ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt1-3/+0