aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-06ice: make representor code genericMichal Swiatkowski7-76/+121
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski1-1/+85
2024-09-06ice: base subfunction aux driverPiotr Raczynski7-1/+215
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski3-0/+47
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski1-2/+3
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski7-2/+341
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski4-29/+35
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski6-6/+35
2024-09-06md: Add new_level sysfs interfaceXiao Ni1-0/+29
2024-09-06w1: ds2482: Drop explicit initialization of struct i2c_device_id::driver_data...Uwe Kleine-König1-2/+2
2024-09-06Merge tag 'icc-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman16-193/+3151
2024-09-06pm:cpupower: Add error warning when SWIG is not installedJohn B. Wyatt IV1-9/+11
2024-09-06selftests:resctrl: Fix build failure on archs without __cpuid_count()Shuah Khan2-2/+7
2024-09-06PCI/NPEM: Add _DSM PCIe SSD status LED managementMariusz Tkaczyk2-8/+189
2024-09-06affs: Replace one-element array with flexible-array memberThorsten Blum1-1/+2
2024-09-06affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRYThorsten Blum1-2/+0
2024-09-06i3c/master: cmd_v1: Fix the rule for getting i3c modeBilly Tsai1-7/+5
2024-09-06USB: serial: pl2303: add device id for Macrosilicon MS3020Junhao Xie2-0/+5
2024-09-06mtd: powernv: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-09-06mtd: rawnand: mtk: Factorize out the logic cleaning mtk chipsMiquel Raynal1-13/+18
2024-09-06mtd: rawnand: atmel: Add message on DMA usageAlexander Dahl1-1/+4
2024-09-06mtd: rawnand: meson: Fix typo in function nameMiquel Raynal1-3/+3
2024-09-06mtd: spi-nand: macronix: Continuous read supportMiquel Raynal1-29/+86
2024-09-06mtd: spi-nand: macronix: Add a possible bitflip status flagMiquel Raynal1-0/+3
2024-09-06mtd: spi-nand: macronix: Extract the bitflip retrieval logicMiquel Raynal1-17/+20
2024-09-06mtd: spi-nand: macronix: Fix helper nameMiquel Raynal1-25/+24
2024-09-06mtd: spi-nand: Expose spinand_write_reg_op()Miquel Raynal2-1/+2
2024-09-06mtd: spi-nand: Add continuous read supportMiquel Raynal2-8/+184
2024-09-06mtd: spi-nand: Isolate the MTD read logic in a helperMiquel Raynal1-14/+26
2024-09-06mtd: nand: Introduce a block iteratorMiquel Raynal1-0/+74
2024-09-06mtd: nand: Rename the NAND IO iteration helperMiquel Raynal1-8/+8
2024-09-06mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+2
2024-09-06mtd: rawnand: renesas: Use for_each_child_of_node_scoped()Jinjie Ruan1-9/+3
2024-09-06mtd: rawnand: mtk: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+2
2024-09-06mtd: rawnand: meson: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: marvell: drm/rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan1-9/+3
2024-09-06mtd: rawnand: pl353: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: cadence: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: arasan: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: denali: Use the devm_clk_get_enabled() helper functionJinjie Ruan1-25/+4
2024-09-06mtd: rawnand: denali: Fix missing pci_release_regions in probe and removeChen Ridong1-3/+8
2024-09-06ASoC: codecs: Use devm_clk_get_enabled() helpersying zuxin1-13/+1
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior2-2/+3
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior2-12/+3
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith2-4/+15
2024-09-06perf mem: Fix the wrong reference in parse_record_events()Kan Liang1-1/+1
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang4-22/+15
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang4-4/+16