linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-30 10:21:45 to 2024-10-01 16:31:09 UTC [more...]

[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
 2024-10-01 16:31 UTC  (10+ messages)

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-01 16:17 UTC  (17+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/12] fs: add percpu counters for significant "
` [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 09/12] xfs: switch to "
` [PATCH v8 10/12] ext4: "
` [PATCH v8 11/12] btrfs: convert "
` [PATCH v8 12/12] tmpfs: add support for "

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-01 16:15 UTC  (35+ messages)
` [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH 12/33] riscv mm: manufacture shadow stack pte
` [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH 14/33] riscv mmu: write protect and shadow stack
` [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH 21/33] riscv/traps: Introduce software check exception
` [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
` [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-10-01 16:12 UTC  (29+ messages)
` [PATCH v3 01/27] KVM: x86: Use a dedicated flow for queueing re-injected exceptions
` [PATCH v3 02/27] KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1
` [PATCH v3 03/27] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v3 04/27] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v3 05/27] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v3 06/27] x86/cea: Export per CPU variable cea_exception_stacks
` [PATCH v3 07/27] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v3 08/27] KVM: x86: Use KVM-governed feature framework to track "FRED enabled"
` [PATCH v3 09/27] KVM: VMX: Do not use MAX_POSSIBLE_PASSTHROUGH_MSRS in array definition
` [PATCH v3 10/27] KVM: VMX: Set FRED MSR interception
` [PATCH v3 11/27] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v3 12/27] KVM: VMX: Add support for FRED context save/restore
` [PATCH v3 13/27] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v3 14/27] KVM: VMX: Pass XFD_ERR as pseudo-payload when injecting #NM
` [PATCH v3 15/27] KVM: VMX: Virtualize FRED event_data
` [PATCH v3 16/27] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v3 17/27] KVM: x86: Mark CR4.FRED as not reserved when guest can use FRED
` [PATCH v3 18/27] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v3 19/27] KVM: x86: Allow FRED/LKGS to be advertised to guests
` [PATCH v3 20/27] KVM: x86: Allow WRMSRNS "
` [PATCH v3 21/27] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
` [PATCH v3 22/27] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v3 23/27] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v3 24/27] KVM: nVMX: Add a prerequisite to existence of VMCS fields
` [PATCH v3 25/27] KVM: nVMX: Add FRED "
` [PATCH v3 26/27] KVM: nVMX: Add VMCS FRED states checking
` [PATCH v3 27/27] KVM: nVMX: Allow VMX FRED controls

[PATCH] docs: dev-tools: Add documentation for the device focused kselftests
 2024-10-01 15:43 UTC 

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-01 15:35 UTC  (7+ messages)
` [PATCH v5 2/5] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function "
` [PATCH v5 3/5] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

Doc on kernel.org
 2024-10-01 14:50 UTC  (3+ messages)

[PATCH v4 0/5] block: partition table OF support
 2024-10-01 14:33 UTC  (13+ messages)
` [PATCH v4 1/5] block: add support for defining read-only partitions
` [PATCH v4 2/5] docs: block: Document support for read-only partition in cmdline part
` [PATCH v4 3/5] string: add strends() helper to check if a string ends with a suffix
` [PATCH v4 4/5] block: add support for partition table defined in OF
` [PATCH v4 5/5] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH v2] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-10-01 13:57 UTC 

[PATCH v28 00/32] Introduce QC USB SND audio offloading support
 2024-10-01 13:50 UTC  (6+ messages)
` [PATCH v28 18/32] ASoC: doc: Add documentation for SOC USB

[PATCH v1 0/2] POE fixes: kthreads and docs
 2024-10-01 13:36 UTC  (3+ messages)
