aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge remote-tracking branches 'ras/edac-misc' and 'ras/edac-drivers' into edac-updatesBorislav Petkov (AMD)5-99/+123
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini27-501/+956
2026-04-13HID: core: clamp report_size in s32ton() to avoid undefined shiftGreg Kroah-Hartman1-0/+3
2026-04-13drm/i915: Walk crtcs in pipe orderVille Syrjälä6-52/+64
2026-04-13drm/i915/joiner: Make joiner "nomodeset" state copy independent of pipe orderVille Syrjälä1-15/+5
2026-04-12hte: tegra194: Add Tegra264 GTE supportSuneel Garapati1-5/+128
2026-04-12dt-bindings: timestamp: Add Tegra264 supportSuneel Garapati1-0/+14
2026-04-13ALSA: hda/realtek: Add quirk for HP Spectre x360 14-easongxiebing1-0/+1
2026-04-13ALSA: caiaq: take a reference on the USB device in create_card()Berk Cem Goksel1-2/+2
2026-04-13Merge branch 'for-next' into for-linusTakashi Iwai88-687/+2333
2026-04-12mailbox: mailbox-test: free channels on probe errorWolfram Sang1-3/+12
2026-04-12mailbox: prefix new constants with MBOX_Wolfram Sang7-19/+19
2026-04-12smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher1-1/+20
2026-04-12smb: smbdirect: introduce smbdirect_socket.logging infrastructureStefan Metzmacher1-0/+127
2026-04-12smb: smbdirect: let smbdirect.h include #include <linux/types.h>Stefan Metzmacher1-0/+2
2026-04-12smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list()Stefan Metzmacher1-1/+7
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()Stefan Metzmacher1-0/+8
2026-04-12ksmbd: fix use-after-free from async crypto on Qualcomm crypto engineJoshua Klinesmith1-5/+6
2026-04-12ksmbd: fix mechToken leak when SPNEGO decode fails after token allocGreg Kroah-Hartman2-1/+2
2026-04-12ksmbd: require 3 sub-authorities before reading sub_auth[2]Greg Kroah-Hartman1-1/+2
2026-04-12ksmbd: validate EaNameLength in smb2_get_ea()Greg Kroah-Hartman1-0/+5
2026-04-12ksmbd: Remove unnecessary selection of CRYPTO_ECBEric Biggers3-7/+0
2026-04-12ksmbd: validate owner of durable handle on reconnectNamjae Jeon6-16/+102
2026-04-12ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavengerNamjae Jeon1-11/+30
2026-04-12ksmbd: ipc: use kzalloc_flex and __counted_byRosen Penev1-3/+2
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong5-25/+18
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong4-25/+17
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong2-307/+315
2026-04-12Merge branch 'bpf-fix-short-ipv4-ipv6-handling-in-test_run_skb'Alexei Starovoitov3-11/+56
2026-04-12selftests/bpf: cover short IPv4/IPv6 inputs with adjust_roomSun Jian2-3/+44
2026-04-12bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skbSun Jian1-8/+12
2026-04-12Merge branch 'net-fix-skb_ext-build_bug_on-failures-with-gcov'Jakub Kicinski1-4/+2
2026-04-12net: add noinline __init __no_profile to skb_extensions_init() for GCOV compatibilityKonstantin Khorenko1-1/+1
2026-04-12net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
2026-04-12Merge branch 'ipa-v5-2-support'Jakub Kicinski9-1/+465
2026-04-12net: ipa: add IPA v5.2 configuration dataLuca Weiss8-1/+464
2026-04-12dt-bindings: net: qcom,ipa: add Milos compatibleLuca Weiss1-0/+1
2026-04-12net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle3-1/+52
2026-04-12pppox: convert pppox_sk() to use container_of()Qingfang Deng1-1/+1
2026-04-12pppox: remove sk_pppox() helperQingfang Deng3-13/+8
2026-04-13rtc: abx80x: Disable alarm feature if no interrupt attachedAnthony Pighin (Nokia)1-0/+2
2026-04-12selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcgAlexei Starovoitov1-4/+3
2026-04-12Merge branch 'mlx5-misc-fixes-2026-04-09'Jakub Kicinski2-8/+12
2026-04-12net/mlx5e: IPsec, fix ASO poll timeout with read_poll_timeout_atomic()Gal Pressman1-8/+4
2026-04-12net/mlx5e: Fix features not applied during netdev registrationGal Pressman1-0/+8
2026-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski6-11/+18
2026-04-12vsock: fix buffer size clamping orderNorbert Szetei1-3/+3
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski18-68/+81
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet7-34/+29
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet3-7/+13