index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
riscv: Use hugepage mappings for vmemmap
Alexandre Ghiti
1
-1
/
+20
2024-01-11
dt-bindings: riscv: Document cbop-block-size
Daniel Henrique Barboza
1
-0
/
+5
2024-01-11
dt-bindings: riscv: permit numbers in "riscv,isa"
Conor Dooley
1
-1
/
+1
2024-01-11
dt-bindings: riscv: cpus: Clarify mmu-type interpretation
Samuel Holland
1
-2
/
+2
2024-01-11
riscv: sbi: Introduce system suspend support
Andrew Jones
3
-1
/
+54
2024-01-10
riscv: errata: thead: use pa based instructions for CMO
Jisheng Zhang
1
-12
/
+6
2024-01-10
riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
Jisheng Zhang
3
-46
/
+80
2024-01-10
RISC-V: Enable SBI based earlycon support
Anup Patel
1
-0
/
+1
2024-01-10
tty: Add SBI debug console support to HVC SBI driver
Atish Patra
2
-8
/
+31
2024-01-10
tty/serial: Add RISC-V SBI debug console based earlycon
Anup Patel
2
-4
/
+25
2024-01-10
RISC-V: Add SBI debug console helper routines
Anup Patel
2
-0
/
+71
2024-01-10
RISC-V: Add stubs for sbi_console_putchar/getchar()
Anup Patel
1
-0
/
+5
2024-01-10
riscv: Fix relocation_hashtable size
Charlie Jenkins
1
-1
/
+1
2024-01-10
riscv: Correctly free relocation hashtable on error
Charlie Jenkins
1
-3
/
+7
2024-01-10
riscv: Fix module loading free order
Charlie Jenkins
1
-1
/
+1
2024-01-09
riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HW
Jisheng Zhang
4
-0
/
+74
2024-01-09
riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
Jisheng Zhang
2
-0
/
+15
2024-01-09
riscv: hwprobe: export Zicond extension
Clément Léger
3
-0
/
+7
2024-01-09
riscv: hwprobe: export Zacas ISA extension
Clément Léger
3
-0
/
+6
2024-01-09
riscv: add ISA extension parsing for Zacas
Clément Léger
2
-0
/
+2
2024-01-09
dt-bindings: riscv: add Zacas ISA extension description
Clément Léger
1
-0
/
+6
2024-01-09
riscv: hwprobe: export Ztso ISA extension
Clément Léger
3
-0
/
+6
2024-01-09
riscv: add ISA extension parsing for Ztso
Clément Léger
2
-0
/
+2
2024-01-09
use linux/export.h rather than asm-generic/export.h
Al Viro
5
-5
/
+5
2024-01-09
riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macro
Song Shuai
1
-1
/
+0
2024-01-09
riscv; fix __user annotation in save_v_state()
Ben Dooks
1
-1
/
+1
2024-01-09
riscv: fix __user annotation in traps_misaligned.c
Ben Dooks
1
-3
/
+3
2024-01-09
riscv: Select ARCH_WANTS_NO_INSTR
Jisheng Zhang
1
-0
/
+1
2024-01-09
riscv: Remove obsolete rv32_defconfig file
Samuel Holland
1
-139
/
+0
2024-01-09
riscv: Allow disabling of BUILTIN_DTB for XIP
Frederik Haxel
2
-4
/
+6
2024-01-09
riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
Frederik Haxel
1
-1
/
+1
2024-01-09
riscv: Make XIP bootable again
Frederik Haxel
2
-2
/
+7
2024-01-09
riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
Alexandre Ghiti
1
-1
/
+1
2024-01-09
riscv: Fix module_alloc() that did not reset the linear mapping permissions
Alexandre Ghiti
1
-1
/
+2
2024-01-09
riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
Alexandre Ghiti
1
-2
/
+7
2024-01-09
riscv: Check if the code to patch lies in the exit section
Alexandre Ghiti
4
-1
/
+15
2024-01-04
riscv: Use the same CPU operations for all CPUs
Samuel Holland
5
-23
/
+18
2024-01-04
riscv: Remove unused members from struct cpu_operations
Samuel Holland
8
-58
/
+1
2024-01-04
riscv: Deduplicate code in setup_smp()
Samuel Holland
1
-20
/
+11
2024-01-03
RISC-V: selftests: Add which-cpus hwprobe test
Andrew Jones
2
-1
/
+158
2024-01-03
RISC-V: hwprobe: Introduce which-cpus flag
Andrew Jones
5
-14
/
+204
2024-01-03
RISC-V: Move the hwprobe syscall to its own file
Andrew Jones
3
-285
/
+290
2024-01-03
RISC-V: hwprobe: Clarify cpus size parameter
Andrew Jones
6
-30
/
+23
2024-01-03
RISC-V: Remove the removed single-letter extensions
Palmer Dabbelt
2
-10
/
+0
2023-12-20
riscv: Use accessors to page table entries instead of direct dereference
Alexandre Ghiti
10
-113
/
+128
2023-12-20
riscv: mm: Only compile pgtable.c if MMU
Alexandre Ghiti
1
-2
/
+1
2023-12-20
mm: Introduce pudp/p4dp/pgdp_get() functions
Alexandre Ghiti
2
-0
/
+23
2023-12-20
riscv: Use WRITE_ONCE() when setting page table entries
Alexandre Ghiti
2
-5
/
+5
2023-12-20
dt-bindings: riscv: cpus: Add AMD MicroBlaze V compatible
Michal Simek
1
-0
/
+1
2023-12-12
dt-bindings: riscv: add Zfa ISA extension description
Clément Léger
1
-0
/
+6
[next]