summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt2024-04-261-10/+10
|\
| * riscv: thead: Rename T-Head PBMT to MAEChristoph Müllner2024-04-251-10/+10
* | riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMINClément Léger2024-04-231-1/+1
* | Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt2024-04-092-2/+2
|\ \
| * | riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland2024-04-091-1/+1
| * | riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland2024-04-091-1/+1
| |/
* | riscv: mm: implement pgprot_nxJisheng Zhang2024-03-271-0/+6
* | RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev2024-03-271-1/+1
* | riscv: Mark __se_sys_* functions __usedSami Tolvanen2024-03-261-1/+2
* | riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland2024-03-261-2/+2
* | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2225-248/+343
|\ \
| * | riscv: Fix syscall wrapper for >word-size argumentsSami Tolvanen2024-03-201-14/+39
| * | Merge patch series "riscv/barrier: tidying up barrier-related macro"Palmer Dabbelt2024-03-207-32/+36
| |\ \
| | * | riscv/barrier: Add missing space after ','Eric Chan2024-03-191-6/+6
| | * | riscv/barrier: Consolidate fence definitionsEric Chan2024-03-197-14/+16
| | * | riscv/barrier: Define RISCV_FULL_BARRIEREric Chan2024-03-193-10/+12
| | * | riscv/barrier: Define __{mb,rmb,wmb}Eric Chan2024-03-191-3/+3
| | |/
| * | riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti2024-03-201-7/+7
| * | Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt2024-03-201-0/+3
| |\ \
| | * | cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-191-0/+3
| | |/
| * | Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt2024-03-204-21/+31
| |\ \
| | * | riscv: Introduce set_compat_task() in asm/compat.hLeonardo Bras2024-03-192-4/+9
| | * | riscv: Introduce is_compat_thread() into compat.hLeonardo Bras2024-03-191-0/+8
| | * | riscv: add compile-time test into is_compat_task()Leonardo Bras2024-03-194-12/+5
| | * | riscv: Replace direct thread flag check with is_compat_task()Leonardo Bras2024-03-192-2/+2
| | * | riscv: Improve arch_get_mmap_end() macroLeonardo Bras2024-03-191-3/+9
| * | | riscv: vector: Fix a typo of preempt_vSong Shuai2024-03-151-2/+2
| * | | Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt2024-03-151-16/+11
| |\ \ \
| | * | | riscv: mm: Use hint address in mmap if availableCharlie Jenkins2024-03-141-16/+11
| * | | | Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt2024-03-151-12/+19
| |\ \ \ \
| | * | | | riscv: Set unaligned access speed at compile timeCharlie Jenkins2024-03-131-11/+13
| | * | | | riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins2024-03-131-1/+1
| | * | | | riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins2024-03-131-3/+8
| | | |_|/ | | |/| |
| * | | | Merge patch series "Support Andes PMU extension"Palmer Dabbelt2024-03-153-12/+4
| |\ \ \ \
| | * | | | perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin2024-03-122-9/+1
| | * | | | riscv: errata: Rename defines for AndesYu Chien Peter Lin2024-03-122-3/+3
| | |/ / /
| * | | | Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"Palmer Dabbelt2024-03-152-60/+7
| |\ \ \ \
| | * | | | riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti2024-03-151-0/+2
| * | | | | Merge patch series "membarrier: riscv: Core serializing command"Palmer Dabbelt2024-02-152-0/+79
| |\ \ \ \ \
| | * | | | | membarrier: riscv: Provide core serializing commandAndrea Parri2024-02-152-0/+48
| | * | | | | membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri2024-02-151-0/+31
| | | |/ / / | | |/| | |
| * | | | | riscv: Avoid code duplication with generic bitops implementationXiao Wang2024-01-241-114/+24
| * | | | | riscv: blacklist assembly symbols for kprobeClément Léger2024-01-241-0/+10
| * | | | | Merge patch series "riscv: support fast gup"Palmer Dabbelt2024-01-243-8/+69
| |\ \ \ \ \
| | * | | | | riscv: enable HAVE_FAST_GUP if MMUJisheng Zhang2024-01-241-0/+6
| | * | | | | riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMUJisheng Zhang2024-01-242-5/+36
| | * | | | | riscv: tlb: convert __p*d_free_tlb() to inline functionsJisheng Zhang2024-01-241-22/+32
| * | | | | | RISC-V: add helper function to read the vector VLENHeiko Stuebner2024-01-221-0/+11
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-1/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-03-111-0/+2
| |\ \ \ \ \ \