linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-26 20:39:47 to 2023-07-31 11:18:04 UTC [more...]

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-31 11:16 UTC  (20+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

[PATCH v5 0/5] Add aliases and metrics for Arm CMN
 2023-07-31 10:59 UTC  (11+ messages)
` [PATCH v5 1/5] perf metric: Event "Compat" value supports matching multiple identifiers
` [PATCH v5 2/5] perf jevents: Support more event fields
` [PATCH v5 3/5] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v5 4/5] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v5 5/5] perf vendor events: Add JSON metrics for Arm CMN

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-31 10:27 UTC  (16+ messages)
` [PATCH v4 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v4 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-31  9:52 UTC  (4+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()

[PATCH v9 00/36] x86: enable FRED for x86-64
 2023-07-31  9:43 UTC  (27+ messages)
` [PATCH v9 01/36] Documentation/x86/64: Add documentation for FRED
` [PATCH v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v9 06/36] x86/objtool: Teach objtool about ERETU and ERETS
` [PATCH v9 07/36] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v9 08/36] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v9 09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs
` [PATCH v9 10/36] x86/fred: Add a new header file for FRED definitions
` [PATCH v9 11/36] x86/fred: Reserve space for the FRED stack frame
` [PATCH v9 12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v9 13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled
` [PATCH v9 14/36] x86/fred: Disallow the swapgs instruction "
` [PATCH v9 15/36] x86/fred: No ESPFIX needed "
` [PATCH v9 16/36] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v9 17/36] x86/fred: Define a common function type fred_handler
` [PATCH v9 18/36] x86/fred: Add a page fault entry stub for FRED
` [PATCH v9 19/36] x86/fred: Add a debug "
` [PATCH v9 20/36] x86/fred: Add a NMI "
` [PATCH v9 21/36] x86/fred: Add a machine check "
` [PATCH v9 22/36] x86/fred: Add a double fault "
` [PATCH v9 23/36] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v9 24/36] x86/idtentry: Incorporate definitions/declarations of the FRED external interrupt handler type
` [PATCH v9 25/36] x86/traps: Add a system interrupt handler table for system interrupt dispatch

[PATCH v9 30/36] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
 2023-07-31  6:41 UTC  (7+ messages)
` [PATCH v9 31/36] x86/traps: Export external_interrupt() for handling IRQ in IRQ induced VM exits
` [PATCH v9 32/36] x86/fred: Export fred_entrypoint_kernel() for handling NMI in NMI "
` [PATCH v9 33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling
` [PATCH v9 34/36] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v9 35/36] x86/fred: FRED initialization code
` [PATCH v9 36/36] x86/fred: Disable FRED by default in its early stage

[PATCH v9 28/36] x86/idtentry: Incorporate declaration/definition of the FRED exception handler type
 2023-07-31  6:41 UTC 

[PATCH v9 29/36] x86/fred: FRED entry/exit and dispatch code
 2023-07-31  6:41 UTC 

[PATCH v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts
 2023-07-31  6:40 UTC 

[PATCH v9 26/36] x86/traps: Add sysvec_install() to install a system interrupt handler
 2023-07-31  6:40 UTC 

[PATCH v5 0/4] perf: ampere: Add support for Ampere SoC PMUs
 2023-07-31  6:56 UTC  (3+ messages)

[PATCH v4 1/9] PCI: endpoint: Add D-state change notifier support
 2023-07-31  5:36 UTC  (5+ messages)
` [PATCH v4 5/9] PCI: endpoint: Add wakeup host API to EPC core

[linux-next:master 379/5284] htmldocs: Documentation/gpu/rfc/i915_scheduler.rst:138: WARNING: Unknown directive type "c:namespace-push"
 2023-07-30 11:00 UTC 

Contributing subsequent patch versions
 2023-07-30  7:56 UTC 

[intel-tdx:kvm-upstream-workaround 202/343] htmldocs: Documentation/ABI/testing/sysfs-firmware-tdx:2: WARNING: Unexpected indentation
 2023-07-30  5:13 UTC 

[intel-tdx:kvm-upstream-workaround 176/343] htmldocs: Warning: Documentation/virt/kvm/api.rst references a file that doesn't exist: Documentation/virt/kvm/intel-tdx.rst
 2023-07-30  2:40 UTC 

[PATCH v3 0/4] drm: Atomic modesetting doc and comment improvements
 2023-07-29 19:27 UTC  (4+ messages)
` [PATCH v3 2/4] drm/todo: Convert list of fbconv links to footnotes

[krzk-github:pending/dt-bindings-qcom-new-and-fixes-for-warnings-linux-next 8/127] htmldocs: Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
 2023-07-29 16:14 UTC 

[PATCH v2] docs/RCU: Bring back smp_wmb()
 2023-07-29 15:17 UTC  (12+ messages)

[PATCH v2 0/6] docs/zh_TW: update zh_TW's documentation from an ascensive aspect
 2023-07-29 15:17 UTC  (3+ messages)

[bpf-next:master 19/30] htmldocs: Documentation/bpf/standardization/instruction-set.rst:157: WARNING: Malformed table
 2023-07-29 10:27 UTC 

[hisilicon-hisi:next/drivers 2/2] htmldocs: Documentation/ABI/testing/sysfs-devices-platform-kunpeng_hccs:4: WARNING: Unexpected indentation
 2023-07-29  3:13 UTC 

[tip:x86/shstk 6/42] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst
 2023-07-28 23:25 UTC  (2+ messages)

[PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links
 2023-07-28 23:22 UTC  (4+ messages)
` [PATCH 2/2] Docs/process/changes: Replace http:// with https://

[RFC PATCH 00/13] Extedn DAMOS filters for address ranges and
 2023-07-28 20:34 UTC  (7+ messages)
` [RFC PATCH 05/13] Docs/mm/damon/design: update for address range filters
` [RFC PATCH 06/13] Docs/ABI/damon: update for address range DAMOS filter
` [RFC PATCH 07/13] Docs/admin-guide/mm/damon/usage: update for address range type "
` [RFC PATCH 11/13] Docs/mm/damon/design: update for DAMON monitoring target "
` [RFC PATCH 12/13] Docs/ABI/damon: "
` [RFC PATCH 13/13] Docs/admin-guide/mm/damon/usage: "

[RFC PATCH 0/5] mm/damon/sysfs: add a file for efficiently get total size of DAMOS tried regions
 2023-07-28 20:18 UTC  (3+ messages)
` [RFC PATCH 4/5] Docs/ABI/damon: update for tried_regions/total_bytes
` [RFC PATCH 5/5] Docs/admin-guide/mm/damon/usage: "

[PATCH v10] drm: Add initial ci/ subdirectory
 2023-07-28 14:37 UTC  (6+ messages)

[PATCH v5 0/3] Add aliases and JSON metrics for Yitian710 DDR
 2023-07-28 13:40 UTC  (5+ messages)
` [PATCH v5 1/3] perf jevents: Add support for Yitian 710 DDR PMU aliasing
` [PATCH v5 2/3] perf vendor events: Add JSON metrics for Yitian 710 DDR
` [PATCH v5 3/3] docs: perf: Update metric usage for Alibaba's T-Head PMU driver

[PATCH drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-28 12:26 UTC  (4+ messages)
` [PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings

[PATCH] Documentation/page_tables: Add info about MMU/TLB and Page Faults
 2023-07-28 11:53 UTC 

[PATCH] docs: psi: use correct config name
 2023-07-28 11:56 UTC 

[PATCH] docs: cgroup-v1: replace dead CONFIG_MEM_RES_CTRL_SWAP symbol
 2023-07-28 11:00 UTC  (2+ messages)

[RFC PATCH v9 00/10] Create common DPLL configuration API
 2023-07-28  9:55 UTC  (4+ messages)
` [RFC PATCH v9 07/10] ice: add admin commands to access cgu configuration

[PATCH v2 1/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-07-28  9:41 UTC  (2+ messages)

[PATCH] docs: move powerpc under arch
 2023-07-28  3:41 UTC  (2+ messages)

[linux-next:master 4903/5027] htmldocs: Warning: kernel/Kconfig.kexec references a file that doesn't exist: file:Documentation/s390/zfcpdump.rst
 2023-07-28  2:15 UTC 

[PATCH v3 0/9] libata: remove references to 'old' error handler
 2023-07-28  2:07 UTC  (5+ messages)
` [PATCH v3 8/9] ata: remove ata_bus_probe()
` [PATCH v3 9/9] ata: remove deprecated EH callbacks

[PATCH v7 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-27 21:29 UTC  (4+ messages)
` [PATCH v7 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57

[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-27 21:26 UTC  (5+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v8 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v8 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v8 4/4] RISC-V: mm: Document mmap changes

[PATCH 1/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-07-27 19:48 UTC 

[PATCH v6 0/4] x86/speculation: Disable IBRS when idle
 2023-07-27 18:46 UTC  (5+ messages)
` [PATCH v6 1/4] x86/speculation: Add __update_spec_ctrl() helper
` [PATCH v6 2/4] x86/idle: Disable IBRS when cpu is offline
` [PATCH v6 3/4] intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()
` [PATCH v6 4/4] intel_idle: Add ibrs_off module parameter to force disable IBRS

[PATCH v5 00/12] GenieZone hypervisor drivers
 2023-07-27 17:28 UTC  (16+ messages)
` [PATCH v5 01/12] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v5 02/12] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v5 03/12] virt: geniezone: Add GenieZone hypervisor support
` [PATCH v5 04/12] virt: geniezone: Add vcpu support
` [PATCH v5 05/12] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v5 06/12] virt: geniezone: Add irqfd support
` [PATCH v5 07/12] virt: geniezone: Add ioeventfd support
` [PATCH v5 08/12] virt: geniezone: Add memory region support
` [PATCH v5 09/12] virt: geniezone: Add dtb config support
` [PATCH v5 10/12] virt: geniezone: Add virtual timer support
` [PATCH v5 11/12] virt: geniezone: Add guest page fault handler
` [PATCH v5 12/12] virt: geniezone: Add memory pin/unpin support

[PATCH] docs: ABI: sysfs-bus-nvdimm: fix unexpected indentation error
 2023-07-27 15:36 UTC  (3+ messages)

[PATCH v2 00/17] arm64 kernel text replication
 2023-07-27 15:36 UTC  (18+ messages)
` [PATCH v2 01/16] arm64: provide cpu_replace_ttbr1_phys()
` [PATCH v2 02/16] arm64: make clean_dcache_range_nopatch() visible
` [PATCH v2 03/16] arm64: place kernel in its own L0 page table entry
` [PATCH v2 04/16] arm64: text replication: add init function
` [PATCH v2 05/16] arm64: text replication: add sanity checks
` [PATCH v2 06/16] arm64: text replication: copy initial kernel text
` [PATCH v2 07/16] arm64: text replication: add node text patching
` [PATCH v2 08/16] arm64: text replication: add node 0 page table definitions
` [PATCH v2 09/16] arm64: text replication: add swapper page directory helpers
` [PATCH v2 10/16] arm64: text replication: create per-node kernel page tables
` [PATCH v2 11/16] arm64: text replication: boot secondary CPUs with appropriate TTBR1
` [PATCH v2 12/16] arm64: text replication: update cnp support
` [PATCH v2 13/16] arm64: text replication: setup page tables for copied kernel
` [PATCH v2 14/16] arm64: text replication: include most of read-only data as well
` [PATCH v2 15/16] arm64: text replication: early kernel option to enable replication
` [PATCH v2 16/16] arm64: text replication: add Kconfig

[PATCH 1/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-07-27 15:28 UTC  (8+ messages)

[PATCH] arm64: errata: Group all Cortex-A510 errata together
 2023-07-27 12:22 UTC  (2+ messages)

[PATCH v4 0/4] Add JSON metrics for Yitian710 DDR
 2023-07-27 12:22 UTC  (2+ messages)

[PATCH v2] init: Add support for rootwait timeout parameter
 2023-07-27 10:49 UTC  (3+ messages)

[PATCH v13 0/9] Implement copy offload support
 2023-07-27 10:29 UTC  (4+ messages)
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure

[PATCH] drm/i915/huc: fix intel_huc.c doc bulleted list format error
 2023-07-27  2:54 UTC 

[PATCH] dma-buf/sync_file: Fix missing colon in kernel-doc for num_fences
 2023-07-27  1:43 UTC  (2+ messages)

[groeck-staging:hwmon-next 35/36] htmldocs: Documentation/hwmon/hs3001.rst:4: WARNING: Title underline too short
 2023-07-26 23:53 UTC  (2+ messages)


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