summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton
2026-01-28soc: qcom: smem: fix qcom_smem_is_available and check if __smem is validChristian Marangi
2026-01-28nvme: stop using AWUPFJohn Garry
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne
2026-01-28dm mpath: make pg_init_delay_msecs settableBenjamin Marzinski
2026-01-28Revert "dm: fix a race condition in retrieve_deps"Benjamin Marzinski
2026-01-28dm mpath: Add missing dm_put_device when failing to get scsi dh nameBenjamin Marzinski
2026-01-28gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko
2026-01-28iommupt: Only cache flush memory changed by unmapJason Gunthorpe
2026-01-28iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()Nathan Chancellor
2026-01-28PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den
2026-01-28PCI: endpoint: Add BAR subrange mapping supportKoichiro Den
2026-01-28PCI: endpoint: Add dynamic_inbound_mapping EPC featureKoichiro Den
2026-01-28pinctrl: tangier: Join tng_pinctrl_probe() into its wrapperAndy Shevchenko
2026-01-28pinctrl: tangier: Remove duplicate error messagesAndy Shevchenko
2026-01-28pinctrl: lynxpoint: Remove duplicate error messagesAndy Shevchenko
2026-01-28pinctrl: cherryview: Remove duplicate error messagesAndy Shevchenko
2026-01-28pinctrl: baytrail: Remove duplicate error messagesAndy Shevchenko
2026-01-28pinctrl: intel: Remove duplicate error messagesAndy Shevchenko
2026-01-28kselftest/arm64: Raise default number of loops in fp-pidbenchMark Brown
2026-01-28kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbenchMark Brown
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior
2026-01-28platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profileKrishna Chomal
2026-01-28platform/x86: classmate-laptop: Add missing NULL pointer checksRafael J. Wysocki
2026-01-28Merge patch series "refactor Rust proc macros with `syn`"Miguel Ojeda
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo
2026-01-28rust: macros: allow arbitrary types to be used in `module!` macroGary Guo
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo
2026-01-28platform: mellanox: mlx-platform: Add support DGX flavor of next-generation 8...Oleksandr Shamray
2026-01-28platform: mellanox: mlx-platform: Add support for new Nvidia DGX system based...Oleksandr Shamray
2026-01-28bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li
2026-01-28block: Replace snprintf with strscpy in check_partitionThorsten Blum
2026-01-28xfs: use bounce buffering direct I/O when the device requires stable pagesChristoph Hellwig
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig
2026-01-28iomap: support ioends for direct readsChristoph Hellwig
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig
2026-01-28block: add helpers to bounce buffer an iov_iter into biosChristoph Hellwig
2026-01-28block: remove bio_release_pageChristoph Hellwig
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig