summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-13net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen1-1/+5
2023-04-13net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli1-2/+4
2023-04-13gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole1-1/+1
2023-04-13gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole1-3/+0
2023-04-13platform/x86: think-lmi: Clean up display of current_value on ThinkstationMark Pearson1-3/+6
2023-04-13platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI stringsMark Pearson1-3/+4
2023-04-13platform/x86: think-lmi: Fix memory leak when showing current settingsArmin Wolf1-2/+4
2023-04-13ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6
2023-04-13net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran1-6/+9
2023-04-13drm/i915/huc: Cancel HuC delayed load timer on reset.Daniele Ceraolo Spurio2-6/+8
2023-04-13sctp: check send stream number after wait_for_sndbufXin Long1-0/+4
2023-04-13net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau1-0/+4
2023-04-13net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bitGustav Ekelund3-1/+22
2023-04-13net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski1-1/+18
2023-04-13ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablementTakashi Iwai1-0/+11
2023-04-13icmp: guard against too small mtuEric Dumazet1-0/+5
2023-04-13nfsd: call op_release, even when op_func returns an errorJeff Layton2-6/+6
2023-04-13NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever1-1/+3
2023-04-13wifi: brcmfmac: Fix SDIO suspend/resume regressionHans de Goede2-10/+28
2023-04-13l2tp: generate correct module alias stringsAndrea Righi2-8/+8
2023-04-13net: stmmac: remove redundant fixup to support fixed-link modeMichael Sit Wei Hong1-1/+0
2023-04-13net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong1-1/+3
2023-04-13net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong2-0/+20
2023-04-13net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan1-0/+2
2023-04-13wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-04-13wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee1-1/+1
2023-04-13KVM: s390: pv: fix external interruption loop not always detectedNico Boehr1-8/+24
2023-04-13ASoC: codecs: lpass: fix the order or clks turn off during suspendSrinivas Kandagatla3-6/+6
2023-04-13pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+8
2023-04-13pwm: sprd: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: cros-ec: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13ASoC: SOF: ipc4: Ensure DSP is in D0I0 during sof_ipc4_set_get_data()Ranjani Sridharan1-0/+8
2023-04-13Drivers: vmbus: Check for channel allocation before looking up relidsMohammed Gamal1-0/+4
2023-04-13gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2023-04-13drm/i915: Add a .color_post_update() hookVille Syrjälä3-0/+17
2023-04-13drm/i915: Move the DSB setup/cleaup into the color codeVille Syrjälä4-15/+30
2023-04-13dm: fix improper splitting for abnormal biosMike Snitzer1-3/+4
2023-04-13dm: change "unsigned" to "unsigned int"Heinz Mauelshagen82-1016/+1016
2023-04-13dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong1-7/+0
2023-04-13dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber1-3/+37
2023-04-06Linux 6.2.10v6.2.10Greg Kroah-Hartman1-1/+1
2023-04-06Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*"Sasha Levin1-1/+7
2023-04-06x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich1-1/+1
2023-04-06hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-04-06drm/amdkfd: Get prange->offset after svm_range_vram_node_newXiaogang Chen1-7/+9
2023-04-06libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2-27/+25
2023-04-06selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2-1/+164
2023-04-06libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko3-65/+164