linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 15:20:54 to 2021-08-21 18:48:30 UTC [more...]

[PATCH v14 000/138] Memory folios
 2021-08-21 18:48 UTC  (3+ messages)
` [PATCH v14 112/138] mm/filemap: Convert filemap_get_read_batch to use folios

[linux-next:master 9509/9522] drivers/char/tpm/tpm_ibmvtpm.c:366:30: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-21 16:41 UTC 

[PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
 2021-08-21 16:27 UTC  (7+ messages)

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-21 12:45 UTC  (25+ messages)
                    ` Removing Mandatory Locks

[PATCH 0/3] Cleanup and fixups for memory hotplug
 2021-08-21  9:42 UTC  (4+ messages)
` [PATCH 1/3] mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code
` [PATCH 2/3] mm/memory_hotplug: fix potential permanent lru cache disable
` [PATCH 3/3] mm/memory_hotplug: make HWPoisoned dirty swapcache pages unmovable

[syzbot] general protection fault in unlink_anon_vmas (2)
 2021-08-21  8:44 UTC 

[PATCH v3 0/4] Some cleanup for page migration
 2021-08-21  7:54 UTC  (5+ messages)
` [PATCH v3 1/4] mm: migrate: Simplify the file-backed pages validation when migrating its mapping
` [PATCH v3 2/4] mm: migrate: Introduce a local variable to get the number of pages
` [PATCH v3 3/4] mm: migrate: Fix the incorrect function name in comments
` [PATCH v3 4/4] mm: migrate: Change to use bool type for 'page_was_mapped'

[linux-next:master 1105/9522] include/linux/swiotlb.h:172:57: warning: unused parameter 'dev'
 2021-08-21  6:42 UTC 

[PATCH v2 0/3] More machine check recovery fixes
 2021-08-21  4:51 UTC  (8+ messages)
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery

[linux-next:master 6683/9522] ERROR: modpost: "fill_imix_distribution" [net/core/pktgen.ko] undefined!
 2021-08-21  2:15 UTC 

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-20 23:46 UTC  (19+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH RESEND v6 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH RESEND v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH RESEND v6 6/9] xfs: Implement ->notify_failure() for XFS
` [PATCH RESEND v6 7/9] dm: Introduce ->rmap() to find bdev offset

COW in userspace
 2021-08-20 23:12 UTC  (2+ messages)

[PATCH v2] mm, hugepages: add mremap() support for hugepage backed vma
 2021-08-20 21:00 UTC  (4+ messages)

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-20 20:25 UTC  (4+ messages)

[PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-20 19:45 UTC  (5+ messages)
` [PATCH v3 1/2] fs: warn about impending deprecation of mandatory locks
` [PATCH v3 2/2] fs: remove mandatory file locking support

[PATCH] mm/secretmem: use refcount_t instead of atomic_t
 2021-08-20 19:40 UTC  (5+ messages)

[linux-next:master 6632/9522] include/linux/pm_opp.h:458:58: warning: unused parameter 'dev'
 2021-08-20 19:30 UTC 

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-20 19:12 UTC  (12+ messages)

[v2 PATCH 1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-08-20 18:40 UTC  (4+ messages)
` [v2 PATCH 3/3] mm: hwpoison: dump page for unhandlable page

[PATCH] mm: in_irq() cleanup
 2021-08-20 18:40 UTC  (2+ messages)

[REMINDER] LSF/MM/BPF: 2021: Cancellation announcement
 2021-08-20 18:35 UTC 

[PATCH v29 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-20 18:22 UTC  (11+ messages)
` [PATCH v29 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v29 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v29 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v29 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v29 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v29 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v29 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v29 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v29 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v29 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-20 18:12 UTC  (33+ messages)
` [PATCH v29 01/32] Documentation/x86: Add CET description
` [PATCH v29 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v29 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v29 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v29 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v29 06/32] x86/cet: Add control-protection fault handler
` [PATCH v29 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v29 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v29 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v29 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v29 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v29 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v29 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v29 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v29 18/32] mm: Add guard pages around a shadow stack
` [PATCH v29 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v29 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v29 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v29 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v29 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v29 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v29 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v29 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v29 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v29 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v29 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v29 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v2 10/61] kernel/fork: Use maple tree for dup_mmap() during forking
 2021-08-20 17:45 UTC  (2+ messages)

[PATCH] mm: Export PageHeadHuge()
 2021-08-20 17:35 UTC  (2+ messages)

[linux-next:master 8854/9522] arch/x86/kvm/mmu/mmu.c:3641:1: warning: unused label 'err_pml5'
 2021-08-20 17:26 UTC 

[PATCH] mm/rmap: Convert from atomic_t to refcount_t on anon_vma->refcount
 2021-08-20 17:26 UTC  (11+ messages)

[PATCH v3 0/2] add KSM performance tests
 2021-08-20 17:20 UTC  (7+ messages)
` [PATCH v3 1/2] selftests: vm: add KSM merging time test
` [PATCH v3 2/2] selftests: vm: add COW time test for KSM pages

[syzbot] WARNING in split_huge_page_to_list
 2021-08-20 16:48 UTC 

[linux-stable-rc:linux-5.10.y 3189/3969] drivers/scsi/qla4xxx/ql4_nx.c:3239:6: warning: stack frame size (2320) exceeds limit (2048) in function 'qla4_8xxx_get_minidump'
 2021-08-20 16:45 UTC 

[PATCH v2 0/2] fs: remove support for mandatory locking
 2021-08-20 16:08 UTC  (7+ messages)
` [PATCH v2 1/2] fs: warn about impending deprecation of mandatory locks

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-20 15:59 UTC  (46+ messages)
` [PATCH Part2 v5 01/45] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 v5 02/45] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v5 03/45] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v5 06/45] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v5 07/45] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v5 09/45] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v5 10/45] crypto: ccp: shutdown SEV firmware on kexec
` [PATCH Part2 v5 11/45] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v5 12/45] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v5 13/45] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v5 15/45] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v5 18/45] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v5 19/45] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 v5 20/45] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v5 21/45] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v5 22/45] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 v5 24/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v5 28/45] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH Part2 v5 29/45] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [PATCH Part2 v5 30/45] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX and SNP
` [PATCH Part2 v5 31/45] KVM: x86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 v5 32/45] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH Part2 v5 33/45] KVM: x86: Update page-fault trace to log full 64-bit error code
` [PATCH Part2 v5 34/45] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [PATCH Part2 v5 35/45] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v5 36/45] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 38/45] KVM: SVM: Add support to handle "
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH Part2 v5 40/45] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 v5 41/45] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 v5 42/45] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v5 43/45] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 v5 44/45] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH Part2 v5 45/45] KVM: SVM: Add module parameter to enable the SEV-SNP

[linux-next:master 8817/9522] drivers/net/can/rcar/rcar_canfd.c:1185:0: warning: Redundant assignment of 'priv' to itself. [selfAssignment]
 2021-08-20 15:49 UTC 

[linux-next:master 8440/9522] ERROR: modpost: "topology_set_thermal_pressure" [drivers/cpufreq/qcom-cpufreq-hw.ko] undefined!
 2021-08-20 15:45 UTC 

[PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
 2021-08-20 15:44 UTC  (4+ messages)

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-20 15:41 UTC  (4+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-20 15:19 UTC  (38+ messages)
` [PATCH Part1 v5 02/38] x86/sev: Shorten GHCB terminate macro names
` [PATCH Part1 v5 03/38] x86/sev: Get rid of excessive use of defines
` [PATCH Part1 v5 04/38] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH Part1 v5 05/38] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 v5 06/38] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 v5 07/38] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 v5 08/38] x86/sev: Check SEV-SNP features support
` [PATCH Part1 v5 09/38] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 v5 10/38] x86/sev: Check the vmpl level
` [PATCH Part1 v5 11/38] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 v5 12/38] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 v5 13/38] x86/sev: "
` [PATCH Part1 v5 14/38] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 v5 15/38] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 v5 16/38] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 18/38] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH Part1 v5 19/38] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 v5 20/38] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 v5 21/38] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 v5 22/38] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 v5 24/38] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 v5 25/38] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 v5 26/38] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 v5 27/38] x86/boot: Add Confidential Computing type to setup_data
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 29/38] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device
` [PATCH Part1 v5 36/38] virt: Add SEV-SNP guest driver
` [PATCH Part1 v5 37/38] virt: sevguest: Add support to derive key
` [PATCH Part1 v5 38/38] virt: sevguest: Add support to get extended report


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