index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-23
/
+12
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
12
-96
/
+42
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-62
/
+252
2024-03-14
Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-391
/
+1
2024-03-13
lib/generic-radix-tree.c: Make nodes more reasonably sized
Kent Overstreet
1
-23
/
+12
2024-03-13
Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+5
2024-03-12
Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+13
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-2
/
+124
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
14
-468
/
+1265
2024-03-12
assoc_array: fix the return value in assoc_array_insert_mid_shortcut()
Roman Smirnov
1
-1
/
+1
2024-03-12
buildid: use kmap_local_page()
Peng Hao
1
-2
/
+2
2024-03-12
mul_u64_u64_div_u64: increase precision by conditionally swapping a and b
Uwe Kleine-König
1
-0
/
+15
2024-03-12
Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-49
/
+13
2024-03-11
Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
3
-29
/
+168
2024-03-11
Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-8
/
+12
2024-03-11
Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
13
-1113
/
+0
2024-03-11
lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
Andy Shevchenko
1
-0
/
+42
2024-03-08
lib/fonts: Allow Sparc console 8x16 font for sparc64 early boot text console
Andreas Larsson
1
-1
/
+2
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
1
-0
/
+74
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-23
/
+0
2024-03-06
dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()
Andy Shevchenko
1
-4
/
+3
2024-03-06
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
1
-23
/
+0
2024-03-05
string: Convert helpers selftest to KUnit
Kees Cook
3
-124
/
+100
2024-03-05
string: Convert selftest to KUnit
Kees Cook
4
-260
/
+204
2024-03-04
lib/test_vmalloc.c: use unsigned long constant
Martin Kaiser
1
-1
/
+1
2024-03-04
lib/test_vmalloc.c: drop empty exit function
Martin Kaiser
1
-5
/
+0
2024-03-04
lib/test_vmalloc.c: fix typo in function name
Martin Kaiser
1
-2
/
+2
2024-03-04
lib/stackdepot: off by one in depot_fetch_stack()
Dan Carpenter
1
-1
/
+1
2024-02-29
lib/string_helpers: Add flags param to string_get_size()
Andy Shevchenko
2
-22
/
+70
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-131
/
+141
2024-02-29
lib: stackinit: Adjust target string to 8 bytes for m68k
Kees Cook
1
-3
/
+16
2024-02-29
fortify: Improve buffer overflow reporting
Kees Cook
2
-6
/
+7
2024-02-29
fortify: Add KUnit tests for runtime overflows
Kees Cook
2
-2
/
+607
2024-02-29
fortify: Provide KUnit counters for failure testing
Kees Cook
2
-0
/
+43
2024-02-29
fortify: Allow KUnit test to build without FORTIFY
Kees Cook
2
-1
/
+15
2024-02-29
fortify: Split reporting and avoid passing string pointer
Kees Cook
1
-3
/
+20
2024-02-29
overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()
Kees Cook
1
-0
/
+43
2024-02-29
overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
Kees Cook
1
-4
/
+20
2024-02-29
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-8
/
+13
2024-02-29
kunit: Fix again checksum tests on big endian CPUs
Christophe Leroy
1
-8
/
+9
2024-02-28
locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive
Waiman Long
1
-2
/
+2
2024-02-27
lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg
David Gow
1
-2
/
+2
2024-02-27
lib/cmdline: Fix an invalid format specifier in an assertion msg
David Gow
1
-1
/
+1
2024-02-27
kunit: test: Log the correct filter string in executor_test
David Gow
1
-1
/
+1
2024-02-27
kunit: Setup DMA masks on the kunit device
Maxime Ripard
1
-0
/
+4
2024-02-27
kunit: make kunit_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-27
kunit: Mark filter* params as rw
Lucas De Marchi
1
-3
/
+3
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
1
-1
/
+1
[next]