index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
KVM: RISC-V: Retry fault if vma_lookup() results become invalid
David Matlack
1
-9
/
+16
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-61
/
+60
2023-04-19
Merge patch series "Introduce 64b relocatable kernel"
Palmer Dabbelt
11
-15
/
+199
2023-04-19
riscv: Use --emit-relocs in order to move .rela.dyn in init
Alexandre Ghiti
3
-1
/
+21
2023-04-19
riscv: Check relocations at compile time
Alexandre Ghiti
2
-0
/
+62
2023-04-19
riscv: Introduce CONFIG_RELOCATABLE
Alexandre Ghiti
5
-5
/
+91
2023-04-19
riscv: Move .rela.dyn outside of init to avoid empty relocations
Alexandre Ghiti
1
-4
/
+4
2023-04-19
riscv: Prepare EFI header for relocatable kernels
Alexandre Ghiti
3
-6
/
+21
2023-04-19
Merge patch series "RISC-V kasan rework"
Palmer Dabbelt
5
-247
/
+298
2023-04-19
riscv: Unconditionnally select KASAN_VMALLOC if KASAN
Alexandre Ghiti
1
-0
/
+1
2023-04-19
riscv: Fix ptdump when KASAN is enabled
Alexandre Ghiti
1
-12
/
+12
2023-04-19
riscv: Fix EFI stub usage of KASAN instrumented strcmp function
Alexandre Ghiti
1
-2
/
+0
2023-04-19
riscv: Move DTB_EARLY_BASE_VA to the kernel address space
Alexandre Ghiti
1
-1
/
+1
2023-04-19
riscv: Rework kasan population functions
Alexandre Ghiti
1
-178
/
+183
2023-04-19
riscv: Split early and final KASAN population functions
Alexandre Ghiti
1
-69
/
+116
2023-04-18
Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"
Palmer Dabbelt
3
-25
/
+112
2023-04-18
riscv: Use PUD/P4D/PGD pages for the linear mapping
Alexandre Ghiti
3
-6
/
+84
2023-04-18
riscv: Move the linear mapping creation in its own function
Alexandre Ghiti
1
-14
/
+28
2023-04-18
riscv: Get rid of riscv_pfn_base variable
Alexandre Ghiti
2
-7
/
+2
2023-04-18
RISC-V: align ISA extension Kconfig help text with each other
Conor Dooley
1
-8
/
+8
2023-04-18
riscv: Kconfig: enable SCHED_MC kconfig
Song Shuai
1
-0
/
+8
2023-04-18
riscv: export cpu/freq invariant to scheduler
Song Shuai
1
-0
/
+20
2023-04-18
Merge patch series "RISC-V Hardware Probing User Interface"
Palmer Dabbelt
21
-14
/
+454
2023-04-18
RISC-V: Add hwprobe vDSO function and data
Evan Green
10
-7
/
+146
2023-04-18
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
9
-1
/
+76
2023-04-18
RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
Evan Green
3
-1
/
+26
2023-04-18
RISC-V: Add a syscall for HW probing
Evan Green
5
-1
/
+185
2023-04-18
RISC-V: Move struct riscv_cpuinfo to new header
Evan Green
2
-6
/
+23
2023-04-18
Merge tag 'arm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-04-16
Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+1
2023-04-14
Merge tag 'riscv-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-54
/
+59
2023-04-14
Merge tag 'sunxi-dt-for-6.4-1' of https://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
2
-6
/
+90
2023-04-13
riscv: No need to relocate the dtb as it lies in the fixmap region
Alexandre Ghiti
1
-19
/
+2
2023-04-13
riscv: Do not set initial_boot_params to the linear address of the dtb
Alexandre Ghiti
1
-4
/
+1
2023-04-13
riscv: Move early dtb mapping into the fixmap region
Alexandre Ghiti
4
-30
/
+48
2023-04-13
riscv: cacheinfo: Adjust includes to remove of_device.h
Rob Herring
1
-1
/
+0
2023-04-13
riscv: Add explicit include for cpu.h
Rob Herring
1
-1
/
+1
2023-04-11
Revert "riscv: Set more data to cacheinfo"
Song Shuai
1
-51
/
+15
2023-04-11
riscv: add icache flush for nommu sigreturn trampoline
Mathis Salmen
1
-1
/
+8
2023-04-11
riscv: entry: Save a0 prior syscall_enter_from_user_mode()
Björn Töpel
1
-2
/
+2
2023-04-08
riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes
Cristian Ciocaltea
1
-6
/
+6
2023-04-08
purgatory: fix disabling debug info
Alyssa Ross
1
-6
/
+1
2023-04-08
RISC-V: Use IPIs for remote icache flush when possible
Anup Patel
1
-2
/
+3
2023-04-08
RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
1
-15
/
+78
2023-04-08
RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
3
-4
/
+27
2023-04-08
RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
10
-192
/
+209
2023-04-08
irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
2
-0
/
+22
2023-04-08
RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
2
-3
/
+7
2023-04-07
of: address: always use dma_default_coherent for default coherency
Jiaxun Yang
1
-1
/
+1
2023-04-06
Merge tag 'riscv-dt-fixes-for-v6.3-final' of https://git.kernel.org/pub/scm/l...
Arnd Bergmann
1
-1
/
+0
[prev]
[next]