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-03-06
kexec: copy only happens before uchunk goes to zero
yang.zhang
1
-20
/
+24
2024-03-06
get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_task
Oleg Nesterov
1
-3
/
+6
2024-03-06
get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksig
Oleg Nesterov
1
-5
/
+6
2024-03-06
get_signal: don't abuse ksig->info.si_signo and ksig->sig
Oleg Nesterov
1
-4
/
+4
2024-03-06
const_structs.checkpatch: add device_type
Ricardo B. Marliere
1
-0
/
+1
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
46
-46
/
+46
2024-03-06
dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()
Andy Shevchenko
1
-4
/
+3
2024-02-22
list: leverage list_is_head() for list_entry_is_head()
Wei Yang
1
-1
/
+1
2024-02-22
nilfs2: MAINTAINERS: drop unreachable project mirror site
Ryusuke Konishi
1
-1
/
+0
2024-02-22
smp: make __smp_processor_id() 0-argument macro
Alexey Dobriyan
1
-1
/
+1
2024-02-22
fat: fix uninitialized field in nostale filehandles
Jan Kara
1
-0
/
+6
2024-02-22
const_structs.checkpatch: add bus_type
Ricardo B. Marliere
1
-0
/
+1
2024-02-22
panic: add option to dump blocked tasks in panic_print
Feng Tang
3
-0
/
+6
2024-02-22
init: remove obsolete arch_call_rest_init() wrapper
Geert Uytterhoeven
3
-10
/
+2
2024-02-22
selftests/mm: run_vmtests.sh: add missing tests
Muhammad Usama Anjum
2
-1
/
+14
2024-02-22
selftests/mm: protection_keys: save/restore nr_hugepages settings
Muhammad Usama Anjum
1
-0
/
+34
2024-02-22
selftests/mm: save and restore nr_hugepages value
Muhammad Usama Anjum
2
-0
/
+7
2024-02-22
selftests/mm: run_vmtests: remove sudo and conform to tap
Muhammad Usama Anjum
2
-20
/
+23
2024-02-22
selftests/mm: hugetlb_reparenting_test: do not unmount
Muhammad Usama Anjum
1
-2
/
+4
2024-02-22
compiler-clang.h: update __diag_clang() macros for minimum version bump
Nathan Chancellor
1
-6
/
+2
2024-02-22
lib/Kconfig.debug: update Clang version check in CONFIG_KCOV
Nathan Chancellor
1
-1
/
+1
2024-02-22
fortify: drop Clang version check for 12.0.1 or newer
Nathan Chancellor
1
-2
/
+0
2024-02-22
riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_FTRACE
Nathan Chancellor
1
-2
/
+0
2024-02-22
riscv: remove MCOUNT_NAME workaround
Nathan Chancellor
3
-18
/
+8
2024-02-22
powerpc: Kconfig: remove tautology in CONFIG_COMPAT
Nathan Chancellor
1
-1
/
+0
2024-02-22
arm64: Kconfig: clean up tautological LLVM version checks
Nathan Chancellor
1
-4
/
+1
2024-02-22
ARM: remove Thumb2 __builtin_thread_pointer workaround for Clang
Nathan Chancellor
1
-7
/
+1
2024-02-22
x86: drop stack-alignment plugin opt
Nathan Chancellor
1
-6
/
+0
2024-02-22
Makefile: drop warn-stack-size plugin opt
Nathan Chancellor
1
-8
/
+0
2024-02-22
kbuild: raise the minimum supported version of LLVM to 13.0.1
Nathan Chancellor
2
-2
/
+2
2024-02-22
nilfs2: convert cpfile to use kmap_local
Ryusuke Konishi
1
-45
/
+45
2024-02-22
nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()
Ryusuke Konishi
2
-107
/
+0
2024-02-22
nilfs2: localize highmem mapping for checkpoint reading within cpfile
Ryusuke Konishi
5
-34
/
+87
2024-02-22
nilfs2: localize highmem mapping for checkpoint finalization within cpfile
Ryusuke Konishi
3
-46
/
+82
2024-02-22
nilfs2: localize highmem mapping for checkpoint creation within cpfile
Ryusuke Konishi
3
-29
/
+77
2024-02-22
nilfs2: convert ifile to use kmap_local
Ryusuke Konishi
4
-10
/
+9
2024-02-22
nilfs2: do not acquire rwsem in nilfs_bmap_write()
Ryusuke Konishi
1
-3
/
+0
2024-02-22
nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_common
Ryusuke Konishi
3
-31
/
+57
2024-02-22
nilfs2: convert DAT to use kmap_local
Ryusuke Konishi
1
-19
/
+19
2024-02-22
nilfs2: convert persistent object allocator to use kmap_local
Ryusuke Konishi
1
-45
/
+46
2024-02-22
nilfs2: convert sufile to use kmap_local
Ryusuke Konishi
1
-43
/
+43
2024-02-22
nilfs2: convert metadata file common code to use kmap_local
Ryusuke Konishi
1
-2
/
+2
2024-02-22
nilfs2: convert nilfs_copy_buffer() to use kmap_local
Ryusuke Konishi
1
-4
/
+4
2024-02-22
nilfs2: convert segment buffer to use kmap_local
Ryusuke Konishi
1
-2
/
+2
2024-02-22
nilfs2: convert recovery logic to use kmap_local
Ryusuke Konishi
1
-2
/
+2
2024-02-22
lib: dhry: add missing closing parenthesis
Geert Uytterhoeven
1
-1
/
+1
2024-02-22
lib: dhry: use ktime_ms_delta() helper
Geert Uytterhoeven
1
-1
/
+1
2024-02-22
lib: dhry: remove unneeded <linux/mutex.h>
Geert Uytterhoeven
1
-1
/
+0
2024-02-22
ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()
Oleg Nesterov
1
-8
/
+5
2024-02-22
flex_proportions: remove unused fprop_local_single
Kemeng Shi
2
-109
/
+0
[next]