summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-101/+124
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-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1650-2544/+1606
2026-07-02Merge 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-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds23-62/+297
2026-07-02Merge tag 'vfio-v7.2-rc2' of https://github.com/awilliam/linux-vfioLinus Torvalds9-51/+152
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds92-453/+1290
2026-07-02Merge tag 'hwmon-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-21/+91
2026-07-02Merge tag 'mfd-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-0/+1
2026-07-02Merge tag 'batadv-net-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni5-3/+35
2026-07-02MAINTAINERS: Add a mailing list entry to MFDLee Jones1-0/+1
2026-07-02net/mlx5: HWS, fix matcher leak on resize target setup failureDawei Feng1-0/+1
2026-07-02x86/Xen: correct commentary and parameter naming of xen_exchange_memory()Jan Beulich1-7/+8
2026-07-01Merge tag 'bootconfig-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+16
2026-07-01Merge tag 'nf-26-06-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni11-20/+531
2026-07-01Merge patch series "iomap: consolidate bio submission"Christian Brauner8-36/+30
2026-07-01iomap: submit read bio after each extentChristoph Hellwig2-8/+10
2026-07-01fuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong1-11/+3
2026-07-01iomap: consolidate bio submissionChristoph Hellwig6-17/+17
2026-07-01fhandle: reject detached mounts in capable_wrt_mount()David Lee1-1/+1
2026-07-01Merge patch series "netfs: Miscellaneous fixes"Christian Brauner13-55/+185
2026-07-01netfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells1-11/+7
2026-07-01netfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells1-0/+4
2026-07-01netfs: Fix writeback error handlingDavid Howells1-3/+8
2026-07-01netfs: Fix writethrough to use collection offloadDavid Howells1-0/+1