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

[PATCH v7 00/18] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-09-26  1:35 UTC  (14+ messages)
` [PATCH v7 01/18] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v7 02/18] KVM: Add lockless memslot walk to KVM
` [PATCH v7 03/18] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v7 04/18] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v7 05/18] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v7 06/18] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v7 07/18] KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lock
` [PATCH v7 08/18] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH v7 09/18] KVM: x86/mmu: Add support for lockless walks of rmap SPTEs
` [PATCH v7 10/18] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns
` [PATCH v7 11/18] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v7 12/18] mm: Add has_fast_aging to struct mmu_notifier
` [PATCH v7 13/18] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH v7 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2024-09-26  0:50 UTC  (9+ messages)
` [PATCH v7 1/2] dt-bindings: hwmon: add renesas,isl28022
` [PATCH v7 2/2] hwmon: (isl28022) new driver for ISL28022 power monitor

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-09-25 22:40 UTC  (47+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-09-25 22:13 UTC  (9+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs

[PATCH v12 0/3] Add support for Intel PPS Generator
 2024-09-25 21:55 UTC  (6+ messages)
` [PATCH v12 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator

[RFC PATCH v2 0/5] block: partition table OF support
 2024-09-25 21:45 UTC  (6+ messages)
` [RFC PATCH v2 1/5] block: add support for defining read-only partitions
` [RFC PATCH v2 2/5] docs: block: Document support for read-only partition in cmdline part
` [RFC PATCH v2 3/5] block: add support for partition table defined in OF
` [RFC PATCH v2 4/5] dt-bindings: block: Generalize and introduce property for partitions
` [RFC PATCH v2 5/5] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH v28 00/32] Introduce QC USB SND audio offloading support
 2024-09-25 19:37 UTC  (39+ messages)
` [PATCH v28 01/32] xhci: add helper to stop endpoint and wait for completion
` [PATCH v28 02/32] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v28 03/32] xhci: sideband: add initial api to register a sideband entity
` [PATCH v28 04/32] usb: xhci: xhci-sideband: Set IMOD for xHCI sideband clients
` [PATCH v28 05/32] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v28 06/32] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v28 07/32] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v28 08/32] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v28 09/32] ALSA: Add USB audio device jack type
` [PATCH v28 10/32] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v28 11/32] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v28 12/32] ALSA: usb-audio: Save UAC sample size information
` [PATCH v28 13/32] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v28 14/32] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v28 15/32] ASoC: usb: Add PCM format check API for "
` [PATCH v28 16/32] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v28 17/32] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v28 18/32] ASoC: doc: Add documentation for SOC USB
` [PATCH v28 19/32] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v28 20/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v28 21/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v28 22/32] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v28 23/32] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v28 24/32] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v28 25/32] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v28 26/32] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v28 27/32] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v28 28/32] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v28 29/32] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v28 30/32] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v28 31/32] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v28 32/32] ASoC: usb: Rediscover USB SND devices on USB port add

[PATCH v4 00/11] Preemption support for A7XX
 2024-09-25 19:37 UTC  (9+ messages)

[morse:mpam/snapshot+extras/v6.11-rc1 47/154] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/arch/x86/resctrl*
 2024-09-25 18:41 UTC 

[PATCH 20/61] dyndbg-doc: add classmap info to howto
 2024-09-25 18:10 UTC 

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

[PATCH AUTOSEL 6.6 048/139] proc: add config & param to block forcing mem writes
 2024-09-25 15:58 UTC  (2+ messages)

[PATCH v4 0/2] nosnp sev command line support
 2024-09-25 15:57 UTC  (3+ messages)
` [PATCH v4 1/2] x86, KVM:SVM: Move sev specific parsing into arch/x86/virt/svm

[PATCH v2 00/10] Add iio backend compatibility for ad7606
 2024-09-25 15:28 UTC  (9+ messages)
` [PATCH v2 02/10] dt-bindings: iio: adc: ad7606: Make corrections on spi conditions
` [PATCH v2 07/10] iio: adc: ad7606: Add compatibility to fw_nodes

[PATCH net-next v17 00/14] net: Make timestamping selectable
 2024-09-25 12:46 UTC  (6+ messages)
` [PATCH net-next v17 04/14] net: Change the API of PHY default timestamp to MAC

[PATCH AUTOSEL 6.10 054/197] proc: add config & param to block forcing mem writes
 2024-09-25 11:51 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 064/197] net: napi: Prevent overflow of napi_defer_hard_irqs

