summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-3/+1
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-7/+15
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+12
2022-10-07riscv: enable THP_SWAP for RV64Jisheng Zhang1-0/+1
2022-10-07RISC-V: Print SSTC in canonical orderPalmer Dabbelt1-1/+1
2022-10-06riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang1-1/+1
2022-10-04RISC-V: Increase range and default value of NR_CPUSAnup Patel1-3/+6
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-1/+1
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-1/+0
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-13/+25
2022-09-20riscv: efi: enable generic EFI compressed bootArd Biesheuvel3-1/+12
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel1-9/+0
2022-09-17RISC-V: Avoid coupling the T-Head CMOs and ZicbomPalmer Dabbelt1-1/+5
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-09-17riscv: make t-head erratas depend on MMUHeiko Stuebner1-2/+2
2022-09-17riscv: fix RISCV_ISA_SVPBMT kconfig dependency warningRandy Dunlap1-0/+1
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt4-11/+16
2022-09-09Merge tag 'riscv-for-linus-6.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-15/+13
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price1-2/+2
2022-09-02Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini8-11/+20
2022-09-02Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini3-15/+13
2022-08-31riscv: dts: microchip: use an mpfs specific l2 compatibleConor Dooley1-1/+1
2022-08-26Merge tag 'riscv-for-linus-6.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-10/+19
2022-08-26riscv: enable CD-ROM file systems in defconfigHeinrich Schuchardt1-0/+3
2022-08-26Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...Palmer Dabbelt4-1/+17
2022-08-26Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux...Palmer Dabbelt3-9/+2
2022-08-24riscv: dts: microchip: mpfs: remove pci axi address translation propertyConor Dooley1-1/+0
2022-08-24riscv: dts: microchip: mpfs: remove bogus card-detect-delayConor Dooley2-2/+0
2022-08-24riscv: dts: microchip: mpfs: remove ti,fifo-depth propertyConor Dooley2-4/+0
2022-08-24riscv: dts: microchip: mpfs: fix incorrect pcie child node nameConor Dooley1-1/+1
2022-08-19Merge tag 'riscv-for-linus-6.0-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2-11/+13
2022-08-19riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley1-4/+0
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng1-2/+2
2022-08-19riscv: traps: add missing prototypeConor Dooley2-1/+4
2022-08-19riscv: signal: fix missing prototype warningConor Dooley2-0/+13
2022-08-17riscv: dts: microchip: correct L2 cache interruptsHeinrich Schuchardt1-1/+1
2022-08-17riscv: Ensure isa-ext static keys are writableAndrew Jones1-1/+1
2022-08-16riscv: topology: fix default topology reportingConor Dooley2-2/+3
2022-08-13Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds42-78/+667
2022-08-12RISC-V: KVM: Support sstc extensionAtish Patra4-7/+153
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt1-2/+30
2022-08-12RISC-V: Improve SBI definitionsAtish Patra1-2/+16
2022-08-12RISC-V: Move counter info definition to sbi header fileAtish Patra1-0/+14
2022-08-12RISC-V: Add Sstc extension supportPalmer Dabbelt4-0/+8
2022-08-12RISC-V: Enable sstc extension parsing from DTAtish Patra3-0/+3
2022-08-12RISC-V: Add SSTC extension CSR detailsAtish Patra1-0/+5