summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-21net/tcp: Prevent inlining tcp_syn_ack_timeout()Emil Tsalapatis1-1/+1
2026-07-21drm: Send per-connector hotplug eventsNicolas Frattaroli1-25/+28
2026-07-21drm/connector: Fix epoch_counter docs to reflect realityNicolas Frattaroli1-1/+4
2026-07-21ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inodeYun Zhou1-0/+1
2026-07-21ext4: skip extra isize expansion during mount to prevent deadlockYun Zhou1-0/+10
2026-07-21ext4: fix out-of-bounds read in ext4_read_inline_dir()Xiang Mei1-1/+10
2026-07-21drm/vmwgfx: Validate vmw_surface_metadata::array_sizeIan Forbes1-5/+17
2026-07-21ext4: remove ext4_end_buffer_io_sync()Matthew Wilcox (Oracle)1-20/+1
2026-07-21Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-20/+130
2026-07-21net: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
2026-07-21net: phy: drop duplicated header include in mdio-deviceMaxime Chevallier1-1/+0
2026-07-21platform/x86/amd/pmc: Add T14 Gen2 AMD (20XL) to s2idle quirk listYap Weei Choong1-0/+8
2026-07-21ext4: get ext4_group_desc in ext4_mb_prefetch only when necessaryBohdan Trach1-10/+11
2026-07-21ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READBohdan Trach1-1/+7
2026-07-21ext4: fix circular lock dependency in ext4_ext_migrateYun Zhou1-1/+2
2026-07-21ext4: avoid tail write_begin walk for uptodate foliosJia Zhu1-5/+6
2026-07-21buffer: avoid tail commit walk for uptodate foliosJia Zhu1-0/+3
2026-07-21ext4: reject mount if inodes per group is not a multiple of inodes per blockBaokun Li1-1/+2
2026-07-21ext4: reduce max cluster size to match documented 256MB limitBaokun Li1-1/+1
2026-07-21ext4: reject mount if clusters/inodes per group are not 8-alignedBaokun Li1-4/+6
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-91/+180
2026-07-21arm64/mm: Check the requested PFN range during memory removalRichard Cheng1-1/+1
2026-07-21Merge tag 'probes-fixes-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+9
2026-07-21Revert "gtp: annotate PDP lookups under RTNL"Simon Horman1-8/+4
2026-07-21arm64: Correct value returned by ESR_ELx_FSC_ADDRSZ_nL()Steven Price1-1/+1
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-22/+80
2026-07-21ACPI: video: Use acpi_dev_get_pci_dev() instead of acpi_get_pci_dev()Rafael J. Wysocki2-8/+5
2026-07-21ACPI: video: Drop backlight parent device reference laterRafael J. Wysocki1-3/+2
2026-07-21ACPI: PCI: Introduce acpi_dev_get_pci_dev()Rafael J. Wysocki2-13/+18
2026-07-21ACPI: PCI: Use a mutex guard to simplify acpi_get_pci_dev()Rafael J. Wysocki1-7/+4
2026-07-21ASoC: amd: yc: Add MSI Crosshair A16 HX D7WFKG to quirk table郑鸿源1-0/+7
2026-07-21ACPI: PCI: Clear driver_data on all paths that free the acpi_pci_rootChen Pei1-1/+2
2026-07-21ACPI: processor: validate MADT IOAPIC entry boundsPengpeng Hou1-6/+25
2026-07-21Merge branch 'net-mlx5e-psp-cleanups-and-improvements'Jakub Kicinski9-582/+514
2026-07-21net/mlx5e: psp: Report PSP dev registration errorsCosmin Ratiu3-6/+14
2026-07-21net/mlx5e: Return errors from profile->enableCosmin Ratiu3-7/+18
2026-07-21net/mlx5e: psp: Make PSP steering config dynamicCosmin Ratiu3-51/+53
2026-07-21net/mlx5e: psp: Flatten steering structuresCosmin Ratiu1-160/+97
2026-07-21net/mlx5e: psp: Use a single rx_check tableCosmin Ratiu1-22/+12
2026-07-21net/mlx5e: psp: Add an RX steering tableCosmin Ratiu2-20/+136
2026-07-21net/mlx5e: psp: Adjust rx_check FT size and use a drop_groupCosmin Ratiu1-1/+12
2026-07-21net/mlx5e: psp: Rename and consolidate steering functionsCosmin Ratiu1-121/+131
2026-07-21net/mlx5e: psp: Remove unused PSP syndrome copy actionCosmin Ratiu3-42/+2
2026-07-21net/mlx5e: psp: Factor out drop rule creation codeCosmin Ratiu1-31/+34
2026-07-21net/mlx5e: psp: Use helpers for steering object manipulationCosmin Ratiu1-155/+149
2026-07-21net/mlx5e: psp: Merge rx_err rule add/delete with ft create/deleteCosmin Ratiu1-48/+30
2026-07-21net/mlx5e: psp: Remove unneeded ref counting for PSP steeringCosmin Ratiu1-96/+33
2026-07-21net/mlx5e: psp: Remove PSP steering mutexesCosmin Ratiu1-36/+7
2026-07-21net/mlx5e: psp: Rename the saved psp_dev to 'psd'Cosmin Ratiu3-6/+6
2026-07-21ACPI: EC: Avoid _REG disconnect on GPIO IRQ deferZhu Ling1-14/+26