summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)Author
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu
2024-01-16riscv: fpu: drop SR_SD bit checkingAndy Chiu
2024-01-16riscv: lib: vectorize copy_to_user/copy_from_userAndy Chiu
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu
2024-01-16riscv: Add vector extension XOR implementationGreentime Hu
2024-01-16riscv: vector: make Vector always available for softirq contextAndy Chiu
2024-01-16riscv: Add support for kernel mode vectorGreentime Hu
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-11Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"Palmer Dabbelt
2024-01-11riscv: mm: Fixup compat arch_get_mmap_endGuo Ren
2024-01-11riscv: mm: Fixup compat mode boot failureGuo Ren
2024-01-11riscv: Add support for BATCHED_UNMAP_TLB_FLUSHAlexandre Ghiti
2024-01-11Merge patch series "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"Palmer Dabbelt
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones
2024-01-11Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-10riscv: errata: thead: use riscv_nonstd_cache_ops for CMOJisheng Zhang
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel
2024-01-10RISC-V: Add stubs for sbi_console_putchar/getchar()Anup Patel
2024-01-09riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HWJisheng Zhang
2024-01-09Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt
2024-01-09riscv: add ISA extension parsing for ZacasClément Léger
2024-01-09riscv: add ISA extension parsing for ZtsoClément Léger
2024-01-09Merge patch series "Fix XIP boot and make XIP testable in QEMU"Palmer Dabbelt
2024-01-09riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macroSong Shuai
2024-01-09Merge remote-tracking branch 'palmer/fixes' into for-nextPalmer Dabbelt
2024-01-09Merge patch series "riscv: CPU operations cleanup"Palmer Dabbelt
2024-01-09Merge patch series "RISC-V: hwprobe: Introduce which-cpus"Palmer Dabbelt
2024-01-09riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macroFrederik Haxel
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho
2024-01-04riscv: Use the same CPU operations for all CPUsSamuel Holland
2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones
2024-01-03RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2023-12-30RISC-V: KVM: Add support for SBI STA registersAndrew Jones
2023-12-30RISC-V: KVM: Add support for SBI extension registersAndrew Jones
2023-12-30RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones
2023-12-30RISC-V: KVM: Add steal-update vcpu requestAndrew Jones
2023-12-30RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones
2023-12-30RISC-V: Add SBI STA extension definitionsAndrew Jones
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones
2023-12-29RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni