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-03-31
RISC-V: defconfig: Drop redundant SBI HVC and earlycon
Palmer Dabbelt
2
-4
/
+0
2022-03-31
Documentation: riscv: remove non-existent directory from table of contents
Bagas Sanjaya
1
-1
/
+0
2022-03-31
riscv: cpu.c: don't use kernel-doc markers for comments
Randy Dunlap
1
-2
/
+2
2022-03-31
RISC-V: Enable profiling by default
Anup Patel
2
-0
/
+2
2022-03-31
RISC-V: module: fix apply_r_riscv_rcv_branch_rela typo
Wu Caize
1
-2
/
+2
2022-03-31
RISC-V: Declare per cpu boot data as static
Atish Patra
1
-1
/
+1
2022-03-30
RISC-V: Fix a comment typo in riscv_of_parent_hartid()
Atish Patra
1
-1
/
+1
2022-03-30
riscv: Increase stack size under KASAN
Dmitry Vyukov
1
-2
/
+8
2022-03-30
riscv: Fix fill_callchain return value
Nikita Shubin
1
-1
/
+1
2022-03-30
riscv: dts: canaan: Fix SPI3 bus width
Niklas Cassel
4
-0
/
+8
2022-03-30
riscv: Rename "sp_in_global" to "current_stack_pointer"
Kees Cook
3
-4
/
+5
2022-03-29
riscv module: remove (NOLOAD)
Fangrui Song
1
-3
/
+3
2022-03-24
MIPS: Fix build error for loongson64 and sgi-ip27
Feiyang Chen
3
-0
/
+25
2022-03-23
Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
Marco Elver
2
-23
/
+0
2022-03-23
kernel/resource: fix kfree() of bootmem memory again
Miaohe Lin
1
-33
/
+8
2022-03-23
kcov: properly handle subsequent mmap calls
Aleksandr Nogikh
1
-19
/
+15
2022-03-23
kcov: split ioctl handling into locked and unlocked parts
Aleksandr Nogikh
1
-31
/
+37
2022-03-23
panic: move panic_print before kmsg dumpers
Guilherme G. Piccoli
2
-4
/
+13
2022-03-23
panic: add option to dump all CPUs backtraces in panic_print
Guilherme G. Piccoli
3
-0
/
+6
2022-03-23
docs: sysctl/kernel: add missing bit to panic_print
Guilherme G. Piccoli
1
-0
/
+1
2022-03-23
taskstats: remove unneeded dead assignment
Lukas Bulwahn
1
-2
/
+3
2022-03-23
kasan: no need to unset panic_on_warn in end_report()
Tiezhu Yang
1
-9
/
+1
2022-03-23
ubsan: no need to unset panic_on_warn in ubsan_epilogue()
Tiezhu Yang
1
-9
/
+1
2022-03-23
panic: unset panic_on_warn inside panic()
Tiezhu Yang
1
-9
/
+11
2022-03-23
docs: kdump: add scp example to write out the dump file
Tiezhu Yang
1
-0
/
+4
2022-03-23
docs: kdump: update description about sysfs file system support
Tiezhu Yang
1
-3
/
+3
2022-03-23
arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-6
/
+3
2022-03-23
x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-7
/
+3
2022-03-23
riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-4
/
+2
2022-03-23
kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
Jisheng Zhang
1
-6
/
+6
2022-03-23
cgroup: use irqsave in cgroup_rstat_flush_locked().
Sebastian Andrzej Siewior
1
-2
/
+11
2022-03-23
fat: use pointer to simple type in put_user()
Helge Deller
1
-1
/
+1
2022-03-23
minix: fix bug when opening a file with O_DIRECT
Qinghua Jin
1
-1
/
+2
2022-03-23
fs/pipe.c: local vars have to match types of proper pipe_inode_info fields
Andrei Vagin
1
-2
/
+2
2022-03-23
fs/pipe: use kvcalloc to allocate a pipe_buffer array
Andrei Vagin
1
-5
/
+4
2022-03-23
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
1
-2
/
+4
2022-03-23
init.h: improve __setup and early_param documentation
Randy Dunlap
1
-2
/
+9
2022-03-23
init: use ktime_us_delta() to make initcall_debug log more precise
Mark-PK Tsai
1
-6
/
+2
2022-03-23
checkpatch: use python3 to find codespell dictionary
Sagar Patel
1
-2
/
+2
2022-03-23
checkpatch: add early_param exception to blank line after struct/function test
Joe Perches
1
-1
/
+1
2022-03-23
checkpatch: add --fix option for some TRAILING_STATEMENTS
Joe Perches
1
-2
/
+16
2022-03-23
checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")
Joe Perches
1
-0
/
+7
2022-03-23
lib: bitmap: fix many kernel-doc warnings
Randy Dunlap
1
-7
/
+17
2022-03-23
lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option
Feng Tang
1
-1
/
+2
2022-03-23
bitfield: add explicit inclusions to the example
Andy Shevchenko
1
-0
/
+3
2022-03-23
ilog2: force inlining of __ilog2_u32() and __ilog2_u64()
Christophe Leroy
1
-2
/
+2
2022-03-23
include: drop pointless __compiler_offsetof indirection
Rasmus Villemoes
2
-7
/
+1
2022-03-23
Kconfig.debug: make DEBUG_INFO selectable from a choice
Kees Cook
1
-65
/
+74
2022-03-23
kernel/ksysfs.c: use helper macro __ATTR_RW
Miaohe Lin
1
-2
/
+1
2022-03-23
Documentation/sparse: add hints about __CHECKER__
Bjorn Helgaas
3
-0
/
+4
[next]