index
:
git.armlinux.org.uk/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
/
packing.c
Age
Commit message (
Expand
)
Author
2024-12-11
lib: packing: add pack_fields() and unpack_fields()
Vladimir Oltean
2024-12-11
lib: packing: demote truncation error in pack() to a warning in __pack()
Vladimir Oltean
2024-12-11
lib: packing: create __pack() and __unpack() variants without error checking
Vladimir Oltean
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: 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
2023-03-09
lib: packing: remove MODULE_LICENSE in non-modules
Nick Alcock
2022-12-12
lib: packing: replace bit_reverse() with bitrev8()
Uladzislau Koshchanka
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2020-06-28
lib: packing: add documentation for pbuflen argument
Vladimir Oltean
2019-05-03
lib: Add support for generic packing operations
Vladimir Oltean