linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-01 18:04:43 to 2021-06-02 14:37:40 UTC [more...]

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-06-02 14:37 UTC  (7+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-02 14:30 UTC  (17+ messages)
` [PATCH 1/6] sched: Unbreak wakeups
` [PATCH 2/6] sched: Introduce task_is_running()
` [PATCH 3/6] sched,perf,kvm: Fix preemption condition
` [PATCH 4/6] sched: Add get_current_state()
` [PATCH 5/6] sched,timer: Use __set_current_state()
` [PATCH 6/6] sched: Change task_struct::state

[PATCH Part2 RFC v3 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-06-02 14:10 UTC  (38+ messages)
` [PATCH Part2 RFC v3 01/37] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v3 02/37] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v3 03/37] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 RFC v3 04/37] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v3 05/37] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v3 06/37] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v3 07/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v3 08/37] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v3 09/37] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 RFC v3 10/37] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v3 11/37] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 RFC v3 12/37] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 RFC v3 13/37] crypto: ccp: Shutdown SNP firmware on kexec
` [PATCH Part2 RFC v3 14/37] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v3 15/37] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v3 16/37] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 RFC v3 17/37] KVM: SVM: make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v3 18/37] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v3 19/37] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v3 20/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v3 21/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v3 22/37] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v3 23/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v3 24/37] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v3 25/37] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v3 26/37] KVM: X86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 RFC v3 27/37] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v3 28/37] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v3 29/37] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v3 30/37] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v3 31/37] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v3 32/37] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v3 33/37] KVM: X86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 RFC v3 34/37] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v3 35/37] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v3 36/37] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v3 37/37] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-02 14:04 UTC  (23+ messages)
` [PATCH Part1 RFC v3 01/22] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v3 02/22] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v3 03/22] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v3 04/22] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v3 05/22] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 07/22] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v3 10/22] x86/sev: "
` [PATCH Part1 RFC v3 11/22] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v3 12/22] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v3 13/22] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 RFC v3 14/22] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v3 15/22] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v3 16/22] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 RFC v3 17/22] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 RFC v3 18/22] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 RFC v3 19/22] x86/sev-snp: SEV-SNP AP creation support
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-02 14:03 UTC  (12+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 4/9] m68k: "
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[RFC/RFT PATCH 0/5] consolidate "System RAM" resources setup
 2021-06-02 13:54 UTC  (14+ messages)
` [RFC/RFT PATCH 1/5] s390: make crashk_res resource a child of "System RAM"
` [RFC/RFT PATCH 2/5] memblock: introduce generic memblock_setup_resources()

[RFC PATCH 0/2] Allow high order pages to be stored on PCP
 2021-06-02 13:53 UTC  (5+ messages)
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH] mm, thp: relax migration wait when failed to get tail page
 2021-06-02 13:20 UTC  (9+ messages)

[PATCH 0/1] kasan: add memory corruption identification for hardware tag-based
 2021-06-02 12:29 UTC  (6+ messages)
` [PATCH 1/1] kasan: add memory corruption identification for hardware tag-based mode

[PATCH v5 0/4] arm64: improve efficiency of setting tags for user pages
 2021-06-02 12:20 UTC  (8+ messages)
` [PATCH v5 1/4] mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
` [PATCH v5 2/4] kasan: use separate (un)poison implementation for integrated init
` [PATCH v5 3/4] arm64: mte: handle tags zeroing at page allocation time
` [PATCH v5 4/4] kasan: disable freed user page poisoning with HW tags

[PATCH v4 0/4] arm64: improve efficiency of setting tags for user pages
 2021-06-02 12:19 UTC  (5+ messages)
` [PATCH v4 2/4] kasan: use separate (un)poison implementation for integrated init

[RFC PATCH 0/3] PCI/P2PMEM: introduce pci_p2pdma_align_size API
 2021-06-02 12:14 UTC  (6+ messages)
` [PATCH 1/3] mm,memory_hotplug: export mhp min alignment
` [PATCH 2/3] PCI/P2PMEM: introduce pci_p2pdma_align_size API
` [PATCH 3/3] nvme-pci: align CMB size according to P2PMEM alignment

[linux-next:master 1932/6331] drivers/phy/ralink/phy-mt7621-pci.c:341:34: warning: unused variable 'mt7621_pci_phy_ids'
 2021-06-02 10:38 UTC  (2+ messages)

arch/h8300/kernel/setup.c:72:26: warning: Unused variable: region [unusedVariable]
 2021-06-02  9:43 UTC 

[PATCH 0/2] mm: adds MAP_NOSIGBUS extension for shmem read
 2021-06-02  9:30 UTC  (11+ messages)
` [PATCH 1/2] mm: make "vm_flags" be an u64
` [PATCH 2/2] mm: adds NOSIGBUS extension for out-of-band shmem read

[PATCH] zswap: add reclaim trigger and stat for debugging
 2021-06-02  9:27 UTC 

[PATCH] mm, tracing: Unify PFN format strings
 2021-06-02  9:26 UTC 

[RFC 0/7] Introduce memory allocation speed throttle in memcg
 2021-06-02  9:11 UTC  (4+ messages)

[PATCH 1/2] mm,memory_hotplug: align code to fit 80 characters per line
 2021-06-02  9:01 UTC  (4+ messages)
` [PATCH 2/2] mm,memory_hotplug: print the min alignment in check_pfn_span

