linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-12 14:40:25 to 2025-10-14 02:24:45 UTC [more...]

[PATCH v3] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-14  2:24 UTC  (2+ messages)

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-14  1:51 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v4 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v4 3/3] Documentation: kvm: new UAPI for handling SEA

[PATCH][v3] hung_task: Panic after fixed number of hung tasks
 2025-10-14  1:37 UTC  (4+ messages)
` [PATCH v3] "
  ` [外部邮件] "

[PATCH 0/5] kcfi: Prepare for GCC support
 2025-10-14  1:12 UTC  (2+ messages)

[PATCH v8 00/21] Enable FRED with KVM VMX
 2025-10-14  1:09 UTC  (22+ messages)
` [PATCH v8 01/21] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v8 02/21] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v8 03/21] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v8 04/21] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v8 05/21] x86/cea: Export API for per-CPU exception stacks for KVM
` [PATCH v8 06/21] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v8 07/21] KVM: VMX: Set FRED MSR intercepts
` [PATCH v8 08/21] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v8 09/21] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v8 10/21] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v8 11/21] KVM: VMX: Virtualize FRED event_data
` [PATCH v8 12/21] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v8 13/21] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v8 14/21] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v8 15/21] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v8 16/21] KVM: x86: Advertise support for FRED
` [PATCH v8 17/21] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v8 18/21] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
` [PATCH v8 19/21] KVM: nVMX: Add FRED-related VMCS field checks
` [PATCH v8 20/21] KVM: nVMX: Add prerequisites to SHADOW_FIELD_R[OW] macros
` [PATCH v8 21/21] KVM: nVMX: Allow VMX FRED controls

[PATCH net-next 0/6] tools: ynl-gen: generate flags better
 2025-10-14  0:59 UTC  (12+ messages)
` [PATCH net-next 1/6] tools: ynl-gen: bitshift the flag values in the generated code
` [PATCH net-next 2/6] tools: ynl-gen: refactor render-max enum generation
` [PATCH net-next 3/6] tools: ynl-gen: use uapi mask definition in NLA_POLICY_MASK
` [PATCH net-next 4/6] tools: ynl-gen: add generic p_wrap() helper
` [PATCH net-next 5/6] tools: ynl-gen: construct bitflag masks in generated headers
` [PATCH net-next 6/6] tools: ynl-gen: allow custom naming of render-max definitions

[RFC PATCH] mm: net: disable kswapd for high-order network buffer allocation
 2025-10-13 22:46 UTC  (8+ messages)

[PATCH v20 00/28] riscv control-flow integrity for usermode
 2025-10-13 21:56 UTC  (29+ messages)
` [PATCH v20 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v20 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v20 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v20 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v20 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v20 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v20 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v20 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v20 09/28] riscv/mm: write protect and shadow stack
` [PATCH v20 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v20 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v20 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v20 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v20 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v20 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v20 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v20 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v20 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v20 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v20 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v20 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v20 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v20 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v20 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v20 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v20 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v20 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v3 00/11] HID: Implement haptic touchpad support
 2025-10-13 20:59 UTC  (11+ messages)
