aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-10watchdog: iTCO_wdt: Convert comma to semicolonChen Ni1-2/+2
2024-09-10watchdog: Add Watchdog Timer driver for RZ/V2H(P)Lad Prabhakar3-0/+282
2024-09-10dt-bindings: watchdog: renesas,wdt: Document RZ/V2H(P) SoCLad Prabhakar1-1/+16
2024-09-10watchdog: imx_sc_wdt: detect if already runningAlexander Sverdlin1-0/+22
2024-09-10watchdog: imx2_wdt: Remove __maybe_unused notationsFabio Estevam1-5/+5
2024-09-10watchdog: imx_sc_wdt: Don't disable WDT in suspendJonas Blixt1-24/+0
2024-09-10watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_featureFrank Li1-12/+9
2024-09-10Merge branch 'net-lan966x-use-the-newly-introduced-fdma-library'Paolo Abeni4-305/+164
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon1-10/+4
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon1-31/+11
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon2-18/+4
2024-09-10net: lan966x: use library helper for freeing tx buffersDaniel Machon1-6/+1
2024-09-10net: lan966x: use FDMA library for adding DCB's in the tx pathDaniel Machon1-32/+30
2024-09-10net: lan966x: use the FDMA library for allocation of tx buffersDaniel Machon2-57/+34
2024-09-10net: lan966x: use library helper for freeing rx buffersDaniel Machon1-14/+2
2024-09-10net: lan966x: use FDMA library for adding DCB's in the rx pathDaniel Machon1-49/+5
2024-09-10net: lan966x: use the FDMA library for allocation of rx buffersDaniel Machon2-76/+55
2024-09-10net: lan966x: replace a few variables with new equivalent onesDaniel Machon2-69/+81
2024-09-10net: lan966x: use FDMA library symbolsDaniel Machon2-9/+2
2024-09-10net: lan966x: select FDMA libraryDaniel Machon1-0/+1
2024-09-10i2c: keba: Add KEBA I2C controller supportGerhard Engleder3-0/+610
2024-09-10Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki13-67/+45
2024-09-10ALSA: hda/realtek: Refactor and simplify Samsung Galaxy Book initJoshua Grisham2-317/+144
2024-09-10ALSA: hda/realtek: Enable mic on Vaio VJFH52Edson Juliano Drosdeck1-0/+12
2024-09-10Merge branch 'for-linus' into for-nextTakashi Iwai24-91/+130
2024-09-10xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross1-26/+26
2024-09-10xen: move checks for e820 conflicts further upJuergen Gross1-22/+22
2024-09-10xen: introduce generic helper checking for memory map conflictsJuergen Gross3-11/+31
2024-09-10xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-09-10sched/debug: Fix the runnable tasks outputHuang Shijie1-8/+23
2024-09-10sched: Fix sched_delayed vs sched_corePeter Zijlstra1-0/+6
2024-09-10kernel/sched: Fix util_est accounting for DELAY_DEQUEUEDietmar Eggemann1-7/+9
2024-09-10kthread: Fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-09-10sched/pelt: Use rq_clock_task() for hw_pressureChen Yu1-1/+2
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot2-101/+99
2024-09-10sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()Peter Zijlstra1-19/+26
2024-09-10erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo1-19/+9
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu1-59/+52
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu1-8/+2
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang2-2/+5
2024-09-10erofs: support compressed inodes for fileioGao Xiang4-20/+43
2024-09-10erofs: support unencoded inodes for fileioGao Xiang6-51/+248
2024-09-10erofs: add file-backed mount supportGao Xiang5-44/+100
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-33/+38
2024-09-10drm/i915/guc: prevent a possible int overflow in wq offsetsNikita Zhandarovich1-2/+2
2024-09-10vdpa/mlx5: Add the support of set mac addressCindy Lu1-0/+28
2024-09-10vdpa_sim_net: Add the support of set mac addressCindy Lu1-1/+20
2024-09-10vdpa: support set mac address from vdpa toolCindy Lu3-0/+89
2024-09-10tools/virtio:Fix the wrong format specifierZhu Jun1-1/+1
2024-09-10virtio_balloon: introduce memory scan/reclaim infozhenwei pi2-2/+19