summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-10i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea
2024-09-10i2c: riic: Use temporary variable for struct deviceClaudiu Beznea
2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko
2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko
2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko
2024-09-10i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko
2024-09-10i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko
2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko
2024-09-10i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti
2024-09-10i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam
2024-09-10i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno
2024-09-10i2c: don't use ',' after delimitersWolfram Sang
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang
2024-09-09perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = trueArnaldo Carvalho de Melo
2024-09-09perf trace: Mark which syscall arguments go from user space to kernel spaceArnaldo Carvalho de Melo
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo
2024-09-09mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett
2024-09-09mm: vmscan.c: fix OOM on swap stress testChris Li
2024-09-09ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-09-09ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-09-09ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-09-09ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-09-09clk: rockchip: remove unused mclk_pdm0_p/pdm0_p definitionsArnd Bergmann
2024-09-09clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val()Satya Priya Kakitapalli
2024-09-09ASoC: mt8365: Fix -Werror buildsMark Brown
2024-09-09ASoC: loongson: Simplify code formattingMark Brown
2024-09-09Merge tag 'v6.12-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Boyd
2024-09-09drm/xe: fix build warning with CONFIG_PM=nArnd Bergmann
2024-09-09idpf: enable WB_ON_ITRJoshua Hay
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak
2024-09-09idpf: refactor Tx completion routinesJoshua Hay
2024-09-09netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin
2024-09-09libeth: add Tx buffer completion helpersAlexander Lobakin
2024-09-09regulator: tps6287x: Constify struct regulator_descChristophe JAILLET
2024-09-09regulator: wm8400: Constify struct regulator_descChristophe JAILLET
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-09net/mlx5: Fix bridge mode operations when there are no VFsBenjamin Poirier
2024-09-09net/mlx5: Verify support for scheduling element and TSAR typeCarolina Jubran
2024-09-09net/mlx5: Add missing masks and QoS bit masks for scheduling elementsCarolina Jubran
2024-09-09net/mlx5: Explicitly set scheduling element and TSAR typeCarolina Jubran
2024-09-09net/mlx5e: Add missing link mode to ptys2ext_ethtool_mapShahar Shitrit
2024-09-09net/mlx5e: Add missing link modes to ptys2ethtool_mapShahar Shitrit
2024-09-09net/mlx5: Update the list of the PCI supported devicesMaher Sanalla
2024-09-09ieee802154: Fix build errorJinjie Ruan