index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
Andreas Gruenbacher
1
-2
/
+3
2021-10-11
Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...
Linus Torvalds
2
-3
/
+3
2021-10-11
Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-1
/
+1
2021-10-11
Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+82
2021-10-10
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
1
-5
/
+38
2021-10-10
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
1
-8
/
+8
2021-10-10
bootconfig: Remove unused debug function
Masami Hiramatsu
1
-21
/
+0
2021-10-10
bootconfig: Split parse-tree part from xbc_init
Masami Hiramatsu
1
-45
/
+54
2021-10-10
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
1
-4
/
+4
2021-10-10
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
1
-0
/
+21
2021-10-10
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
1
-12
/
+21
2021-10-07
bpf, tests: Add more LD_IMM64 tests
Johan Almbladh
1
-3
/
+117
2021-10-07
kasan: Extend KASAN mode kernel parameter
Vincenzo Frascino
1
-1
/
+1
2021-10-06
bitfield: build kunit tests without structleak plugin
Arnd Bergmann
1
-1
/
+1
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
7
-11
/
+91
2021-10-04
Merge 5.15-rc4 into driver-core-next
Greg Kroah-Hartman
7
-11
/
+91
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-204
/
+5827
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
2
-0
/
+8
2021-10-01
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
2
-10
/
+11
2021-10-01
kunit: fix reference count leak in kfree_at_end
Xiyu Yang
1
-2
/
+2
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-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
1
-1
/
+2
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+9
2021-09-28
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
fortify: Move remaining fortify helpers into fortify-string.h
Kees Cook
1
-0
/
+2
2021-09-25
lib/string: Move helper functions out of string.c
Kees Cook
2
-204
/
+199
2021-09-24
lib/zlib_inflate/inffast: check config in C to avoid unused function warning
Paul Menzel
1
-7
/
+6
[prev]
[next]