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
2024-06-25
dim: add new interfaces for initialization and getting results
Heng Qi
-0
/
+68
2024-06-25
ethtool: provide customized dim profile management
Heng Qi
-0
/
+70
2024-06-25
dim: make DIMLIB dependent on NET
Heng Qi
-0
/
+1
2024-06-25
linux/dim: move useful macros to .h file
Heng Qi
-6
/
+0
2024-06-24
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
Jeff Johnson
-2
/
+22
2024-06-24
lib/dump_stack: report process UID in dump_stack_print_info()
Suren Baghdasaryan
-2
/
+4
2024-06-24
lib/plist.c: avoid worst case scenario in plist_add
I Hsin Cheng
-1
/
+37
2024-06-24
lib/Kconfig.debug: document panic= command line option and procfs entry for P...
Brian Masney
-1
/
+3
2024-06-24
lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-24
lib/test_kmod: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-24
siphash: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-24
uuid: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-24
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
Jeff Johnson
-0
/
+6
2024-06-24
lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+1
2024-06-24
KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
Jeff Johnson
-0
/
+2
2024-06-24
kunit/fortify: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+2
2024-06-24
kernel/panic: add verbose logging of kernel taints in backtraces
Jani Nikula
-0
/
+3
2024-06-24
lib/ts: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+3
2024-06-24
lib/plist.c: enforce memory ordering in plist_check_list
I Hsin Cheng
-2
/
+2
2024-06-24
percpu_counter: add a cmpxchg-based _add_batch variant
Mateusz Guzik
-5
/
+39
2024-06-24
lib/test_sort: add a testcase to ensure code coverage
Kuan-Wei Chiu
-1
/
+13
2024-06-24
lib/sort: optimize heapsort for handling final 2 or 3 elements
Kuan-Wei Chiu
-4
/
+6
2024-06-24
lib/sort: fix outdated comment regarding glibc qsort()
Kuan-Wei Chiu
-1
/
+1
2024-06-24
lib/sort: remove unused pr_fmt macro
Kuan-Wei Chiu
-2
/
+0
2024-06-24
lib/test_min_heap: add test for heap_del()
Kuan-Wei Chiu
-0
/
+36
2024-06-24
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
-13
/
+13
2024-06-24
lib min_heap: add type safe interface
Kuan-Wei Chiu
-7
/
+6
2024-06-24
debugobjects: Annotate racy debug variables
Breno Leitao
-10
/
+11
2024-06-24
lib/fonts: Fix visiblity of SUN12x22 and TER16x32 if DRM_PANIC
Geert Uytterhoeven
-2
/
+4
2024-06-23
closures: closure_get_not_zero(), closure_return_sync()
Kent Overstreet
-6
/
+46
2024-06-22
Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
-2
/
+8
2024-06-21
closures: Change BUG_ON() to WARN_ON()
Kent Overstreet
-2
/
+8
2024-06-21
crypto: lib - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+3
2024-06-21
crypto: lib/mpi - Use swap() in mpi_powm()
Jiapeng Chong
-7
/
+2
2024-06-21
crypto: lib/mpi - Use swap() in mpi_ec_mul_point()
Jiapeng Chong
-4
/
+2
2024-06-21
Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-10
/
+10
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-14
/
+32
2024-06-19
fortify: Do not special-case 0-sized destinations
Kees Cook
-2
/
+1
2024-06-18
sched_ext: Print sched_ext info when dumping stack
David Vernet
-0
/
+1
2024-06-18
lib: bitmap: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+3
2024-06-18
cpumask: limit FORCE_NR_CPUS to just the UP case
Linus Torvalds
-7
/
+1
2024-06-17
Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...
Linus Torvalds
-3
/
+13
2024-06-17
Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+18
2024-06-17
Merge tag 'v6.10-rc4' into driver-core-next
Greg Kroah-Hartman
-0
/
+1
2024-06-17
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
-0
/
+1
2024-06-15
lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=n
Suren Baghdasaryan
-3
/
+13
2024-06-14
usercopy: Convert test_user_copy to KUnit test
Kees Cook
-344
/
+339
2024-06-14
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
-0
/
+114
2024-06-13
mm profiling: Remove superfluous sentinel element from ctl_table
Joel Granados
-1
/
+0
2024-06-12
vsprintf: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
-0
/
+2
[prev]
[next]