summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2024-10-011-1/+6
* Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-2416-54/+130
|\
| * perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale2024-09-201-0/+1
| * RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt2024-09-201-1/+1
| * Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt2024-09-192-20/+25
| |\
| | * riscv: Enable bitops instrumentationSamuel Holland2024-09-191-20/+23
| | * riscv: Omit optimized string routines when using KASANSamuel Holland2024-09-191-0/+2
| * | ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo2024-09-171-2/+0
| * | riscv: Randomize lower bits of stack addressYunhui Cui2024-09-171-0/+8
| * | Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt2024-09-154-1/+35
| |\ \
| | * | riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti2024-09-151-1/+15
| | * | riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti2024-09-152-1/+24
| | * | riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2024-09-151-0/+1
| * | | riscv: Remove unused _TIF_WORK_MASKJinjie Ruan2024-09-151-4/+0
| * | | Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt2024-09-124-26/+53
| |\ \ \
| | * | | riscv: remove limit on the size of read-only section for XIP kernelNam Cao2024-09-122-8/+1
| | * | | riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao2024-09-121-1/+1
| | * | | riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao2024-09-121-4/+12
| | * | | riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao2024-09-121-2/+12
| | * | | riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao2024-09-121-8/+21
| | * | | riscv: cleanup XIP_FIXUP macroNam Cao2024-09-121-4/+7
| | | |/ | | |/|
| * | | riscv: Add license to vmalloc.hCharlie Jenkins2024-09-031-0/+1
| * | | riscv: Add license to fence.hCharlie Jenkins2024-09-031-0/+1
| * | | RISC-V: Enable IPI CPU BacktraceRyo Takakura2024-08-071-0/+5
| |/ /
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-13/+5
|\ \ \
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-033-13/+5
* | | | Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-09-161-0/+55
|\ \ \ \
| * \ \ \ Merge branch 'acpi-riscv'Rafael J. Wysocki2024-09-111-0/+55
| |\ \ \ \
| | * | | | irqchip/riscv-intc: Add ACPI support for AIASunil V L2024-08-271-0/+33
| | * | | | ACPI: RISC-V: Initialize GSI mapping structuresSunil V L2024-08-271-0/+22
| | |/ / /
* | | | | Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-09-151-4/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | RISC-V: KVM: Fix to allow hpmcounter31 from the guestAtish Patra2024-08-191-3/+3
| * | | | RISC-V: KVM: Allow legacy PMU access from guestAtish Patra2024-08-191-1/+14
| |/ / /
* | | | riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti2024-09-031-1/+19
* | | | Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt2024-08-291-24/+2
|\ \ \ \ | |/ / / |/| | |
| * | | riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins2024-08-291-24/+2
| |/ /
* / / RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green2024-08-141-1/+1
|/ /
* | Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-278-51/+220
|\ \
| * | RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt2024-07-261-1/+1
| * | riscv: Extend sv39 linear mapping max size to 128GStuart Menefy2024-07-261-1/+1
| * | riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang2024-07-261-0/+1
| * | Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt2024-07-224-47/+204
| |\ \
| | * | riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2024-07-222-62/+44
| | * | riscv: Introduce vendor variants of extension helpersCharlie Jenkins2024-07-221-0/+83
| | * | riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins2024-07-224-13/+105
| * | | Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2024-07-221-2/+13
| |\ \ \
| | * | | ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu2024-07-221-2/+13
| | | |/ | | |/|
* | | | Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-261-1/+1
|\ \ \ \
| * | | | riscv: Remove unnecessary int cast in variable_fls()Thorsten Blum2024-07-101-1/+1
* | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-212-3/+3
|\ \ \ \ \