messages from 2023-01-22 02:46:37 to 2023-01-29 12:43:11 UTC [more...]
[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-01-29 12:42 UTC
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-29 11:50 UTC (36+ 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 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 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [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
[PATCH v5 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
2023-01-28 14:58 UTC (8+ 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 v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-28 14:00 UTC (31+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
2023-01-28 10:13 UTC (11+ messages)
[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-01-28 9:02 UTC (10+ 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
[PATCH v5 00/39] Shadow stacks for userspace
2023-01-28 0:51 UTC (38+ messages)
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 18/39] mm: Handle faultless write upgrades for shstk
` [PATCH v5 23/39] mm: Don't allow write GUPs to shadow stack memory
[PATCH] locking/atomic: atomic: Use arch_atomic_{read,set} in generic atomic ops
2023-01-27 22:09 UTC (5+ messages)
[PATCH 15/35] Documentation: litmus-tests: correct spelling
2023-01-27 14:59 UTC (3+ messages)
[PATCH] sh: define RUNTIME_DISCARD_EXIT
2023-01-27 13:56 UTC
[PATCH -next V15 0/7] riscv: Add GENERIC_ENTRY support
2023-01-27 9:15 UTC (12+ messages)
` [PATCH -next V15 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V15 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V15 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V15 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V15 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V15 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V15 7/7] riscv: entry: Consolidate general regs saving/restoring
[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
2023-01-26 20:07 UTC (12+ messages)
[PATCH v2 0/6] introduce vm_flags modifier functions
2023-01-26 17:07 UTC (34+ 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 v1 0/5] gpio: First attempt to clean up headers
2023-01-26 14:10 UTC (23+ 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 resend] iopoll: Call cpu_relax() in busy loops
2023-01-26 12:07 UTC (3+ messages)
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 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 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 (13+ messages)
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest
` [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 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).