summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti2024-03-261-0/+2
* riscv: Only check online cpus for emulated accessesCharlie Jenkins2024-03-261-1/+1
* riscv: dts: sifive: add missing #interrupt-cells to pmicConor Dooley2024-03-261-0/+1
* riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2024-03-062-1/+3
* riscv: add CALLER_ADDRx supportZong Li2024-03-063-0/+55
* RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCHNathan Chancellor2024-03-061-1/+0
* riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos2024-03-061-1/+1
* riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti2024-03-061-0/+4
* Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti2024-03-061-60/+1
* RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUsConor Dooley2024-03-061-0/+15
* riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti2024-03-062-0/+4
* riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen2024-03-061-1/+1
* riscv: tlb: fix __p*d_free_tlb()Jisheng Zhang2024-03-061-3/+17
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-233-8/+8
* riscv: declare overflow_stack as exported from traps.cBen Dooks2024-02-161-0/+5
* riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2024-02-162-3/+16
* riscv: Flush the tlb when a page directory is freedAlexandre Ghiti2024-02-161-1/+1
* riscv: Fix hugetlb_mask_last_page() when NAPOT is enabledAlexandre Ghiti2024-02-161-0/+20
* riscv: Fix set_huge_pte_at() for NAPOT mappingAlexandre Ghiti2024-02-161-2/+40
* riscv: mm: execute local TLB flush after populating vmemmapVincent Chen2024-02-163-1/+7
* mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2024-02-163-1/+8
* riscv: Fix build error on rv32 + XIPAlexandre Ghiti2024-02-051-0/+4
* riscv: Make XIP bootable againFrederik Haxel2024-02-052-2/+7
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2024-02-051-1/+1
* riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint formatInochi Amaoto2024-01-311-32/+48
* riscv: mm: Fixup compat mode boot failureGuo Ren2024-01-311-1/+1
* riscv: mm: Fixup compat arch_get_mmap_endGuo Ren2024-01-311-1/+1
* riscv: Fix an off-by-one in get_early_cmdline()Christophe JAILLET2024-01-311-2/+1
* riscv: Fix relocation_hashtable sizeCharlie Jenkins2024-01-311-1/+1
* riscv: Correctly free relocation hashtable on errorCharlie Jenkins2024-01-311-3/+7
* riscv: Fix module loading free orderCharlie Jenkins2024-01-311-1/+1
* riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macroFrederik Haxel2024-01-251-1/+1
* riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXECAlexandre Ghiti2024-01-251-1/+1
* riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti2024-01-251-1/+2
* riscv: Fix wrong usage of lm_alias() when splitting a huge linear mappingAlexandre Ghiti2024-01-251-2/+7
* riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti2024-01-254-1/+15
* Merge tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-051-0/+2
|\
| * arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2023-12-291-0/+2
* | Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-271-3/+1
|\|
| * kexec: fix KEXEC_FILE dependenciesArnd Bergmann2023-12-201-3/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-12-221-0/+13
|\ \
| * | RISCV: KVM: update external interrupt atomically for IMSIC swfileYong-Xuan Wang2023-12-131-0/+13
* | | posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-5/+0
* | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-153-4/+6
|\ \ \ | |/ / |/| / | |/
| * riscv: fix VMALLOC_START definitionBaoquan He2023-12-121-1/+1
| * kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-122-3/+5
* | Merge tag 'riscv-for-linus-6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-12-086-47/+105
|\ \
| * | riscv: errata: andes: Probe for IOCP only once in boot stageLad Prabhakar2023-12-061-7/+13
| * | riscv: Fix SMP when shadow call stacks are enabledSamuel Holland2023-12-061-1/+1
| * | riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger2023-12-061-4/+2