linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-29 10:29:44 to 2023-08-01 09:03:41 UTC [more...]

[PATCH RESEND v9 00/36] x86: enable FRED for x86-64
 2023-08-01  8:32 UTC  (12+ messages)
` [PATCH RESEND v9 01/36] Documentation/x86/64: Add documentation for FRED
` [PATCH RESEND v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH RESEND v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH RESEND v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH RESEND v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map
` [PATCH RESEND v9 06/36] x86/objtool: Teach objtool about ERETU and ERETS
` [PATCH RESEND v9 07/36] x86/cpu: Add X86_CR4_FRED macro
` [PATCH RESEND v9 08/36] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH RESEND v9 09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs
` [PATCH RESEND v9 10/36] x86/fred: Add a new header file for FRED definitions
` [PATCH RESEND v9 11/36] x86/fred: Reserve space for the FRED stack frame

[PATCH] Documentation: devices.txt: reconcile serial/ucc_uart minor numers
 2023-08-01  8:58 UTC  (4+ messages)

[PATCH 6.4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
 2023-08-01  8:01 UTC  (2+ messages)

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-01  7:09 UTC  (12+ messages)
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support

[PATCH v5 00/12] GenieZone hypervisor drivers
 2023-08-01  7:03 UTC  (4+ messages)
` [PATCH v5 03/12] virt: geniezone: Add GenieZone hypervisor support

[PATCH v2 0/3] Add interconnect debugfs client
 2023-08-01  4:29 UTC  (5+ messages)
` [PATCH v2 1/3] debugfs: Add write support to debugfs_create_str()
` [PATCH v2 2/3] interconnect: Reintroduce icc_get()
` [PATCH v2 3/3] interconnect: Add debugfs test client

[PATCH v3 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-08-01  0:21 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
` [PATCH v3 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v3 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v3 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v3 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "
` [PATCH v3 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "

[PATCH v9 00/36] x86: enable FRED for x86-64
 2023-07-31 23:56 UTC  (32+ 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 v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-07-31 23:19 UTC  (40+ messages)
` [PATCH v3 01/36] prctl: arch-agnostic prctl for shadow stack
` [PATCH v3 02/36] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v3 03/36] arm64/gcs: Document the ABI "
` [PATCH v3 04/36] arm64/sysreg: Add new system registers for GCS
` [PATCH v3 05/36] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v3 06/36] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v3 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v3 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v3 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v3 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v3 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v3 12/36] KVM: arm64: Manage GCS registers for guests
` [PATCH v3 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v3 14/36] arm64/idreg: Add overrride for GCS
` [PATCH v3 15/36] arm64/hwcap: Add hwcap "
` [PATCH v3 16/36] arm64/traps: Handle GCS exceptions
` [PATCH v3 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v3 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v3 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v3 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v3 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v3 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v3 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v3 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v3 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v3 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v3 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v3 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v3 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v3 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v3 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v3 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v3 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v3 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v3 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-07-31 22:28 UTC  (18+ messages)
` [PATCH v2 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v2 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v2 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v2 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "
` [PATCH v2 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "

[PATCH v9 29/36] x86/fred: FRED entry/exit and dispatch code
 2023-07-31 22:07 UTC  (3+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-31 21:46 UTC  (30+ 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 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] drm/i915/huc: fix intel_huc.c doc bulleted list format error
 2023-07-31 21:33 UTC  (2+ messages)

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-31 20:55 UTC  (29+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [PATCH 03/11] maple_tree: Add some helper functions
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 05/11] maple_tree: Add test for mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
` [PATCH 10/11] MAINTAINERS: Add co-maintainer for maple tree
` [PATCH 11/11] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v2] docs/RCU: Bring back smp_wmb()
 2023-07-31 20:06 UTC  (13+ messages)

[PATCH v4 00/10] libata: remove references to 'old' error handler
 2023-07-31 18:51 UTC  (4+ messages)
` [PATCH v4 09/10] ata: remove ata_bus_probe()
` [PATCH v4 10/10] ata: remove deprecated EH callbacks

[PATCH] docs: move mips under arch
 2023-07-31 16:36 UTC  (2+ messages)

[PATCH v2] docs: move loongarch under arch
 2023-07-31 16:31 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-31 16:23 UTC  (2+ messages)

[PATCH v2 0/6] docs/zh_TW: update zh_TW's documentation from an ascensive aspect
 2023-07-31 16:09 UTC  (4+ messages)

[PATCH] docs: mm: Fix number of base pages for 1GB HugeTLB
 2023-07-31 16:03 UTC  (5+ messages)
  ` [External] "

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-31 16:02 UTC  (2+ messages)

[PATCH v6 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
 2023-07-31 16:03 UTC  (2+ messages)

[PATCH] dma-contiguous: support per-numa CMA for all architectures
 2023-07-31 16:02 UTC  (2+ messages)

[PATCH] Docs: kernel-parameters: sort the LEGEND list
 2023-07-31 15:56 UTC  (2+ messages)

[PATCH] docs: cgroup-v1: replace dead CONFIG_MEM_RES_CTRL_SWAP symbol
 2023-07-31 15:55 UTC  (2+ messages)

[PATCH] docs: psi: use correct config name
 2023-07-31 15:54 UTC  (2+ messages)

[PATCH 1/2] Docs/process/changes: Consolidate NFS-utils update links
 2023-07-31 15:53 UTC  (2+ messages)

[PATCH v10] drm: Add initial ci/ subdirectory
 2023-07-31 14:51 UTC  (3+ messages)

[PATCH v8 0/2] docs: Integrate rustdoc into Rust documentation
 2023-07-31 14:15 UTC  (3+ messages)

[PATCH v5 0/5] Add aliases and metrics for Arm CMN
 2023-07-31 13:16 UTC  (12+ messages)
` [PATCH v5 1/5] perf metric: Event "Compat" value supports matching multiple identifiers
` [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 drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-31 12:04 UTC  (5+ messages)
` [PATCH drm-misc-next v8 01/12] drm: manager to keep track of GPUs VA mappings

[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 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 5/9] PCI: endpoint: Add wakeup host API to EPC core
 2023-07-31  5:36 UTC  (3+ messages)

[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 


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