aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 34-82/+907
2023-09-08riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configGravatar Lad Prabhakar 1-1/+1
2023-09-08riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configGravatar Lad Prabhakar 1-1/+1
2023-09-08riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledGravatar Lad Prabhakar 1-1/+1
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Gravatar Palmer Dabbelt 5-33/+251
2023-09-08Merge patch series "riscv: Introduce KASLR"Gravatar Palmer Dabbelt 9-2/+129
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Gravatar Palmer Dabbelt 2-4/+88
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Gravatar Palmer Dabbelt 12-0/+194
2023-09-08Merge patch series "riscv: dma-mapping: unify support for cache flushes"Gravatar Palmer Dabbelt 1-9/+51
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Gravatar Palmer Dabbelt 9-33/+193
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-596/+1159
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITGravatar Puranjay Mohan 3-28/+141
2023-09-06riscv: implement a memset like function for textGravatar Puranjay Mohan 2-0/+78
2023-09-06riscv: extend patch_text_nosync() for multiple pagesGravatar Puranjay Mohan 1-5/+32
2023-09-05riscv: libstub: Implement KASLR by using generic functionsGravatar Alexandre Ghiti 2-0/+3
2023-09-05riscv: Dump out kernel offset information on panicGravatar Alexandre Ghiti 1-0/+25
2023-09-05riscv: Introduce virtual kernel mapping KASLRGravatar Alexandre Ghiti 6-2/+101
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-0/+2
2023-09-04kbuild: Show marked Kconfig fragments in "help"Gravatar Kees Cook 2-0/+2
2023-09-01RISC-V: Add ptrace support for vectorsGravatar Andy Chiu 2-4/+88
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportGravatar Lad Prabhakar 4-0/+91
2023-09-01riscv: errata: Add Andes alternative portsGravatar Lad Prabhakar 7-0/+102
2023-09-01riscv: asm: vendorid_list: Add Andes Technology to the vendors listGravatar Lad Prabhakar 1-0/+1
2023-09-01riscv: dma-mapping: switch over to generic implementationGravatar Lad Prabhakar 1-9/+51
2023-09-01riscv: dma-mapping: skip invalidation before bidirectional DMAGravatar Arnd Bergmann 1-1/+1
2023-09-01riscv: dma-mapping: only invalidate after DMA, not flushGravatar Arnd Bergmann 1-1/+1
2023-09-01RISC-V: alternative: Remove feature_probe_funcGravatar Evan Green 4-33/+0
2023-09-01RISC-V: Probe for unaligned access speedGravatar Evan Green 6-0/+193
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 36-356/+1008
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 12-589/+1158
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-1/+1
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 1-6/+0
2023-08-31Merge patch series "RISC-V: mm: Make SV48 the default address space"Gravatar Palmer Dabbelt 3-12/+75
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Gravatar Palmer Dabbelt 5-0/+26
2023-08-31riscv: support PREEMPT_DYNAMIC with static keysGravatar Jisheng Zhang 1-0/+1
2023-08-31Merge patch series "riscv: support ELF format binaries in nommu mode"Gravatar Palmer Dabbelt 3-1/+19
2023-08-31Merge patch series "riscv: KCFI support"Gravatar Palmer Dabbelt 14-12/+238
2023-08-31riscv: Move create_tmp_mapping() to init sectionsGravatar Alexandre Ghiti 1-1/+1
2023-08-31riscv: Mark KASAN tmp* page tables variables as staticGravatar Alexandre Ghiti 1-3/+3
2023-08-31riscv: mm: use bitmap_zero() APIGravatar Ye Xingchen 1-1/+1
2023-08-31Merge patch series "support allocating crashkernel above 4G explicitly on riscv"Gravatar Palmer Dabbelt 2-7/+91
2023-08-31Merge patch series "riscv: kprobes: simulate some instructions"Gravatar Palmer Dabbelt 3-5/+116
2023-08-31riscv: remove redundant mv instructionsGravatar Nam Cao 1-5/+1
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-1/+0
2023-08-30Merge tag 'soc-dt-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 13-6/+983
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-37/+19
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-58/+55
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-93/+192
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+2