summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-21HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau1-7/+31
2025-02-21HID: hid-steam: Make sure rumble work is canceled on removalVicki Pfau1-0/+1
2025-02-21ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet1-14/+17
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin2-17/+108
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-02-21net: add dev_net_rcu() helperEric Dumazet2-1/+7
2025-02-21ipv4: use RCU protection in ip_dst_mtu_maybe_forward()Eric Dumazet1-3/+10
2025-02-21ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-21cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar1-4/+5
2025-02-21cpufreq/amd-pstate: convert mutex use to guard()Mario Limonciello1-20/+12
2025-02-21cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...Dhananjay Ugwekar1-13/+4
2025-02-21cpufreq/amd-pstate: Remove the cppc_state check in offline/online functionsDhananjay Ugwekar1-6/+3
2025-02-21cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...Dhananjay Ugwekar1-31/+7
2025-02-21cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar1-0/+1
2025-02-21cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar1-2/+4
2025-02-21rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes1-0/+1
2025-02-21scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowedAvri Altman1-1/+1
2025-02-21scsi: ufs: core: Introduce a new clock_gating lockAvri Altman2-59/+59
2025-02-21scsi: ufs: core: Prepare to introduce a new clock_gating lockAvri Altman1-4/+7
2025-02-21scsi: ufs: core: Introduce ufshcd_has_pending_tasks()Avri Altman1-4/+9
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-02-21net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski3-9/+18
2025-02-21net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2025-02-21net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2025-02-21net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman1-36/+37
2025-02-21include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman1-0/+9
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana1-3/+1
2025-02-21mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()Wentao Liang1-1/+3
2025-02-21cifs: pick channels for individual subrequestsShyam Prasad N2-4/+4
2025-02-21igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang1-0/+1
2025-02-21mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu1-11/+20
2025-02-21arm64: Handle .ARM.attributes section in linker scriptsNathan Chancellor2-0/+2
2025-02-21regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-02-21iommu: Fix potential memory leak in iopf_queue_remove_device()Lu Baolu1-0/+1
2025-02-21regulator: qcom_smd: Add l2, l5 sub-node to mp5496 regulatorVaradarajan Narayanan1-1/+1
2025-02-21sched_ext: Fix incorrect autogroup migration detectionTejun Heo5-22/+10
2025-02-21partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15
2025-02-21gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang1-3/+12
2025-02-21gpiolib: acpi: Add a quirk for Acer Nitro ANV14Mario Limonciello1-0/+14
2025-02-21s390/pci: Fix handling of isolated VFsNiklas Schnelle3-1/+28
2025-02-21s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()Niklas Schnelle1-14/+42