index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
x86/ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
2023-06-21
4
-6
/
+30
|
*
|
|
|
|
|
arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
2023-06-21
4
-13
/
+50
*
|
|
|
|
|
|
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-30
52
-166
/
+2317
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
riscv: hibernate: remove WARN_ON in save_processor_state
Song Shuai
2023-06-23
1
-1
/
+0
|
*
|
|
|
|
|
|
Merge patch series "riscv: Add independent irq/softirq stacks support"
Palmer Dabbelt
2023-06-23
5
-13
/
+153
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
riscv: stack: Add config of thread stack size
Guo Ren
2023-06-22
2
-11
/
+11
|
|
*
|
|
|
|
|
|
riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
Guo Ren
2023-06-22
2
-2
/
+39
|
|
*
|
|
|
|
|
|
riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
Guo Ren
2023-06-22
5
-2
/
+105
|
*
|
|
|
|
|
|
|
Merge patch series "ISA string parser cleanups"
Palmer Dabbelt
2023-06-23
5
-28
/
+121
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
RISC-V: always report presence of extensions formerly part of the base ISA
Conor Dooley
2023-06-21
3
-0
/
+25
|
|
*
|
|
|
|
|
|
|
RISC-V: remove decrement/increment dance in ISA string parser
Conor Dooley
2023-06-21
1
-8
/
+6
|
|
*
|
|
|
|
|
|
|
RISC-V: rework comments in ISA string parser
Conor Dooley
2023-06-21
1
-11
/
+59
|
|
*
|
|
|
|
|
|
|
RISC-V: validate riscv,isa at boot, not during ISA string parsing
Conor Dooley
2023-06-21
2
-9
/
+11
|
|
*
|
|
|
|
|
|
|
RISC-V: split early & late of_node to hartid mapping
Conor Dooley
2023-06-21
3
-2
/
+23
|
|
*
|
|
|
|
|
|
|
RISC-V: simplify register width check in ISA string parsing
Conor Dooley
2023-06-21
1
-8
/
+7
|
*
|
|
|
|
|
|
|
|
riscv: replace deprecated scall with ecall
Fangrui Song
2023-06-20
2
-2
/
+2
|
*
|
|
|
|
|
|
|
|
riscv: uprobes: Restore thread.bad_cause
Tiezhu Yang
2023-06-20
1
-0
/
+2
|
*
|
|
|
|
|
|
|
|
riscv: mm: try VMA lock-based page fault handling first
Jisheng Zhang
2023-06-20
2
-0
/
+34
|
*
|
|
|
|
|
|
|
|
riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
Björn Töpel
2023-06-20
2
-14
/
+60
|
*
|
|
|
|
|
|
|
|
Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"
Palmer Dabbelt
2023-06-19
6
-16
/
+71
|
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
RISC-V: hwprobe: Expose Zba, Zbb, and Zbs
Evan Green
2023-06-19
2
-7
/
+44
|
|
*
|
|
|
|
|
|
|
|
RISC-V: Track ISA extensions per hart
Evan Green
2023-06-19
2
-6
/
+22
|
|
*
|
|
|
|
|
|
|
|
RISC-V: Add Zba, Zbs extension probing
Evan Green
2023-06-19
3
-0
/
+6
|
|
|
|
_
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
RISC-V: ACPI : Fix for usage of pointers in different address space
Sunil V L
2023-06-19
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
riscv: hibernation: Remove duplicate call of suspend_restore_csrs
Song Shuai
2023-06-19
1
-1
/
+0
|
*
|
|
|
|
|
|
|
|
riscv: hibernation: Replace jalr with jr before suspend_restore_regs
Song Shuai
2023-06-19
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
riscv: mm: stub extable related functions/macros for !MMU
Jisheng Zhang
2023-06-14
3
-2
/
+11
|
*
|
|
|
|
|
|
|
|
riscv: say disabling zicbom if no or bad riscv,cbom-block-size found
Ben Dooks
2023-06-14
1
-2
/
+2
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge patch series "riscv: Add vector ISA support"
Palmer Dabbelt
2023-06-08
33
-50
/
+1326
|
|
\
\
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
riscv: Enable Vector code to be built
Guo Ren
2023-06-08
2
-1
/
+36
|
|
*
|
|
|
|
|
|
riscv: detect assembler support for .option arch
Andy Chiu
2023-06-08
1
-1
/
+7
|
|
*
|
|
|
|
|
|
riscv: Add sysctl to set the default vector rule for new processes
Andy Chiu
2023-06-08
1
-1
/
+32
|
|
*
|
|
|
|
|
|
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
6
-1
/
+139
|
|
*
|
|
|
|
|
|
riscv: hwcap: change ELF_HWCAP to a function
Andy Chiu
2023-06-08
3
-1
/
+8
|
|
*
|
|
|
|
|
|
riscv: KVM: Add vector lazy save/restore support
Vincent Chen
2023-06-08
6
-0
/
+300
|
|
*
|
|
|
|
|
|
riscv: kvm: Add V extension to KVM ISA
Vincent Chen
2023-06-08
2
-0
/
+2
|
|
*
|
|
|
|
|
|
riscv: prevent stack corruption by reserving task_pt_regs(p) early
Greentime Hu
2023-06-08
1
-0
/
+2
|
|
*
|
|
|
|
|
|
riscv: signal: validate altstack to reflect Vector
Andy Chiu
2023-06-08
1
-0
/
+7
|
|
*
|
|
|
|
|
|
riscv: signal: Report signal frame size to userspace via auxv
Vincent Chen
2023-06-08
4
-5
/
+27
|
|
*
|
|
|
|
|
|
riscv: signal: Add sigcontext save/restore for vector
Greentime Hu
2023-06-08
4
-15
/
+193
|
|
*
|
|
|
|
|
|
riscv: signal: check fp-reserved words unconditionally
Andy Chiu
2023-06-08
1
-27
/
+28
|
|
*
|
|
|
|
|
|
riscv: Add ptrace vector support
Greentime Hu
2023-06-08
2
-0
/
+77
|
|
*
|
|
|
|
|
|
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2023-06-08
4
-2
/
+150
|
|
*
|
|
|
|
|
|
riscv: Add task switch support for vector
Greentime Hu
2023-06-08
5
-0
/
+64
|
|
*
|
|
|
|
|
|
riscv: Introduce struct/helpers to save/restore per-task Vector state
Greentime Hu
2023-06-08
2
-0
/
+112
|
|
*
|
|
|
|
|
|
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
2023-06-08
5
-0
/
+54
|
|
*
|
|
|
|
|
|
riscv: Introduce Vector enable/disable helpers
Greentime Hu
2023-06-08
1
-0
/
+11
|
|
*
|
|
|
|
|
|
riscv: Disable Vector Instructions for kernel itself
Guo Ren
2023-06-08
2
-9
/
+9
|
|
*
|
|
|
|
|
|
riscv: Clear vector regfile on bootup
Greentime Hu
2023-06-08
1
-2
/
+25
|
|
*
|
|
|
|
|
|
riscv: Add new csr defines related to vector extension
Greentime Hu
2023-06-08
1
-2
/
+16
[prev]
[next]