messages from 2026-07-27 17:53:04 to 2026-07-28 16:11:03 UTC [more...]
[PATCH v7 0/7] iio: dac: Add support for AD5529R DAC
2026-07-28 16:10 UTC (9+ messages)
` [PATCH v7 1/7] spi: dt-bindings: Add spi-device-addr peripheral property
` [PATCH v7 2/7] dt-bindings: iio: adc: microchip,mcp3564: Add spi-device-addr
[PATCH v4 net-next 1/1] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
2026-07-28 16:10 UTC
[PATCH] checkpatch: Validate committer sign-off
2026-07-28 16:09 UTC (6+ messages)
[RFC] Plans for zh_TW: prioritize maintainability over coverage
2026-07-28 16:05 UTC (4+ messages)
[PATCH 0/5] hwmon: (pmbus) Add support for MAX20826 and similar devices
2026-07-28 16:03 UTC (6+ messages)
` [PATCH 1/5] hwmon: (pmbus/core) fix regulator enable/disable
` [PATCH 2/5] hwmon: (pmbus/core) increase number of phases and add new mask
` [PATCH 3/5] hwmon: (pmbus/core) Add mapping function to pmbus_read_block_data()
` [PATCH 4/5] dt-bindings: hwmon/pmbus: Document MAX20826 and similar devices
` [PATCH 5/5] hwmon: (pmbus) add support for "
[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
2026-07-28 15:53 UTC (2+ messages)
[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-28 15:53 UTC (16+ messages)
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
[PATCH] docs: hwmon: fix spelling error
2026-07-28 15:49 UTC (3+ messages)
[PATCH v4 0/2] usb: core: Add quirk for 255-byte initial config read
2026-07-28 15:18 UTC (5+ messages)
` [PATCH v4 1/2] usb: core: Add quirk for 255-bytes "
` [PATCH v4 2/2] usb: hub: Split announce_device() to log device identity before enumeration
[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
2026-07-28 15:17 UTC (4+ messages)
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-07-28 15:07 UTC (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-07-28 14:40 UTC (37+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 02/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v7 03/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 06/36] KVM: x86: Drop CPU pinning in get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v7 08/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v7 09/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v7 10/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v7 11/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v7 12/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v7 13/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v7 14/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v7 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v7 16/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 18/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v7 19/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v7 20/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v7 21/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v7 22/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v7 23/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v7 24/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v7 25/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v7 26/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v7 27/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v7 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 29/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v7 30/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 32/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
` [PATCH v7 35/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v7 36/36] KVM: selftests: Add Xen runstate migration test
[PATCH 0/2] docs: make tables responsive with content-aware column widths
2026-07-28 14:37 UTC (4+ messages)
[PATCH] checkpatch: warn about possible missing gitignore coverage in selftests
2026-07-28 14:31 UTC (2+ messages)
[PATCH v4 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
2026-07-28 14:25 UTC (11+ messages)
` [PATCH v4 1/4] dt-bindings: hwmon: (pmbus/max20830): add VOUT feedback resistor properties and complete examples
` [PATCH v4 2/4] hwmon: (pmbus/max20830): add VOUT feedback resistor scaling support
` [PATCH v4 3/4] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
` [PATCH v4 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c
[PATCH v8 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
2026-07-28 14:17 UTC (7+ messages)
` [PATCH v8 1/2] firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device
` [PATCH v8 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver
[PATCH net-next 0/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
2026-07-28 13:56 UTC (3+ messages)
` [PATCH net-next 3/7] dt-bindings: net: xlnx,axi-ethernet: Add 10G/25G (XXV) ethernet
[PATCH] docs: trace: fprobe: fix 'thos' spelling
2026-07-28 13:39 UTC (3+ messages)
[PATCH v2 00/16] docs/zh_TW: localize terminology and sync process/ documents
2026-07-28 13:36 UTC (18+ messages)
` [PATCH v2 01/16] docs/zh_TW: process: localize terminology in 7.AdvancedTopics.rst
` [PATCH v2 02/16] docs/zh_TW: process: localize terminology in 1.Intro.rst
` [PATCH v2 03/16] docs/zh_TW: process: localize terminology in code-of-conduct-interpretation.rst
` [PATCH v2 04/16] docs/zh_TW: process: localize terminology in license-rules.rst
` [PATCH v2 05/16] docs/zh_TW: process: localize terminology in email-clients.rst
` [PATCH v2 06/16] docs/zh_TW: process: localize terminology in programming-language.rst
` [PATCH v2 07/16] docs/zh_TW: process: localize terminology in coding-style.rst
` [PATCH v2 08/16] docs/zh_TW: process: localize terminology in stable-kernel-rules.rst
` [PATCH v2 09/16] docs/zh_TW: process: localize terminology in 5.Posting.rst
` [PATCH v2 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst
` [PATCH v2 11/16] docs/zh_TW: process: localize terminology in howto.rst
` [PATCH v2 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst
` [PATCH v2 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst
` [PATCH v2 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst
` [PATCH v2 15/16] docs/zh_TW: process: localize terminology in index.rst
` [PATCH v2 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations
[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
2026-07-28 13:06 UTC
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-07-28 12:11 UTC (12+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH] arm64: fix cpu-feature-registers Malformed table
2026-07-28 11:26 UTC (2+ messages)
[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
2026-07-28 11:17 UTC (6+ messages)
[PATCH v9 0/4] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-07-28 11:15 UTC (2+ messages)
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-28 9:35 UTC (7+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH] Documentation: fix a few typo and wording issues
2026-07-28 8:16 UTC (4+ messages)
[PATCH] docs: accounting/psi: drop stale 500ms window minimum from trigger docs
2026-07-28 8:10 UTC (3+ messages)
[PATCH v4 net-next 0/7] ptp: Add PHC timestamp quality attributes
2026-07-28 8:10 UTC (7+ messages)
` [PATCH v4 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
[PATCH 1/3] Documentation: netlink: fix spelling in tcp_metrics.yaml
2026-07-28 5:59 UTC (2+ messages)
[PATCH v2 0/3] Documentation: fix a few typo and wording issues
2026-07-28 5:48 UTC (7+ messages)
` [PATCH v2 1/3] Documentation: fix "should be use" grammar in ABI README
` [PATCH v2 2/3] Documentation: fix "readng" typo in EDAC memory-repair ABI doc
` [PATCH v2 3/3] Documentation: fix "thare are" typo in V4L subdev routing doc
[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
2026-07-28 5:34 UTC (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
[RFC PATCH 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
2026-07-28 5:28 UTC (2+ messages)
` [RFC PATCH 09/10] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
[PATCH 1/2] fpga: dfl: fix spelling in sysfs-platform-dfl-port ABI documentation
2026-07-28 5:11 UTC (2+ messages)
[RFC PATCH v2.2 00/17] mm/damon: introduce data access-as-a-data attribute
2026-07-28 4:12 UTC (4+ messages)
` [RFC PATCH v2.2 04/17] Docs/mm/damon/design: document pgidle_unset probe filter type
` [RFC PATCH v2.2 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH v2.2 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
[PATCH v5 0/3] Rework TPS25990 direct conversions and add TPS1689 support
2026-07-28 4:11 UTC (5+ messages)
` [PATCH v5 1/3] hwmon: (pmbus/tps25990): Rework driver for multi-device support
` [PATCH v5 2/3] dt-bindings: hwmon: pmbus/tps25990: Add TPS1689
` [PATCH v5 3/3] hwmon: (pmbus/tps25990): Add TPS1689 support
[PATCH] hwmon: (nzxt-kraken3) Add support for NZXT Kraken 2024 Elite
2026-07-28 3:11 UTC
[PATCH v6 00/36] Cleaning up the KVM clock mess
2026-07-28 2:13 UTC (14+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
[PATCH] Documentation: zram: remove sections numbering
2026-07-28 2:12 UTC
[PATCH v6 00/22] Introduce SCMI Telemetry support
2026-07-28 1:27 UTC (11+ messages)
` [PATCH v6 01/22] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v6 02/22] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v6 05/22] include: trace: Add Telemetry trace events
` [PATCH v6 06/22] firmware: arm_scmi: Add basic Telemetry support
[PATCH v5 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
2026-07-28 1:10 UTC (3+ messages)
` [PATCH v5 3/7] net: wwan: t9xx: Add control DMA interface
[PATCH] Documentation: fix grammar in description of nilfs2 recovery code
2026-07-28 0:54 UTC (3+ messages)
[PATCH v3 0/9] cpufreq/amd-pstate: BIOS min perf fixes and Dynamic EPP rework
2026-07-28 0:47 UTC (2+ messages)
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-28 0:29 UTC (19+ messages)
[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
2026-07-27 23:40 UTC (5+ messages)
[PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
2026-07-27 23:22 UTC (3+ messages)
[PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
2026-07-27 23:11 UTC (3+ messages)
[PATCH v9 00/17] AD9910 Direct Digital Synthesizer
2026-07-27 21:11 UTC (13+ messages)
` [PATCH v9 08/17] iio: core: add hierarchical channel relationships
` [PATCH v9 10/17] iio: frequency: ad9910: initial driver implementation
` [PATCH v9 13/17] iio: frequency: ad9910: add RAM mode support
[PATCH v3] docs: pt_BR: process: Translate the security-bugs.rst
2026-07-27 20:48 UTC
[PATCH net-next V4 0/2] devlink: add generic device max_sfs parameter
2026-07-27 20:42 UTC (3+ messages)
` [PATCH net-next V4 2/2] net/mlx5: implement "
[PATCH] docs/driver-api: infrastructure: add property.h and fwnode.h
2026-07-27 20:29 UTC (2+ messages)
[PATCH RFC] power: sequencing: rename pwrseq_power_on/off() to pwrseq_vote_on/off()
2026-07-27 20:28 UTC (2+ messages)
[PATCH v5 net-next 1/7] ptp: Add ioctls for PHC timestamps with quality attributes
2026-07-27 20:15 UTC (6+ messages)
[PATCH net-next V7 0/4] devlink: Add boot-time eswitch mode defaults
2026-07-27 20:10 UTC (5+ messages)
` [PATCH net-next V7 4/4] devlink: Apply eswitch mode boot defaults
[PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
2026-07-27 20:06 UTC (3+ messages)
[PATCH 0/2] usbcore: Add quirk for 255-byte initial config read
2026-07-27 19:21 UTC (5+ messages)
` [PATCH 1/2] usbcore: Add quirk for 255-bytes "
[PATCH net v3] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
2026-07-27 19:11 UTC (11+ messages)
[PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml
2026-07-27 17:54 UTC (2+ messages)
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-27 17:52 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox