summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-13ext4: convert free groups order lists to xarraysBaokun Li3-126/+140
2026-03-13ext4: factor out ext4_mb_scan_group()Baokun Li2-44/+51
2026-03-13ext4: factor out ext4_mb_might_prefetch()Baokun Li2-24/+42
2026-03-13ext4: factor out __ext4_mb_scan_group()Baokun Li2-18/+29
2026-03-13ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li2-12/+30
2026-03-13mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate()Joonwon Kang1-4/+2
2026-03-13mailbox: Allow controller specific mapping using fwnodeAnup Patel2-25/+43
2026-03-13mailbox: Use guard/scoped_guard for con_mutexPeng Fan1-35/+26
2026-03-13mailbox: Use dev_err when there is errorPeng Fan1-2/+2
2026-03-13mailbox: remove unused header filesTudor Ambarus1-3/+0
2026-03-13mailbox: sort headers alphabeticallyTudor Ambarus3-11/+11
2026-03-13mailbox: don't protect of_parse_phandle_with_args with con_mutexTudor Ambarus1-3/+2
2026-03-13ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi1-4/+8
2026-03-13ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
2026-03-13drm/tegra: dsi: fix device leak on probeJohan Hovold1-4/+2
2026-03-13ata: libata-scsi: avoid Non-NCQ command starvationDamien Le Moal5-0/+109
2026-03-13ata: libata: Introduce ata_port_eh_scheduled()Damien Le Moal3-3/+9
2026-03-13ata: libata: Remove ATA_DFLAG_ZAC device flagDamien Le Moal4-16/+10
2026-03-13ata: libata-scsi: Remove struct ata_scsi_argsDamien Le Moal1-114/+127
2026-03-13ata: libata-scsi: Document all VPD page inquiry actorsDamien Le Moal1-0/+54
2026-03-13ata: libata-scsi: Refactor ata_scsiop_maint_in()Damien Le Moal1-9/+11
2026-03-13ata: libata-scsi: Refactor ata_scsiop_read_cap()Damien Le Moal1-41/+46
2026-03-13ata: libata-scsi: Refactor ata_scsi_simulate()Damien Le Moal1-43/+63
2026-03-13KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson1-2/+1
2026-03-13media: dw9714: Fix powerup sequenceRicardo Ribalda1-1/+1
2026-03-13media: dw9714: add support for powerdown pinMatthias Fend2-1/+15
2026-03-13media: dw9714: move power sequences to dedicated functionsMatthias Fend1-15/+29
2026-03-13media: tegra-video: Fix memory leak in __tegra_channel_try_format()Zilin Guan1-5/+8
2026-03-13PCI: Use resource_set_range() that correctly sets ->endIlpo Järvinen1-4/+2
2026-03-13resource: Add resource set range and size helpersIlpo Järvinen1-0/+32
2026-03-13Revert "PCI: qcom: Don't wait for link if we can detect Link Up"Niklas Cassel1-4/+1
2026-03-13PCI: qcom: Don't wait for link if we can detect Link UpKrishna chaitanya chundru1-1/+4
2026-03-13Revert "PCI: dw-rockchip: Don't wait for link since we can detect Link Up"Niklas Cassel1-1/+0
2026-03-13PCI: dw-rockchip: Don't wait for link since we can detect Link UpNiklas Cassel1-0/+1
2026-03-13memory: mtk-smi: fix device leak on larb probeJohan Hovold1-0/+1
2026-03-13memory: mtk-smi: fix device leaks on common probeJohan Hovold1-0/+2
2026-03-13x86/acpi/boot: Correct acpi_is_processor_usable() check againYazen Ghannam2-19/+8
2026-03-13PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 valueBjorn Helgaas1-1/+1
2026-03-13bpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
2026-03-13bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearingFuad Tabba1-1/+1
2026-03-13btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone1-3/+3
2026-03-13btrfs: print correct subvol num if active swapfile prevents deletionMark Harmstone1-1/+1
2026-03-13btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone1-1/+1
2026-03-13btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone1-1/+1
2026-03-13btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone1-1/+1
2026-03-13ALSA: hda: cs35l56: Fix signedness error in cs35l56_hda_posture_put()Richard Fitzgerald1-1/+1
2026-03-13ALSA: pci: hda: use snd_kcontrol_chip()Kuninori Morimoto1-6/+6
2026-03-13drm/amdgpu: Fix locking bugs in error pathsBart Van Assche1-5/+7
2026-03-13drm/amdgpu: Replace kzalloc + copy_from_user with memdup_userThorsten Blum1-14/+6
2026-03-13drm/amdgpu: Unlock a mutex before destroying itBart Van Assche1-0/+1