summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2-5/+2
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green1-5/+0
2023-09-01RISC-V: Probe for unaligned access speedEvan Green1-0/+2
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-22/+239
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2023-08-31Merge patch series "RISC-V: mm: Make SV48 the default address space"Palmer Dabbelt3-12/+75
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt2-0/+16
2023-08-31Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt2-1/+14
2023-08-31Merge patch series "riscv: KCFI support"Palmer Dabbelt4-3/+121
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-32/+43
2023-08-29Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+2
2023-08-25riscv: implement the new page table range APIMatthew Wilcox (Oracle)2-23/+33
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)1-1/+1
2023-08-24RISC-V: mm: Update pgtable comment documentationCharlie Jenkins1-3/+5
2023-08-24RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins3-9/+70
2023-08-24riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang2-0/+16
2023-08-24riscv: support the elf-fdpic binfmt loaderGreg Ungerer2-1/+14
2023-08-24riscv: Add CFI error handlingSami Tolvanen2-0/+32
2023-08-24riscv: Implement syscall wrappersSami Tolvanen2-3/+89
2023-08-23Merge patch series "riscv: fix ptrace and export VLENB"Palmer Dabbelt1-1/+2
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu1-1/+2
2023-08-21riscv: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel1-8/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-1/+1
2023-08-16riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr()Nam Cao1-2/+13
2023-08-10riscv: Implement flush_cache_vmap()Alexandre Ghiti1-0/+4
2023-08-10riscv: Do not allow vmap pud mappings for 3-level page tableAlexandre Ghiti1-1/+3
2023-08-09riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers1-0/+2
2023-08-09riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressSunil V L1-1/+1
2023-08-02riscv: alternatives: fix a typo in commentYuan Tan1-1/+1
2023-07-26RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley1-0/+1
2023-07-26RISC-V: enable extension detection from dedicated propertiesConor Dooley1-0/+1
2023-07-26RISC-V: add missing single letter extension definitionsConor Dooley1-0/+5
2023-07-26RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley1-5/+2
2023-07-26RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley1-0/+3
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-3/+3
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+34
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel1-0/+34
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-31/+189
2023-07-01Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-31/+189
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+21
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-17/+511
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+0
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-72/+0