aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-5/+6
13 daysRISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext functionQuan Zhou1-2/+2
13 daysRISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
13 daysriscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti1-10/+12
13 daysriscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao1-1/+1
13 daysriscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2-3/+2
2024-05-24Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds20-181/+294
2024-05-23riscv: Fix early ftrace nop patchingAlexandre Ghiti2-0/+9
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-0/+49
2024-05-22Merge patch series "riscv: Extension parsing fixes"Palmer Dabbelt3-7/+45
2024-05-22riscv: mm: accelerate pagefault when badaccessKefeng Wang1-2/+2
2024-05-22riscv: uaccess: Relax the threshold for fast pathXiao Wang1-1/+1
2024-05-22riscv: uaccess: Allow the last potential unrolled copyXiao Wang1-1/+1
2024-05-22riscv: typo in comment for get_f64_regXingyou Chen1-1/+1
2024-05-22Use bool value in set_cpu_online()Zhao Ke1-1/+1
2024-05-22Merge patch series "riscv: fix debug_pagealloc"Palmer Dabbelt2-6/+25
2024-05-22riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin1-6/+14
2024-05-22ftrace: riscv: move from REGS to ARGSPuranjay Mohan5-141/+143
2024-05-22Merge patch series "riscv: access_ok() optimization"Palmer Dabbelt2-4/+1
2024-05-22riscv: do not select MODULE_SECTIONS by defaultQingfang Deng1-1/+1
2024-05-22riscv: show help string for riscv-specific targetsEmil Renner Berthing1-0/+17
2024-05-22riscv: make image compression configurableEmil Renner Berthing3-10/+33
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds35-666/+615
2024-05-22riscv: cpufeature: Fix extension subset checkingCharlie Jenkins1-1/+1
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins3-6/+44
2024-05-22riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao1-6/+22
2024-05-22riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao1-0/+3
2024-05-20Merge tag 'soc-dt-late-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-711/+692
2024-05-19riscv: add support for kernel-mode FPUSamuel Holland5-0/+49
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-15/+11
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds6-31/+3
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+1
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+3
2024-05-16riscv: Define TASK_SIZE_MAX for __access_ok()Samuel Holland1-0/+1
2024-05-16riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland2-4/+0
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-113/+443
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds5-35/+38
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds3-3/+3
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-14/+267
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada5-28/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2-34/+35
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)4-24/+16
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-7/+17
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-12/+62
2024-05-13riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800Inochi Amaoto1-0/+1
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds6-20/+19
2024-05-13Merge tag 'soc-dt-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds6-24/+232
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into nextJoerg Roedel1-2/+1