aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas1-0/+12
2022-08-18spi: amd: Setup all xfers before opcode executionCristian Ciocaltea1-46/+47
2022-08-18regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter1-19/+33
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea1-0/+8
2022-08-18ASoC: SOF: ipc4-topology: fix wrong use of sizeof in sof_ipc4_widget_setup_comp_src()Yang Yingliang1-1/+1
2022-08-18Devm helpers for regulator get and enableMark Brown2-0/+191
2022-08-18x86/microcode: Document the whole late loading problemAshok Raj2-9/+113
2022-08-18blk-mq: run queue no matter whether the request is the last requestYufen Yu1-1/+1
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai2-21/+0
2022-08-18x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta4-19/+56
2022-08-18io_uring/net: use right helpers for async_dataPavel Begunkov1-2/+2
2022-08-18regulator: Add devm helpers for get and enableMatti Vaittinen2-0/+191
2022-08-18x86/clear_user: Make it fasterBorislav Petkov5-43/+188
2022-08-18drm/i915/dsi: use VBT backlight and CABC port definitions directlyJani Nikula4-17/+8
2022-08-18drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display 11+Jani Nikula1-4/+6
2022-08-18drm/i915/dsi: filter invalid backlight and CABC portsJani Nikula2-0/+14
2022-08-18thunderbolt: Check router generation before connecting xHCIMika Westerberg1-1/+5
2022-08-18thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg1-1/+1
2022-08-18ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski1-21/+20
2022-08-18ALSA: hda: Remove codec init and exit routinesCezary Rojewski3-58/+0
2022-08-18ALSA: hda: Always free codec on the device releaseCezary Rojewski1-7/+1
2022-08-18ASoC: Intel: Drop hdac_ext usage for codec device creationCezary Rojewski6-51/+36
2022-08-18ASoC: SOF: Intel: Introduce HDA codec init and exit routinesCezary Rojewski1-0/+30
2022-08-18ASoC: Intel: Skylake: Introduce HDA codec init and exit routinesCezary Rojewski1-0/+29
2022-08-18Merge branch 'for-linus' into for-nextTakashi Iwai17-79/+133
2022-08-18fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch1-6/+8
2022-08-18ARM: dts: aspeed: bletchley: Remove hdc1080 nodePotin Lai1-5/+0
2022-08-18ARM: dts: aspeed: bletchley: Add USB debug card IPMB nodePotin Lai1-0/+8
2022-08-18ARM: dts: aspeed: ast2600-evb: Update I2C devicesJoel Stanley1-5/+16
2022-08-18memory: brcmstb_memc: Add Broadcom STB memory controller driverFlorian Fainelli3-0/+311
2022-08-18Documentation: sysfs: Document Broadcom STB memc sysfs knobsFlorian Fainelli1-0/+15
2022-08-18dt-bindings: memory-controller: Document Broadcom STB MEMCFlorian Fainelli2-9/+54
2022-08-17net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_runLorenzo Bianconi1-1/+1
2022-08-17net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky1-8/+17
2022-08-17Merge branch 'fixes-for-ocelot-driver-statistics'Jakub Kicinski7-378/+1581
2022-08-17net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelot->statsVladimir Oltean1-27/+26
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean6-289/+540
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean5-306/+1243
2022-08-17net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean1-0/+4
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean3-9/+8
2022-08-17net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean1-1/+1
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean5-30/+42
2022-08-17net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean1-1/+2
2022-08-17net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean1-2/+5
2022-08-17net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov1-1/+1
2022-08-17cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya4-36/+24
2022-08-18interconnect: imx: Make imx_icc_unregister() return voidUwe Kleine-König6-8/+14
2022-08-17stmmac: intel: remove unused 'has_crossts' flagWong Vee Khee2-2/+0
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski61-372/+986
2022-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski9-254/+383