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-02-21
RISC-V: take text_mutex during alternative patching
Conor Dooley
1
-0
/
+4
2023-02-21
RISC-V: fix ordering of Zbb extension
Heiko Stuebner
1
-1
/
+1
2023-02-21
riscv: Add instruction dump to RISC-V splats
Björn Töpel
1
-1
/
+24
2023-02-21
riscv: vmlinux.lds.S: explicitly catch .init.bss sections from EFI stub
Jisheng Zhang
1
-0
/
+3
2023-02-21
riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sections
Jisheng Zhang
1
-0
/
+1
2023-02-21
riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbols
Jisheng Zhang
1
-0
/
+4
2023-02-21
riscv: lds: define RUNTIME_DISCARD_EXIT
Jisheng Zhang
1
-0
/
+1
2023-02-21
Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+2
2023-02-20
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+0
2023-02-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-14
/
+20
2023-02-17
riscv: Extend patch_text for multiple instructions
Pu Lehui
2
-14
/
+20
2023-02-15
RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes
Heiko Stuebner
1
-3
/
+0
2023-02-15
Merge patch series "riscv: Optimize function trace"
Palmer Dabbelt
2
-72
/
+35
2023-02-15
riscv: ftrace: Reduce the detour code size to half
Guo Ren
2
-72
/
+35
2023-02-14
Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"
Palmer Dabbelt
3
-4
/
+5
2023-02-13
clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
Lad Prabhakar
1
-9
/
+0
2023-02-13
RISC-V: time: initialize hrtimer based broadcast clock event device
Conor Dooley
1
-0
/
+3
2023-02-09
riscv: kprobe: Fixup misaligned load text
Guo Ren
1
-3
/
+5
2023-02-04
efi: Discover BTI support in runtime services regions
Ard Biesheuvel
1
-1
/
+2
2023-02-02
riscv: stacktrace: Fix missing the first frame
Liu Shixin
1
-1
/
+2
2023-02-01
riscv: kprobe: Fixup kernel panic when probing an illegal position
Guo Ren
1
-0
/
+18
2023-02-01
Merge patch series "riscv: improve boot time isa extensions handling"
Palmer Dabbelt
6
-103
/
+68
2023-01-31
riscv: remove riscv_isa_ext_keys[] array and related usage
Jisheng Zhang
1
-9
/
+0
2023-01-31
riscv: alternative: patch alternatives in the vDSO
Jisheng Zhang
3
-5
/
+36
2023-01-31
riscv: switch to relative alternative entries
Jisheng Zhang
1
-3
/
+5
2023-01-31
riscv: module: Add ADD16 and SUB16 rela types
Andrew Jones
1
-0
/
+16
2023-01-31
riscv: module: move find_section to module.h
Jisheng Zhang
1
-15
/
+0
2023-01-31
riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
Jisheng Zhang
1
-56
/
+8
2023-01-31
riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
Jisheng Zhang
1
-0
/
+3
2023-01-31
riscv: move riscv_noncoherent_supported() out of ZICBOM probe
Jisheng Zhang
2
-1
/
+3
2023-01-31
Merge patch series "Zbb string optimizations"
Palmer Dabbelt
3
-0
/
+22
2023-01-31
RISC-V: add zbb support to string functions
Heiko Stuebner
2
-0
/
+19
2023-01-31
RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
1
-0
/
+3
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
4
-6
/
+7
2023-01-25
riscv: Move call to init_cpu_topology() to later initialization stage
Ley Foon Tan
1
-1
/
+2
2023-01-24
riscv/kprobe: Fix instruction simulation of JALR
Liao Chang
1
-2
/
+2
2023-01-24
riscv: fix jal offsets in patched alternatives
Jisheng Zhang
1
-0
/
+27
2023-01-20
Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...
Greg Kroah-Hartman
1
-42
/
+0
2023-01-19
Merge patch series "Putting some basic order on isa extension lists"
Palmer Dabbelt
2
-17
/
+42
2023-01-19
riscv: fix -Wundef warning for CONFIG_RISCV_BOOT_SPINWAIT
Masahiro Yamada
1
-1
/
+1
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-4
/
+2
2023-01-18
arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
1
-5
/
+0
2023-01-17
RISC-V: resort all extensions in consistent orders
Conor Dooley
2
-4
/
+6
2023-01-17
RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
1
-13
/
+36
2023-01-17
cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
Pierre Gondois
1
-38
/
+1
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-1
/
+0
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
2
-2
/
+0
2023-01-05
riscv, kprobes: Stricter c.jr/c.jalr decoding
Björn Töpel
1
-2
/
+2
2022-12-29
RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
2
-1
/
+60
2022-12-29
RISC-V: kprobes: use central defined funct3 constants
Heiko Stuebner
1
-13
/
+6
[prev]
[next]