summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-134-14/+14
|\
| * riscv/vdso: Drop unneeded part due to merge issueKefeng Wang2021-10-261-11/+0
| * riscv: remove .text section size limitation for XIPVitaly Wool2021-10-261-2/+4
| * Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt2021-10-041-0/+87
| |\
| * | riscv/vdso: Add support for time namespacesTong Tiangen2021-10-043-1/+10
* | | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-9/+0
|\ \ \
| * | | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-9/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-026-0/+589
|\ \ \ \
| * | | | RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2021-10-311-2/+3
| * | | | RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel2021-10-312-4/+60
| * | | | RISC-V: KVM: Add SBI v0.1 supportAtish Patra2021-10-041-0/+10
| * | | | RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2021-10-041-0/+10
| * | | | RISC-V: KVM: FP lazy save/restoreAtish Patra2021-10-041-0/+5
| * | | | RISC-V: KVM: Add timer functionalityAtish Patra2021-10-043-0/+68
| * | | | RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-041-0/+2
| * | | | RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-041-0/+12
| * | | | RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-041-0/+24
| * | | | RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-041-0/+22
| * | | | RISC-V: KVM: Implement VCPU world-switchAnup Patel2021-10-041-1/+9
| * | | | RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel2021-10-041-1/+52
| * | | | RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel2021-10-042-0/+26
| * | | | RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel2021-10-041-0/+69
| * | | | RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-043-0/+138
| | |_|/ | |/| |
| * | | RISC-V: Add hypervisor extension related CSR definesAnup Patel2021-10-041-0/+87
| |/ /
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
| |/ /
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/ /
* | | riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-291-2/+1
* | | Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt2021-10-041-1/+2
|\ \ \ | |_|/ |/| |
| * | RISC-V: Include clone3() on rv32Palmer Dabbelt2021-10-041-1/+2
| |/
* | riscv/vdso: Move vdso data page up frontTong Tiangen2021-10-021-0/+2
* | riscv/vdso: Refactor asm/vdso.hTong Tiangen2021-10-022-6/+11
|/
* riscv: Improve stack randomisation on RV64Kefeng Wang2021-09-101-0/+3
* Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-053-28/+24
|\
| * RISC-V: Fix VDSO build for !MMUPalmer Dabbelt2021-08-251-0/+9
| * riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-241-12/+2
| * riscv: fix the global name pfn_base confliction errorKenneth Lee2021-08-131-2/+2
| * riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti2021-08-111-13/+2
| * riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti2021-08-111-1/+1
| * riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen2021-08-031-0/+8
* | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-4/+1
|\ \
| * \ Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie2021-07-261-2/+2
| |\ \
| * \ \ Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-4/+1
| |\ \ \ | | |_|/ | |/| |
| | * | drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2021-07-211-4/+1
* | | | riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2021-08-061-3/+4
| |_|/ |/| |
* | | RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt2021-07-211-2/+2
|/ /
* | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0916-81/+374
|\ \
| * | riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-062-0/+18
| * | riscv: ptrace: add argn syntaxJeff Xie2021-07-051-0/+31