summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-06Linux 7.2-rc2v7.2-rc2Linus Torvalds1-1/+1
2026-07-05Merge tag 'x86-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+27
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+113
2026-07-05Merge tag 'locking-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+0
2026-07-05Merge tag 'irq-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+20
2026-07-05Merge tag 'sound-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-26/+99
2026-07-05Merge tag 'spi-fix-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-9/+17
2026-07-04Merge tag 's390-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-10/+4
2026-07-04Merge tag 'mips-fixes_7.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-6/+35
2026-07-04Merge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-61/+216
2026-07-04Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds115-642/+1227
2026-07-04Merge tag 'acpi-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-19/+2
2026-07-04Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-16/+30
2026-07-04Merge tag 'v7.2-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-6/+7
2026-07-03Merge branch 'acpi-tad'Rafael J. Wysocki1-1/+1
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds52-178/+592
2026-07-03Merge tag 'xfs-fixes-7.2-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-102/+125
2026-07-03Merge tag 'for-linus-7.2a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-36/+124
2026-07-03Merge tag 'gpio-fixes-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-99/+60
2026-07-03netfs: Fix barriering when walking subrequest listDavid Howells2-2/+12
2026-07-03Merge tag 'asoc-fix-v7.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai9-19/+86
2026-07-03Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1650-2544/+1606
2026-07-03Merge tag 'ata-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds5-4/+38
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1526-1526/+13
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)55-59/+57
2026-07-03parisc: #include <linux/compiler.h> for unlikely() in <asm/ptrace.h>Uwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03media: em28xx: Add include for struct usb_device_idUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03LoongArch: KVM: Add include defining struct cpu_featureUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03ALSA: hda/core: Add include defining struct hda_device_idUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03usb: dwc2: Add include defining struct pci_device_idUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03platform/x86: int3472: Add include defining struct dmi_system_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03platform/x86: x86-android-tablets: Add include defining struct dmi_system_idUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03i2c: Let i2c-core.h include <linux/i2c.h>Uwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03of: Explicitly include <linux/types.h> and <linux/err.h>Uwe Kleine-König (The Capable Hub)1-0/+2
2026-07-03platform/x86: msi-ec: Ensure dmi_system_id is definedUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03usb: serial: Include <linux/usb.h> in <linux/usb/serial.h>Uwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03driver core: platform: Include header for struct platform_device_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03driver: core: Include headers for acpi_device_id and of_device_id for struct ...Uwe Kleine-König (The Capable Hub)1-0/+2
2026-07-03media: ti: vpe: #include <linux/platform_device.h> explicitlyUwe Kleine-König (The Capable Hub)1-0/+1
2026-07-03mod_devicetable.h: Split into per subsystem headersUwe Kleine-König (The Capable Hub)57-958/+1521
2026-07-03ata: libata-scsi: limit simulated SCSI command copy to response lengthKaruna Ramkumar1-1/+6
2026-07-03ata: pata_pxa: Fix DMA channel leak on probe errorWentao Liang1-0/+1
2026-07-03ata: sata_gemini: unwind clocks on IDE pinctrl errorsMyeonghun Pak1-1/+1
2026-07-03ata: libata-core: Reject an invalid concurrent positioning ranges countBryam Vargas3-2/+27
2026-07-03ata: libata-core: Add NOLPM quirk for PNY CS900 1TB SSDBryam Vargas1-0/+3
2026-07-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds23-62/+297
2026-07-03Merge tag 'vfio-v7.2-rc2' of https://github.com/awilliam/linux-vfioLinus Torvalds9-51/+152
2026-07-03Merge tag 'drm-misc-fixes-2026-07-02' of https://gitlab.freedesktop.org/drm/m...Dave Airlie27-157/+264
2026-07-03Merge tag 'drm-xe-fixes-2026-07-02' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie22-204/+376
2026-07-03Merge tag 'amd-drm-fixes-7.2-2026-07-02' of https://gitlab.freedesktop.org/ag...Dave Airlie62-268/+541