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-27
test_kprobes: Move it from kernel/ to lib/
Tiezhu Yang
2
-0
/
+372
2021-10-27
lib/bootconfig: Fix the xbc_get_info kerneldoc
Masami Hiramatsu
1
-2
/
+2
2021-10-27
lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function
Masami Hiramatsu
1
-2
/
+2
2021-10-25
sbitmap: silence data race warning
Jens Axboe
1
-1
/
+1
2021-10-24
iov_iter: Introduce nofault flag to disable page faults
Andreas Gruenbacher
1
-5
/
+15
2021-10-21
kprobes: convert tests to kunit
Sven Schnelle
1
-1
/
+2
2021-10-21
dyndbg: refine verbosity 1-4 summary-detail
Jim Cromie
1
-11
/
+14
2021-10-20
iov_iter: Introduce fault_in_iov_iter_writeable
Andreas Gruenbacher
1
-0
/
+39
2021-10-19
kunit: Reset suite count after running tests
David Gow
1
-2
/
+4
2021-10-19
kunit: add 'kunit.action' param to allow listing out tests
Daniel Latypov
1
-5
/
+40
2021-10-19
kunit: fix too small allocation when using suite-only kunit.filter_glob
Daniel Latypov
2
-1
/
+2
2021-10-19
kunit: tool: allow filtering test cases via glob
Daniel Latypov
2
-24
/
+192
2021-10-19
kunit: drop assumption in kunit-log-test about current suite
Daniel Latypov
1
-6
/
+8
2021-10-19
lib/xz, lib/decompress_unxz.c: Fix spelling in comments
Lasse Collin
2
-6
/
+6
2021-10-19
lib/xz: Add MicroLZMA decoder
Lasse Collin
4
-3
/
+178
2021-10-19
lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()
Lasse Collin
1
-2
/
+1
2021-10-19
lib/xz: Validate the value before assigning it to an enum variable
Lasse Collin
1
-3
/
+3
2021-10-19
lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...
Lasse Collin
2
-3
/
+20
2021-10-18
sbitmap: add helper to clear a batch of tags
Jens Axboe
1
-3
/
+41
2021-10-18
string.h: Introduce memset_startat() for wiping trailing members and padding
Kees Cook
1
-0
/
+11
2021-10-18
string.h: Introduce memset_after() for wiping trailing members/padding
Kees Cook
1
-0
/
+13
2021-10-18
lib: Introduce CONFIG_MEMCPY_KUNIT_TEST
Kees Cook
3
-0
/
+277
2021-10-18
fortify: Add compile-time FORTIFY_SOURCE tests
Kees Cook
20
-0
/
+155
2021-10-18
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-12
/
+21
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-6
/
+4
2021-10-18
sbitmap: add __sbitmap_queue_get_batch()
Jens Axboe
1
-0
/
+51
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
Christoph Hellwig
1
-0
/
+1
2021-10-18
flex_proportions: Allow N events instead of 1
Matthew Wilcox (Oracle)
1
-9
/
+19
2021-10-18
Merge 5.15-rc6 into driver-core-next
Greg Kroah-Hartman
2
-3
/
+3
2021-10-15
dyndbg: fix spurious vNpr_info change
Jim Cromie
1
-1
/
+1
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+3
2021-10-14
dyndbg: no vpr-info on empty queries
Jim Cromie
1
-2
/
+4
2021-10-14
dyndbg: vpr-info on remove-module complete, not starting
Jim Cromie
1
-2
/
+2
2021-10-14
dyndbg: Remove support for ddebug_query param
Andrew Halaney
1
-25
/
+0
2021-10-14
dyndbg: make dyndbg a known cli param
Andrew Halaney
1
-0
/
+12
2021-10-13
assoc_array: Avoid open coded arithmetic in allocator arguments
Len Baker
1
-12
/
+10
2021-10-13
dyndbg: show module in vpr-info in dd-exec-queries
Jim Cromie
1
-1
/
+1
2021-10-12
iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
Andreas Gruenbacher
1
-2
/
+3
2021-10-12
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-11
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
1
-5
/
+38
2021-10-11
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
1
-8
/
+8
2021-10-11
bootconfig: Remove unused debug function
Masami Hiramatsu
1
-21
/
+0
2021-10-11
bootconfig: Split parse-tree part from xbc_init
Masami Hiramatsu
1
-45
/
+54
2021-10-11
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
1
-4
/
+4
2021-10-11
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
1
-0
/
+21
2021-10-11
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
1
-12
/
+21
2021-10-08
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
[prev]
[next]