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
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-19
Merge branch 'vsnprintf'
Linus Torvalds
2025-01-19
rhashtable: Fix rhashtable_try_insert test
Herbert Xu
2025-01-16
pldmfw: enable selected component update
Konrad Knitter
2025-01-16
lockref: use bool for false/true returns
Christoph Hellwig
2025-01-16
lockref: improve the lockref_get_not_zero description
Christoph Hellwig
2025-01-16
lockref: remove lockref_put_not_zero
Christoph Hellwig
2025-01-15
alloc_tag: skip pgalloc_tag_swap if profiling is disabled
Suren Baghdasaryan
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
2025-01-14
kobject: Remove unused functions
Dr. David Alan Gilbert
2025-01-13
maple_tree: only root node could be deficient
Wei Yang
2025-01-13
maple_tree: add a test check deficient node
Wei Yang
2025-01-13
maple_tree: simplify split calculation
Wei Yang
2025-01-13
maple_tree: we don't set offset to MAPLE_NODE_SLOTS on error
Wei Yang
2025-01-13
maple_tree: not possible to be a root node after loop
Wei Yang
2025-01-13
maple_tree: index has been checked to be smaller than pivot
Wei Yang
2025-01-13
maple_tree: use mas_next_slot() directly
Wei Yang
2025-01-13
vsnprintf: fix the number base for non-numeric formats
Linus Torvalds
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
2025-01-12
lib/inflate.c: remove dead code
Ariel Otilibili
2025-01-12
iov_iter: remove setting of page->index
Matthew Wilcox (Oracle)
2025-01-12
lib/math: add int_sqrt test suite
Luis Felipe Hernandez
2025-01-12
lib/rhashtable: fix the typo for preemptible
Pratyush Mittal
2025-01-12
fault-inject: use prandom where cryptographically secure randomness is not ne...
Akinobu Mita
2025-01-12
xarray: port tests to kunit
Tamir Duberstein
2025-01-12
xarray: extract helper from __xa_{insert,cmpxchg}
Tamir Duberstein
2025-01-12
xarray: extract xa_zero_to_null
Tamir Duberstein
2025-01-12
lib/test_min_heap: use inline min heap variants to reduce attack vector
Kuan-Wei Chiu
2025-01-10
Merge tag 'v6.13-rc6' into drm-next
Dave Airlie
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-08
misc:minor basic kunit tests
Vimal Agrawal
2025-01-06
bpf/tests: Add 32 bits only long conditional jump tests
Christophe Leroy
2025-01-06
vsnprintf: fix up kerneldoc for argument name changes
Linus Torvalds
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-02
lib: test_objpool: Use kthread_run_on_cpu()
Frederic Weisbecker
2024-12-30
maple_tree: reload mas before the second call for mas_empty_area
Yang Erkun
2024-12-28
crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init
Herbert Xu
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
2024-12-23
vsprintf: don't make the 'binary' version pack small integer arguments
Linus Torvalds
2024-12-23
vsnprintf: collapse the number format state into one single state
Linus Torvalds
2024-12-23
vsnprintf: mark the indirect width and precision cases unlikely
Linus Torvalds
2024-12-23
vsnprintf: inline skip_atoi() again
Linus Torvalds
2024-12-23
vsprintf: deal with format specifiers with a lookup table
Linus Torvalds
2024-12-23
vsprintf: deal with format flags with a simple lookup table
Linus Torvalds
2024-12-23
vsprintf: associate the format state with the format pointer
Linus Torvalds
2024-12-23
vsprintf: fix calling convention for format_decode()
Linus Torvalds
2024-12-23
vsprintf: avoid nested switch statement on same variable
Linus Torvalds
2024-12-23
vsprintf: simplify number handling
Linus Torvalds
[prev]
[next]