index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-28
nfsd: cancel async COPY operations when admin revokes filesystem state
Chuck Lever
5
-18
/
+133
2026-01-28
nfsd: add controls to set the minimum number of threads per pool
Jeff Layton
7
-4
/
+42
2026-01-28
nfsd: adjust number of running nfsd threads based on activity
Jeff Layton
2
-1
/
+77
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
6
-13
/
+47
2026-01-28
sunrpc: split new thread creation into a separate function
Jeff Layton
2
-28
/
+46
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
5
-21
/
+52
2026-01-28
sunrpc: track the max number of requested threads in a pool
Jeff Layton
2
-1
/
+3
2026-01-28
sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()
Jeff Layton
1
-46
/
+7
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
5
-34
/
+71
2026-01-28
soc: qcom: smem: fix qcom_smem_is_available and check if __smem is valid
Christian Marangi
1
-2
/
+3
2026-01-28
nvme: stop using AWUPF
John Garry
2
-10
/
+7
2026-01-28
nvme-pci: DMA unmap the correct regions in nvme_free_sgls
Roger Pau Monne
1
-2
/
+2
2026-01-28
dm mpath: make pg_init_delay_msecs settable
Benjamin Marzinski
1
-1
/
+1
2026-01-28
Revert "dm: fix a race condition in retrieve_deps"
Benjamin Marzinski
3
-31
/
+9
2026-01-28
dm mpath: Add missing dm_put_device when failing to get scsi dh name
Benjamin Marzinski
1
-10
/
+10
2026-01-28
gpiolib: acpi: Fix potential out-of-boundary left shift
Andy Shevchenko
1
-4
/
+17
2026-01-28
iommupt: Only cache flush memory changed by unmap
Jason Gunthorpe
1
-1
/
+10
2026-01-28
iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()
Nathan Chancellor
2
-2
/
+2
2026-01-28
PCI: dwc: Advertise dynamic inbound mapping support
Koichiro Den
13
-0
/
+19
2026-01-28
PCI: endpoint: Add BAR subrange mapping support
Koichiro Den
3
-0
/
+35
2026-01-28
PCI: endpoint: Add dynamic_inbound_mapping EPC feature
Koichiro Den
1
-0
/
+5
2026-01-28
pinctrl: tangier: Join tng_pinctrl_probe() into its wrapper
Andy Shevchenko
1
-13
/
+6
2026-01-28
pinctrl: tangier: Remove duplicate error messages
Andy Shevchenko
1
-1
/
+1
2026-01-28
pinctrl: lynxpoint: Remove duplicate error messages
Andy Shevchenko
1
-1
/
+1
2026-01-28
pinctrl: cherryview: Remove duplicate error messages
Andy Shevchenko
1
-1
/
+1
2026-01-28
pinctrl: baytrail: Remove duplicate error messages
Andy Shevchenko
1
-1
/
+1
2026-01-28
pinctrl: intel: Remove duplicate error messages
Andy Shevchenko
1
-1
/
+1
2026-01-28
kselftest/arm64: Raise default number of loops in fp-pidbench
Mark Brown
1
-1
/
+1
2026-01-28
kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbench
Mark Brown
1
-0
/
+4
2026-01-28
perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREAD
Sebastian Andrzej Siewior
1
-1
/
+1
2026-01-28
platform/x86: hp-wmi: Add EC offsets to read Victus S thermal profile
Krishna Chomal
1
-7
/
+96
2026-01-28
platform/x86: classmate-laptop: Add missing NULL pointer checks
Rafael J. Wysocki
1
-0
/
+32
2026-01-28
Merge patch series "refactor Rust proc macros with `syn`"
Miguel Ojeda
11
-954
/
+788
2026-01-28
rust: macros: support `#[cfg]` properly in `#[vtable]` macro.
Gary Guo
2
-9
/
+10
2026-01-28
rust: kunit: use `pin_init::zeroed` instead of custom null value
Gary Guo
2
-27
/
+3
2026-01-28
rust: macros: rearrange `#[doc(hidden)]` in `module!` macro
Gary Guo
1
-9
/
+1
2026-01-28
rust: macros: allow arbitrary types to be used in `module!` macro
Gary Guo
1
-6
/
+7
2026-01-28
rust: macros: convert `#[kunit_tests]` macro to use `syn`
Gary Guo
2
-152
/
+118
2026-01-28
platform: mellanox: mlx-platform: Add support DGX flavor of next-generation 800GB/s ethernet switch.
Oleksandr Shamray
1
-0
/
+28
2026-01-28
platform: mellanox: mlx-platform: Add support for new Nvidia DGX system based on class VMOD0010
Oleksandr Shamray
1
-0
/
+456
2026-01-28
bus: fsl-mc: fix an error handling in fsl_mc_device_add()
Haoxiang Li
1
-5
/
+1
2026-01-28
block: Replace snprintf with strscpy in check_partition
Thorsten Blum
1
-1
/
+2
2026-01-28
xfs: use bounce buffering direct I/O when the device requires stable pages
Christoph Hellwig
2
-5
/
+44
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
2
-10
/
+29
2026-01-28
iomap: support ioends for direct reads
Christoph Hellwig
1
-0
/
+8
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
1
-4
/
+4
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
1
-8
/
+9
2026-01-28
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
Christoph Hellwig
1
-23
/
+19
2026-01-28
iomap: split out the per-bio logic from iomap_dio_bio_iter
Christoph Hellwig
1
-52
/
+59
2026-01-28
iomap: simplify iomap_dio_bio_iter
Christoph Hellwig
1
-7
/
+6
[prev]
[next]