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-29
iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
Ming Lei
-22
/
+45
2024-10-29
lib/iomem_copy: fix kerneldoc format style
Arnd Bergmann
-12
/
+12
2024-10-28
selftests: kallsyms: add MODULE_DESCRIPTION
Arnd Bergmann
-0
/
+1
2024-10-28
New implementation for IO memcpy and IO memset
Julian Vetter
-1
/
+137
2024-10-28
lib/math/test_div64: add some edge cases relevant to __div64_const32()
Nicolas Pitre
-2
/
+83
2024-10-28
printf: Add print format (%pra) for struct range
Ira Weiny
-6
/
+68
2024-10-28
test printf: Add very basic struct resource tests
Ira Weiny
-0
/
+44
2024-10-28
iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
Hugh Dickins
-2
/
+4
2024-10-28
crypto: api - move crypto_simd_disabled_for_test to lib
Eric Biggers
-0
/
+13
2024-10-28
crypto: crc32c - Provide crc32c-arch driver for accelerated library code
Ard Biesheuvel
-0
/
+2
2024-10-28
crypto: crc32 - Provide crc32-arch driver for accelerated library code
Ard Biesheuvel
-0
/
+2
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-12
/
+23
2024-10-24
Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2024-10-24
selftests: add new kallsyms selftests
Luis Chamberlain
-0
/
+254
2024-10-24
iov_iter: Fix iov_iter_get_pages*() for folio_queue
David Howells
-9
/
+12
2024-10-23
Revert "kasan: Disable Software Tag-Based KASAN with GCC"
Marco Elver
-5
/
+2
2024-10-23
slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof
Pei Xiao
-1
/
+1
2024-10-22
objpool: fix choosing allocation for percpu slots
Viktor Malik
-1
/
+1
2024-10-21
Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-1
/
+1
2024-10-19
Merge tag 'rust-fixes-6.12-2' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
-1
/
+1
2024-10-18
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-0
/
+5
2024-10-17
lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING.
Sebastian Andrzej Siewior
-10
/
+2
2024-10-17
locking/lockdep: Add a test for lockdep_set_subclass()
Ahmed Ehab
-0
/
+39
2024-10-17
Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...
Linus Torvalds
-7
/
+10
2024-10-17
lib/buildid: Handle memfd_secret() files in build_id_parse()
Andrii Nakryiko
-0
/
+5
2024-10-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-2
/
+5
2024-10-17
maple_tree: correct tree corruption on spanning store
Lorenzo Stoakes
-6
/
+6
2024-10-17
maple_tree: check for MA_STATE_BULK on setting wr_rebalance
Sidhartha Kumar
-1
/
+1
2024-10-17
lib: alloc_tag_module_unload must wait for pending kfree_rcu calls
Florian Westphal
-0
/
+3
2024-10-16
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
Qianqiang Liu
-1
/
+1
2024-10-15
debugobjects: Track object usage to avoid premature freeing of objects
Thomas Gleixner
-5
/
+40
2024-10-15
debugobjects: Refill per CPU pool more agressively
Thomas Gleixner
-0
/
+18
2024-10-15
debugobjects: Double the per CPU slots
Thomas Gleixner
-1
/
+1
2024-10-15
debugobjects: Move pool statistics into global_pool struct
Thomas Gleixner
-35
/
+52
2024-10-15
debugobjects: Implement batch processing
Thomas Gleixner
-15
/
+46
2024-10-15
debugobjects: Prepare kmem_cache allocations for batching
Thomas Gleixner
-31
/
+49
2024-10-15
debugobjects: Prepare for batching
Thomas Gleixner
-3
/
+7
2024-10-15
debugobjects: Use static key for boot pool selection
Thomas Gleixner
-8
/
+11
2024-10-15
debugobjects: Rework free_object_work()
Thomas Gleixner
-43
/
+39
2024-10-15
debugobjects: Rework object freeing
Thomas Gleixner
-75
/
+24
2024-10-15
debugobjects: Rework object allocation
Thomas Gleixner
-75
/
+69
2024-10-15
debugobjects: Move min/max count into pool struct
Thomas Gleixner
-24
/
+31
2024-10-15
debugobjects: Rename and tidy up per CPU pools
Thomas Gleixner
-26
/
+17
2024-10-15
debugobjects: Use separate list head for boot pool
Thomas Gleixner
-12
/
+16
2024-10-15
debugobjects: Move pools into a datastructure
Thomas Gleixner
-62
/
+78
2024-10-15
debugobjects: Reduce parallel pool fill attempts
Zhen Lei
-25
/
+59
2024-10-15
debugobjects: Make debug_objects_enabled bool
Thomas Gleixner
-9
/
+8
2024-10-15
debugobjects: Provide and use free_object_list()
Thomas Gleixner
-6
/
+16
2024-10-15
debugobjects: Remove pointless debug printk
Thomas Gleixner
-4
/
+1
2024-10-15
debugobjects: Reuse put_objects() on OOM
Thomas Gleixner
-18
/
+6
[prev]
[next]