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-02-21
maple_tree: fix comment describing mas_node_count_gfp()
Sidhartha Kumar
2024-02-21
test_maple_tree: testing the cyclic allocation
Liam R. Howlett
2024-02-21
maple_tree: Add mtree_alloc_cyclic()
Chuck Lever
2024-02-20
string: Allow 2-argument strscpy()
Kees Cook
2024-02-20
string: Redefine strscpy_pad() as a macro
Kees Cook
2024-02-20
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
2024-02-20
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
Guenter Roeck
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
2024-02-19
Merge 6.8-rc5 into tty-next
Greg Kroah-Hartman
2024-02-19
Merge 6.8-rc5 into driver-core-next
Greg Kroah-Hartman
2024-02-17
Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-02-17
kobject: reduce uevent_sock_mutex scope
Eric Dumazet
2024-02-17
kobject: make uevent_seqnum atomic
Eric Dumazet
2024-02-16
Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-02-16
s390/raid6: convert to use standard fpu_*() inline assemblies
Heiko Carstens
2024-02-16
s390/fpu: decrease stack usage for some cases
Heiko Carstens
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
seq_buf: Fix kernel documentation
Andy Shevchenko
2024-02-15
seq_buf: Don't use "proxy" headers
Andy Shevchenko
2024-02-14
Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-02-12
PCI: Move PCI-specific devres code to drivers/pci/
Philipp Stanner
2024-02-12
PCI: Move pci_iomap.c to drivers/pci/
Philipp Stanner
2024-02-09
s390/fpu: make use of __uninitialized macro
Heiko Carstens
2024-02-08
Revert "kobject: Remove redundant checks for whether ktype is NULL"
Greg Kroah-Hartman
2024-02-07
dump_stack: Do not get cpu_sync for panic CPU
John Ogness
2024-02-06
kunit: device: Unregister the kunit_bus on shutdown
David Gow
2024-02-06
ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
Kees Cook
2024-02-06
ubsan: Silence W=1 warnings in self-test
Kees Cook
2024-02-05
net: blackhole_dev: fix build warning for ethh set but not used
Breno Leitao
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
2024-02-02
lib/test_kmod: fix kernel-doc warnings
Randy Dunlap
2024-02-02
iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()
Kees Cook
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-01
lib/string: shrink lib/string.i via IWYU
Tanzir Hasan
2024-02-01
cpumask: add cpumask_weight_andnot()
Yury Norov
2024-01-31
pci_iounmap(): Fix MMIO mapping leak
Philipp Stanner
2024-01-30
Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-01-27
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
2024-01-25
stackdepot: make fast paths lock-less again
Marco Elver
2024-01-25
stackdepot: add stats counters exported via debugfs
Marco Elver
2024-01-25
iov_iter: streamline iovec/bvec alignment iteration
Jens Axboe
2024-01-22
livepatch: Move tests from lib/livepatch to selftests/livepatch
Marcos Paulo de Souza
2024-01-22
kunit: run test suites only after module initialization completes
Marco Pagani
2024-01-22
kunit: device: Fix a NULL vs IS_ERR() check in init()
Dan Carpenter
2024-01-22
kunit: Fix a NULL vs IS_ERR() bug
Dan Carpenter
2024-01-20
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-19
Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-01-19
string: Remove strlcpy()
Kees Cook
2024-01-19
lib: checksum: Fix build with CONFIG_NET=n
Palmer Dabbelt
[prev]
[next]