index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-204
/
+5827
2021-10-01
bpf/tests: Add test of LDX_MEM with operand aliasing
Johan Almbladh
1
-0
/
+58
2021-10-01
bpf/tests: Add test of ALU shifts with operand register aliasing
Johan Almbladh
1
-13
/
+149
2021-10-01
bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinations
Johan Almbladh
1
-0
/
+422
2021-10-01
bpf/tests: Add exhaustive tests of ALU register combinations
Johan Almbladh
1
-71
/
+763
2021-10-01
bpf/tests: Minor restructuring of ALU tests
Johan Almbladh
1
-72
/
+65
2021-10-01
bpf/tests: Add more tests for ALU and ATOMIC register clobbering
Johan Almbladh
1
-70
/
+197
2021-10-01
bpf/tests: Add tests to check source register zero-extension
Johan Almbladh
1
-0
/
+143
2021-10-01
bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudes
Johan Almbladh
1
-1
/
+503
2021-10-01
bpf/tests: Add zero-extension checks in BPF_ATOMIC tests
Johan Almbladh
1
-5
/
+17
2021-10-01
bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizes
Johan Almbladh
1
-0
/
+254
2021-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+9
2021-09-29
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
1
-1
/
+1
2021-09-28
bpf/tests: Add tail call limit test with external function call
Johan Almbladh
1
-3
/
+83
2021-09-28
bpf/tests: Fix error in tail call limit tests
Johan Almbladh
1
-10
/
+27
2021-09-28
bpf/tests: Add more BPF_END byte order conversion tests
Johan Almbladh
1
-0
/
+122
2021-09-28
bpf/tests: Expand branch conversion JIT test
Johan Almbladh
1
-34
/
+91
2021-09-28
bpf/tests: Add JMP tests with degenerate conditional
Johan Almbladh
1
-0
/
+229
2021-09-28
bpf/tests: Add JMP tests with small offsets
Johan Almbladh
1
-0
/
+71
2021-09-28
bpf/tests: Add test case flag for verifier zero-extension
Johan Almbladh
1
-0
/
+3
2021-09-28
bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
Johan Almbladh
1
-0
/
+63
2021-09-28
bpf/tests: Add staggered JMP and JMP32 tests
Johan Almbladh
1
-0
/
+829
2021-09-28
bpf/tests: Add exhaustive tests of JMP operand magnitudes
Johan Almbladh
1
-0
/
+779
2021-09-28
bpf/tests: Add exhaustive tests of ALU operand magnitudes
Johan Almbladh
1
-0
/
+772
2021-09-28
bpf/tests: Add exhaustive tests of ALU shift values
Johan Almbladh
1
-0
/
+260
2021-09-28
bpf/tests: Reduce memory footprint of test suite
Johan Almbladh
1
-14
/
+12
2021-09-28
bpf/tests: Allow different number of runs per test case
Johan Almbladh
1
-0
/
+4
2021-09-25
lib/zlib_inflate/inffast: check config in C to avoid unused function warning
Paul Menzel
1
-7
/
+6
2021-09-25
xtensa: increase size of gcc stack frame check
Guenter Roeck
1
-1
/
+1
2021-09-25
kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS
Marco Elver
1
-0
/
+2
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-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
/
+1
2021-09-20
pci_iounmap'2: Electric Boogaloo: try to make sense of it all
Linus Torvalds
1
-0
/
+43
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2021-09-17
Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+36
2021-09-17
net: update NXP copyright text
Vladimir Oltean
1
-1
/
+1
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-1
/
+1
2021-09-14
iov_iter: add helper to save iov_iter state
Jens Axboe
1
-0
/
+36
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
1
-1
/
+1
2021-09-13
Kconfig.debug: drop GCC 5+ version check for DWARF5
Nick Desaulniers
1
-1
/
+1
2021-09-11
Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-4
/
+4
2021-09-11
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
1
-0
/
+1
2021-09-10
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
1
-4
/
+4
2021-09-09
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+9
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
8
-32
/
+37
2021-09-08
Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
Lukas Bulwahn
1
-1
/
+0
2021-09-08
lib/iov_iter.c: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+6
2021-09-08
lib/dump_stack: correct kernel-doc notation
Randy Dunlap
1
-1
/
+2
2021-09-08
lib/test: convert test_sort.c to use KUnit
Daniel Latypov
2
-23
/
+22
2021-09-08
math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
Geert Uytterhoeven
1
-2
/
+1
[next]