aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever5-18/+133
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton7-4/+42
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton2-1/+77
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton6-13/+47
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton2-28/+46
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton5-21/+52
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton2-1/+3
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton1-46/+7
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton5-34/+71
2026-01-28soc: qcom: smem: fix qcom_smem_is_available and check if __smem is validChristian Marangi1-2/+3
2026-01-28nvme: stop using AWUPFJohn Garry2-10/+7
2026-01-28nvme-pci: DMA unmap the correct regions in nvme_free_sglsRoger Pau Monne1-2/+2
2026-01-28dm mpath: make pg_init_delay_msecs settableBenjamin Marzinski1-1/+1
2026-01-28Revert "dm: fix a race condition in retrieve_deps"Benjamin Marzinski3-31/+9
2026-01-28dm mpath: Add missing dm_put_device when failing to get scsi dh nameBenjamin Marzinski1-10/+10
2026-01-28gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko1-4/+17
2026-01-28iommupt: Only cache flush memory changed by unmapJason Gunthorpe1-1/+10
2026-01-28iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()Nathan Chancellor2-2/+2
2026-01-28PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den13-0/+19
2026-01-28PCI: endpoint: Add BAR subrange mapping supportKoichiro Den3-0/+35
2026-01-28PCI: endpoint: Add dynamic_inbound_mapping EPC featureKoichiro Den1-0/+5
2026-01-28pinctrl: tangier: Join tng_pinctrl_probe() into its wrapperAndy Shevchenko1-13/+6
2026-01-28pinctrl: tangier: Remove duplicate error messagesAndy Shevchenko1-1/+1
2026-01-28pinctrl: lynxpoint: Remove duplicate error messagesAndy Shevchenko1-1/+1
2026-01-28pinctrl: cherryview: Remove duplicate error messagesAndy Shevchenko1-1/+1
2026-01-28pinctrl: baytrail: Remove duplicate error messagesAndy Shevchenko1-1/+1
2026-01-28pinctrl: intel: Remove duplicate error messagesAndy Shevchenko1-1/+1
2026-01-28kselftest/arm64: Raise default number of loops in fp-pidbenchMark Brown1-1/+1
2026-01-28kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbenchMark Brown1-0/+4
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-01-28platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profileKrishna Chomal1-7/+96
2026-01-28platform/x86: classmate-laptop: Add missing NULL pointer checksRafael J. Wysocki1-0/+32
2026-01-28Merge patch series "refactor Rust proc macros with `syn`"Miguel Ojeda11-954/+788
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo2-9/+10
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo2-27/+3
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo1-9/+1
2026-01-28rust: macros: allow arbitrary types to be used in `module!` macroGary Guo1-6/+7
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo2-152/+118
2026-01-28platform: mellanox: mlx-platform: Add support DGX flavor of next-generation 800GB/s ethernet switch.Oleksandr Shamray1-0/+28
2026-01-28platform: mellanox: mlx-platform: Add support for new Nvidia DGX system based on class VMOD0010Oleksandr Shamray1-0/+456
2026-01-28bus: fsl-mc: fix an error handling in fsl_mc_device_add()Haoxiang Li1-5/+1
2026-01-28block: Replace snprintf with strscpy in check_partitionThorsten Blum1-1/+2
2026-01-28xfs: use bounce buffering direct I/O when the device requires stable pagesChristoph Hellwig2-5/+44
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig2-10/+29
2026-01-28iomap: support ioends for direct readsChristoph Hellwig1-0/+8
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig1-4/+4
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig1-8/+9
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig1-23/+19
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig1-52/+59
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig1-7/+6