Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-02 16:41:42 to 2026-07-03 16:43:19 UTC [more...]

[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

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

[PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model
 2026-07-03 16:11 UTC  (6+ messages)

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

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

[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] mm/mseal: fix mseal documentation for 32-bit kernels
 2026-07-03 15:09 UTC  (6+ messages)

[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)

[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
 2026-07-03 14:15 UTC  (21+ 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 03/17] arm64: entry: arm64: entry: Move DAIF masking for EL1 exit to C code
` [PATCH 04/17] arm64: entry: Add entry-specific helpers
` [PATCH 05/17] arm64: Introduce helpers for restoring standard exception masks
` [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

[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 v6 00/16] AD9910 Direct Digital Synthesizer
 2026-07-03 14:09 UTC  (27+ messages)
` [PATCH v6 01/16] iio: ABI: add attributes for altcurrent channels
` [PATCH v6 03/16] iio: ABI: add parent entry for iio channels
` [PATCH v6 05/16] iio: core: support 64-bit register through debugfs
` [PATCH v6 06/16] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v6 07/16] iio: core: add hierarchical channel relationships
` [PATCH v6 08/16] dt-bindings: iio: frequency: add ad9910
` [PATCH v6 09/16] iio: frequency: ad9910: initial driver implementation
` [PATCH v6 10/16] iio: frequency: ad9910: add basic parallel port support
` [PATCH v6 11/16] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v6 12/16] iio: frequency: ad9910: add RAM mode support

[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)

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-03 11:39 UTC  (21+ 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 

[PATCH v6 00/11] Dynamic PAMT
 2026-07-03  8:26 UTC  (11+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v6 09/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v6 11/11] Documentation/x86: Add documentation for TDX's "

[PATCH] docs: link AI coding assistants and tool-generated content pages
 2026-07-03  8:18 UTC  (8+ messages)

[PATCH] Documentation/kernel-parameters: fix brackets
 2026-07-03  8:08 UTC 

[PATCH v3 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-03  8:08 UTC  (3+ messages)
` [PATCH v3 1/2] firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device
` [PATCH v3 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver

[PATCH v3 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-07-03  8:00 UTC  (4+ messages)
` [PATCH v3 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask

htmldocs: Documentation/ABI/testing/sysfs-driver-input-touchnetix-axiom:63: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-07-03  7:09 UTC 

[PATCH v4 0/2] Delete task_euid()
 2026-07-03  6:57 UTC  (7+ messages)

[PATCH v5 0/2] Delete task_euid()
 2026-07-03  6:57 UTC  (3+ messages)
` [PATCH v5 1/2] rust: task: clarify comments on task UID accessors
` [PATCH v5 2/2] cred: delete task_euid()

[PATCH v2 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-03  6:56 UTC  (3+ messages)
` [PATCH v2 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver

[PATCH] docs: cgroup: Fix bracket
 2026-07-03  6:38 UTC 

[PATCH v2 0/4] dt-bindings: remove redundant .txt redirect stubs
 2026-07-03  5:24 UTC  (8+ messages)
` [PATCH v2 2/4] dt-bindings: media: remove obsolete rc.txt
` [PATCH v2 4/4] dt-bindings: input: remove obsolete matrix-keymap.txt

[PATCH] docs: ABI: sysfs-kernel-slab: mark cpu_partial attributes deprecated
 2026-07-03  5:12 UTC  (4+ messages)

[sailus-media-tree:metadata 40/105] htmldocs: Documentation/userspace-api/media/v4l/subdev-config-model.rst:6: WARNING: duplicate label media_subdev_config_model, other instance in Documentation/userspace-api/media/v4l/dev-subdev.rst
 2026-07-03  2:46 UTC 

[PATCH] docs: printk-index: refresh sample index entries
 2026-07-03  1:50 UTC 

[PATCH v4 0/2] arm64: errata: NVIDIA Olympus device store/load ordering
 2026-07-03  0:51 UTC  (4+ messages)
` [PATCH v4 1/2] arm64: errata: Workaround "

[PATCH 0/3 v3] delaytop: add delay max, timestamp and sorting for top latency analysis
 2026-07-02 23:01 UTC  (6+ messages)
` [PATCH 1/3] delaytop: add delay max for delaytop
` [PATCH 2/3] delaytop: add timestamp of delay max

[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-07-02 22:18 UTC  (3+ messages)
` [PATCH v3 4/5] irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround

[PATCH] sched/topology: Allow EAS without schedutil for artificial Energy Models
 2026-07-02 21:27 UTC  (7+ messages)

[PATCH net-next v6 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-07-02 21:23 UTC  (4+ messages)
` [PATCH net-next v6 12/15] onsemi: s2500: Add driver support for TS2500 MAC-PHY

[RFC PATCH 0/6] cpufreq/amd-pstate: Rework dynamic_epp as an energy_performance_preference mode
 2026-07-02 20:36 UTC  (7+ messages)
` [RFC PATCH 2/6] cpufreq/amd-pstate: Add dynamic EPP as an "energy_performance_preference" mode
` [RFC PATCH 3/6] cpufreq/amd-pstate: Repurpose "amd_dynamic_epp" cmdline and corresponding sysfs

[PATCH] ipe: fix bracket
 2026-07-02 19:22 UTC 

[PATCH v2 0/4] arm64: Fixes and cleanups for cpu-feature-registers.rst
 2026-07-02 19:11 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: Don't number registers in cpu-feature-registers.rst
` [PATCH v2 2/4] arm64: Document missing bitfields "
` [PATCH v2 3/4] arm64: Sort registers "
` [PATCH v2 4/4] arm64: Remove hidden bitfields from cpu-feature-registers.rst

[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-02 19:04 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature
` [PATCH v2 2/3] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
` [PATCH v2 3/3] KVM: arm64: Advertise STALL_SLOT* in PMCEID1 "

[PATCH v5 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-02 18:17 UTC  (5+ messages)
` [PATCH v5 1/3] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v5 2/3] mm/hmm: add hmm_range_fault_unlockable() for mmap lock-drop support
` [PATCH v5 3/3] selftests/mm: add userfaultfd test for HMM unlockable path

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-07-02 17:48 UTC  (11+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC

[PATCH] docs: infiniband: fix bracket
 2026-07-02 17:23 UTC  (2+ messages)

[PATCH v5 00/18] dyndbg: cleanups, refactors in prep for API fix
 2026-07-02 16:41 UTC  (2+ messages)
` [PATCH v5 18/18] dyndbg: change __dynamic_func_call_cls* macros into expressions


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