- e8a62cc riscv: Implement sv48 support by Alexandre Ghiti · 3 years, 1 month ago
- 3270bfd riscv: Allow to dynamically define VA_BITS by Alexandre Ghiti · 3 years, 1 month ago
- 2efad17 riscv: Split early kasan mapping to prepare sv48 introduction by Alexandre Ghiti · 3 years, 1 month ago
- f7ae023 riscv: Move KASAN mapping next to the kernel mapping by Alexandre Ghiti · 3 years, 1 month ago
- b89f311 Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 2 months ago
- e8f023c Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 2 months ago
- d7e0a79 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
- 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
- 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- 7c8de08 RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions by Anup Patel · 3 years, 2 months ago
- 0a86512 RISC-V: KVM: Factor-out FP virtualization into separate sources by Anup Patel · 3 years, 2 months ago
- 54c5639d riscv: Fix asan-stack clang build by Alexandre Ghiti · 3 years, 2 months ago
- 683b33f riscv/vdso: Drop unneeded part due to merge issue by Kefeng Wang · 3 years, 3 months ago
- f9ace4e riscv: remove .text section size limitation for XIP by Vitaly Wool · 3 years, 3 months ago
- 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
- 7369866 Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into for-next by Palmer Dabbelt · 3 years, 3 months ago
- 9246320 Merge remote-tracking branch 'palmer/riscv-clone3' into fixes by Palmer Dabbelt · 3 years, 3 months ago
- 59a4e0d RISC-V: Include clone3() on rv32 by Palmer Dabbelt · 3 years, 3 months ago
- dffe11e riscv/vdso: Add support for time namespaces by Tong Tiangen · 3 years, 4 months ago
- dea8ee3 RISC-V: KVM: Add SBI v0.1 support by Atish Patra · 3 years, 3 months ago
- 4d9c5c0 RISC-V: KVM: Implement ONE REG interface for FP registers by Atish Patra · 3 years, 3 months ago
- 5de52d4 RISC-V: KVM: FP lazy save/restore by Atish Patra · 3 years, 3 months ago
- 3a9f66c RISC-V: KVM: Add timer functionality by Atish Patra · 3 years, 3 months ago
- 9955371 RISC-V: KVM: Implement MMU notifiers by Anup Patel · 3 years, 3 months ago
- 9d05c1f RISC-V: KVM: Implement stage2 page table programming by Anup Patel · 3 years, 3 months ago
- fd7bb4a RISC-V: KVM: Implement VMID allocator by Anup Patel · 3 years, 3 months ago
- 9f70132 RISC-V: KVM: Handle MMIO exits for VCPU by Anup Patel · 3 years, 3 months ago
- 34bde9d8 RISC-V: KVM: Implement VCPU world-switch by Anup Patel · 3 years, 3 months ago
- 92ad820 RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls by Anup Patel · 3 years, 3 months ago
- cce69af RISC-V: KVM: Implement VCPU interrupts and requests handling by Anup Patel · 3 years, 3 months ago
- a33c72f RISC-V: KVM: Implement VCPU create, init and destroy functions by Anup Patel · 3 years, 3 months ago
- 99cdc6c RISC-V: Add initial skeletal KVM support by Anup Patel · 3 years, 3 months ago
- 3f2401f RISC-V: Add hypervisor extension related CSR defines by Anup Patel · 3 years, 3 months ago
- 78a743c riscv/vdso: Move vdso data page up front by Tong Tiangen · 3 years, 4 months ago
- bb4a23c riscv/vdso: Refactor asm/vdso.h by Tong Tiangen · 3 years, 4 months ago
- adf8a61 kprobes: treewide: Make it harder to refer kretprobe_trampoline directly by Masami Hiramatsu · 3 years, 4 months ago
- 7962c2e arch: remove unused function syscall_set_arguments() by Peter Collingbourne · 3 years, 4 months ago
- d593553 riscv: Improve stack randomisation on RV64 by Kefeng Wang · 3 years, 5 months ago
- 063df71 Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 4 months ago
- 477f70c Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 4 months ago
- a290f51 RISC-V: Fix VDSO build for !MMU by Palmer Dabbelt · 3 years, 4 months ago
- fde9c59 riscv: explicitly use symbol offsets for VDSO by Saleem Abdulrasool · 3 years, 5 months ago
- fb31f0a riscv: fix the global name pfn_base confliction error by Kenneth Lee · 3 years, 5 months ago
- 0aba691 riscv: Introduce va_kernel_pa_offset for 32-bit kernel by Alexandre Ghiti · 3 years, 5 months ago
- 59a27e1 riscv: Optimize kernel virtual address conversion macro by Alexandre Ghiti · 3 years, 5 months ago
- 6d7f91d riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion by Alexandre Ghiti · 3 years, 5 months ago
- 13e47be riscv: Implement thread_struct whitelist for hardened usercopy by Tong Tiangen · 3 years, 6 months ago
- 35482f9 Backmerge tag 'v5.14-rc3' into drm-next by Dave Airlie · 3 years, 5 months ago
- 8da49a3 Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 5 months ago
- c79e89e RISC-V: load initrd wherever it fits into memory by Heinrich Schuchardt · 3 years, 6 months ago
- 8633ef8 drivers/firmware: consolidate EFI framebuffer setup for all arches by Javier Martinez Canillas · 3 years, 6 months ago
- 9b76d71 Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 6 months ago
- 9cf6fa2 mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * by Aneesh Kumar K.V · 3 years, 6 months ago
- 7bb7f2a arch, mm: wire up memfd_secret system call where relevant by Mike Rapoport · 3 years, 6 months ago
- 31da94c riscv: add VMAP_STACK overflow detection by Tong Tiangen · 3 years, 6 months ago
- 70eee55 riscv: ptrace: add argn syntax by Jeff Xie · 3 years, 6 months ago
- 9eb4fcf riscv: mm: fix build errors caused by mk_pmd() by Nanyong Sun · 3 years, 7 months ago
- 658e2c5 riscv: Introduce structure that group all variables regarding kernel mapping by Alexandre Ghiti · 3 years, 7 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 6 months ago
- fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 6 months ago
- 01112e5 Merge branch 'riscv-wx-mappings' into for-next by Palmer Dabbelt · 3 years, 6 months ago
- e5c35fa0 riscv: Map the kernel with correct permissions the first time by Alexandre Ghiti · 3 years, 6 months ago
- c10bc26 riscv: Introduce set_kernel_memory helper by Alexandre Ghiti · 3 years, 6 months ago
- 47513f2 riscv: Enable KFENCE for riscv64 by Liu Shixin · 3 years, 7 months ago
- f627476 RISC-V: Use asm-generic for {in,out}{bwlq} by Palmer Dabbelt · 3 years, 7 months ago
- 3f1e782 riscv: add ASID-based tlbflushing methods by Guo Ren · 3 years, 7 months ago
- a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
- 3a02764 riscv: Ensure BPF_JIT_REGION_START aligned with PMD size by Jisheng Zhang · 3 years, 6 months ago
- 7094e6a riscv: Simplify xip and !xip kernel address conversion macros by Alexandre Ghiti · 3 years, 7 months ago
- 858cf860 riscv: alternative: fix typo in macro name by Vitaly Wool · 3 years, 7 months ago
- efcec32 riscv: Cleanup unused functions by Guo Ren · 3 years, 7 months ago
- ff76e3d riscv: fix build error when CONFIG_SMP is disabled by Bixuan Cui · 3 years, 7 months ago
- cba43c3 riscv: Use global mappings for kernel pages by Guo Ren · 3 years, 7 months ago
- 0106235 riscv: mm: init: Consolidate vars, functions by Jisheng Zhang · 3 years, 8 months ago
- 8c9f494 riscv: kprobes: Remove redundant kprobe_step_ctx by Jisheng Zhang · 3 years, 9 months ago
- 9efbb35 locking/atomic: riscv: move to ARCH_ATOMIC by Mark Rutland · 3 years, 7 months ago
- 37a7a2a riscv: Turn has_fpu into a static key if FPU=y by Jisheng Zhang · 3 years, 8 months ago
- f842f5f riscv: Move setup_bootmem into paging_init by Kefeng Wang · 3 years, 8 months ago
- db75674 riscv: enable generic PCI resource mapping by Stanislaw Kardach · 3 years, 9 months ago
- 3332f41 riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMD by Jisheng Zhang · 3 years, 9 months ago
- bab0d47 riscv: kexec: Fix W=1 build warnings by Jisheng Zhang · 3 years, 8 months ago
- e88b333 riscv: mm: add THP support on 64-bit by Nanyong Sun · 3 years, 8 months ago
- 141682f riscv: mm: make pmd_bad() check leaf condition by Nanyong Sun · 3 years, 8 months ago
- f5397c3 riscv: mm: add _PAGE_LEAF macro by Nanyong Sun · 3 years, 8 months ago
- 8d91b09 riscv: Consistify protect_kernel_linear_mapping_text_rodata() use by Geert Uytterhoeven · 3 years, 8 months ago
- 939b7cb Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 8 months ago
- 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
- f54c7b5 RISC-V: Always define XIP_FIXUP by Palmer Dabbelt · 3 years, 8 months ago
- 883fcb8 riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=y by Alexandre Ghiti · 3 years, 8 months ago
- 44c9225 RISC-V: enable XIP by Vitaly Wool · 3 years, 9 months ago
- e53d281 RISC-V: Add kdump support by Nick Kossifidis · 3 years, 8 months ago
- fba8a86 RISC-V: Add kexec support by Nick Kossifidis · 3 years, 8 months ago
- 300f62c riscv: Constify sbi_ipi_ops by Jisheng Zhang · 3 years, 9 months ago
- e6a3022 riscv: Constify sys_call_table by Jisheng Zhang · 3 years, 9 months ago
- 2bfc6cd riscv: Move kernel mapping outside of linear mapping by Alexandre Ghiti · 3 years, 9 months ago
- 7ce0477 riscv: Workaround mcount name prior to clang-13 by Nathan Chancellor · 3 years, 9 months ago
- bff3ff5 riscv: sifive: Apply errata "cip-1200" patch by Vincent Chen · 3 years, 9 months ago
- 800149a riscv: sifive: Apply errata "cip-453" patch by Vincent Chen · 3 years, 9 months ago
- 1a0e5db riscv: sifive: Add SiFive alternative ports by Vincent Chen · 3 years, 9 months ago