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-10-15
debugobjects: Dont free objects directly on CPU hotplug
Thomas Gleixner
-13
/
+14
2024-10-15
debugobjects: Remove pointless hlist initialization
Thomas Gleixner
-10
/
+1
2024-10-15
debugobjects: Dont destroy kmem cache in init()
Thomas Gleixner
-33
/
+35
2024-10-15
debugobjects: Collect newly allocated objects in a list to reduce lock conten...
Zhen Lei
-8
/
+10
2024-10-15
debugobjects: Delete a piece of redundant code
Zhen Lei
-4
/
+4
2024-10-15
kasan: Disable Software Tag-Based KASAN with GCC
Will Deacon
-2
/
+5
2024-10-14
logic_pio: Constify fwnode_handle
Rob Herring (Arm)
-2
/
+2
2024-10-14
lib: devres: Simplify API devm_ioport_unmap() implementation
Zijun Hu
-2
/
+1
2024-10-14
lib: devres: Simplify API devm_iounmap() implementation
Zijun Hu
-2
/
+1
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+12
2024-10-07
lib: packing: catch kunit_kzalloc() failure in the pack() test
Vladimir Oltean
-0
/
+1
2024-10-07
lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
Timo Grautstueck
-1
/
+1
2024-10-05
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
Qianqiang Liu
-1
/
+1
2024-10-04
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-6
/
+12
2024-10-03
lib: packing: use GENMASK() for box_mask
Vladimir Oltean
-2
/
+2
2024-10-03
lib: packing: use BITS_PER_BYTE instead of 8
Vladimir Oltean
-14
/
+14
2024-10-03
lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
Jacob Keller
-28
/
+83
2024-10-03
lib: packing: add additional KUnit tests
Jacob Keller
-0
/
+82
2024-10-03
lib: packing: add KUnit tests adapted from selftests
Jacob Keller
-0
/
+271
2024-10-03
lib: packing: duplicate pack() and unpack() implementations
Vladimir Oltean
-80
/
+141
2024-10-03
lib: packing: add pack() and unpack() wrappers over packing()
Vladimir Oltean
-0
/
+54
2024-10-03
lib: packing: adjust definitions and implementation for arbitrary buffer lengths
Vladimir Oltean
-27
/
+43
2024-10-03
lib: packing: refuse operating on bit indices which exceed size of buffer
Vladimir Oltean
-2
/
+4
2024-10-03
Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-10-03
lib/test_scanf: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
-1
/
+1
2024-10-03
lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
-1
/
+1
2024-10-03
bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
-1
/
+1
2024-10-03
lib/rbtree-test: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
-1
/
+1
2024-10-03
random32: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
-1
/
+1
2024-10-03
kunit: string-stream-test: Include <linux/prandom.h>
Uros Bizjak
-0
/
+1
2024-10-03
lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-32
/
+32
2024-10-02
slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in
Vlastimil Babka
-4
/
+10
2024-10-02
mm, slab: suppress warnings in test_leak_destroy kunit test
Vlastimil Babka
-2
/
+2
2024-10-01
iov_iter: fix advancing slot in iter_folioq_get_pages()
Omar Sandoval
-1
/
+1
2024-09-27
Merge tag 'bitmap-for-6.12' of https://github.com/norov/linux
Linus Torvalds
-0
/
+34
2024-09-27
Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...
Linus Torvalds
-6
/
+0
2024-09-26
Revert "list: test: fix tests for list_cut_position()"
Guenter Roeck
-6
/
+0
2024-09-25
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
-2
/
+2
2024-09-24
Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-0
/
+15
2024-09-23
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
-1
/
+529
2024-09-23
Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefs
Linus Torvalds
-74
/
+6
2024-09-22
Merge branch 'address-masking'
Linus Torvalds
-0
/
+18
2024-09-21
Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-108
/
+297
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-163
/
+477
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-432
/
+517
2024-09-20
lib/sbitmap: define swap_lock as raw_spinlock_t
Ming Lei
-2
/
+2
2024-09-20
kbuild: generate offset range data for builtin modules
Kris Van Hees
-0
/
+15
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-11
/
+17
[prev]
[next]