linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 00:59:59 to 2023-01-26 09:21:20 UTC [more...]

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26  9:19 UTC  (26+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH v5 00/39] Shadow stacks for userspace
 2023-01-26  8:57 UTC  (54+ messages)
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 16/39] x86/mm: Check shadow stack page fault errors
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v5 25/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v5 26/39] x86: Introduce userspace API for shadow stack
` [PATCH v5 27/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v5 29/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v5 31/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v5 32/39] x86/shstk: Support WRSS for userspace
` [PATCH v5 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v5 39/39] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v1 0/5] gpio: First attempt to clean up headers
 2023-01-26  8:42 UTC  (9+ messages)
` [PATCH v1 1/5] gpiolib: fix linker errors when GPIOLIB is disabled
` [PATCH v1 2/5] gpio: Drop unused forward declaration from driver.h
` [PATCH v1 3/5] gpio: Deduplicate forward declarations in consumer.h
` [PATCH v1 4/5] gpio: Group "
` [PATCH v1 5/5] gpio: Clean up headers

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-26  8:20 UTC  (7+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-26  2:23 UTC  (55+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 03/31] Documentation: Add binding for kalray,kv3-1-apic-gic
` [RFC PATCH v2 04/31] Documentation: Add binding for kalray,kv3-1-apic-mailbox
` [RFC PATCH v2 05/31] Documentation: Add binding for kalray,coolidge-itgen
` [RFC PATCH v2 06/31] Documentation: Add binding for kalray,kv3-1-ipi-ctrl
` [RFC PATCH v2 07/31] Documentation: Add binding for kalray,kv3-1-pwr-ctrl
` [RFC PATCH v2 08/31] kvx: Add ELF-related definitions
` [RFC PATCH v2 09/31] kvx: Add build infrastructure
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 13/31] kvx: Add boot and setup routines
` [RFC PATCH v2 14/31] kvx: Add exception/interrupt handling
` [RFC PATCH v2 15/31] irqchip: Add irq-kvx-apic-gic driver
` [RFC PATCH v2 16/31] irqchip: Add irq-kvx-itgen driver
` [RFC PATCH v2 17/31] irqchip: Add irq-kvx-apic-mailbox driver
` [RFC PATCH v2 18/31] irqchip: Add kvx-core-intc core interupt controller driver
` [RFC PATCH v2 19/31] kvx: Add process management
` [RFC PATCH v2 21/31] kvx: Add system call support
` [RFC PATCH v2 22/31] kvx: Add signal handling support
` [RFC PATCH v2 23/31] kvx: Add ELF relocations and module support
` [RFC PATCH v2 24/31] kvx: Add misc common routines
` [RFC PATCH v2 25/31] kvx: Add some library functions
` [RFC PATCH v2 26/31] kvx: Add multi-processor (SMP) support
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [RFC PATCH v2 28/31] kvx: Add debugging related support
` [RFC PATCH v2 29/31] kvx: Add support for cpuinfo
` [RFC PATCH v2 30/31] kvx: Add power controller driver
` [RFC PATCH v2 31/31] kvx: Add IPI driver
  ` [RFC PATCH v2 20/31] kvx: Add memory management

KASAN: slab-out-of-bounds Read in ntfs_test_inode
 2023-01-25 23:59 UTC 

[PATCH v2] nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE
 2023-01-25 20:54 UTC  (2+ messages)

Broken Address Dependency in mm/ksm.c::cmp_and_merge_page()
 2023-01-25 20:39 UTC  (8+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-25 16:01 UTC  (32+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-25 15:10 UTC  (8+ messages)

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-25 14:55 UTC  (5+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH v5 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-25 11:42 UTC  (5+ messages)
` [PATCH v5 1/2] riscv: Get rid of riscv_pfn_base variable
` [PATCH v5 2/2] riscv: Use PUD/P4D/PGD pages for the linear mapping

[PATCH v6 0/5] shoot lazy tlbs
 2023-01-24  3:16 UTC  (10+ messages)
` [PATCH v6 2/5] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v6 3/5] lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-23 15:30 UTC  (19+ messages)
` [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V3 02/16] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 04/16] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V3 05/16] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V3 11/16] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path
` [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests
` [RFC PATCH V3 15/16] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths "

[RFC PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
 2023-01-20 16:08 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/ptshare: Add vm flag for shared PTE
  ` [RFC RESEND "
` [RFC PATCH 2/2] mm/ptshare: Create a new mm for shared pagetables and add basic page table sharing support
  ` [RFC RESEND "
` [RFC RESEND PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-20 12:42 UTC  (5+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-20  9:56 UTC  (3+ messages)
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()


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