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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-19
Merge patch series "RISC-V kasan rework"
Palmer Dabbelt
1
-2
/
+0
2023-04-19
riscv: Fix EFI stub usage of KASAN instrumented strcmp function
Alexandre Ghiti
1
-2
/
+0
2023-04-18
Merge patch series "RISC-V Hardware Probing User Interface"
Palmer Dabbelt
11
-14
/
+327
2023-04-18
RISC-V: Add hwprobe vDSO function and data
Evan Green
7
-7
/
+120
2023-04-18
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
4
-0
/
+51
2023-04-18
RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
Evan Green
1
-0
/
+20
2023-04-18
RISC-V: Add a syscall for HW probing
Evan Green
1
-1
/
+134
2023-04-18
RISC-V: Move struct riscv_cpuinfo to new header
Evan Green
1
-6
/
+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
1
-1
/
+0
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
RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
2
-2
/
+11
2023-04-08
RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
7
-176
/
+179
2023-04-08
irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
1
-0
/
+18
2023-04-08
RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
2
-3
/
+7
2023-03-24
Merge patch series "riscv: Add GENERIC_ENTRY support"
Palmer Dabbelt
10
-476
/
+165
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-2
/
+2
2023-03-23
riscv: entry: Consolidate general regs saving/restoring
Jisheng Zhang
2
-131
/
+7
2023-03-23
riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
Jisheng Zhang
2
-12
/
+5
2023-03-23
riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
Jisheng Zhang
3
-40
/
+0
2023-03-23
riscv: entry: Convert to generic entry
Guo Ren
5
-297
/
+158
2023-03-23
riscv: entry: Add noinstr to prevent instrumentation inserted
Guo Ren
1
-2
/
+2
2023-03-23
riscv: ptrace: Remove duplicate operation
Guo Ren
1
-1
/
+0
2023-03-21
vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
1
-3
/
+1
2023-03-15
Merge patch series "RISC-V: Apply Zicboz to clear_page"
Palmer Dabbelt
3
-5
/
+56
2023-03-14
RISC-V: Use Zicboz in clear_page when available
Andrew Jones
1
-0
/
+11
2023-03-14
RISC-V: cpufeatures: Put the upper 16 bits of patch ID to work
Andrew Jones
1
-4
/
+33
2023-03-14
RISC-V: Add Zicboz detection and block size parsing
Andrew Jones
3
-1
/
+12
2023-03-14
Merge patch series "riscv: alternative/cpufeature related cleanups"
Palmer Dabbelt
1
-8
/
+3
2023-03-14
riscv: cpufeature: Drop errata_list.h and other unused includes
Andrew Jones
1
-5
/
+0
2023-03-14
riscv: alternatives: Rename errata_id to patch_id
Andrew Jones
1
-3
/
+3
2023-03-09
Merge patch series "riscv, mm: detect svnapot cpu support at runtime"
Palmer Dabbelt
2
-0
/
+2
2023-03-09
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2
-5
/
+36
2023-03-09
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
1
-1
/
+1
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-03-07
riscv: mm: modify pte format for Svnapot
Qinglin Pan
2
-0
/
+2
2023-03-06
RISC-V: Stop emitting attributes
Palmer Dabbelt
1
-0
/
+4
2023-02-25
Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-252
/
+306
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-42
/
+0
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+2
2023-02-23
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-14
/
+20
2023-02-21
Merge patch series "riscv: Dump faulting instructions in oops handler"
Palmer Dabbelt
1
-1
/
+24
2023-02-21
riscv: alternative: proceed one more instruction for auipc/jalr pair
Jisheng Zhang
1
-0
/
+1
2023-02-21
Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"
Palmer Dabbelt
1
-0
/
+9
2023-02-21
riscv: Avoid enabling interrupts in die()
Mattias Nissler
1
-2
/
+3
[prev]
[next]