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
2022-05-21
riscv: Don't output a bogus mmu-type on a no MMU kernel
Niklas Cassel
1
-0
/
+4
2022-05-21
riscv: atomic: Add custom conditional atomic operation implementation
Guo Ren
1
-0
/
+82
2022-05-21
riscv: atomic: Optimize dec_if_positive functions
Guo Ren
1
-10
/
+10
2022-05-21
riscv: atomic: Cleanup unnecessary definition
Guo Ren
1
-12
/
+0
2022-05-19
RISC-V: Load purgatory in kexec_file
Li Zhengyu
1
-0
/
+151
2022-05-19
RISC-V: Add purgatory
Li Zhengyu
6
-0
/
+199
2022-05-19
RISC-V: Support for kexec_file on panic
Li Zhengyu
1
-1
/
+118
2022-05-19
RISC-V: Add kexec_file support
Liao Chang
5
-0
/
+213
2022-05-19
RISC-V: use memcpy for kexec_file mode
Liao Chang
1
-1
/
+3
2022-05-19
kexec_file: Fix kexec_file.c build error for riscv platform
Liao Chang
2
-3
/
+3
2022-05-17
riscv: compat: Add COMPAT Kbuild skeletal support
Guo Ren
1
-0
/
+19
2022-05-17
riscv: compat: ptrace: Add compat_arch_ptrace implement
Guo Ren
1
-5
/
+82
2022-05-17
riscv: compat: signal: Add rt_frame implementation
Guo Ren
4
-1
/
+268
2022-05-11
riscv: add memory-type errata for T-Head
Heiko Stuebner
15
-9
/
+260
2022-05-11
riscv: don't use global static vars to store alternative data
Heiko Stuebner
1
-27
/
+24
2022-05-11
riscv: remove FIXMAP_PAGE_IO and fall back to its default value
Heiko Stuebner
1
-2
/
+0
2022-05-11
riscv: add RISC-V Svpbmt extension support
Heiko Stuebner
11
-10
/
+189
2022-05-11
riscv: Fix accessing pfn bits in PTEs for non-32bit variants
Heiko Stuebner
4
-12
/
+24
2022-05-11
riscv: move boot alternatives to after fill_hwcap
Heiko Stuebner
2
-2
/
+2
2022-05-11
riscv: prevent compressed instructions in alternatives
Heiko Stuebner
1
-0
/
+24
2022-05-11
riscv: extend concatenated alternatives-lines to the same length
Heiko Stuebner
1
-10
/
+10
2022-05-11
riscv: implement ALTERNATIVE_2 macro
Heiko Stuebner
1
-20
/
+58
2022-05-11
riscv: implement module alternatives
Heiko Stuebner
4
-9
/
+55
2022-05-11
riscv: allow different stages with alternatives
Heiko Stuebner
3
-11
/
+23
2022-05-11
riscv: integrate alternatives better into the main architecture
Heiko Stuebner
11
-20
/
+26
2022-05-11
csky: Move to generic ticket-spinlock
Guo Ren
3
-116
/
+3
2022-05-11
RISC-V: Move to queued RW locks
Palmer Dabbelt
4
-123
/
+3
2022-05-11
RISC-V: Move to generic spinlocks
Palmer Dabbelt
3
-45
/
+10
2022-05-11
openrisc: Move to ticket-spinlock
Peter Zijlstra
4
-38
/
+2
2022-05-11
asm-generic: qrwlock: Document the spinlock fairness requirements
Palmer Dabbelt
1
-0
/
+4
2022-05-11
asm-generic: qspinlock: Indicate the use of mixed-size atomics
Peter Zijlstra
1
-0
/
+29
2022-05-11
asm-generic: ticket-lock: New generic ticket-based spinlock
Peter Zijlstra
2
-7
/
+104
2022-04-26
riscv: compat: vdso: Add setup additional pages implementation
Guo Ren
3
-35
/
+76
2022-04-26
riscv: compat: vdso: Add COMPAT_VDSO base code implementation
Guo Ren
13
-1
/
+128
2022-04-26
riscv: compat: Add hw capability check for elf
Guo Ren
2
-2
/
+32
2022-04-26
riscv: compat: Add elf.h implementation
Guo Ren
1
-1
/
+40
2022-04-26
riscv: compat: process: Add UXL_32 support in start_thread
Guo Ren
1
-0
/
+9
2022-04-26
riscv: compat: syscall: Add entry.S implementation
Guo Ren
2
-2
/
+23
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
13
-3
/
+148
2022-04-26
riscv: compat: Support TASK_SIZE for compat mode
Guo Ren
2
-3
/
+16
2022-04-26
riscv: compat: Add basic compat data type implementation
Guo Ren
2
-0
/
+130
2022-04-26
riscv: Fixup difference with defconfig
Guo Ren
1
-0
/
+4
2022-04-26
syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
Guo Ren
2
-4
/
+4
2022-04-26
asm-generic: compat: Cleanup duplicate definitions
Guo Ren
8
-284
/
+170
2022-04-26
fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
Guo Ren
8
-1
/
+9
2022-04-26
arch: Add SYSVIPC_COMPAT for all architectures
Guo Ren
8
-30
/
+4
2022-04-26
compat: consolidate the compat_flock{,64} definition
Christoph Hellwig
8
-115
/
+37
2022-04-26
uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
Christoph Hellwig
9
-30
/
+4
2022-04-26
uapi: simplify __ARCH_FLOCK{,64}_PAD a little
Christoph Hellwig
3
-47
/
+17
2022-04-20
riscv: dts: rename the node name of dma
Zong Li
1
-1
/
+1
[next]