Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-06-08 11:33:17 to 2026-06-09 09:05:44 UTC [more...]

[PATCH mm-unstable v19 00/14] khugepaged: add mTHP collapse support
 2026-06-09  9:06 UTC  (9+ messages)
` [PATCH mm-unstable v19 11/14] mm/khugepaged: Introduce "

[PATCH v3 0/3] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-06-09  9:04 UTC  (10+ messages)
` [PATCH v3 1/3] PM: core: Rename module parameters prefix to "power"
` [PATCH v3 2/3] PM: dpm_watchdog: Allow disabling DPM watchdog by default
` [PATCH v3 3/3] PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts

[PATCH v2 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format
 2026-06-09  8:59 UTC  (2+ messages)

[PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug
 2026-06-09  8:43 UTC  (3+ messages)

[PATCH iwl-next v8 00/15] Introduce iXD driver
 2026-06-09  8:30 UTC  (22+ messages)
` [PATCH iwl-next v8 01/15] virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'
  ` [Intel-wired-lan] "
` [PATCH iwl-next v8 02/15] libie: add PCI device initialization helpers to libie
` [PATCH iwl-next v8 03/15] libeth: allow to create fill queues without NAPI
  ` [Intel-wired-lan] "
` [PATCH iwl-next v8 04/15] libie: add control queue support
` [PATCH iwl-next v8 05/15] libie: add bookkeeping support for control queue messages
` [PATCH iwl-next v8 06/15] idpf: remove 'vport_params_reqd' field
  ` [Intel-wired-lan] "
` [PATCH iwl-next v8 07/15] idpf: remove unused code for getting RSS info from device
  ` [Intel-wired-lan] "
` [PATCH iwl-next v8 08/15] idpf: refactor idpf to use libie_pci APIs
  ` [Intel-wired-lan] "
` [PATCH iwl-next v8 09/15] idpf: refactor idpf to use libie control queues
` [PATCH iwl-next v8 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH iwl-next v8 11/15] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH iwl-next v8 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH iwl-next v8 13/15] ixd: add reset checks and initialize the mailbox
` [PATCH iwl-next v8 14/15] ixd: add the core initialization
` [PATCH iwl-next v8 15/15] ixd: add devlink support

[PATCH] Docs/damon: add TLB flush policy document
 2026-06-09  8:11 UTC  (3+ messages)

configurable block error injection v3
 2026-06-09  7:47 UTC  (14+ messages)
` [PATCH 1/4] block: add a macro to initialize the status table
` [PATCH 2/4] block: add a "tag" for block status codes
` [PATCH 3/4] block: add a str_to_blk_op helper
` [PATCH 4/4] block: add configurable error injection

[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-09  7:09 UTC  (12+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE

[PATCH v2] docs: Fix minor grammatical error
 2026-06-09  7:06 UTC 

[PATCH v3 0/4] cpufreq: Set policy->min and max as real QoS constraints
 2026-06-09  6:52 UTC  (6+ messages)
` [PATCH v3 3/4] cpufreq: Remove driver default policy->min/max init

[PATCH v3 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-09  6:26 UTC  (17+ messages)
` [PATCH v3 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v3 4/6] alloc_tag: add accuracy based filtering to ioctl
` [PATCH v3 5/6] kselftest: alloc_tag: add kselftest for ioctl interface

[PATCH 1/1] docs: Fix minor grammatical error
 2026-06-09  6:15 UTC  (4+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-09  6:08 UTC  (8+ messages)

[PATCH iproute2-next 0/7] devlink: add per-port resource support
 2026-06-09  5:39 UTC  (8+ messages)
` [PATCH iproute2-next 1/7] devlink: Split dpipe tables output to a separate function
` [PATCH iproute2-next 2/7] devlink: Move dpipe tables query to resources show callback
` [PATCH iproute2-next 3/7] devlink: fix memory leak in resource_ctx_fini
` [PATCH iproute2-next 4/7] devlink: add dump support for resource show
` [PATCH iproute2-next 5/7] devlink: show port resources in resource dump
` [PATCH iproute2-next 6/7] devlink: add per-port resource show support
` [PATCH iproute2-next 7/7] devlink: add scope filter to resource show

[PATCH v4 00/11] Add spi-hid transport driver
 2026-06-09  4:41 UTC  (12+ messages)
` [PATCH v4 01/11] Documentation: Correction in HID output_report callback description
` [PATCH v4 02/11] HID: Add BUS_SPI support and define HID_SPI_DEVICE macro
` [PATCH v4 03/11] HID: spi-hid: add transport driver skeleton for HID over SPI bus
` [PATCH v4 04/11] HID: spi-hid: add spi-hid driver HID layer
` [PATCH v4 05/11] HID: spi-hid: add HID SPI protocol implementation
` [PATCH v4 06/11] HID: spi_hid: add spi_hid traces
` [PATCH v4 07/11] HID: spi_hid: add ACPI support for SPI over HID
` [PATCH v4 08/11] HID: spi_hid: add device tree "
` [PATCH v4 09/11] dt-bindings: input: Document hid-over-spi DT schema
` [PATCH v4 10/11] HID: spi-hid: add power management implementation
` [PATCH v4 11/11] HID: spi-hid: add panel follower support

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-09  4:19 UTC  (33+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
` [PATCH v3 2/4] mm/zswap: Implement proactive writeback

[PATCH v2] platform/x86: thinkpad_acpi: Add USB-C Security (USCS) support
 2026-06-09  4:14 UTC 

[PATCH] Documentation: KVM: Synchronize x86 VM types
 2026-06-09  3:53 UTC  (2+ messages)

[RFC PATCH 0/7] tracing/probes: Add more typecast features
 2026-06-09  1:42 UTC  (9+ messages)
` [RFC PATCH 1/7] tracing/probes: Support typecast for various probe events
` [RFC PATCH 2/7] tracing/probes: Support nested typecast
` [RFC PATCH 3/7] tracing/probes: Support field specifier option for typecast
` [RFC PATCH 4/7] tracing/probes: Add $current variable support
` [RFC PATCH 5/7] tracing/probes: Add +CPU() and +PCPU() dereference method to fetcharg
` [RFC PATCH 6/7] tracing/probes: Support reserved this_cpu_ptr() method
` [RFC PATCH 7/7] tracing/probes: Add a new testcase for BTF typecasts

[RFC v1 0/9] kho: granular compatibility and header decoupling
 2026-06-09  1:14 UTC  (12+ messages)
` [RFC v1 1/9] kho: split out radix tree tracker into kho_radix.c

[PATCH RFC v4 0/6] iio: add Open Sensor Fusion IIO driver
 2026-06-08 23:27 UTC  (3+ messages)

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-06-08 22:24 UTC  (4+ messages)
` [PATCH v5 "

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-08 21:56 UTC  (27+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v5 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-06-08 20:52 UTC  (14+ messages)
` [PATCH v5 04/21] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v5 05/21] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v5 07/21] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v5 08/21] nfsd: use RCU to protect fi_deleg_file
` [PATCH v5 09/21] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v5 10/21] nfsd: add notification handlers for dir events

[PATCH v16 00/14] ADF41513/ADF41510 PLL frequency synthesizers
 2026-06-08 20:32 UTC  (3+ messages)
` [PATCH v16 08/14] iio: core: add decimal value formatting into 64-bit value

[PATCH net-next V5 00/12] devlink: add per-port resource support
 2026-06-08 20:30 UTC  (2+ messages)

[PATCH v16 00/10] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-08 19:00 UTC  (3+ messages)

[PATCH v2 0/5] watchdog: improve comments & Documentation
 2026-06-08 18:53 UTC  (2+ messages)

[PATCH v2] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-06-08 17:03 UTC  (2+ messages)

[PATCH v4 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-06-08 16:37 UTC  (4+ messages)
` [PATCH v4 03/21] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis

[PATCH v2 0/3] hwmon: ina238: add samples and update_interval_us support
 2026-06-08 16:34 UTC  (5+ messages)
` [PATCH v2 1/3] hwmon: ina238: add support for samples and update_interval
` [PATCH v2 2/3] hwmon: Add update_interval_us chip attribute
` [PATCH v2 3/3] hwmon: ina238: add update_interval_us attribute

[PATCH v7 00/12] ima: Exporting and deleting IMA measurement records from kernel memory
 2026-06-08 16:22 UTC  (3+ messages)

[PATCH RFC 0/4] printk: nbcon: deprecate boot_delay in favour of printk_delay
 2026-06-08 15:26 UTC  (9+ messages)
` [PATCH RFC 1/4] printk: remove BOOT_PRINTK_DELAY config option
` [PATCH RFC 2/4] printk: deprecate boot_delay in favour of printk_delay
` [PATCH RFC 3/4] printk: nbcon: move printk_delay to console emiting code
` [PATCH RFC 4/4] Documentation/kernel-parameters: add/update printk_delay/boot_delay

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-08 14:48 UTC  (35+ messages)
` [PATCH v5 01/34] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v5 02/34] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v5 03/34] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v5 05/34] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v5 06/34] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v5 07/34] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v5 08/34] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v5 09/34] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v5 10/34] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v5 11/34] KVM: x86: Restructure get_kvmclock()
` [PATCH v5 12/34] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v5 13/34] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v5 14/34] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v5 15/34] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v5 16/34] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v5 17/34] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v5 18/34] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v5 19/34] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v5 20/34] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v5 21/34] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v5 22/34] KVM: selftests: Add master clock offset test
` [PATCH v5 23/34] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v5 24/34] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v5 25/34] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v5 26/34] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v5 27/34] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v5 28/34] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v5 29/34] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v5 30/34] KVM: selftests: Add Xen runstate migration test
` [PATCH v5 31/34] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v5 32/34] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v5 33/34] KVM: x86: Replace pvclock_gtod_data vclock_mode with boolean
` [PATCH v5 34/34] KVM: x86: Remove pvclock_gtod_data and private timekeeping code

[PATCH v2] cpufreq: Documentation: fix freq_step description
 2026-06-08 13:34 UTC  (3+ messages)

[PATCH net-next v08 0/5] net: hinic3: PF initialization
 2026-06-08 12:36 UTC  (6+ messages)
` [PATCH net-next v08 1/5] hinic3: Add ethtool queue ops
` [PATCH net-next v08 2/5] hinic3: Add ethtool statistic ops
` [PATCH net-next v08 3/5] hinic3: Add ethtool coalesce ops
` [PATCH net-next v08 4/5] hinic3: Add ethtool rss ops
` [PATCH net-next v08 5/5] hinic3: Remove unneeded coalesce parameters

[PATCH v2] hwmon: (asus-ec-sensors) add ROG MAXIMUS Z790 EXTREME
 2026-06-08 12:33 UTC  (2+ messages)

[PATCH 0/2] docs/zh: update DAMON usage sysfs documentation
 2026-06-08 12:29 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] docs/zh_CN: update DAMON usage Chinese translation

[PATCH] ata: pata_legacy: remove documentation for removed module parameters
 2026-06-08 11:43 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox