summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-10jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra
2024-09-10iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang
2024-09-10iommu/vt-d: Clean up cpumask and hotplug for perfmonKan Liang
2024-09-10perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang
2024-09-10io_uring: port to struct kmem_cache_argsChristian Brauner
2024-09-10slab: make __kmem_cache_create() static inlineChristian Brauner
2024-09-10slab: make kmem_cache_create_usercopy() static inlineChristian Brauner
2024-09-10slab: remove kmem_cache_create_rcu()Christian Brauner
2024-09-10file: port to struct kmem_cache_argsChristian Brauner
2024-09-10slab: create kmem_cache_create() compatibility layerChristian Brauner
2024-09-10slab: port KMEM_CACHE_USERCOPY() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: port KMEM_CACHE() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner
2024-09-10slab: pull kmem_cache_open() into do_kmem_cache_create()Christian Brauner
2024-09-10slab: pass struct kmem_cache_args to create_cache()Christian Brauner
2024-09-10slab: port kmem_cache_create_usercopy() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: port kmem_cache_create_rcu() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: port kmem_cache_create() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: add struct kmem_cache_argsChristian Brauner
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner
2024-09-10Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...Vlastimil Babka
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-09-10iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig
2024-09-10iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig
2024-09-10drivers: watchdog: marvell_gti: Convert comma to semicolonChen Ni
2024-09-10watchdog: iTCO_wdt: Convert comma to semicolonChen Ni
2024-09-10watchdog: Add Watchdog Timer driver for RZ/V2H(P)Lad Prabhakar
2024-09-10dt-bindings: watchdog: renesas,wdt: Document RZ/V2H(P) SoCLad Prabhakar
2024-09-10watchdog: imx_sc_wdt: detect if already runningAlexander Sverdlin
2024-09-10watchdog: imx2_wdt: Remove __maybe_unused notationsFabio Estevam
2024-09-10watchdog: imx_sc_wdt: Don't disable WDT in suspendJonas Blixt
2024-09-10watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_featureFrank Li
2024-09-10Merge branch 'net-lan966x-use-the-newly-introduced-fdma-library'Paolo Abeni
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon
2024-09-10net: lan966x: use library helper for freeing tx buffersDaniel Machon
2024-09-10net: lan966x: use FDMA library for adding DCB's in the tx pathDaniel Machon
2024-09-10net: lan966x: use the FDMA library for allocation of tx buffersDaniel Machon
2024-09-10net: lan966x: use library helper for freeing rx buffersDaniel Machon
2024-09-10net: lan966x: use FDMA library for adding DCB's in the rx pathDaniel Machon
2024-09-10net: lan966x: use the FDMA library for allocation of rx buffersDaniel Machon