` [PATCH v1 1/2] arm64: set POR_EL0 for kernel threads
` [PATCH v1 2/2] Documentation/protection-keys: add AArch64 to documentation

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-01 12:45 UTC  (18+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

[PATCH v6 00/11] Preemption support for A7XX
 2024-10-01 11:18 UTC  (4+ messages)
` [PATCH v6 11/11] Documentation: document adreno preemption

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-01 10:43 UTC  (4+ messages)
` [PATCH 05/12] mm/memory: Add dax_insert_pfn

[PATCH v7 0/5] Changes in v7:
 2024-10-01 10:32 UTC  (9+ messages)
` [PATCH v7 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[RFC PATCH 0/4] block: partition table OF support
 2024-10-01  9:26 UTC  (6+ messages)
` [RFC PATCH 3/4] block: add support for partition table defined in OF

[PATCH doc] docs: gcov: fix link to LCOV website
 2024-10-01  8:35 UTC  (2+ messages)

[PATCH net-next v19 13/14] mm: page_frag: update documentation for page_frag
 2024-10-01  7:58 UTC 

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-01  7:39 UTC  (7+ messages)
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls

[PATCH v2 0/3] hwmon: pmbus: add tps25990 efuse support
 2024-10-01  7:03 UTC  (3+ messages)
` [PATCH v2 3/3] hwmon: (pmbus/tps25990): add initial support

[PATCH net] doc: net: napi: Update documentation for napi_schedule_irqoff
 2024-10-01  6:52 UTC  (3+ messages)

[PATCH] drm/i915: Rename functions in the docs to match code changes
 2024-10-01  6:25 UTC 

[PATCH 2/3] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
 2024-10-01  4:36 UTC 

[PATCH] hwmon: (max31827) Fix spelling errors reported by codespell
 2024-10-01  1:15 UTC 

[PATCH v5 0/2] nosnp sev command line support
 2024-10-01  0:18 UTC  (7+ messages)
` [PATCH v5 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm
` [PATCH v5 2/2] x86 KVM:SVM: Provide "nosnp" boot option for sev kernel command line

[PATCH -next 0/7] spi: replace and remove {devm_}spi_alloc_master/slave()
 2024-09-30 23:51 UTC  (2+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-09-30 22:58 UTC  (3+ messages)

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-30 22:49 UTC  (9+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH] drivers/base: Remove unused auxiliary_find_device
 2024-09-30 22:34 UTC  (2+ messages)

[PATCH v3] doc:it_IT: update documents in process/
 2024-09-30 20:24 UTC 

[PATCH] Documentation: riscv: Fix typo MIMPLID -> MIMPID
 2024-09-30 18:49 UTC  (5+ messages)

[PATCH] Documentation/tracing: Mention that RESET_ATTACK_MITIGATION can clear memory
 2024-09-30 17:24 UTC  (3+ messages)

[PATCH v3] Documentation: kgdb: Correct parameter error
 2024-09-30 17:21 UTC  (3+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-09-30 16:56 UTC  (11+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs

[PATCH V6 0/5] PCIe TPH and cache direct injection support
 2024-09-30 16:55 UTC  (2+ messages)

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-09-30 15:50 UTC  (4+ messages)
    ` 回覆: "

[PATCH v11 00/15] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-09-30 15:31 UTC  (16+ messages)
` [PATCH v11 01/15] drm/vkms: Code formatting
` [PATCH v11 02/15] drm/vkms: Use drm_frame directly
` [PATCH v11 03/15] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v11 04/15] drm/vkms: Use const for input pointers in pixel_read an "
` [PATCH v11 05/15] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v11 06/15] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v11 07/15] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v11 08/15] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v11 09/15] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v11 10/15] drm/vkms: Add YUV support
` [PATCH v11 11/15] drm/vkms: Add range and encoding properties to the plane
` [PATCH v11 12/15] drm/vkms: Drop YUV formats TODO
` [PATCH v11 13/15] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v11 14/15] drm/vkms: Add how to run the Kunit tests
` [PATCH v11 15/15] drm/vkms: Add support for DRM_FORMAT_R*

[PATCH] Documentation: networking/tcp_ao: typo and grammar fixes
 2024-09-30 15:09 UTC  (2+ messages)

[PATCH] Documentation: dma-buf: heaps: Add heap name definitions
 2024-09-30 14:40 UTC 

[PATCH v7 00/12] Preemption support for A7XX
 2024-09-30 13:52 UTC  (13+ messages)
` [PATCH v7 01/12] drm/msm: Fix bv_fence being used as bv_rptr
` [PATCH v7 02/12] drm/msm/a6xx: Track current_ctx_seqno per ring
` [PATCH v7 03/12] drm/msm: Add a `preempt_record_size` field
` [PATCH v7 04/12] drm/msm: Add CONTEXT_SWITCH_CNTL bitfields
` [PATCH v7 05/12] drm/msm/a6xx: Add a pwrup_list field to a6xx_info
` [PATCH v7 06/12] drm/msm/a6xx: Implement preemption for a7xx targets
` [PATCH v7 07/12] drm/msm/a6xx: Sync relevant adreno_pm4.xml changes
` [PATCH v7 08/12] drm/msm/a6xx: Use posamble to reset counters on preemption
` [PATCH v7 09/12] drm/msm/a6xx: Add traces for preemption
` [PATCH v7 10/12] drm/msm/a6xx: Add a flag to allow preemption to submitqueue_create
` [PATCH v7 11/12] drm/msm/a6xx: Enable preemption for a750
` [PATCH v7 12/12] Documentation: document adreno preemption

[PATCH RESEND] xarray: document that xa_alloc uses the smallest index
 2024-09-30 13:19 UTC 

[PATCH] netfs: Add folio_queue API documentation
 2024-09-30 12:11 UTC  (2+ messages)

[PATCH v3 0/4] block: partition table OF support
 2024-09-30 10:48 UTC  (6+ messages)
` [PATCH v3 3/4] block: add support for partition table defined in OF


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