linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-08 01:26:47 to 2021-10-14 16:23:18 UTC [more...]

[RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency
 2021-10-14 16:23 UTC  (12+ messages)

[PATCH v22 00/28] Control-flow Enforcement: Shadow Stack
 2021-10-14 16:15 UTC  (3+ messages)
` [PATCH v22 21/28] mm: Re-introduce vm_flags to do_mmap()

[PATCH v3 0/2] PCI: hv: Hyper-V vPCI for ARM64
 2021-10-14 15:53 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v3 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI

[PATCH 0/7] wchan: Fix wchan support
 2021-10-14 13:38 UTC  (19+ messages)
` [PATCH 1/7] Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
` [PATCH 2/7] leaking_addresses: Always print a trailing newline
` [PATCH 3/7] proc: Use task_is_running() for wchan in /proc/$pid/stat
` [PATCH 4/7] x86: Fix get_wchan() to support the ORC unwinder
` [PATCH 5/7] sched: Add wrapper for get_wchan() to keep task blocked
` [PATCH 6/7] arch: __get_wchan || STACKTRACE_SUPPORT
` [PATCH 7/7] arch: Fix STACKTRACE_SUPPORT

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-14 12:33 UTC  (59+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 02/16] x86/tdx: Get TD execution environment information via TDINFO
` [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 05/16] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
` [PATCH v5 08/16] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v5 09/16] x86/tdx: Enable shared memory confidential guest flags for TDX guest
` [PATCH v5 10/16] PCI: Consolidate pci_iomap_range(), pci_iomap_wc_range()
` [PATCH v5 11/16] asm/io.h: Add ioremap_host_shared fallback
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 13/16] PCI: Mark MSI data shared
` [PATCH v5 14/16] virtio: Use shared mappings for virtio PCI devices
` [PATCH v5 15/16] x86/tdx: Implement ioremap_host_shared for x86
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[PATCH v3 0/2] MIPS: convert to generic entry
 2021-10-14  8:56 UTC  (6+ messages)
` [PATCH v3 1/2] MIPS: convert syscall "
` [PATCH v3 2/2] MIPS: convert irq "

[PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-14  7:20 UTC  (38+ messages)
` [PATCH v1 01/10] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v1 02/10] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v1 03/10] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs
` [PATCH v1 05/10] asm-generic: Define 'funct_descr_t' to commonly describe function descriptors
` [PATCH v1 06/10] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v1 07/10] lkdtm: Force do_nothing() out of line
` [PATCH v1 08/10] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v1 09/10] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v1 10/10] lkdtm: Fix execute_[user]_location()

[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-14  6:52 UTC  (15+ messages)
` [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h
` [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry'
` [PATCH v2 03/13] powerpc: Remove func_descr_t
` [PATCH v2 04/13] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v2 05/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
` [PATCH v2 07/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v2 09/13] lkdtm: Force do_nothing() out of line
` [PATCH v2 10/13] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection

[PATCH V5 00/22] arch: Add basic LoongArch support
 2021-10-14  3:01 UTC  (25+ messages)
` [PATCH V5 01/22] Documentation: LoongArch: Add basic documentations
` [PATCH V5 02/22] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V5 03/22] LoongArch: Add elf-related definitions
` [PATCH V5 04/22] LoongArch: Add writecombine support for drm
` [PATCH V5 05/22] LoongArch: Add build infrastructure
` [PATCH V5 06/22] LoongArch: Add CPU definition headers
` [PATCH V5 07/22] LoongArch: Add atomic/locking headers
` [PATCH V5 08/22] LoongArch: Add other common headers
` [PATCH V5 09/22] LoongArch: Add boot and setup routines
` [PATCH V5 10/22] LoongArch: Add exception/interrupt handling
` [PATCH V5 11/22] LoongArch: Add process management
` [PATCH V5 12/22] LoongArch: Add memory management
` [PATCH V5 13/22] LoongArch: Add system call support
` [PATCH V5 14/22] LoongArch: Add signal handling support
  ` [PATCH V5 15/22] LoongArch: Add elf and module support
  ` [PATCH V5 16/22] LoongArch: Add misc common routines
  ` [PATCH V5 17/22] LoongArch: Add some library functions
  ` [PATCH V5 18/22] LoongArch: Add PCI controller support
  ` [PATCH V5 19/22] LoongArch: Add VDSO and VSYSCALL support
  ` [PATCH V5 20/22] LoongArch: Add multi-processor (SMP) support
  ` [PATCH V5 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support
  ` [PATCH V5 22/22] LoongArch: Add Loongson-3 default config file

[PATCH 0/4] x86: Various clean-ups in support of FGKASLR
 2021-10-14  0:29 UTC  (7+ messages)
` [PATCH 1/4] x86/tools/relocs: Support >64K section headers
` [PATCH 2/4] x86/boot: Allow a "silent" kaslr random byte fetch
` [PATCH 3/4] x86/boot/compressed: Avoid duplicate malloc() implementations
` [PATCH 4/4] vmlinux.lds.h: Have ORC lookup cover entire _etext - _stext

[PATCH v4] aio: Add support for the POLLFREE
 2021-10-13 20:36 UTC  (3+ messages)

[PATCH v2 0/2] MIPS: convert to generic entry
 2021-10-13 15:00 UTC  (6+ messages)

[PATCH V7 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-13 14:24 UTC  (6+ messages)
` [PATCH V7 5/9] x86/sev-es: Expose __sev_es_ghcb_hv_call() to call ghcb hv call out of sev code

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-11 17:42 UTC  (3+ messages)

[PATCH 0/1] Arch use of pci_dev_is_added()
 2021-10-11 12:06 UTC  (2+ messages)

[PATCH] tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
 2021-10-10 14:33 UTC  (5+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 7efbbe6e141466dbe022b39fafbc81d17a8ed8be
 2021-10-09  3:44 UTC 

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-10-08 22:13 UTC  (2+ messages)

[GIT PULL] asm-generic: build fixes for v5.15
 2021-10-08 20:26 UTC  (2+ messages)

[PATCH v4 0/3] riscv: optimized mem* functions
 2021-10-08  1:39 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 NNTP newsgroup(s).