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-06-05
lib: crc64: fix kernel-doc warning
YueHaibing
1
-1
/
+1
2021-05-28
Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2021-05-23
lib: kunit: suppress a compilation warning of frame size
Zhen Lei
1
-0
/
+1
2021-05-20
Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+12
2021-05-15
kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
Peter Collingbourne
1
-6
/
+23
2021-05-13
dyndbg: drop uninformative vpr_info
Jim Cromie
1
-1
/
+0
2021-05-13
dyndbg: avoid calling dyndbg_emit_prefix when it has no work
Jim Cromie
1
-7
/
+12
2021-05-13
percpu_ref: Don't opencode percpu_ref_is_dying
Nikolay Borisov
1
-3
/
+3
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-5
/
+5
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-92
/
+60
2021-05-07
lib: parser: clean up kernel-doc
Randy Dunlap
1
-23
/
+38
2021-05-07
lib/genalloc: add parameter description to fix doc compile warning
Alex Shi
1
-0
/
+5
2021-05-07
lib/percpu_counter: tame kernel-doc compile warning
Alex Shi
1
-1
/
+1
2021-05-07
lib: stackdepot: turn depot_lock spinlock to raw_spinlock
Zqiang
1
-3
/
+3
2021-05-07
lib: crc8: pointer to data block should be const
Richard Fitzgerald
1
-1
/
+1
2021-05-07
lib/genalloc.c: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
lib/list_sort.c: fix typo in function description
ToastC
1
-1
/
+1
2021-05-07
lib: fix inconsistent indenting in process_bit1()
Wang Qing
1
-1
/
+1
2021-05-07
lib/bch.c: fix a typo in the file bch.c
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
lib: add fast path for find_first_*_bit() and find_last_bit()
Yury Norov
1
-6
/
+6
2021-05-07
lib: inline _find_next_bit() wrappers
Yury Norov
1
-54
/
+2
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-7
/
+2
2021-05-05
net: fix nla_strcmp to handle more then one trailing null character
Maciej Żenczykowski
1
-1
/
+1
2021-05-05
Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+39
2021-05-05
Merge tag 'char-misc-5.13-rc1-round2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2021-05-05
kfence: await for allocation using wait_event
Marco Elver
1
-0
/
+1
2021-05-05
iov_iter: lift memzero_page() to highmem.h
Ira Weiny
1
-7
/
+1
2021-05-05
lib/cmdline: Export next_arg() for being used in modules
Andy Shevchenko
1
-0
/
+1
2021-05-05
lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()
Bartosz Golaszewski
1
-0
/
+33
2021-05-05
lib: bitmap: order includes alphabetically
Bartosz Golaszewski
1
-4
/
+5
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-25
/
+29
2021-05-01
.gitignore: prefix local generated files with a slash
Masahiro Yamada
1
-5
/
+5
2021-05-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-117
/
+79
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-14
/
+17
2021-04-30
kasan: detect false-positives in tests
Andrey Konovalov
1
-26
/
+29
2021-04-30
kasan: init memory in kasan_(un)poison for HW_TAGS
Andrey Konovalov
1
-2
/
+2
2021-04-30
lib/test_vmalloc.c: add a new 'nr_threads' parameter
Uladzislau Rezki (Sony)
1
-48
/
+40
2021-04-30
lib/test_vmalloc.c: remove two kvfree_rcu() tests
Uladzislau Rezki (Sony)
1
-40
/
+0
2021-04-30
mm/memtest: add ARCH_USE_MEMTEST
Anshuman Khandual
1
-1
/
+8
2021-04-30
dyndbg: fix parsing file query without a line-range suffix
Shuo Chen
1
-1
/
+1
2021-04-30
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+11
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-4
/
+5
2021-04-29
Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
3
-0
/
+261
2021-04-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-92
/
+118
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2021-04-28
Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-26
/
+69
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-0
/
+57
2021-04-28
Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-21
/
+82
[next]