[PATCH v7 0/5] Changes in v7:
 2024-09-25 12:00 UTC  (6+ messages)
` [PATCH v7 4/5] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH AUTOSEL 6.11 064/244] proc: add config & param to block forcing mem writes
 2024-09-25 11:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 079/244] net: napi: Prevent overflow of napi_defer_hard_irqs

[PATCH v3] Documentation: kgdb: Correct parameter error
 2024-09-25 10:07 UTC 

[PATCH v2] Documentation/process: maintainer-soc: clarify submitting patches
 2024-09-25  9:56 UTC 

[PATCH] Documentation/process: maintainer-soc: clarify submitting patches
 2024-09-25  9:54 UTC  (3+ messages)

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-09-25  9:23 UTC  (6+ messages)

[PATCH RFC v2 0/3] Documentation: Debugging guide
 2024-09-25  8:01 UTC  (3+ messages)
` [PATCH RFC v2 2/3] docs: Add guides section for debugging

[PATCH V3] PCI: Extend ACS configurability
 2024-09-25  5:49 UTC  (5+ messages)
` [PATCH V4] "

[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
 2024-09-25  3:30 UTC  (5+ messages)
` [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS

[PATCH v2] doc:it_IT: update documents in process/
 2024-09-25  0:41 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-25  0:17 UTC  (3+ messages)
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages

[RFC PATCH 0/4] block: partition table OF support
 2024-09-24 23:01 UTC  (4+ messages)
` [RFC PATCH 4/4] dt-bindings: mmc: Document support for partition table in mmc-card

[PATCH] doc:it_IT: update documents in process/
 2024-09-24 22:48 UTC  (2+ messages)

[PATCH 0/6] VERW based clean-up
 2024-09-24 22:41 UTC  (9+ messages)
` [PATCH 1/6] x86/bugs: Create single parameter for VERW based mitigations
` [PATCH 2/6] x86/bugs: Remove MDS command line
` [PATCH 3/6] x86/bugs: Remove TAA kernel parameter
` [PATCH 4/6] x86/bugs: Remove MMIO "
` [PATCH 5/6] x86/bugs: Remove RFDS "
` [PATCH 6/6] x86/bugs: Clean-up verw mitigations

[PATCH v27 01/32] xhci: add helper to stop endpoint and wait for completion
 2024-09-24 21:47 UTC  (6+ messages)

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 703/1001] htmldocs: Warning: arch/arm64/boot/dts/xilinx/zynqmp-p-a2197-00-revA.dts references a file that doesn't exist: Documentation/hwmon/pmbus
 2024-09-24 20:25 UTC 

[PATCH v7 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-09-24 17:01 UTC  (18+ messages)
` [PATCH v7 09/24] x86/resctrl: Introduce bitmap mbm_cntr_free_map to track assignable counters
` [PATCH v7 13/24] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v7 15/24] x86/resctrl: Implement resctrl_arch_assign_cntr to assign a counter with ABMC

[PATCH V5 0/5] PCIe TPH and cache direct injection support
 2024-09-24 16:34 UTC  (7+ messages)
` [PATCH V5 1/5] PCI: Add TLP Processing Hints (TPH) support

[PATCH v5 00/11] Preemption support for A7XX
 2024-09-24 16:27 UTC  (11+ messages)
` [PATCH v5 03/11] drm/msm: Add a `preempt_record_size` field
` [PATCH v5 04/11] drm/msm: Add CONTEXT_SWITCH_CNTL bitfields
` [PATCH v5 05/11] drm/msm/A6xx: Implement preemption for A7XX targets
` [PATCH v5 06/11] drm/msm/A6xx: Sync relevant adreno_pm4.xml changes
` [PATCH v5 07/11] drm/msm/A6xx: Use posamble to reset counters on preemption
` [PATCH v5 08/11] drm/msm/A6xx: Add traces for preemption
` [PATCH v5 09/11] drm/msm/A6XX: Add a flag to allow preemption to submitqueue_create
` [PATCH v5 10/11] drm/msm/A6xx: Enable preemption for A750
` [PATCH v5 11/11] Documentation: document adreno preemption

[PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
 2024-09-24 16:13 UTC  (7+ messages)
` [PATCH v4 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
` [PATCH v4 3/6] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v4 4/6] KVM: selftests: Add test for PSCI SYSTEM_OFF2
` [PATCH v4 5/6] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
` [PATCH v4 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` [PATCH v4 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation


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