summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-21tpm: tpm_tis: stop transmit if retries are exhaustedJacqueline Wong1-1/+6
2026-04-21tpm: tpm_tis: add error logging for data transferJacqueline Wong1-0/+4
2026-04-21tpm: avoid -Wunused-but-set-variableArnd Bergmann1-2/+7
2026-04-21tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()Gunnar Kudrjavets1-1/+1
2026-04-21tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()Gunnar Kudrjavets1-1/+4
2026-04-21tpm: Fix auth session leak in tpm2_get_random() error pathGunnar Kudrjavets1-4/+2
2026-04-21tpm: i2c: atmel: fix block comment formattingEthan Luna1-11/+23
2026-04-21tpm_crb: Convert ACPI driver to a platform oneRafael J. Wysocki1-19/+16
2026-04-21tpm: Make tcpci_pm_ops variable static constKrzysztof Kozlowski1-1/+1
2026-04-21kgdb: update outdated references to kgdb_wait()Kexin Sun4-9/+11
2026-04-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds179-3464/+24821
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds101-821/+4075
2026-04-21Merge tag 'v7.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds9-39/+76
2026-04-21tracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)1-17/+65
2026-04-21tracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)1-47/+45
2026-04-21spi: Fix the error description in the `ptp_sts_word_post` commentDewei Meng1-1/+1
2026-04-21tracing/fprobe: Remove fprobe from hash in failure pathMasami Hiramatsu (Google)1-43/+47
2026-04-21tracing/fprobe: Unregister fprobe even if memory allocation failsMasami Hiramatsu (Google)1-10/+15
2026-04-21tracing/fprobe: Reject registration of a registered fprobe before initMasami Hiramatsu (Google)1-11/+10
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-47/+140
2026-04-21arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt numberJun Yan1-1/+2
2026-04-21arm64: dts: amlogic: meson-axg: Add missing cache information to cpu0Anand Moon1-0/+6
2026-04-21arm64: dts: amlogic: t7: khadas-vim4: fix board model nameNick Xie1-1/+1
2026-04-21arm64: dts: amlogic: Fix GIC register ranges for Amlogic T7Ronald Claveau1-1/+3
2026-04-21arm64: dts: amlogic: t7: khadas-vim4: fix memory layout for 8GB RAMNick Xie1-1/+3
2026-04-21arm64: dts: amlogic: s6: Drop CPU masks from GICv3 PPI interruptsGeert Uytterhoeven1-5/+5
2026-04-21net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
2026-04-21net: airoha: Fix PPE cpu port configuration for GDM2 loopback pathLorenzo Bianconi3-6/+11
2026-04-21ipmi: Check event message buffer response for bad dataCorey Minyard1-1/+7
2026-04-21Merge branch 'net-sleepable-ndo_set_rx_mode'Paolo Abeni25-140/+992
2026-04-21selftests: net: use ip commands instead of teamd in team rx_mode testStanislav Fomichev2-16/+3
2026-04-21selftests: net: add team_bridge_macvlan rx_mode testStanislav Fomichev2-0/+45
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev2-1/+7
2026-04-21netkit: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-2/+4
2026-04-21dummy: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-2/+4
2026-04-21netdevsim: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-3/+5
2026-04-21iavf: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-5/+11
2026-04-21bnxt: use snapshot in bnxt_cfg_rx_modeStanislav Fomichev1-14/+15
2026-04-21bnxt: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-14/+17
2026-04-21mlx5: convert to ndo_set_rx_mode_asyncStanislav Fomichev3-16/+34
2026-04-21fbnic: convert to ndo_set_rx_mode_asyncStanislav Fomichev4-11/+19
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev3-34/+68
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev4-39/+97
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev8-43/+249
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev4-3/+477
2026-04-21netfilter: nf_tables: add hook transactions for device deletionsPablo Neira Ayuso2-60/+217
2026-04-21netfilter: nf_tables: join hook list via splice_list_rcu() in commit phasePablo Neira Ayuso1-4/+4
2026-04-21rculist: add list_splice_rcu() for private listsPablo Neira Ayuso1-0/+29
2026-04-21netfilter: nf_tables: use list_del_rcu for netlink hooksFlorian Westphal1-26/+18
2026-04-21netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23