aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski4-9/+45
2024-06-05Merge branch 'tcp-mptcp-close-wait'David S. Miller2-3/+12
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-05KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attrTao Su1-3/+0
2024-06-05Merge tag 'kvmarm-fixes-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini21-73/+391
2024-06-05arm64: armv8_deprecated: Fix warning in isndep cpuhp starting processWei Li1-0/+3
2024-06-05selftests: hsr: add missing config for CONFIG_BRIDGEHangbin Liu1-0/+1
2024-06-05vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann1-4/+4
2024-06-05net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua1-1/+1
2024-06-05ionic: fix kernel panic in XDP_TX actionTaehee Yoo1-0/+1
2024-06-05net: phy: Micrel KSZ8061: fix errata solution not taking effect problemTristram Ha1-1/+41
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-06-05octeontx2-af: Always allocate PF entries from low prioriy zoneSubbaraya Sundeep1-11/+22
2024-06-05efi: Add missing __nocfi annotations to runtime wrappersArd Biesheuvel1-7/+6
2024-06-05Revert "xsk: Document ability to redirect to any socket bound to the same umem"Magnus Karlsson1-19/+14
2024-06-05Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson1-4/+1
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa1-0/+6
2024-06-05tpm: Switch to new Intel CPU model definesTony Luck2-2/+2
2024-06-05tpm_tis: Do *not* flush uninitialized workJan Beulich1-1/+2
2024-06-04Merge tag 'devicetree-fixes-for-6.10-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-76/+92
2024-06-04tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+6
2024-06-04spi: cs42l43: Correct SPI root clock speedCharles Keepax1-1/+1
2024-06-04thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188Julien Panis1-6/+0
2024-06-04Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds11-15/+47
2024-06-04Merge branch 'efi/next' into efi/urgentArd Biesheuvel2-4/+5
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams5-15/+0
2024-06-04drivers: core: synchronize really_probe() and dev_uevent()Dirk Behme1-0/+3
2024-06-04clkdev: don't fail clkdev_alloc() if over-sizedRussell King (Oracle)1-2/+9
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
2024-06-04misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Yongzhi Liu1-2/+4
2024-06-04misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bu...Yongzhi Liu1-0/+3
2024-06-04parport: amiga: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-06-04mei: vsc: Fix wrong invocation of ACPI SID methodHans de Goede1-1/+1
2024-06-04mei: vsc: Don't stop/restart mei device during system suspend/resumeWentong Wu1-24/+15
2024-06-04mei: me: release irq in mei_me_pci_resume error pathTomas Winkler1-1/+3
2024-06-04mei: demote client disconnect warning on suspend to debugAlexander Usyskin1-1/+1
2024-06-04drm/xe/pf: Update the LMTT when freeing VF GT configMichal Wajdeczko1-0/+1
2024-06-04HID: logitech-hidpp: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-04HID: intel-ish-hid: fix endian-conversionArnd Bergmann2-45/+57
2024-06-04HID: nintendo: Fix an error handling path in nintendo_hid_probe()Christophe JAILLET1-2/+4
2024-06-04HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()José Expósito1-1/+3
2024-06-04KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba2-0/+18
2024-06-04KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx formatFuad Tabba6-19/+14
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba5-21/+22
2024-06-04KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba4-5/+93
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba7-0/+124
2024-06-04KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba3-1/+13
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba4-19/+73
2024-06-04KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba2-3/+4