summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-13namespace: fix proc mount iterationChristian Brauner1-5/+15
2026-03-13eventpoll: Fix integer overflow in ep_loop_check_proc()Jann Horn1-2/+3
2026-03-13net: arcnet: com20020-pci: fix support for 2.5Mbit cardsEthan Nelson-Moore1-1/+15
2026-03-13ALSA: hda/conexant: Fix headphone jack handling on Acer Swift SF314Takashi Iwai1-0/+10
2026-03-13ALSA: hda/realtek: Add quirk for Samsung Galaxy Book3 Pro 360 (NP965QFG)Lewis Mason1-0/+1
2026-03-13ALSA: hda/realtek: Add quirk for Gigabyte G5 KF5 (2023)Eric Naim1-0/+1
2026-03-13LoongArch: Remove some extern variables in source filesTiezhu Yang3-7/+0
2026-03-13LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang2-0/+19
2026-03-13LoongArch: Remove unnecessary checks for ORC unwinderTiezhu Yang1-11/+5
2026-03-13LoongArch/orc: Use RCU in all users of __module_address().Sebastian Andrzej Siewior1-3/+1
2026-03-13ksmbd: add chann_lock to protect ksmbd_chann_list xarrayNamjae Jeon3-1/+17
2026-03-13ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
2026-03-13hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced ...Gui-Dong Han1-13/+13
2026-03-13ALSA: hda/conexant: Add quirk for HP ZBook Studio G4Takashi Iwai1-0/+1
2026-03-13drm/amd: Fix hang on amdgpu unload by using pci_dev_is_disconnected()Mario Limonciello1-2/+2
2026-03-13usb: cdns3: fix role switching during resumeThomas Richard (TI)1-1/+1
2026-03-13usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()Théo Lebrun1-2/+3
2026-03-13usb: cdns3: remove redundant if branchHongyu Xie1-3/+1
2026-03-13btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10Naohiro Aota1-15/+179
2026-03-13btrfs: define the AUTO_KFREE/AUTO_KVFREE helper macrosMiquel Sabaté Solà1-0/+7
2026-03-13btrfs: zoned: fix stripe width calculationNaohiro Aota1-30/+26
2026-03-13btrfs: zoned: fixup last alloc pointer after extent removal for DUPNaohiro Aota1-0/+14
2026-03-13btrfs: zoned: fixup last alloc pointer after extent removal for RAID1Naohiro Aota1-0/+15
2026-03-13btrfs: zoned: fix alloc_offset calculation for partly conventional block groupsJohannes Thumshirn1-14/+72
2026-03-13btrfs: fix periodic reclaim conditionSun YangKai2-11/+16
2026-03-13btrfs: fix reclaimed bytes accounting after automatic block group reclaimFilipe Manana1-7/+21
2026-03-13btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana1-5/+16
2026-03-13btrfs: drop unused parameter fs_info from do_reclaim_sweep()David Sterba1-3/+2
2026-03-13uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
2026-03-13uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko2-22/+17
2026-03-13drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variabl...Jeongjun Park1-6/+32
2026-03-13drm/exynos/vidi: Remove redundant error handling in vidi_get_modes()Wentao Liang1-3/+0
2026-03-13drm/exynos: vidi: fix to avoid directly dereferencing user pointerJeongjun Park1-4/+18
2026-03-13of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()Harshit Mogalapalli1-12/+3
2026-03-13ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli2-0/+36
2026-03-13ima: kexec: define functions to copy IMA log at soft bootSteven Chen2-0/+50
2026-03-13kexec: define functions to map and unmap segmentsSteven Chen2-0/+60
2026-03-13ima: define and call ima_alloc_kexec_file_buf()Steven Chen1-11/+35
2026-03-13ima: rename variable the seq_file "file" to "ima_kexec_file"Steven Chen1-15/+16
2026-03-13ima: kexec: silence RCU list traversal warningBreno Leitao1-1/+2
2026-03-13clk: tegra: tegra124-emc: fix device leak on set_rate()Johan Hovold1-1/+1
2026-03-13arm64: dts: rockchip: Fix rk3588 PCIe range mappingsShawn Lin2-5/+5
2026-03-13arm64: dts: rockchip: Fix rk356x PCIe range mappingsShawn Lin2-3/+3
2026-03-13iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalabl...Jinhui Guo1-0/+8
2026-03-13Input: synaptics_i2c - guard polling restart in resumeMinseong Kim1-2/+5
2026-03-13Input: synaptics_i2c - replace use of system_wq with system_dfl_wqMarco Crivellari1-4/+4
2026-03-13workqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari2-7/+14
2026-03-13ext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
2026-03-13ext4: implement linear-like traversal across order xarraysBaokun Li1-21/+47
2026-03-13ext4: refactor choose group to scan groupBaokun Li3-174/+131