summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-201-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | logic_pio: Constify fwnode_handleRob Herring (Arm)2024-10-141-2/+2
* | | | | | | | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-13/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner2024-11-021-13/+0
| |/ / / / / / / /
* | | | | | | | | Merge tag 'core-debugobjects-2024-11-18' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-11-201-371/+478
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | debugobjects: Track object usage to avoid premature freeing of objectsThomas Gleixner2024-10-151-5/+40
| * | | | | | | | | debugobjects: Refill per CPU pool more agressivelyThomas Gleixner2024-10-151-0/+18
| * | | | | | | | | debugobjects: Double the per CPU slotsThomas Gleixner2024-10-151-1/+1
| * | | | | | | | | debugobjects: Move pool statistics into global_pool structThomas Gleixner2024-10-151-35/+52
| * | | | | | | | | debugobjects: Implement batch processingThomas Gleixner2024-10-151-15/+46
| * | | | | | | | | debugobjects: Prepare kmem_cache allocations for batchingThomas Gleixner2024-10-151-31/+49
| * | | | | | | | | debugobjects: Prepare for batchingThomas Gleixner2024-10-151-3/+7
| * | | | | | | | | debugobjects: Use static key for boot pool selectionThomas Gleixner2024-10-151-8/+11
| * | | | | | | | | debugobjects: Rework free_object_work()Thomas Gleixner2024-10-151-43/+39
| * | | | | | | | | debugobjects: Rework object freeingThomas Gleixner2024-10-151-75/+24
| * | | | | | | | | debugobjects: Rework object allocationThomas Gleixner2024-10-151-75/+69
| * | | | | | | | | debugobjects: Move min/max count into pool structThomas Gleixner2024-10-151-24/+31
| * | | | | | | | | debugobjects: Rename and tidy up per CPU poolsThomas Gleixner2024-10-151-26/+17
| * | | | | | | | | debugobjects: Use separate list head for boot poolThomas Gleixner2024-10-151-12/+16
| * | | | | | | | | debugobjects: Move pools into a datastructureThomas Gleixner2024-10-151-62/+78
| * | | | | | | | | debugobjects: Reduce parallel pool fill attemptsZhen Lei2024-10-151-25/+59
| * | | | | | | | | debugobjects: Make debug_objects_enabled boolThomas Gleixner2024-10-151-9/+8
| * | | | | | | | | debugobjects: Provide and use free_object_list()Thomas Gleixner2024-10-151-6/+16
| * | | | | | | | | debugobjects: Remove pointless debug printkThomas Gleixner2024-10-151-4/+1
| * | | | | | | | | debugobjects: Reuse put_objects() on OOMThomas Gleixner2024-10-151-18/+6
| * | | | | | | | | debugobjects: Dont free objects directly on CPU hotplugThomas Gleixner2024-10-151-13/+14
| * | | | | | | | | debugobjects: Remove pointless hlist initializationThomas Gleixner2024-10-151-10/+1
| * | | | | | | | | debugobjects: Dont destroy kmem cache in init()Thomas Gleixner2024-10-151-33/+35
| * | | | | | | | | debugobjects: Collect newly allocated objects in a list to reduce lock conten...Zhen Lei2024-10-151-8/+10
| * | | | | | | | | debugobjects: Delete a piece of redundant codeZhen Lei2024-10-151-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-192-10/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING.Sebastian Andrzej Siewior2024-10-181-10/+2
| * | | | | | | | | locking/lockdep: Add a test for lockdep_set_subclass()Ahmed Ehab2024-10-181-0/+39
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-197-6/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/test_scanf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| * | | | | | | | | lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| * | | | | | | | | bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| * | | | | | | | | lib/rbtree-test: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| * | | | | | | | | random32: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| * | | | | | | | | kunit: string-stream-test: Include <linux/prandom.h>Uros Bizjak2024-10-031-0/+1
| * | | | | | | | | lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-194-0/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: lib/mpi - Export mpi_set_bitHerbert Xu2024-11-151-0/+1
| * | | | | | | | | crypto: api - move crypto_simd_disabled_for_test to libEric Biggers2024-10-282-0/+13
| * | | | | | | | | crypto: crc32c - Provide crc32c-arch driver for accelerated library codeArd Biesheuvel2024-10-281-0/+2
| * | | | | | | | | crypto: crc32 - Provide crc32-arch driver for accelerated library codeArd Biesheuvel2024-10-281-0/+2
| * | | | | | | | | crypto: lib/mpi - Fix an "Uninitialized scalar variable" issueQianqiang Liu2024-10-051-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-11-191-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390David Hildenbrand2024-11-071-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds2024-11-191-22/+46
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |