summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren
2022-11-29riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel
2022-11-29riscv: vdso: fix section overlapping under some conditionsJisheng Zhang
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt
2022-10-13RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner
2022-10-12RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt
2022-10-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-11riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-06RISC-V: Print SSTC in canonical orderPalmer Dabbelt
2022-10-05riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang
2022-10-03RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale
2022-09-26riscv: use vma iterator for vdsoLiam R. Howlett
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt
2022-08-25Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...Palmer Dabbelt
2022-08-18riscv: traps: add missing prototypeConor Dooley
2022-08-18riscv: signal: fix missing prototype warningConor Dooley
2022-08-16riscv: Ensure isa-ext static keys are writableAndrew Jones