index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2024-10-15
debugobjects: Refill per CPU pool more agressively
Thomas Gleixner
2024-10-15
debugobjects: Double the per CPU slots
Thomas Gleixner
2024-10-15
debugobjects: Move pool statistics into global_pool struct
Thomas Gleixner
2024-10-15
debugobjects: Implement batch processing
Thomas Gleixner
2024-10-15
debugobjects: Prepare kmem_cache allocations for batching
Thomas Gleixner
2024-10-15
debugobjects: Prepare for batching
Thomas Gleixner
2024-10-15
debugobjects: Use static key for boot pool selection
Thomas Gleixner
2024-10-15
debugobjects: Rework free_object_work()
Thomas Gleixner
2024-10-15
debugobjects: Rework object freeing
Thomas Gleixner
2024-10-15
debugobjects: Rework object allocation
Thomas Gleixner
2024-10-15
debugobjects: Move min/max count into pool struct
Thomas Gleixner
2024-10-15
debugobjects: Rename and tidy up per CPU pools
Thomas Gleixner
2024-10-15
debugobjects: Use separate list head for boot pool
Thomas Gleixner
2024-10-15
debugobjects: Move pools into a datastructure
Thomas Gleixner
2024-10-15
debugobjects: Reduce parallel pool fill attempts
Zhen Lei
2024-10-15
debugobjects: Make debug_objects_enabled bool
Thomas Gleixner
2024-10-15
debugobjects: Provide and use free_object_list()
Thomas Gleixner
2024-10-15
debugobjects: Remove pointless debug printk
Thomas Gleixner
2024-10-15
debugobjects: Reuse put_objects() on OOM
Thomas Gleixner
2024-10-15
debugobjects: Dont free objects directly on CPU hotplug
Thomas Gleixner
2024-10-15
debugobjects: Remove pointless hlist initialization
Thomas Gleixner
2024-10-15
debugobjects: Dont destroy kmem cache in init()
Thomas Gleixner
2024-10-15
debugobjects: Collect newly allocated objects in a list to reduce lock conten...
Zhen Lei
2024-10-15
debugobjects: Delete a piece of redundant code
Zhen Lei
2024-10-15
kasan: Disable Software Tag-Based KASAN with GCC
Will Deacon
2024-10-14
logic_pio: Constify fwnode_handle
Rob Herring (Arm)
2024-10-14
lib: devres: Simplify API devm_ioport_unmap() implementation
Zijun Hu
2024-10-14
lib: devres: Simplify API devm_iounmap() implementation
Zijun Hu
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-07
lib: packing: catch kunit_kzalloc() failure in the pack() test
Vladimir Oltean
2024-10-07
lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
Timo Grautstueck
2024-10-05
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
Qianqiang Liu
2024-10-04
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-10-03
lib: packing: use GENMASK() for box_mask
Vladimir Oltean
2024-10-03
lib: packing: use BITS_PER_BYTE instead of 8
Vladimir Oltean
2024-10-03
lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior
Jacob Keller
2024-10-03
lib: packing: add additional KUnit tests
Jacob Keller
2024-10-03
lib: packing: add KUnit tests adapted from selftests
Jacob Keller
2024-10-03
lib: packing: duplicate pack() and unpack() implementations
Vladimir Oltean
2024-10-03
lib: packing: add pack() and unpack() wrappers over packing()
Vladimir Oltean
2024-10-03
lib: packing: adjust definitions and implementation for arbitrary buffer lengths
Vladimir Oltean
2024-10-03
lib: packing: refuse operating on bit indices which exceed size of buffer
Vladimir Oltean
2024-10-03
Merge tag 'vfs-6.12-rc2.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-10-03
lib/test_scanf: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
2024-10-03
lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
2024-10-03
bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
2024-10-03
lib/rbtree-test: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
2024-10-03
random32: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
2024-10-03
kunit: string-stream-test: Include <linux/prandom.h>
Uros Bizjak
2024-10-03
lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
[prev]
[next]