index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2021-09-28
bpf/tests: Fix error in tail call limit tests
Johan Almbladh
-10
/
+27
2021-09-28
bpf/tests: Add more BPF_END byte order conversion tests
Johan Almbladh
-0
/
+122
2021-09-28
bpf/tests: Expand branch conversion JIT test
Johan Almbladh
-34
/
+91
2021-09-28
bpf/tests: Add JMP tests with degenerate conditional
Johan Almbladh
-0
/
+229
2021-09-28
bpf/tests: Add JMP tests with small offsets
Johan Almbladh
-0
/
+71
2021-09-28
bpf/tests: Add test case flag for verifier zero-extension
Johan Almbladh
-0
/
+3
2021-09-28
bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
Johan Almbladh
-0
/
+63
2021-09-28
bpf/tests: Add staggered JMP and JMP32 tests
Johan Almbladh
-0
/
+829
2021-09-28
bpf/tests: Add exhaustive tests of JMP operand magnitudes
Johan Almbladh
-0
/
+779
2021-09-28
bpf/tests: Add exhaustive tests of ALU operand magnitudes
Johan Almbladh
-0
/
+772
2021-09-28
bpf/tests: Add exhaustive tests of ALU shift values
Johan Almbladh
-0
/
+260
2021-09-28
bpf/tests: Reduce memory footprint of test suite
Johan Almbladh
-14
/
+12
2021-09-28
bpf/tests: Allow different number of runs per test case
Johan Almbladh
-0
/
+4
2021-09-25
fortify: Move remaining fortify helpers into fortify-string.h
Kees Cook
-0
/
+2
2021-09-25
lib/string: Move helper functions out of string.c
Kees Cook
-204
/
+199
2021-09-24
lib/zlib_inflate/inffast: check config in C to avoid unused function warning
Paul Menzel
-7
/
+6
2021-09-24
xtensa: increase size of gcc stack frame check
Guenter Roeck
-1
/
+1
2021-09-24
kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS
Marco Elver
-0
/
+2
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+80
2021-09-23
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+1
2021-09-23
lib: devres: Add managed arch_io_reserve_memtype_wc()
Thomas Zimmermann
-0
/
+46
2021-09-23
lib: devres: Add managed arch_phys_wc_add()
Thomas Zimmermann
-0
/
+36
2021-09-22
isystem: delete global -isystem compile option
Alexey Dobriyan
-0
/
+4
2021-09-19
pci_iounmap'2: Electric Boogaloo: try to make sense of it all
Linus Torvalds
-0
/
+43
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-0
/
+1
2021-09-17
Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block
Linus Torvalds
-0
/
+36
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
-1
/
+1
2021-09-17
net: update NXP copyright text
Vladimir Oltean
-1
/
+1
2021-09-17
objtool: Support pv_opsindirect calls for noinstr
Peter Zijlstra
-1
/
+1
2021-09-17
crypto: sm4 - Do not change section of ck and sbox
Nathan Chancellor
-2
/
+2
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
-1
/
+1
2021-09-14
iov_iter: add helper to save iov_iter state
Jens Axboe
-0
/
+36
2021-09-14
kobject: unexport kobject_create() in kobject.h
Qu Wenruo
-1
/
+1
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
-1
/
+1
2021-09-13
Kconfig.debug: drop GCC 5+ version check for DWARF5
Nick Desaulniers
-1
/
+1
2021-09-11
Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
-4
/
+4
2021-09-10
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
-0
/
+1
2021-09-09
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
-4
/
+4
2021-09-09
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+9
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-32
/
+37
2021-09-08
Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
Lukas Bulwahn
-1
/
+0
2021-09-08
lib/iov_iter.c: fix kernel-doc warnings
Randy Dunlap
-2
/
+6
2021-09-08
lib/dump_stack: correct kernel-doc notation
Randy Dunlap
-1
/
+2
2021-09-08
lib/test: convert test_sort.c to use KUnit
Daniel Latypov
-23
/
+22
2021-09-08
math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
Geert Uytterhoeven
-2
/
+1
2021-09-08
math: make RATIONAL tristate
Geert Uytterhoeven
-1
/
+4
2021-09-08
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
-2
/
+2
2021-09-06
lib/test_scanf: split up number parsing test routines
Linus Torvalds
-8
/
+71
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
-3
/
+2
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-5
/
+6
[prev]
[next]