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
2022-07-15
Merge tag 'drm-misc-fixes-2022-07-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2022-07-14
ubsan: disable UBSAN_DIV_ZERO for clang
Nick Desaulniers
2022-07-14
Revert "vf/remap: return the amount of bytes actually deduplicated"
Linus Torvalds
2022-07-14
x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
Nathan Chancellor
2022-07-14
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
2022-07-14
Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-07-14
ACPI: video: Fix acpi_video_handles_brightness_key_presses()
Hans de Goede
2022-07-14
Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-07-14
Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-07-14
Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-07-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-07-14
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
2022-07-14
Merge tag 'sound-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-07-14
nfp: flower: configure tunnel neighbour on cmsg rx
Tianyu Yuan
2022-07-14
net/tls: Check for errors in tls_device_init
Tariq Toukan
2022-07-14
MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
Tom Lendacky
2022-07-14
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
2022-07-14
amdgpu: disable powerpc support for the newer display engine
Linus Torvalds
2022-07-14
block: fix missing blkcg_bio_issue_init
Muchun Song
2022-07-14
Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.org/nvme into block-5.19
Jens Axboe
2022-07-14
KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
Vitaly Kuznetsov
2022-07-14
nvme: fix block device naming collision
Israel Rukshin
2022-07-14
nvme-pci: fix freeze accounting for error handling
Keith Busch
2022-07-14
Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2022-07-14
Merge tag 'v5.19-rc6' into usb-linus
Greg Kroah-Hartman
2022-07-14
Merge commit 'kvm-vmx-nested-tsc-fix' into kvm-master
Paolo Bonzini
2022-07-14
selftests/net: test nexthop without gw
Nicolas Dichtel
2022-07-14
ip: fix dflt addr selection for connected nexthop
Nicolas Dichtel
2022-07-14
spi: cadence-quadspi: Remove spi_master_put() in probe failure path
Vaishnav Achath
2022-07-14
ARM: 9208/1: entry: add .ltorg directive to keep literals in range
Ard Biesheuvel
2022-07-14
ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails
Wang Kefeng
2022-07-14
Documentation: kvm: clarify histogram units
Paolo Bonzini
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
2022-07-14
um: Add missing apply_returns()
Peter Zijlstra
2022-07-14
net: atlantic: remove aq_nic_deinit() when resume
Chia-Lin Kao (AceLan)
2022-07-14
net: atlantic: remove deep parameter on suspend/resume functions
Chia-Lin Kao (AceLan)
2022-07-14
sfc: fix kernel panic when creating VF
Íñigo Huguet
2022-07-14
Merge tag 'kvm-riscv-fixes-5.19-2' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-07-14
Merge branch 'seg6-fix-skb-checksum-for-srh-encapsulation-insertion'
Paolo Abeni
2022-07-14
seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer
2022-07-14
seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
Andrea Mayer
2022-07-14
seg6: fix skb checksum evaluation in SRH encapsulation/insertion
Andrea Mayer
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
2022-07-14
x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt
Alexandre Chartre
2022-07-14
x86/bugs: Mark retbleed_strings static
Jiapeng Chong
2022-07-13
scsi: pm80xx: Set stopped phy's linkrate to Disabled
Changyuan Lyu
2022-07-13
scsi: pm80xx: Fix 'Unknown' max/min linkrate
Changyuan Lyu
2022-07-13
scsi: ufs: core: Fix missing clk change notification on host reset
Po-Wen Kao
[prev]
[next]