Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-03 10:02:39 to 2026-07-04 23:38:47 UTC [more...]

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-04 23:38 UTC  (3+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
 2026-07-04 22:55 UTC  (12+ messages)
` [PATCH v6 12/16] iio: frequency: ad9910: add RAM mode support
` [PATCH v6 13/16] iio: frequency: ad9910: add output shift keying support
` [PATCH v6 15/16] iio: ABI: add docs for ad9910 sysfs entries
` [PATCH v6 16/16] docs: iio: add documentation for ad9910 driver

[PATCH RESEND] drm/vkms: Remove completed task from Plane Features
 2026-07-04 22:30 UTC 

[PATCH v20 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-04 22:07 UTC  (3+ messages)
` [PATCH v20 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v20 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH v2] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
 2026-07-04 22:02 UTC  (2+ messages)

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-04 17:23 UTC  (12+ messages)

[PATCH v3] kconfig: Support conditional deps using "depends on X if Y"
 2026-07-04 16:18 UTC  (4+ messages)

[PATCH v2 0/2] syscall_user_dispatch: add build/runtime configs
 2026-07-04 15:29 UTC  (5+ messages)
` [PATCH v2 1/2] syscall_user_dispatch: Make it configurable in Kconfig
` [PATCH v2 2/2] syscall_user_dispatch: add kernel.syscall_user_dispatch sysctl

[PATCH 01/10] docs/zh_CN: add LSM/index Chinese translation
 2026-07-04 15:20 UTC 

[PATCH] Documentation/arch/x86/amd-memory-encryption.rst: Fix typo
 2026-07-04 12:55 UTC 

[PATCH net] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-04 12:52 UTC  (4+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-04  9:31 UTC  (3+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH 0/2] hwmon: Add support for MPS mpq82d00
 2026-07-04  8:19 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add "
  ` [PATCH 2/2] hwmon: add MPQ82D00 driver

[PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model
 2026-07-04  4:38 UTC  (8+ messages)

[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
 2026-07-04  0:39 UTC  (6+ messages)

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

[PATCH v6 00/23] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-03 21:11 UTC  (10+ messages)
` [PATCH v6 12/23] virt: Introduce steal monitor driver
` [PATCH v6 16/23] virt/steal_monitor: Compute work at regular intervals
` [PATCH v6 17/23] virt/steal_monitor: Provide default method to get systemwide steal time
` [PATCH v6 18/23] virt/steal_monitor: Provide default method to inc/dec preferred CPUs

[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
 2026-07-03 20:37 UTC  (5+ messages)
` [PATCH v1 1/2] 1/2] ACPI: bus: Eliminate struct acpi_driver
` [PATCH v1 2/2] ACPI: scan: Set power.no_pm for all struct acpi_device objects

[PATCH 1/2] kernel/entry: add CONFIG_SYSCALL_USER_DISPATCH to compile SUD out
 2026-07-03 19:06 UTC  (8+ messages)
` [PATCH 2/2] kernel/entry: add kernel.syscall_user_dispatch sysctl

[PATCH ipsec 0/8] xfrm: state: exact mark/mask match for control-plane SA lookups
 2026-07-03 18:53 UTC  (9+ messages)
` [PATCH ipsec 1/8] xfrm: state: exact mark/mask match for SPI-keyed "
` [PATCH ipsec 2/8] xfrm: state: exact mark/mask match for by-address "
` [PATCH ipsec 3/8] selftests: net: xfrm_state: add mark shadowing tests for state lookups
` [PATCH ipsec 4/8] xfrm: fix use-after-free of migrated state in xfrm_do_migrate_state()
` [PATCH ipsec 5/8] xfrm: fix hw offload state leak on xfrm_do_migrate_state() error path
` [PATCH ipsec 6/8] xfrm: include mark in MIGRATE_STATE SA collision check
` [PATCH ipsec 7/8] xfrm: pass extack through to xfrm_init_replay() from xfrm_init_state()
` [PATCH ipsec 8/8] docs: xfrm: include mark in XFRM_MSG_MIGRATE_STATE EEXIST tuple

[PATCH] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
 2026-07-03 18:39 UTC  (2+ messages)

[PATCH net-next V4 0/6] evlink: Add boot-time eswitch mode defaults
 2026-07-03 18:32 UTC  (10+ messages)
` [PATCH net-next V4 4/6] devlink: Apply eswitch mode boot defaults

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-03 18:26 UTC  (25+ messages)

[PATCH] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
 2026-07-03 18:05 UTC 

[PATCH 0/2] mm/kmemleak: add min_unref_scans to suppress transient false positives
 2026-07-03 17:11 UTC  (8+ messages)
` [PATCH 2/2] selftests/mm: test kmemleak's N-consecutive-scan leak confirmation

[PATCH v2 0/7] docs: pt_BR: process: translation updates and additions
 2026-07-03 17:05 UTC  (8+ messages)
` [PATCH v2 1/7] docs: pt_BR: process: Translate the patch followthrough guide
` [PATCH v2 2/7] docs: pt_BR: process: translate 7.AdvancedTopics and 8.Conclusion
` [PATCH v2 3/7] docs: pt_BR: Add translation for applying-patches and update index
` [PATCH v2 4/7] docs: pt_BR: translate backporting.rst documentation
` [PATCH v2 5/7] docs: pt_BR: process: translate botching-up-ioctls guide
` [PATCH v2 6/7] docs: pt_BR: process: translate contribution maturity model
` [PATCH v2 7/7] docs: pt_BR: translate process/adding-syscalls.rst

[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
 2026-07-03 16:44 UTC  (19+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask
` [PATCH 06/17] arm64/booting: Document boot requirements for FEAT_NMI
` [PATCH 07/17] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH 08/17] arm64/hyp-stub: Enable access to ALLINT
` [PATCH 09/17] arm64/idreg: Add an override for FEAT_NMI
` [PATCH 10/17] arm64/cpufeature: Detect PE support "
` [PATCH 11/17] KVM: arm64: Hide FEAT_NMI from guests
` [PATCH 12/17] arm64/nmi: Manage masking for superpriority interrupts along with DAIF
` [PATCH 13/17] arm64/entry: Don't call preempt_schedule_irq() with NMIs masked
` [PATCH 14/17] arm64/irq: Document handling of FEAT_NMI in irqflags.h
` [PATCH 15/17] arm64/nmi: Add handling of superpriority interrupts as NMIs
` [PATCH 16/17] arm64/nmi: Add Kconfig for NMI
` [PATCH 17/17] irqchip/gic-v3: Implement FEAT_GICv3_NMI support

[PATCH v8 00/15] userfaultfd: working set tracking for VM guest memory
 2026-07-03 16:43 UTC  (17+ messages)
` [PATCH v8 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v8 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v8 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v8 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v8 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v8 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v8 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v8 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v8 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v8 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v8 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v8 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v8 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v8 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v8 15/15] Documentation/userfaultfd: document RWP working set tracking
` Addressing Sashiko AI review

[krzk-w1:w1-next 2/3] htmldocs: Warning: Documentation/w1/masters/omap-hdq.rst references a file that doesn't exist: Documentation/devicetree/bindings/w1/omap-hdq.txt
 2026-07-03 15:26 UTC 

[PATCH v5 0/3] iio: dac: Add support for AD5529R DAC
 2026-07-03 15:02 UTC  (5+ messages)
` [PATCH v5 2/3] dt-bindings: iio: dac: Add AD5529R

[PATCH v2 0/4] printk: nbcon: deprecate boot_delay in favour of printk_delay
 2026-07-03 14:56 UTC  (4+ messages)
` [PATCH v2 3/4] printk: nbcon: move printk_delay to console emiting code

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-07-03 14:54 UTC  (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers

[PATCH v4 0/5] Add OneXPlayer Configuration HID Driver
 2026-07-03 14:25 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 43/44] htmldocs: Documentation/accounting/delay-accounting.rst:237: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-07-03 14:14 UTC 

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-07-03 13:18 UTC  (10+ messages)

[PATCH v5 00/23] Introduce SCMI Telemetry support
 2026-07-03 12:36 UTC  (24+ messages)
` [PATCH v5 01/23] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v5 02/23] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v5 03/23] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v5 04/23] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v5 05/23] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v5 06/23] include: trace: Add Telemetry trace events
` [PATCH v5 07/23] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v5 08/23] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v5 09/23] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v5 10/23] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v5 11/23] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v5 12/23] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v5 13/23] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v5 14/23] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v5 15/23] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v5 16/23] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v5 17/23] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v5 18/23] firmware: arm_scmi: Expose per-instance identifier
` [PATCH v5 19/23] uapi: Add ARM SCMI Telemetry definitions
` [PATCH v5 20/23] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v5 21/23] docs: ioctl-number: Add SCMI Ioctls
` [PATCH v5 22/23] Documentation: Add SCMI System Telemetry documentation
` [PATCH v5 23/23] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH] sched/Documentation: fix code
 2026-07-03 11:51 UTC 

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-03 11:58 UTC  (3+ messages)

[PATCH] docs: arm64: Document that text_offset is always 0
 2026-07-03 11:39 UTC  (4+ messages)

htmldocs: Documentation/gpu/nova/core/tlv.rst: WARNING: document isn't included in any toctree [toc.not_included]
 2026-07-03 11:12 UTC 


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