summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-01-09riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti1-0/+1
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar1-5/+0
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2024-01-04riscv: Use the same CPU operations for all CPUsSamuel Holland1-2/+2
2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland1-10/+0
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones1-0/+24
2024-01-03RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt1-6/+0
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-9/+72
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+1
2023-12-30RISC-V: KVM: Add support for SBI STA registersAndrew Jones1-0/+5
2023-12-30RISC-V: KVM: Add support for SBI extension registersAndrew Jones1-0/+4
2023-12-30RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones1-0/+7
2023-12-30RISC-V: KVM: Add steal-update vcpu requestAndrew Jones1-0/+3
2023-12-30RISC-V: KVM: Add SBI STA extension skeletonAndrew Jones1-0/+1
2023-12-30RISC-V: Add SBI STA extension definitionsAndrew Jones1-0/+17
2023-12-30RISC-V: paravirt: Add skeleton for pv-time supportAndrew Jones2-0/+29
2023-12-29RISC-V: KVM: Make SBI uapi consistent with ISA uapiAndrew Jones1-4/+6
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-0/+1
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-6/+1
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-5/+0
2023-12-20Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"Palmer Dabbelt3-44/+15
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti3-39/+10
2023-12-20riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti2-5/+5
2023-12-15cfi: Flip headersPeter Zijlstra1-1/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2-1/+3
2023-12-12riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2023-12-12riscv: add ISA extension parsing for ZfaClément Léger1-0/+1
2023-12-12riscv: add ISA extension parsing for Zvfh[min]Clément Léger1-0/+2
2023-12-12riscv: add ISA extension parsing for ZihintntlClément Léger1-0/+1
2023-12-12riscv: add ISA extension parsing for Zfh/Zfh[min]Clément Léger1-0/+2
2023-12-12riscv: add ISA extension parsing for vector cryptoClément Léger1-1/+11
2023-12-12riscv: add ISA extension parsing for scalar cryptoEvan Green2-1/+14
2023-12-12riscv: add ISA extension parsing for ZbcClément Léger1-0/+1
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-2/+0
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-2/+0
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-120/+415
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-3/+251
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang6-94/+87
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt3-0/+41
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-17/+154
2023-11-07RISC-V: Probe misaligned access speed in parallelEvan Green1-1/+0
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt3-8/+18
2023-11-06riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti1-5/+6
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti2-3/+3
2023-11-06riscv: Improve tlb_flush()Alexandre Ghiti2-1/+10
2023-11-05riscv: mm: update T-Head memory type definitionsJisheng Zhang1-5/+9
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Palmer Dabbelt1-2/+2
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueYu Chien Peter Lin1-2/+2