aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
14 daysRevert "ACPI: scan: Defer device power initialization"Rafael J. Wysocki2-1/+4
14 daysMerge branch 'guard-against-gso_segs-overflows'Paolo Abeni2-1/+6
14 daysnet: Guard for gso_segs overflow in skb_segmentAlice Mikityanska1-1/+2
14 daysvirtio-net: Ensure that TCP packets don't overflow gso_segsAlice Mikityanska1-0/+4
14 daysdrm/xe: Reject page faults from non-fault-mode scratch VMsArvind Yadav1-1/+1
14 daysdrm/xe/xe_gt_idle: Add CCS to the powergating info printBalasubramani Vivekanandan1-1/+2
14 daysdrm/xe: Do not apply WA 14025883347 to media 3503Daniele Ceraolo Spurio1-1/+1
14 daysnetfilter: conncount: use DEBUG_NET_WARN_ON_ONCE on reaching count limitFernando Fernandez Mancera1-1/+2
14 daysnetfilter: tproxy: use DEBUG_NET_WARN_ON_ONCE for protocol fallbacksFernando Fernandez Mancera2-2/+2
14 daysslip: fix use-after-free in sl_sync()Aleksandr Khromov1-3/+8
14 daysnet: stmmac: selftests: Pass the IP proto mask in the TC selftestMaxime Chevallier1-2/+4
14 daysnet: wangxun: use BIT_ULL() to prevent shift overflow on 32-bit archsJiawen Wu2-2/+2
14 daystcp: fix AO info use-after-free in tcp_ao_connect_init()Qing Ming1-6/+1
14 daysselftests: net: tcp_ao: test VRF-scoped key deletionRastislav Szabo3-26/+51
14 daysnet/tcp: fix TCP-AO key deletion in VRFsRastislav Szabo1-0/+3
14 daysnet: phy: air_en8811h: move LED GPIO configuration to config_initVitaliy Sochnev1-7/+11
14 daysbnxt_en: Write doorbell when linearizing skb failsJoe Damato1-5/+2
14 daysnet/smc: release the internal TCP sock on IPPROTO_SMC socket creation failureYifei Chu1-0/+16
14 daysnet: fix spurious TX timeout after dev_activate()Breno Leitao1-1/+1
14 daysnet: ethernet: sun4i-emac: Fix IRQ error handlingbui duc phuc1-2/+2
14 daysf2fs: support resizable tail section and unify pinned allocationDaeho Jeong7-17/+72
2026-08-26Merge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds19-307/+388
2026-08-27ASoC: amd: acp-config: change quirks to cover all ASUS FA401EA variantsShengyu Qu1-1/+1
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-146/+534
2026-08-26Merge tag 'trace-rv-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-1/+1
2026-08-26Merge tag 'thermal-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds40-287/+1441
2026-08-26Merge tag 'pm-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-67/+90
2026-08-26Merge tag 'acpi-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds12-134/+246
2026-08-26samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modifyHaotian Zhang1-3/+9
2026-08-26samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-modifyHaotian Zhang1-3/+9
2026-08-26Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds277-2582/+29809
2026-08-26Merge tag 'apparmor-pr-2026-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds36-613/+1609
2026-08-26ceph: force a cap message when a deferred revoke can't be acked immediatelyMax Kellermann2-7/+61
2026-08-26libceph: reject buckets with mismatched CRUSH idsJérémy Jean1-0/+2
2026-08-26ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decodeJérémy Jean1-0/+4
2026-08-26ceph: fix leaked inode reference on writeback abort at umountMatthew Brown1-0/+11
2026-08-26libceph: remove ceph_put_page_vector()Tal Zussman3-18/+6
2026-08-26libceph: validate banner payload lengthAleksandr Nogikh1-0/+5
2026-08-26ceph: make nearfull sync writes opt-inAlex Markuze4-3/+22
2026-08-26ceph: do not repeat ceph_trim_dentries() if no progress possibleMax Kellermann1-3/+7
2026-08-26ceph: drop mdsc->mutex before decoding the MDS replyMax Kellermann1-1/+7
2026-08-26ceph: fix UAF in check_new_map() on session freed during unlockXiubo Li1-0/+6
2026-08-26ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlockXiubo Li1-2/+9
2026-08-26ceph: pass inode pointer around instead of reloading itMax Kellermann3-31/+30
2026-08-26ceph: mark cap remove with RB_CLEAR_NODE() instead of setting ci=NULLMax Kellermann2-4/+19
2026-08-26ceph: add helper function ceph_cap_is_removed()Max Kellermann3-6/+18
2026-08-26ceph: make __ceph_remove_cap() staticMax Kellermann2-2/+1
2026-08-26ceph: cap delegated inode count in ceph_parse_deleg_inos()Michael Bommarito3-6/+63
2026-08-26ceph: bound num_export_targets array for mds info v2/v3Michael Bommarito1-1/+6
2026-08-26ceph: bound MDSCapAuth path and fs_name decode in handle_session()Michael Bommarito1-2/+6