index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
lib/sort: optimize heapsort for equal elements in sift-down path
Kuan-Wei Chiu
1
-1
/
+1
2024-02-22
treewide: update LLVM Bugzilla links
Nathan Chancellor
3
-3
/
+3
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-29
/
+44
2024-02-22
XArray: add cmpxchg order test
Daniel Gomez
1
-0
/
+54
2024-02-22
test_xarray: add tests for advanced multi-index use
Luis Chamberlain
1
-0
/
+176
2024-02-22
maple_tree: avoid duplicate variable init in mast_spanning_rebalance()
Lukas Bulwahn
1
-2
/
+0
2024-02-22
Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...
Christian Brauner
2
-0
/
+137
2024-02-21
maple_tree: fix comment describing mas_node_count_gfp()
Sidhartha Kumar
1
-2
/
+2
2024-02-21
test_maple_tree: testing the cyclic allocation
Liam R. Howlett
1
-0
/
+44
2024-02-21
maple_tree: Add mtree_alloc_cyclic()
Chuck Lever
1
-0
/
+93
2024-02-20
string: Allow 2-argument strscpy()
Kees Cook
1
-4
/
+2
2024-02-20
string: Redefine strscpy_pad() as a macro
Kees Cook
1
-34
/
+0
2024-02-20
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
4
-1
/
+123
2024-02-20
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
Guenter Roeck
1
-0
/
+1
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
1
-1
/
+1
2024-02-19
Merge 6.8-rc5 into tty-next
Greg Kroah-Hartman
5
-29
/
+63
2024-02-19
Merge 6.8-rc5 into driver-core-next
Greg Kroah-Hartman
8
-145
/
+344
2024-02-17
Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+14
2024-02-17
kobject: reduce uevent_sock_mutex scope
Eric Dumazet
1
-6
/
+3
2024-02-17
kobject: make uevent_seqnum atomic
Eric Dumazet
1
-8
/
+9
2024-02-16
Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-19
/
+30
2024-02-16
s390/raid6: convert to use standard fpu_*() inline assemblies
Heiko Carstens
1
-45
/
+10
2024-02-16
s390/fpu: decrease stack usage for some cases
Heiko Carstens
1
-2
/
+2
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
1
-2
/
+1
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+19
2024-02-15
seq_buf: Fix kernel documentation
Andy Shevchenko
1
-17
/
+18
2024-02-15
seq_buf: Don't use "proxy" headers
Andy Shevchenko
1
-2
/
+12
2024-02-14
Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-0
/
+19
2024-02-12
PCI: Move PCI-specific devres code to drivers/pci/
Philipp Stanner
1
-207
/
+1
2024-02-12
PCI: Move pci_iomap.c to drivers/pci/
Philipp Stanner
3
-184
/
+0
2024-02-09
s390/fpu: make use of __uninitialized macro
Heiko Carstens
1
-2
/
+2
2024-02-08
Revert "kobject: Remove redundant checks for whether ktype is NULL"
Greg Kroah-Hartman
1
-10
/
+14
2024-02-07
dump_stack: Do not get cpu_sync for panic CPU
John Ogness
1
-3
/
+13
2024-02-06
kunit: device: Unregister the kunit_bus on shutdown
David Gow
3
-0
/
+19
2024-02-06
ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
Kees Cook
1
-12
/
+1
2024-02-06
ubsan: Silence W=1 warnings in self-test
Kees Cook
2
-2
/
+3
2024-02-05
net: blackhole_dev: fix build warning for ethh set but not used
Breno Leitao
1
-2
/
+1
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
5
-116
/
+281
2024-02-02
lib/test_kmod: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+5
2024-02-02
iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()
Kees Cook
1
-2
/
+3
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-116
/
+281
2024-02-01
lib/string: shrink lib/string.i via IWYU
Tanzir Hasan
1
-8
/
+9
2024-02-01
cpumask: add cpumask_weight_andnot()
Yury Norov
1
-0
/
+7
2024-01-31
pci_iounmap(): Fix MMIO mapping leak
Philipp Stanner
1
-1
/
+1
2024-01-30
Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
4
-6
/
+18
2024-01-27
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
1
-1
/
+1
2024-01-25
stackdepot: make fast paths lock-less again
Marco Elver
1
-111
/
+211
2024-01-25
stackdepot: add stats counters exported via debugfs
Marco Elver
1
-0
/
+53
2024-01-25
iov_iter: streamline iovec/bvec alignment iteration
Jens Axboe
1
-27
/
+28
2024-01-22
livepatch: Move tests from lib/livepatch to selftests/livepatch
Marcos Paulo de Souza
13
-1113
/
+0
[prev]
[next]