aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-08-19KVM: arm64: vgic: Prevent speculative SPI array underflowSascha Bischoff1-2/+3
2026-08-19KVM: arm64: vgic: Free gic_kvm_info on initialization failureSascha Bischoff1-1/+3
2026-08-19KVM: arm64: Avoid mismatched accesses to 'struct kvm_nvhe_init_params'Will Deacon3-6/+7
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds114-1837/+4145
2026-08-19PCI: vmd: Add Nova Lake (NVL) and Dunlow (DNL) Device IDsSzymon Durawa1-0/+4
2026-08-19Merge tag 'devicetree-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds152-734/+1695
2026-08-19PCI: tegra264: Add Tegra264 supportThierry Reding4-3/+479
2026-08-19Merge tag 'media/v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds351-4601/+14578
2026-08-19dt-bindings: PCI: tegra264: Switch to PCIe Root Port bindingsThierry Reding1-8/+32
2026-08-19dt-bindings: PCI: tegra264: Strictly distinguish C0 from C1-C5Thierry Reding1-25/+50
2026-08-19Merge tag 'sound-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds628-10056/+20504
2026-08-19Merge tag 'hid-for-linus-2026081901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds92-1940/+7084
2026-08-19Merge tag 'hwmon-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds92-656/+6577
2026-08-19Merge tag 'watchdog-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds39-115/+1303
2026-08-19Merge tag 'spi-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds98-980/+3486
2026-08-19Merge tag 'regulator-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds92-463/+1621
2026-08-19Merge tag 'regmap-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds6-27/+43
2026-08-19Merge tag 'pmdomain-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds29-68/+1340
2026-08-19Merge tag 'i2c-7.3-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linuxLinus Torvalds24-336/+963
2026-08-19rtc: st-lpc: get IRQ via platform_get_irq()Rosen Penev1-6/+3
2026-08-19rtc: mv: remove mv_rtc_removeAlexandre Belloni1-17/+2
2026-08-19rtc: mv: fix potential race conditionAlexandre Belloni1-16/+6
2026-08-19rtc: ab-eoz9: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-19rtc: brcmstb-waketimer: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-19Merge tag 'gpio-updates-for-v7.3-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds115-297/+2363
2026-08-19Merge tag 'pwrseq-updates-for-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+10
2026-08-19Merge tag 'pwm/for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linuxLinus Torvalds62-184/+232
2026-08-19Merge tag 'input-for-v7.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds45-762/+1901
2026-08-19rtc: s32g: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-19Merge tag 'chrome-platform-firmware-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds2-8/+37
2026-08-19rtc: zynqmp: Return optional clock lookup errorsPengpeng Hou1-4/+3
2026-08-19rtc: ds1343: replace symbolic permissions with octalJack Lee1-2/+2
2026-08-19smb/client: fix nlink of an overwritten open fileChenXiaoSong1-5/+6
2026-08-19cifs: remove dead size-update blocks in cifs_setattr_unix/nounixFrank Sorenson1-14/+0
2026-08-19cifs: remove redundant size-update block in cifs_remap_file_range()Frank Sorenson1-5/+1
2026-08-19cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_rwsemFrank Sorenson3-11/+23
2026-08-19cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNCFrank Sorenson1-0/+1
2026-08-19smb: client: clear ce->tgthint in free_tgts()Fredric Cover1-0/+2
2026-08-19smb: client: harden DFS cache against invalid target hintsFredric Cover1-7/+24
2026-08-19smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensionsJiangshan Yi1-5/+24
2026-08-19smb: client: set replay flag on the read send-error retry pathChristopher Lusk1-0/+1
2026-08-19smb: client: fix request buffer leak in smb2_new_read_req()Christopher Lusk1-4/+12
2026-08-19smb/client: return EOPNOTSUPP for unsupported O_TMPFILEChenXiaoSong1-0/+2
2026-08-19Merge tag 'chrome-platform-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds16-39/+67
2026-08-19rtc: spacemit: handle regmap_test_bits() error returnSurendra Singh Chouhan1-2/+3
2026-08-19ASoC: tas2783: prepare the port again on the resume pathMark Brown2-1/+36
2026-08-19ASoC: tas2783-sdw: power the Function up before preparing the portAndrey Golovko1-0/+20
2026-08-19ASoC: sdw_utils: prepare the stream again when resumingAndrey Golovko1-1/+16
2026-08-19drm/amd/display: validate plane degamma LUT size for private color propHarry Wentland1-0/+7
2026-08-19drm/amd/display: avoid divide-by-zero in __is_lut_linear()Harry Wentland1-0/+6