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
Age
Commit message (
Expand
)
Author
2024-06-28
Merge tag 'iommu-fixes-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-06-28
Merge tag 'gpio-fixes-for-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-06-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2024-06-28
Merge tag 'v6.10-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2024-06-28
MAINTAINERS: Update IOMMU tree location
Joerg Roedel
2024-06-27
tools/power turbostat: Add local build_bug.h header for snapshot target
Patryk Wlazlyn
2024-06-27
tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'
Adam Hawley
2024-06-27
tools/power turbostat: option '-n' is ambiguous
David Arcari
2024-06-27
Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-06-27
Merge tag 'drm-fixes-2024-06-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-06-28
drm/drm_file: Fix pid refcounting race
Jann Horn
2024-06-28
Merge tag 'drm-intel-fixes-2024-06-27' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
2024-06-27
Merge tag 'pm-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2024-06-27
Merge tag 'thermal-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-06-27
Merge tag 'io_uring-6.10-20240627' of git://git.kernel.dk/linux
Linus Torvalds
2024-06-27
Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-06-27
Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-06-27
Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-06-27
Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-06-27
Merge tag 'sound-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
2024-06-27
gpiolib: cdev: Ignore reconfiguration without direction
Kent Gibson
2024-06-27
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
Kent Gibson
2024-06-27
Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-06-27
net: mana: Fix possible double free in error handling path
Ma Ke
2024-06-27
iommu/amd: Fix GT feature enablement again
Vasant Hegde
2024-06-27
iommu/vt-d: Fix missed device TLB cache tag
Lu Baolu
2024-06-27
iommu/amd: Invalidate cache before removing device from domain list
Vasant Hegde
2024-06-27
Merge branch 'af_unix-fix-bunch-of-msg_oob-bugs-and-add-new-tests'
Paolo Abeni
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
2024-06-27
tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
Yunseong Kim
2024-06-27
Merge tag 'amd-drm-fixes-6.10-2024-06-26' of https://gitlab.freedesktop.org/a...
Dave Airlie
2024-06-27
Merge tag 'drm-misc-fixes-2024-06-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2024-06-26
Merge tag 'mm-hotfixes-stable-2024-06-26-17-28' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-06-27
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
2024-06-26
Merge tag 'wq-for-6.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-06-26
Merge tag 'asoc-fix-v6.10-rc5' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
2024-06-26
ASoC: rt5645: fix issue of random interrupt from push-button
Jack Yu
2024-06-26
ALSA: seq: Fix missing MSB in MIDI2 SPP conversion
Takashi Iwai
2024-06-26
net: usb: qmi_wwan: add Telit FN912 compositions
Daniele Palmas
[next]