summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee-0/+80
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee-7/+34
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee-2/+2
2026-04-02accel: ethosu: Add hardware dependency hintJean Delvare-0/+1
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko-17/+44
2026-04-02perf test: Skip perf data type profiling tests for s390Thomas Richter-0/+4
2026-04-02perf tools: prevent null dsos from being addedAnubhav Shelat-0/+3
2026-04-02perf test: Fix ratio_to_prev event parsing testThomas Falcon-21/+28
2026-04-02perf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever-2/+6
2026-04-02perf trace: Skip unnecessary synthesis for summary-only modeNamhyung Kim-1/+5
2026-04-02perf stat: Fix crash on arm64Breno Leitao-9/+17
2026-04-02arm64: mm: Remove pmd_sect() and pud_sect()Ryan Roberts-16/+21
2026-04-02arm64: mm: Handle invalid large leaf mappings correctlyRyan Roberts-59/+48
2026-04-02arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts-14/+42
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini-1/+5
2026-04-02accel/ivpu: Trigger recovery on TDR with OS schedulingKarol Wachowski-0/+6
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min-12/+19
2026-04-02drm/amd/display: Wire up dcn10_dio_construct() for all pre-DCN401 generationsIonut Nechita-0/+699
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti-1/+2
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds-32/+134
2026-04-02ata: libata-transport: remove static variable ata_scsi_transport_templateHeiner Kallweit-9/+4
2026-04-02ata: libata-transport: split struct ata_internalHeiner Kallweit-28/+25
2026-04-02ata: libata-transport: use static struct ata_transport_internal to simplify m...Heiner Kallweit-21/+23
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi-7/+11
2026-04-02fuse: clean up device cloningMiklos Szeredi-24/+15
2026-04-02ata: libata-transport: inline ata_attach|release_transportHeiner Kallweit-28/+11
2026-04-02ata: libata-transport: instantiate struct ata_internal staticallyHeiner Kallweit-42/+28
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi-27/+34
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi-18/+50
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi-66/+57
2026-04-02fuse: check connection state on notificationMiklos Szeredi-0/+7
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi-11/+8
2026-04-02Merge branch 'net-stmmac-tso-fixes-cleanups'Jakub Kicinski-67/+150
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)-3/+3
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)-0/+14
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)-1/+3
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)-7/+13
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)-7/+14
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)-12/+19
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)-19/+19
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)-13/+10
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)-1/+8
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)-1/+16
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)-5/+15
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)-4/+28
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)-8/+2
2026-04-02net: stmmac: fix channel TSO enable on resumeRussell King (Oracle)-1/+1
2026-04-02ntfs3: fix memory leak in indx_create_allocate()Deepanshu Kartikey-0/+1
2026-04-02ata: libata-eh: Do not retry reset if the device is goneIgor Pylypiv-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1985/+5159