[PATCH 00/18] arm64: MMU enabled kexec relocation
 2021-06-02  8:20 UTC  (10+ messages)
` [PATCH 03/18] arm64: hyp-stub: Move elx_sync into the vectors
` [PATCH 04/18] arm64: kernel: add helper for booted at EL2 and not VHE

[linux-next:master 5756/5946] mm/userfaultfd.c:212:6: warning: variable 'vm_alloc_shared' set but not used
 2021-06-02  8:18 UTC  (2+ messages)

[RFC PATCH V1] zram:calculate available memory when zram is used
 2021-06-02  7:44 UTC  (4+ messages)

[PATCH V2 0/6] mm/sparse: a few minor fixes and improvements
 2021-06-02  5:22 UTC  (11+ messages)
` [PATCH V2 4/6] mm: rename the global section array to mem_sections

mmotm 2021-06-01-19-57 uploaded
 2021-06-02  5:00 UTC  (3+ messages)
` mmotm 2021-06-01-19-57 uploaded (xillybus)

mm/migrate.c:1406:5: warning: stack frame size of 2096 bytes in function 'migrate_pages'
 2021-06-02  4:58 UTC  (3+ messages)
  ` [kbuild-all] "

[LSF/MM TOPIC] mmap locking topics
 2021-06-02  3:34 UTC  (3+ messages)

[PATCH] mm: free idle swap cache page after COW
 2021-06-02  3:18 UTC  (4+ messages)

[PATCH 0/7] mm/thp: fix THP splitting unmap BUGs and related
 2021-06-02  2:07 UTC  (12+ messages)
` [PATCH 1/7] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
` [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
` [PATCH 3/7] mm/thp: fix vma_address() if virtual address below file offset
` [PATCH 4/7] mm/thp: fix page_address_in_vma() on file THP tails
` [PATCH 5/7] mm/thp: fix page_vma_mapped_walk() if huge page mapped by ptes
` [PATCH 6/7] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
` [PATCH 7/7] mm/thp: remap_page() is only needed on anonymous THP

[QUESTION] arm64: mmap to the hugetlbfs with hugepagesize=512M got SIGILL
 2021-06-02  1:33 UTC  (3+ messages)

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-02  1:05 UTC  (9+ messages)
` [PATCH v1 08/11] mm/sparse-vmemmap: use hugepages for PUD "
` [PATCH v1 09/11] mm/page_alloc: reuse tail struct pages for "
` [PATCH v1 10/11] device-dax: compound pagemap support
` [PATCH v1 11/11] mm/gup: grab head page refcount once for group of subpages

[PATCH v3 0/4] slub: Print non-hashed pointers in slub debugging
 2021-06-02  1:03 UTC  (8+ messages)
` [PATCH v3 1/4] slub: Restore slub_debug=- behavior
` [PATCH v3 2/4] slub: Actually use 'message' in restore_bytes()
` [PATCH v3 3/4] slub: Indicate slab_fix() uses printf formats
` [PATCH v3 4/4] slub: Force on no_hash_pointers when slub_debug is enabled

[RFC PATCH] mm/page_reporting: Adjust threshold according to MAX_ORDER
 2021-06-02  0:03 UTC  (2+ messages)

[v3 PATCH 0/3] mm/mempolicy: some fix and semantics cleanup
 2021-06-01 23:56 UTC  (5+ messages)
` [v3 PATCH 1/3] mm/mempolicy: cleanup nodemask intersection check for oom

[PATCH v2] mm: fs: invalidate bh_lrus for only cold path
 2021-06-01 23:15 UTC  (2+ messages)

[PATCH 0/5] x86/pkeys: PKRU manipulation bug fixes and cleanups
 2021-06-01 22:49 UTC  (5+ messages)
` [PATCH 4/5] x86/pkeys: replace PKRU modification infrastructure

[LSF/MM/BPF TOPIC] The Maple Tree
 2021-06-01 22:30 UTC 

[linux-next:master 5226/5946] dtbs_check: arch/arm/boot/dts/tegra20-paz00.dt.yaml: temperature-sensor@4c: '#thermal-sensor-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
 2021-06-01 22:05 UTC 

[PATCH 00/29] Speculative page faults (anon vmas only)
 2021-06-01 20:23 UTC  (7+ messages)

[PATCH v5] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-06-01 18:59 UTC 

[PATCH v4] mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
 2021-06-01 18:05 UTC  (8+ 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).