summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-08gpio: bd72720: handle missing regmapMatti Vaittinen1-0/+2
2026-04-08Input: uinput - fix circular locking dependency with ff-coreMikhail Gavrilov1-7/+21
2026-04-08Merge branch 'seg6-fix-dst_cache-sharing-in-seg6-lwtunnel'Jakub Kicinski3-11/+221
2026-04-08selftests: seg6: add test for dst_cache isolation in seg6 lwtunnelAndrea Mayer2-0/+198
2026-04-08seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer1-11/+23
2026-04-08selftests: net: bridge_vlan_mcast: wait for h1 before querier checkDaniel Golle1-0/+1
2026-04-08net: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski1-1/+1
2026-04-08net: stmmac: dwmac-motorcomm: fix eFUSE MAC address read failureJohan Alvarado1-0/+8
2026-04-08net: sfp: add quirks for Hisense and HSGQ GPON ONT SFP modulesJohn Pavlick1-0/+16
2026-04-07drm/xe: Fix bug in idledly unit conversionVinay Belgaumkar1-2/+1
2026-04-07Merge tag 'ata-7.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds1-0/+14
2026-04-07Merge tag 'hyperv-fixes-signed-20260406' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-8/+29
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/s...Linus Torvalds8-6/+82
2026-04-07MAINTAINERS: Update AMD SPI driver maintainersRaju Rangoju1-0/+1
2026-04-07KVM: s390: vsie: Fix races with partial gmap invalidationsClaudio Imbrenda3-4/+9
2026-04-07regulator: bd71828-regulator.c: Fix LDON-HEAD modeMatti Vaittinen1-1/+1
2026-04-07tick/nohz: Fix inverted return value in check_tick_dependency() fast pathJosh Snyder1-1/+1
2026-04-07net/tls: fix use-after-free in -EBUSY error path of tls_do_encryptionMuhammad Alifa Ramdhan1-0/+10
2026-04-07Revert "ALSA: hda/realtek: Add quirk for Gigabyte Technology to fix headphone"Takashi Iwai1-9/+0
2026-04-07MAINTAINERS, mailmap: Change Ulf Hansson's emailUlf Hansson2-7/+9
2026-04-07ASoC: Intel: avs: Fix memory leak in avs_register_i2s_test_boards()Cezary Rojewski1-3/+6
2026-04-07spi: zynq-qspi: Simplify clock handling with devm_clk_get_enabled()Pei Xiao1-36/+6
2026-04-07usb: typec: ucsi: skip connector validation before initNathan Rebello1-1/+2
2026-04-07net: rfkill: prevent unlimited numbers of rfkill events from being createdGreg Kroah-Hartman1-11/+24
2026-04-07wifi: rt2x00usb: fix devres lifetimeJohan Hovold1-1/+1
2026-04-07wifi: brcmfmac: validate bsscfg indices in IF eventsPengpeng Hou1-0/+5
2026-04-07wifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-04-07pinctrl: mcp23s08: Disable all pin interrupts during probeFrancesco Lavra1-0/+9
2026-04-07net: af_key: zero aligned sockaddr tail in PF_KEY exportsZhengchuan Liang1-18/+34
2026-04-07xfrm_user: fix info leak in build_report()Greg Kroah-Hartman1-0/+1
2026-04-07xfrm_user: fix info leak in build_mapping()Greg Kroah-Hartman1-0/+1
2026-04-07xfrm: fix refcount leak in xfrm_migrate_policy_findKotlyarov Mihail1-3/+0
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang3-6/+22
2026-04-07xfrm: Wait for RCU readers during policy netns exitSteffen Klassert1-0/+2
2026-04-07drm/i915/psr: Do not use pipe_src as borders for SU areaJouni Högander1-11/+19
2026-04-07ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585Arthur Husband1-0/+14
2026-04-07perf/x86/intel/uncore: Remove extra double quote markZide Chen1-24/+24
2026-04-07perf/x86/intel/uncore: Fix die ID init and look up bugsZide Chen2-7/+7
2026-04-07perf/x86/intel/uncore: Skip discovery table for offline diesZide Chen1-1/+1
2026-04-07perf/x86/intel/uncore: Fix iounmap() leak on global_init failureZide Chen1-5/+10
2026-04-07Merge tag 'intel-pinctrl-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2-10/+27
2026-04-07net/mlx5: Update the list of the PCI supported devicesMichael Guralnik1-0/+1
2026-04-07net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
2026-04-07vsock/test: fix send_buf()/recv_buf() EINTR handlingStefano Garzarella1-2/+6
2026-04-07Merge branch 'xsk-tailroom-reservation-and-mtu-validation'Jakub Kicinski10-38/+150
2026-04-07selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski1-2/+4
2026-04-07selftests: bpf: have a separate variable for drop testMaciej Fijalkowski1-1/+3
2026-04-07selftests: bpf: fix pkt grow testsMaciej Fijalkowski1-3/+21
2026-04-07selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski4-24/+66
2026-04-07xsk: validate MTU against usable frame size on bindMaciej Fijalkowski1-3/+25