summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-11nfp: flower: avoid rmmod nfp crash issuesYanguo Li6-23/+54
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2-2/+15
2023-10-11net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco1-1/+6
2023-10-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-104/+398
2023-10-11ethtool: Fix mod state of verbose no_mask bitsetKory Maincent1-6/+26
2023-10-11Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski7-50/+33
2023-10-11net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2023-10-11mctp: perform route lookups under a RCU read-side lockJeremy Kerr1-6/+16
2023-10-11net: skbuff: fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-11powerpc/47x: Fix 47x syscall return crashMichael Ellerman1-3/+5
2023-10-11s390/bpf: Fix unwinding past the trampolineIlya Leoshkevich1-3/+14
2023-10-11s390/bpf: Fix clobbering the caller's backchain in the trampolineIlya Leoshkevich1-2/+6
2023-10-10Merge tag 'xsa441-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds1-41/+46
2023-10-10KEYS: trusted: Remove redundant static calls usageSumit Garg1-8/+5
2023-10-10Merge tag 'irq-urgent-2023-10-10-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-145/+385
2023-10-10Merge tag 'hyperv-fixes-signed-20231009' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-46/+253
2023-10-10Merge tag 'v6.6-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+2
2023-10-10Merge tag 'sound-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds22-80/+225
2023-10-10Revert "btrfs: reject unknown mount options early"David Sterba1-4/+0
2023-10-10net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestampWill Mortensen1-1/+2
2023-10-10drm/atomic-helper: relax unregistered connector checkSimon Ser1-4/+13
2023-10-10powerpc/85xx: Fix math emulation exceptionChristophe Leroy1-1/+1
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer2-1/+2
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-10drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP termRuihai Zhou1-3/+1
2023-10-10Merge branch 'add-update_pn-flag'Paolo Abeni5-6/+20
2023-10-10net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)1-2/+2
2023-10-10net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)1-0/+6
2023-10-10octeontx2-pf: mcs: update PN only when update_pn is trueRadu Pirea (NXP OSS)1-4/+9
2023-10-10net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)2-0/+3
2023-10-10scsi: Do not rescan devices with a suspended queueDamien Le Moal1-5/+6
2023-10-10ata: pata_parport: fit3: implement IDE command set registersOndrej Zary1-12/+2
2023-10-10ata: pata_parport: add custom version of wait_after_resetOndrej Zary1-1/+67
2023-10-10ata: pata_parport: implement set_devctlOndrej Zary1-0/+8
2023-10-10ata: pata_parport: fix pata_parport_devchkOndrej Zary1-1/+1
2023-10-10hv/hv_kvp_daemon:Support for keyfile based connection profileShradha Gupta2-37/+235
2023-10-10net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-10-10scsi: ufs: core: Correct clear TM error logPeter Wang1-1/+1
2023-10-10drm/amdgpu: fix SI failure due to doorbells allocationIcenowy Zheng1-0/+4
2023-10-10drm/amdgpu: add missing NULL checkChristian König1-1/+1
2023-10-10drm/amd/display: Don't set dpms_off for seamless bootDaniel Miess1-0/+3
2023-10-10selftests/bpf: Add testcase for async callback return value failureDavid Vernet2-2/+51
2023-10-10bpf: Fix verifier log for async callback return valuesDavid Vernet1-3/+3
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin11-49/+68
2023-10-09drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-09cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-10-09xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner1-0/+10
2023-10-09Merge tag 'irqchip-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner10-123/+329
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel1-4/+9
2023-10-09riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3