` [PATCH v3 04/11] HID: haptic: introduce hid_haptic_device

[PATCH 0/7] Add support for AD4062 device family
 2025-10-13 19:50 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: iio: adc: Add adi,ad4062
` [PATCH 2/7] docs: iio: New docs for ad4062 driver
` [PATCH 3/7] iio: adc: Add support for ad4062
` [PATCH 4/7] docs: iio: ad4062: Add IIO Trigger support
` [PATCH 5/7] iio: adc: "
` [PATCH 6/7] docs: iio: ad4062: Add IIO Events support
` [PATCH 7/7] iio: adc: "

[PATCH hyperv-next v7 00/17] Confidential VMBus
 2025-10-13 19:01 UTC  (2+ messages)

[PATCH net-next v4 00/24][pull request] Queue configs and large buffer providers
 2025-10-13 17:54 UTC  (28+ messages)
` [PATCH net-next v4 01/24] net: page_pool: sanitise allocation order
` [PATCH net-next v4 02/24] docs: ethtool: document that rx_buf_len must control payload lengths
` [PATCH net-next v4 03/24] net: ethtool: report max value for rx-buf-len
` [PATCH net-next v4 04/24] net: use zero value to restore rx_buf_len to default
` [PATCH net-next v4 05/24] net: hns3: net: use zero "
` [PATCH net-next v4 06/24] net: clarify the meaning of netdev_config members
` [PATCH net-next v4 07/24] net: add rx_buf_len to netdev config
` [PATCH net-next v4 08/24] eth: bnxt: read the page size from the adapter struct
` [PATCH net-next v4 09/24] eth: bnxt: set page pool page order based on rx_page_size
` [PATCH net-next v4 10/24] eth: bnxt: support setting size of agg buffers via ethtool
` [PATCH net-next v4 11/24] net: move netdev_config manipulation to dedicated helpers
` [PATCH net-next v4 12/24] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v4 13/24] net: allocate per-queue config structs and pass them thru the queue API
` [PATCH net-next v4 14/24] net: pass extack to netdev_rx_queue_restart()
` [PATCH net-next v4 15/24] net: add queue config validation callback
` [PATCH net-next v4 16/24] eth: bnxt: always set the queue mgmt ops
` [PATCH net-next v4 17/24] eth: bnxt: store the rx buf size per queue
` [PATCH net-next v4 18/24] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v4 19/24] netdev: add support for setting rx-buf-len per queue
` [PATCH net-next v4 20/24] net: wipe the setting of deactived queues
` [PATCH net-next v4 21/24] eth: bnxt: use queue op config validate
` [PATCH net-next v4 22/24] eth: bnxt: support per queue configuration of rx-buf-len
` [PATCH net-next v4 23/24] net: let pp memory provider to specify rx buf len
` [PATCH net-next v4 24/24] net: validate driver supports passed qcfg params

[PATCH v16 0/3] leds: add new LED driver for TI LP5812
 2025-10-13 17:35 UTC  (4+ messages)
` [PATCH v16 1/3] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v16 2/3] leds: add basic support for "
` [PATCH v16 3/3] docs: leds: Document TI LP5812 LED driver

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-13 17:03 UTC  (14+ messages)
` [PATCH v4 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 03/13] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v4 net-next 04/13] tcp: disable RFC3168 fallback identifier "
` [PATCH v4 net-next 05/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v4 net-next 06/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v4 net-next 07/13] tcp: move increment of num_retrans
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 09/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v4 net-next 10/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v4 net-next 11/13] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v4 net-next 13/13] tcp: accecn: enable AccECN

[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-10-13 16:40 UTC  (5+ messages)
` [PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag

[PATCH 0/8] Guaranteed CMA
 2025-10-13 15:43 UTC  (4+ messages)
` [PATCH 1/8] mm: implement cleancache

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-13 15:23 UTC  (5+ messages)

[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
 2025-10-13 15:01 UTC  (10+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-10-13 14:30 UTC  (10+ messages)

[PATCH v2 13/20] Documentation/rv: Add documentation about hybrid automata
 2025-10-13 14:14 UTC  (12+ messages)
` [PATCH v2 14/20] rv: Add sample hybrid monitors stall
` [PATCH v2 15/20] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v2 20/20] rv: Add deadline monitors

[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-10-13 13:07 UTC  (16+ messages)
` [PATCH v9 mm-new 03/11] mm: thp: add support for "

[PATCH v3 0/8] Enhanced autonomous selection and improvements
 2025-10-13 12:51 UTC  (7+ messages)
` [PATCH v3 1/8] cpufreq: CPPC: Add generic helpers for sysfs show/store
` [PATCH v3 6/8] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited

[PATCH v2 0/2] can: add Transmitter Delay Compensation (TDC) documentation
 2025-10-13 12:13 UTC  (4+ messages)
` [PATCH v2 1/2] can: remove false statement about 1:1 mapping between DLC and length
` [PATCH v2 2/2] can: add Transmitter Delay Compensation (TDC) documentation

[PATCH v2] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-13 10:30 UTC  (4+ messages)

[PATCH v2 0/3] initrd: remove half of classic initrd support
 2025-10-13 10:29 UTC  (9+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)

[PATCH v2 0/2] Associative arrays documentation formatting cleanups
 2025-10-13  9:56 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation: assoc_array: Indent function explanation text
` [PATCH v2 2/2] Documentation: assoc_array: Format internal tree layout tables

[PATCH 0/2] can: add Transmitter Delay Compensation (TDC) documentation
 2025-10-13  9:41 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
 2025-10-13  9:27 UTC 

[PATCH v4 0/8] Add SPI offload support to AD4030
 2025-10-13  8:58 UTC  (7+ messages)
` [PATCH v4 1/8] pwm: Declare waveform stubs for when PWM is not reachable
` [PATCH v4 7/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224

[PATCH v3] Documentation/x86: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-10-13  8:57 UTC 

[PATCH v8 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-10-13  8:35 UTC  (6+ messages)
` [PATCH v8 1/5] doc: dma-buf: List the heaps by name
` [PATCH v8 2/5] dma-buf: heaps: cma: Register list of CMA regions at boot
` [PATCH v8 3/5] dma: contiguous: Register reusable "
` [PATCH v8 4/5] dma: contiguous: Reserve default CMA heap
` [PATCH v8 5/5] dma-buf: heaps: cma: Create CMA heap for each CMA reserved region

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-10-13  5:53 UTC  (14+ messages)
` [PATCH v2 02/12] KVM: x86: Refactor APIC register mask handling to support extended APIC registers
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-13  5:27 UTC  (18+ messages)
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb

[PATCH v2] docs/zh_CN: Add secrets coco Chinese translation
 2025-10-13  3:35 UTC  (2+ messages)

[PATCH] docs/zh_CN: Add secrets coco Chinese translation
 2025-10-13  2:43 UTC  (3+ messages)

[PATCH net] doc: fix seg6_flowlabel path
 2025-10-12 22:00 UTC  (2+ messages)

[PATCH 1/3] virtio: dwords->qwords
 2025-10-12 19:17 UTC  (9+ messages)

[PATCH] docs: hwmon: fix typo in sg2042-mcu.rst Fix a spelling mistake: "supprts" → "supports"
 2025-10-12 18:10 UTC  (2+ messages)

[PATCH v3 0/5] tracing: fprobe: list-style filters,
 2025-10-12 14:40 UTC  (4+ messages)
` [PATCH v3 1/5] docs: tracing: fprobe: document list filters and :entry/:exit


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).