Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 13:54:35 to 2023-08-02 16:47:43 UTC [more...]

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-02 16:46 UTC 

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-02 16:27 UTC  (39+ messages)
` [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 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 net-next v2 1/2] docs: net: page_pool: document PP_FLAG_DMA_SYNC_DEV parameters
 2023-08-02 16:18 UTC  (2+ messages)
` [PATCH net-next v2 2/2] docs: net: page_pool: use kdoc to avoid duplicating the information

[linux-next:master 5684/6443] htmldocs: Documentation/gpu/todo.rst:469: WARNING: Unexpected indentation
 2023-08-02 14:51 UTC  (2+ messages)

[PATCH 2/2] drm/panel: Fix todo indentation for panel prepared/enabled cleanup
 2023-08-02 14:47 UTC 

[PATCH v10] drm: Add initial ci/ subdirectory
 2023-08-02 11:32 UTC 

[PATCH v5 0/5] Add aliases and metrics for Arm CMN
 2023-08-02  9:47 UTC  (14+ 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 v6 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-02  9:32 UTC  (13+ messages)
` [PATCH v6 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v6 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v6 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v6 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v6 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v6 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v6 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v6 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v6 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v6 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH v4 00/10] libata: remove references to 'old' error handler
 2023-08-02  8:48 UTC  (5+ messages)
` [PATCH v4 09/10] ata: remove ata_bus_probe()
` [PATCH v4 10/10] ata: remove deprecated EH callbacks

[PATCH] doc: update params of memhp_default_state=
 2023-08-02  7:59 UTC  (2+ messages)

[PATCH] docs: rtla: replace dashes with spaces in titles
 2023-08-02  7:12 UTC  (2+ messages)

[PATCH v13 0/9] Implement copy offload support
 2023-08-02  6:31 UTC  (5+ messages)
  ` [PATCH v13 3/9] block: add emulation for copy

[PATCH v5 1/4] PCI: endpoint: Add D-state change notifier support
 2023-08-02  5:14 UTC  (2+ messages)

[PATCH v5 1/5] PCI: endpoint: Add wakeup host API to EPC core
 2023-08-02  4:59 UTC 

[PATCH v6 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-08-02  1:36 UTC  (2+ messages)

[PATCH RESEND v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts
 2023-08-01 23:18 UTC  (14+ messages)
` [PATCH RESEND v9 28/36] x86/idtentry: Incorporate declaration/definition of the FRED exception handler type
` [PATCH RESEND v9 29/36] x86/fred: FRED entry/exit and dispatch code
` [PATCH RESEND v9 30/36] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH RESEND v9 31/36] x86/traps: Export external_interrupt() for handling IRQ in IRQ induced VM exits
` [PATCH RESEND v9 32/36] x86/fred: Export fred_entrypoint_kernel() for handling NMI in NMI "
` [PATCH RESEND v9 33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling
` [PATCH RESEND v9 34/36] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH RESEND v9 35/36] x86/fred: FRED initialization code
` [PATCH RESEND v9 36/36] x86/fred: Disable FRED by default in its early stage

[PATCH v3 0/2] RISC-V: Probe for misaligned access speed
 2023-08-01 22:11 UTC  (2+ messages)
` [PATCH v3 1/2] RISC-V: Probe for unaligned "

[PATCH net] docs: net: page_pool: document PP_FLAG_DMA_SYNC_DEV parameters
 2023-08-01 22:10 UTC  (3+ messages)

[RFC PATCH v10 07/17] ipe: add userspace interface
 2023-08-01 19:29 UTC  (3+ messages)
  ` [PATCH RFC v10 7/17] "

[RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
 2023-08-01 19:24 UTC  (3+ messages)
  ` [PATCH RFC v10 8/17] "

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-08-01 18:12 UTC  (20+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPU
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls

[PATCH RESEND v9 00/36] x86: enable FRED for x86-64
 2023-08-01 17:41 UTC  (31+ 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 RESEND v9 12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH RESEND v9 13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled
` [PATCH RESEND v9 14/36] x86/fred: Disallow the swapgs instruction "
` [PATCH RESEND v9 15/36] x86/fred: No ESPFIX needed "
` [PATCH RESEND v9 16/36] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH RESEND v9 17/36] x86/fred: Define a common function type fred_handler
` [PATCH RESEND v9 18/36] x86/fred: Add a page fault entry stub for FRED
` [PATCH RESEND v9 19/36] x86/fred: Add a debug "
` [PATCH RESEND v9 20/36] x86/fred: Add a NMI "
` [PATCH RESEND v9 21/36] x86/fred: Add a machine check "
` [PATCH RESEND v9 22/36] x86/fred: Add a double fault "
` [PATCH RESEND v9 23/36] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH RESEND v9 24/36] x86/idtentry: Incorporate definitions/declarations of the FRED external interrupt handler type
` [PATCH RESEND v9 25/36] x86/traps: Add a system interrupt handler table for system interrupt dispatch
` [PATCH RESEND v9 26/36] x86/traps: Add sysvec_install() to install a system interrupt handler

[PATCH v9 16/42] mm: Add guard pages around a shadow stack
 2023-08-01 16:52 UTC  (3+ messages)
` [PATCH] x86/shstk: Move arch detail comment out of core mm

[PATCH v3 1/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-08-01 16:35 UTC 

[PATCH v3] docs: security: Confidential computing intro and threat model for x86 virtualization
 2023-08-01 14:20 UTC  (4+ messages)

[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  (8+ messages)
` [PATCH v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map

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

[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  (21+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [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 v2] docs/RCU: Bring back smp_wmb()
 2023-07-31 20:06 UTC  (11+ messages)

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).