summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | riscv: report perf event for misaligned faultClément Léger2023-11-011-0/+5
| | * | | riscv: add support for misaligned trap handling in S-modeClément Léger2023-11-015-23/+129
| | * | | riscv: remove unused functions in traps_misaligned.cClément Léger2023-11-011-39/+7
| | |/ /
* | | | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-0836-245/+526
|\| | |
| * | | RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones2023-11-022-1/+6
| * | | riscv: configs: defconfig: Enable configs required for RZ/Five SoCLad Prabhakar2023-11-021-0/+52
| * | | Merge patch series "riscv: SCS support"Palmer Dabbelt2023-11-0215-175/+237
| |\ \ \
| | * | | riscv: Use separate IRQ shadow call stacksSami Tolvanen2023-10-273-0/+35
| | * | | riscv: Implement Shadow Call StackSami Tolvanen2023-10-2710-1/+99
| | * | | riscv: Move global pointer loading to a macroSami Tolvanen2023-10-274-20/+14
| | * | | riscv: Deduplicate IRQ stack switchingSami Tolvanen2023-10-276-55/+55
| | * | | riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta2023-10-276-99/+34
| | |/ /
| * | | Merge patch "riscv: errata: improve T-Head CMO"Palmer Dabbelt2023-11-021-9/+9
| |\ \ \
| | * | | riscv: errata: prefix T-Head mnemonics with th.Icenowy Zheng2023-11-021-7/+7
| * | | | Merge patch series "RISC-V: ACPI improvements"Palmer Dabbelt2023-10-314-8/+111
| |\ \ \ \
| | * | | | RISC-V: cacheflush: Initialize CBO variables on ACPI systemsSunil V L2023-10-261-6/+19
| | * | | | RISC-V: ACPI: RHCT: Add function to get CBO block sizesSunil V L2023-10-261-0/+6
| | * | | | RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remappingSunil V L2023-10-262-2/+86
| | | |/ / | | |/| |
| * | | | riscv: put interrupt entries into .irqentry.textNam Cao2023-10-311-0/+2
| * | | | riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai2023-10-311-2/+2
| * | | | riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpauseMinda Chen2023-10-311-1/+1
| * | | | riscv/mm: Fix the comment for swap pte formatXiao Wang2023-10-311-1/+1
| * | | | RISC-V: clarify the QEMU workaround in ISA parserTsukasa OI2023-10-311-3/+4
| * | | | riscv: correct pt_level name via pgtable_l5/4_enabledSong Shuai2023-10-311-0/+3
| * | | | RISC-V: Provide pgtable_l5_enabled on rv32Palmer Dabbelt2023-10-313-1/+5
| * | | | Merge patch series "RISC-V: Enable cbo.zero in usermode"Palmer Dabbelt2023-10-319-17/+69
| |\ \ \ \
| | * | | | RISC-V: hwprobe: Expose Zicboz extension and its block sizeAndrew Jones2023-09-213-15/+35
| | * | | | RISC-V: Enable cbo.zero in usermodeAndrew Jones2023-09-216-0/+32
| | * | | | RISC-V: Make zicbom/zicboz errors consistentAndrew Jones2023-09-211-2/+2
| | |/ / /
| * | | | Merge patch series "riscv: kexec: cleanup and fixups"Palmer Dabbelt2023-10-313-30/+34
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | riscv: kexec: Remove -fPIE for PURGATORY_CFLAGSSong Shuai2023-09-201-0/+4
| | * | | riscv: kexec: Align the kexeced kernel entrySong Shuai2023-09-201-1/+7
| | * | | riscv: kexec: Cleanup riscv_kexec_relocateSong Shuai2023-09-201-29/+23
* | | | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-044-29/+3
|\ \ \ \ \
| * | | | | kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-281-3/+0
| * | | | | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-283-26/+3
* | | | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-12/+2
|\ \ \ \ \ \
| * | | | | | efi: move screen_info into efi init codeArnd Bergmann2023-10-172-5/+2
| * | | | | | vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-171-9/+2
* | | | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-024-130/+27
|\ \ \ \ \ \ \
| * | | | | | | riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He2023-10-045-143/+27
| * | | | | | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+12
|\ \ \ \ \ \ \
| * | | | | | | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-1/+0
| * | | | | | | riscv: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+13
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0211-46/+261
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-10-3111-46/+261
| |\ \ \ \ \ \ \ \
| | * | | | | | | | RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel2023-10-204-0/+38
| | * | | | | | | | RISC-V: KVM: Allow some SBI extensions to be disabled by defaultAnup Patel2023-10-203-29/+38
| | * | | | | | | | RISC-V: KVM: Change the SBI specification version to v2.0Anup Patel2023-10-201-1/+1