linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-20 23:08 UTC  (27+ messages)
` [PATCH Part2 v6 01/49] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v6 04/49] x86/sev: set SYSCFG.MFMD
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 08/49] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v6 11/49] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 15/49] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 v6 16/49] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v6 18/49] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v6 19/49] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 v6 20/49] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v6 21/49] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v6 22/49] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 v6 23/49] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 v6 24/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v6 25/49] KVM: SVM: Disallow registering memory range from HugeTLB for SNP guest
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v3] Documentation: highmem: Use literal block for code example in highmem.h comment
 2022-06-20 21:44 UTC  (2+ messages)

[PATCH v2 0/3] A few cleanup and fixup patches for swap
 2022-06-20 21:36 UTC  (17+ messages)
` [PATCH v2 1/3] mm/swapfile: make security_vm_enough_memory_mm() work as expected
` [PATCH v2 2/3] mm/swapfile: fix possible data races of inuse_pages
` [PATCH v2 3/3] mm/swap: remove swap_cache_info statistics

[PATCH] mm: page_alloc: validate buddy page before using
 2022-06-20 20:31 UTC  (15+ messages)
` [PATCH 5.15] mm: "

mm/madvise.c:1438:6: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
 2022-06-20 19:14 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH v4 bpf-next 0/8] bpf_prog_pack followup
 2022-06-20 18:31 UTC  (4+ messages)

[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
 2022-06-20 17:27 UTC  (2+ messages)

gfs2 is unhappy on pagecache/for-next
 2022-06-20 17:20 UTC  (4+ messages)

[linux-next:master 1542/4317] irq-xilinx-intc.c:undefined reference to `of_iomap'
 2022-06-20 17:15 UTC 

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-20 16:57 UTC  (3+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-06-20 16:14 UTC  (41+ messages)
` [PATCH v4 01/34] lib/printbuf: New data structure for printing strings
` [PATCH v4 08/34] lib/printbuf: Tabstops, indenting
` [PATCH v4 09/34] lib/printbuf: Unit specifiers
` [PATCH v4 10/34] lib/pretty-printers: prt_string_option(), prt_bitflags()
` [PATCH v4 11/34] vsprintf: Improve number()
` [PATCH v4 12/34] vsprintf: prt_u64_minwidth(), prt_u64()
` [PATCH v4 13/34] test_printf: Drop requirement that sprintf not write past nul
` [PATCH v4 14/34] vsprintf: Start consolidating printf_spec handling
` [PATCH v4 15/34] vsprintf: Refactor resource_string()
` [PATCH v4 16/34] vsprintf: Refactor fourcc_string()
` [PATCH v4 17/34] vsprintf: Refactor ip_addr_string()
` [PATCH v4 18/34] vsprintf: Refactor mac_address_string()
` [PATCH v4 19/34] vsprintf: time_and_date() no longer takes printf_spec
` [PATCH v4 20/34] vsprintf: flags_string() "
` [PATCH v4 21/34] vsprintf: Refactor device_node_string, fwnode_string
` [PATCH v4 22/34] vsprintf: Refactor hex_string, bitmap_string_list, bitmap_string
` [PATCH v4 23/34] Input/joystick/analog: Convert from seq_buf -> printbuf
` [PATCH v4 24/34] mm/memcontrol.c: Convert to printbuf
` [PATCH v4 25/34] clk: tegra: bpmp: "
` [PATCH v4 26/34] tools/testing/nvdimm: "
` [PATCH v4 27/34] powerpc: "
` [PATCH v4 28/34] x86/resctrl: "
` [PATCH v4 29/34] PCI/P2PDMA: "
` [PATCH v4 30/34] tracing: trace_events_synth: "
` [PATCH v4 31/34] d_path: prt_path()
` [PATCH v4 32/34] ACPI/APEI: Add missing include
` [PATCH v4 33/34] tracing: Convert to printbuf
` [PATCH v4 34/34] Delete seq_buf

[RFC PATCH 0/1] stackdepot hash table autosizing
 2022-06-20 15:02 UTC  (6+ messages)
` [RFC PATCH 1/1] lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing
` [PATCH] "

[GIT PULL] slab fixes for 5.19
 2022-06-20 14:44 UTC  (2+ messages)

[PATCH -next v5 0/8]arm64: add machine check safe support
 2022-06-20 14:26 UTC  (21+ messages)
` [PATCH -next v5 2/8] arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO
` [PATCH -next v5 6/8] arm64: add support for machine check error safe
` [PATCH -next v5 7/8] arm64: add uaccess to machine check safe

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-20 14:16 UTC  (9+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v5 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-20 14:15 UTC  (5+ messages)
` [PATCH v5 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v5 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory

[PATCH] mm: Fix serialization adding transparent huge pages to page cache
 2022-06-20 13:56 UTC  (3+ messages)

[PATCH 00/32] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-06-20 13:39 UTC  (21+ messages)
` [PATCH 01/32] kasan: check KASAN_NO_FREE_META in __kasan_metadata_size
` [PATCH 02/32] kasan: rename kasan_set_*_info to kasan_save_*_info
` [PATCH 03/32] kasan: move is_kmalloc check out of save_alloc_info
` [PATCH 04/32] kasan: split save_alloc_info implementations
` [PATCH 05/32] kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH 07/32] kasan: introduce kasan_get_alloc_track
` [PATCH 08/32] kasan: introduce kasan_init_object_meta
` [PATCH 09/32] kasan: clear metadata functions for tag-based modes
` [PATCH 19/32] kasan: pass tagged pointers to kasan_save_alloc/free_info
` [PATCH 31/32] kasan: implement stack ring for tag-based modes

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-20 12:23 UTC  (9+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support

[PATCH] filemap: obey mapping->invalidate_lock lock/unlock order
 2022-06-20 12:14 UTC  (7+ messages)

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-06-20 11:57 UTC  (14+ messages)

[PATCH] mm: rmap: Simplify the hugetlb handling when unmapping or migration
 2022-06-20 11:47 UTC 

[PATCH] LoongArch: Add sparse memory vmemmap support
 2022-06-20 11:26 UTC  (4+ messages)

[syzbot] BUG: sleeping function called from invalid context in __vmalloc_node_range
 2022-06-20 11:24 UTC  (2+ messages)

[PATCH] mm: fix racing of vb->va when kasan enabled
 2022-06-20 11:23 UTC  (6+ messages)

[PATCH 4.9] mm: page_alloc: validate buddy page before using
 2022-06-20 10:17 UTC  (4+ messages)

[PATCH 0/3] Fixes for 5.19b
 2022-06-20 10:15 UTC  (7+ messages)
` [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed
` [PATCH 2/3] filemap: Handle sibling entries in filemap_get_read_batch()
` [PATCH 3/3] mm: Clear page->private when splitting or migrating a page

[PATCH v6 00/13] mm/demotion: Memory tiers and demotion
 2022-06-20  9:18 UTC  (2+ messages)

[PATCH] mm/filemap.c: Always read one page in do_sync_mmap_readahead()
 2022-06-20  9:06 UTC  (4+ messages)

[PATCH v4 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-20  9:05 UTC  (11+ messages)
` [PATCH v4 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v4 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory

[PATCH v2] mm/smaps: add Pss_Dirty
 2022-06-20  8:15 UTC  (2+ messages)

[RFC 0/2] CPA improvements
 2022-06-20  8:08 UTC  (6+ messages)
` [RFC 1/2] x86/mm/cpa: always fail when user address is passed

[PATCH] mm, docs: fix comments that mention mem_hotplug_end()
 2022-06-20  7:15 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v5 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-06-20  7:14 UTC  (7+ messages)
` [PATCH v5 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v5 08/11] mm: memcontrol: introduce memcg_reparent_ops

[PATCH V3 0/2] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-20  6:43 UTC  (16+ messages)
` [PATCH V3 1/2] mm/mmap: Restrict generic protection_map[] array visibility
` [PATCH V3 2/2] mm/mmap: Drop generic protection_map[] array

[PATCH] mm: stricter check on THP migration entry
 2022-06-20  6:38 UTC  (3+ messages)

[Bug report] fstests g/465 panic on NFS over XFS (linux v5.19-rc2+)
 2022-06-20  6:21 UTC 

[PATCH -V3 0/3] memory tiering: hot page selection
 2022-06-20  3:24 UTC  (3+ messages)

[PATCH] mm: sparsemem: fix missing higher order allocation splitting
 2022-06-20  2:30 UTC 

[linux-next:master 3429/4317] ERROR: modpost: "qcom_smem_get" [drivers/soc/qcom/socinfo.ko] undefined!
 2022-06-20  2:10 UTC 

[PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
 2022-06-20  1:54 UTC  (14+ messages)

[PATCH] mm/madvise: minor cleanup for swapin_walk_pmd_entry()
 2022-06-20  1:37 UTC  (3+ messages)

[PATCH] ceph: switch back to testing for NULL folio->private in ceph_dirty_folio
 2022-06-20  1:30 UTC  (2+ messages)

[PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
 2022-06-20  0:53 UTC  (2+ messages)

[RFC PATCH v2 0/5] userfaultfd: support access/write hints
 2022-06-19 23:34 UTC  (6+ messages)
` [RFC PATCH v2 1/5] userfaultfd: introduce uffd_flags
` [RFC PATCH v2 2/5] userfaultfd: introduce access-likely mode for copy/wp operations
` [RFC PATCH v2 3/5] userfaultfd: introduce write-likely "
` [RFC PATCH v2 4/5] userfaultfd: zero access/write hints
` [RFC PATCH v2 5/5] selftest/userfaultfd: test read/write hints

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox