summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti2022-07-112-9/+9
* riscv: Fix ALT_THEAD_PMA's asm parametersNathan Chancellor2022-06-171-7/+7
* riscv: Move alternative length validation into subsectionNathan Chancellor2022-06-021-2/+2
* riscv: Wire up memfd_secret in UAPI headerTobias Klauser2022-06-012-1/+1
* riscv: Fix irq_work when SMP is disabledSamuel Holland2022-06-011-1/+1
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-3126-115/+693
|\
| * RISC-V: Prepare dropping week attribute from arch_kexec_apply_relocations[_add]Uwe Kleine-König2022-05-301-0/+7
| * RISC-V: Various XIP fixesPalmer Dabbelt2022-05-262-26/+31
| |\
| | * RISC-V: Split out the XIP fixups into their own filePalmer Dabbelt2022-05-252-26/+31
| * | riscv: atomic: Add custom conditional atomic operation implementationGuo Ren2022-05-211-0/+82
| * | riscv: atomic: Optimize dec_if_positive functionsGuo Ren2022-05-211-10/+10
| * | riscv: atomic: Cleanup unnecessary definitionGuo Ren2022-05-211-12/+0
| * | Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt2022-05-203-160/+4
| |\ \
| * \ \ riscv: kexec: add kexec_file_load() supportPalmer Dabbelt2022-05-191-0/+4
| |\ \ \
| | * | | RISC-V: Add kexec_file supportLiao Chang2022-05-191-0/+4
| | | |/ | | |/|
| * | | RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt2022-05-1912-6/+242
| |\ \ \
| | * | | riscv: compat: signal: Add rt_frame implementationGuo Ren2022-05-171-0/+18
| | * | | riscv: compat: vdso: Add setup additional pages implementationGuo Ren2022-04-262-0/+6
| | * | | riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren2022-04-261-0/+9
| | * | | riscv: compat: Add hw capability check for elfGuo Ren2022-04-261-2/+4
| | * | | riscv: compat: Add elf.h implementationGuo Ren2022-04-261-1/+40
| | * | | riscv: compat: syscall: Add entry.S implementationGuo Ren2022-04-261-0/+7
| | * | | riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-263-1/+13
| | * | | riscv: compat: Support TASK_SIZE for compat modeGuo Ren2022-04-262-3/+16
| | * | | riscv: compat: Add basic compat data type implementationGuo Ren2022-04-262-0/+130
| | |/ /
| * | | riscv: add memory-type errata for T-HeadHeiko Stuebner2022-05-115-7/+86
| * | | riscv: remove FIXMAP_PAGE_IO and fall back to its default valueHeiko Stuebner2022-05-111-2/+0
| * | | riscv: add RISC-V Svpbmt extension supportHeiko Stuebner2022-05-117-9/+99
| * | | riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner2022-05-114-12/+24
| * | | riscv: prevent compressed instructions in alternativesHeiko Stuebner2022-05-111-0/+24
| * | | riscv: extend concatenated alternatives-lines to the same lengthHeiko Stuebner2022-05-111-10/+10
| * | | riscv: implement ALTERNATIVE_2 macroHeiko Stuebner2022-05-111-20/+58
| * | | riscv: implement module alternativesHeiko Stuebner2022-05-111-0/+3
| * | | riscv: allow different stages with alternativesHeiko Stuebner2022-05-111-1/+4
| * | | riscv: integrate alternatives better into the main architectureHeiko Stuebner2022-05-112-3/+12
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-263-23/+122
|\ \ \
| * | | RISC-V: KVM: Introduce ISA extension registerAtish Patra2022-05-201-0/+20
| * | | RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel2022-05-201-0/+5
| * | | RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel2022-05-201-0/+59
| * | | RISC-V: KVM: Reduce KVM_MAX_VCPUS valueAnup Patel2022-05-201-2/+1
| * | | RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel2022-05-201-5/+20
| * | | RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel2022-05-201-0/+1
| * | | RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-201-15/+15
* | | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-262-6/+65
|\ \ \ \
| * | | | riscv/mm: fix two page table check related issuesTong Tiangen2022-05-192-5/+5
| * | | | riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKTong Tiangen2022-05-131-6/+65
| |/ / /
* | | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-263-160/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | RISC-V: Move to queued RW locksPalmer Dabbelt2022-05-113-123/+2
| * | | RISC-V: Move to generic spinlocksPalmer Dabbelt2022-05-113-45/+10
| | |/ | |/|
* | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-1/+1
|\ \ \