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
2020-04-09
kbuild: remove -I$(srctree)/tools/include from scripts/Makefile
Masahiro Yamada
1
-4
/
+0
2020-04-09
kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h
Masahiro Yamada
1
-1
/
+1
2020-04-09
Documentation/llvm: fix the name of llvm-size
Fangrui Song
1
-1
/
+1
2020-04-09
kbuild: mkcompile_h: Include $LD version in /proc/version
Kees Cook
2
-2
/
+6
2020-04-09
kconfig: qconf: Fix a few alignment issues
Mauro Carvalho Chehab
1
-6
/
+7
2020-04-09
kconfig: qconf: remove some old bogus TODOs
Mauro Carvalho Chehab
1
-2
/
+1
2020-04-09
kconfig: qconf: fix support for the split view mode
Mauro Carvalho Chehab
2
-7
/
+28
2020-04-09
kconfig: qconf: fix the content of the main widget
Mauro Carvalho Chehab
1
-6
/
+17
2020-04-09
kconfig: qconf: Change title for the item window
Mauro Carvalho Chehab
1
-1
/
+9
2020-04-09
kconfig: qconf: clean deprecated warnings
Mauro Carvalho Chehab
1
-4
/
+4
2020-04-09
gcc-plugins: drop support for GCC <= 4.7
Masahiro Yamada
7
-103
/
+14
2020-04-09
kbuild: Enable -Wtautological-compare
Nathan Chancellor
2
-2
/
+1
2020-04-09
x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
Jason A. Donenfeld
21
-90
/
+15
2020-04-09
crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'
Masahiro Yamada
1
-2
/
+0
2020-04-09
Documentation/changes: Raise minimum supported binutils version to 2.23
Borislav Petkov
1
-2
/
+2
2020-04-09
crypto: curve25519 - do not pollute dispatcher based on assembler
Jason A. Donenfeld
1
-4
/
+2
2020-04-09
crypto: x86 - rework configuration based on Kconfig
Jason A. Donenfeld
2
-91
/
+69
2020-04-09
x86: add comments about the binutils version to support code in as-instr
Masahiro Yamada
1
-0
/
+10
2020-04-09
x86: probe assembler capabilities via kconfig instead of makefile
Jason A. Donenfeld
4
-11
/
+20
2020-04-09
drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
Masahiro Yamada
2
-8
/
+0
2020-04-09
x86: remove always-defined CONFIG_AS_AVX
Masahiro Yamada
13
-89
/
+21
2020-04-09
x86: remove always-defined CONFIG_AS_SSSE3
Masahiro Yamada
5
-15
/
+4
2020-04-09
x86: remove always-defined CONFIG_AS_CFI_SECTIONS
Masahiro Yamada
2
-6
/
+2
2020-04-09
x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
Masahiro Yamada
2
-10
/
+2
2020-04-09
x86: remove always-defined CONFIG_AS_CFI
Masahiro Yamada
2
-44
/
+2
2020-04-09
x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
Masahiro Yamada
1
-1
/
+1
2020-04-09
lib/raid6/test: fix build on distros whose /bin/sh is not bash
Masahiro Yamada
1
-3
/
+3
2020-04-09
sh: remove unneeded uapi asm-generic wrappers
Masahiro Yamada
2
-4
/
+0
2020-04-09
h8300: move definition of __kernel_size_t etc. to posix_types.h
Masahiro Yamada
2
-15
/
+13
2020-04-09
sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()
Masahiro Yamada
1
-5
/
+3
2020-04-07
mm/gup: Mark lock taken only after a successful retake
Peter Xu
1
-1
/
+1
2020-04-07
mm/mempolicy: Allow lookup_node() to handle fatal signal
Peter Xu
1
-2
/
+5
2020-04-07
ipc/shm.c: make compat_ksys_shmctl() static
Jason Yan
1
-1
/
+1
2020-04-07
ipc/mqueue.c: fix a brace coding style issue
Somala Swaraj
1
-3
/
+2
2020-04-07
lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
Qiujun Huang
1
-1
/
+1
2020-04-07
ubsan: include bug type in report header
Kees Cook
1
-21
/
+15
2020-04-07
kasan: unset panic_on_warn before calling panic()
Kees Cook
1
-1
/
+9
2020-04-07
ubsan: check panic_on_warn
Kees Cook
1
-0
/
+11
2020-04-07
drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checks
Kees Cook
3
-0
/
+81
2020-04-07
ubsan: split "bounds" checker from other options
Kees Cook
2
-6
/
+30
2020-04-07
ubsan: add trap instrumentation option
Kees Cook
3
-6
/
+27
2020-04-07
init/Kconfig: clean up ANON_INODES and old IO schedulers options
Krzysztof Kozlowski
1
-2
/
+1
2020-04-07
kernel/gcov/fs.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
gcov: gcc_3_4: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-04-07
gcov: gcc_4_7: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
kernel/kmod.c: fix a typo "assuems" -> "assumes"
Qiujun Huang
1
-1
/
+1
2020-04-07
reiserfs: clean up several indentation issues
Colin Ian King
3
-11
/
+12
2020-04-07
kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()
Will Deacon
1
-2
/
+0
2020-04-07
samples/hw_breakpoint: drop use of kallsyms_lookup_name()
Will Deacon
1
-2
/
+7
2020-04-07
samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writes
Will Deacon
1
-1
/
+1
[next]