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
2022-05-12
kunit: bail out of test filtering logic quicker if OOM
Daniel Latypov
2022-05-12
lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
Daniel Latypov
2022-05-12
kunit: Rework kunit_resource allocation policy
David Gow
2022-05-09
dim: initialize all struct fields
Jesse Brandeburg
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-03
selftests/sysctl: add sysctl macro test
Tonghao Zhang
2022-05-02
kunit: fix debugfs code to use enum kunit_status, not bool
Daniel Latypov
2022-05-02
kunit: add ability to specify suite-level init and exit functions
Daniel Latypov
2022-05-02
kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)
Daniel Latypov
2022-05-02
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
2022-05-01
Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-04-29
lib: remove back_str initialization
Tom Rix
2022-04-29
lib/string.c: simplify str[c]spn
Rasmus Villemoes
2022-04-29
lib/test_string.c: add strspn and strcspn tests
Rasmus Villemoes
2022-04-29
lib/Kconfig.debug: remove more CONFIG_..._VALUE indirections
Rasmus Villemoes
2022-04-29
lib/test_meminit: optimize do_kmem_cache_rcu_persistent() test
Xiaoke Wang
2022-04-28
nvdimm: Drop nd_device_lock()
Dan Williams
2022-04-28
cxl: Drop cxl_device_lock()
Dan Williams
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-27
hex2bin: fix access beyond string end
Mikulas Patocka
2022-04-27
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
2022-04-26
bootconfig: Support embedding a bootconfig file in kernel
Masami Hiramatsu
2022-04-26
bootconfig: Make the bootconfig.o as a normal object file
Masami Hiramatsu
2022-04-26
test_firmware: Error injection for firmware upload
Russ Weight
2022-04-26
test_firmware: Add test support for firmware upload
Russ Weight
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
2022-04-22
printk: rename cpulock functions
John Ogness
2022-04-22
objtool: Add HAVE_NOINSTR_VALIDATION
Josh Poimboeuf
2022-04-22
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
2022-04-19
lib/strn*,objtool: Enforce user_access_begin() rules
Peter Zijlstra
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-13
lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()
Sebastian Andrzej Siewior
2022-04-10
Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-04-08
lz4: fix LZ4_decompress_safe_partial read out of bound
Guo Xuenan
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
2022-04-06
mm/slub: use stackdepot to save stack trace in objects
Oliver Glitta
2022-04-06
lib/stackdepot: allow requesting early initialization dynamically
Vlastimil Babka
2022-04-06
mm/slub, kunit: Make slub_kunit unaffected by user specified flags
Hyeonggon Yoo
2022-04-05
kunit: Make kunit_remove_resource() idempotent
David Gow
2022-04-05
list: test: Test the hlist structure
David Gow
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
2022-04-04
kunit: split resource API impl from test.c into new resource.c
Daniel Latypov
2022-04-04
kasan: test: Use NULL macros
Ricardo Ribalda
2022-04-04
kunit: use NULL macros
Ricardo Ribalda
2022-04-01
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-04-01
Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2022-03-31
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
[prev]
[next]