linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-10 15:51:04 to 2024-11-21 11:36:28 UTC [more...]

[PATCH] Revert "delay: Rework udelay and ndelay"
 2024-11-21 11:36 UTC  (2+ messages)

[PATCHES][RFC] cleaning up asm/vga.h situation
 2024-11-21  8:35 UTC  (2+ messages)

[GIT PULL] asm-generic updates for 6.13
 2024-11-21  6:24 UTC  (4+ messages)

Linux 6.12
 2024-11-20 15:29 UTC 

[PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code
 2024-11-19 17:53 UTC  (17+ messages)
` [PATCH 01/11] lib/crc-t10dif: stop wrapping the crypto API
` [PATCH 02/11] lib/crc-t10dif: add support for arch overrides
` [PATCH 03/11] crypto: crct10dif - expose arch-optimized lib function
` [PATCH 04/11] x86/crc-t10dif: expose CRC-T10DIF function through lib
` [PATCH 05/11] arm/crc-t10dif: "
` [PATCH 06/11] arm64/crc-t10dif: "
` [PATCH 07/11] powerpc/crc-t10dif: "
` [PATCH 08/11] lib/crc_kunit.c: add KUnit test suite for CRC library functions
` [PATCH 09/11] lib/crc32test: delete obsolete crc32test.c
` [PATCH 10/11] powerpc/crc: delete obsolete crc-vpmsum_test.c
` [PATCH 11/11] MAINTAINERS: add entry for CRC library

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (3+ messages)

[PATCH v12 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-18  5:49 UTC  (10+ messages)
` [PATCH v12 1/9] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v12 2/9] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v12 3/9] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v12 4/9] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v12 5/9] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v12 6/9] iommu/amd: Introduce helper function get_dte256()
` [PATCH v12 7/9] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v12 8/9] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v12 9/9] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH v2 0/4] Add new headers for Hyper-V Dom0
 2024-11-15 21:54 UTC  (24+ messages)
` [PATCH v2 1/4] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v2 2/4] hyperv: Clean up unnecessary #includes
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
  ` [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
 2024-11-15 14:17 UTC  (12+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch

[GIT PULL] LoongArch fixes for v6.12-final
 2024-11-15  6:39 UTC  (6+ messages)

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

[PATCH v9 00/15] arm64: support poll_idle()
 2024-11-15  0:28 UTC  (9+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()

[PATCH v11 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-14 20:26 UTC  (12+ messages)
` [PATCH v11 1/9] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v11 2/9] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v11 3/9] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v11 4/9] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v11 5/9] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v11 6/9] iommu/amd: Introduce helper function get_dte256()
` [PATCH v11 7/9] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v11 8/9] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v11 9/9] iommu/amd: Remove amd_iommu_apply_erratum_63()

[PATCH v10 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-14 20:25 UTC  (24+ messages)
` [PATCH v10 01/10] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v10 02/10] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v10 03/10] compiler_types.h: Introduce 128-bit unqualified scalar type support
` [PATCH v10 04/10] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v10 05/10] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v10 06/10] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v10 07/10] iommu/amd: Introduce helper function get_dte256()
` [PATCH v10 08/10] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v10 09/10] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v10 10/10] iommu/amd: Remove amd_iommu_apply_erratum_63()

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-11-14 10:42 UTC  (3+ messages)
  ` [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination

[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
 2024-11-13 15:12 UTC  (2+ messages)

[PATCH v6 00/13] Zacas/Zabha support and qspinlocks
 2024-11-13 15:12 UTC  (6+ messages)
` [PATCH v6 13/13] riscv: Add qspinlock support

[arnd-asm-generic:asm-generic] BUILD SUCCESS 0af8e32343f8d0db31f593464fc140eaef25a281
 2024-11-13  2:45 UTC 

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-13  0:42 UTC  (18+ messages)
` [PATCH v19 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v19 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v19 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v19 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v19 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v19 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v19 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v19 17/19] Documentation: probes: Update fprobe on function-graph tracer
  ` [PATCH 19.1] "
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-12 23:48 UTC  (9+ messages)
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer

[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem
 2024-11-12 21:53 UTC  (23+ messages)

[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-12 20:13 UTC  (9+ messages)
` [PATCH v6 3/7] Adjust symbol ordering in text output section

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-11 22:14 UTC  (7+ 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).