messages from 2026-07-28 14:17:15 to 2026-07-28 17:05:26 UTC [more...]
[PATCH v7 0/7] iio: dac: Add support for AD5529R DAC
2026-07-28 17:06 UTC (11+ 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 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-28 17:04 UTC (11+ messages)
[PATCH 0/5] hwmon: (pmbus) Add support for MAX20826 and similar devices
2026-07-28 16:58 UTC (7+ 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 v2 0/3] Documentation: fix a few typo and wording issues
2026-07-28 16:55 UTC (6+ messages)
` [PATCH v2 1/3] Documentation: fix "should be use" grammar in ABI README
[PATCH v9 0/4] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-07-28 16:48 UTC (3+ messages)
[PATCH] checkpatch: Validate committer sign-off
2026-07-28 16:32 UTC (7+ messages)
[PATCH 00/15] drm/drm_simple: remove drm_simple_encoder_init
2026-07-28 16:21 UTC (3+ messages)
` [PATCH 12/15] drm/arm/komeda: remove dependency on DRM simple helpers
[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
[RFC] Plans for zh_TW: prioritize maintainability over coverage
2026-07-28 16:05 UTC (4+ messages)
[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 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
2026-07-28 15:17 UTC (3+ 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 (7+ messages)
` [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 (3+ messages)
` [PATCH v8 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver
page: | 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