linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-30 16:10:13 to 2022-01-31 20:54:46 UTC [more...]

[PATCH v3 0/4] mm/page_owner: Extend page_owner to show memcg information
 2022-01-31 20:54 UTC  (11+ messages)
` [PATCH v3 1/4] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v3 2/4] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
` [PATCH v3 3/4] mm/page_owner: Print memcg information
` [PATCH v3 4/4] mm/page_owner: Record task command name

[PATCH v1 1/1] mm/gup: skip pinnable check for refs==1
 2022-01-31 20:49 UTC  (2+ messages)

[PATCH v5 0/4] page table check fixes and cleanups
 2022-01-31 20:39 UTC  (6+ messages)
` [PATCH v5 1/4] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH v5 2/4] mm/page_table_check: use unsigned long for page counters and cleanup
` [PATCH v5 3/4] mm/khugepaged: unify collapse pmd clear, flush and free
` [PATCH v5 4/4] mm/page_table_check: check entries at pmd levels

[RFC] Missing compound_head() in memory-failure
 2022-01-31 20:29 UTC 

[PATCH v4 0/4] page table check fixes and cleanups
 2022-01-31 20:16 UTC  (4+ messages)
` [PATCH v4 4/4] mm/page_table_check: check entries at pmd levels

[PATCH 0/4] mm/gup: some cleanups
 2022-01-31 20:01 UTC  (12+ messages)
` [PATCH 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups
` [PATCH 2/4] mm/gup: clean up follow_pfn_pte() slightly
` [PATCH 3/4] mm/gup: remove unused pin_user_pages_locked()
` [PATCH 4/4] mm/gup: remove get_user_pages_locked()

[linux-next:master 2907/2969] drivers/gpu/drm/i915/i915_gem_evict.h:15:15: error: declaration of 'struct i915_gem_ww_ctx' will not be visible outside of this function
 2022-01-31 19:54 UTC 

[PATCH v5 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-31 19:48 UTC  (6+ messages)
` [PATCH v5 01/10] mm: add zone device coherent type memory support
` [PATCH v5 02/10] mm: add device coherent vma selection for memory migration
  ` [PATCH] "

[PATCHv3 1/7] mm: Add support for unaccepted memory
 2022-01-31 19:30 UTC  (6+ messages)
` [PATCHv3.1 "
` [PATCHv3.1 5/7] x86/mm: Reserve unaccepted memory bitmap

[PATCH 0/4] Assorted improvements to usercopy
 2022-01-31 19:27 UTC  (6+ messages)
` [PATCH 3/4] mm/usercopy: Detect large folio overruns
` [PATCH 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN

[PATCH] mm/hwpoison: Check the subpage, not the head page
 2022-01-31 19:24 UTC  (6+ messages)

[PATCH v2 0/3] mm/page_owner: Extend page_owner to show memcg information
 2022-01-31 19:01 UTC  (23+ messages)
` [PATCH v2 1/3] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v2 2/3] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check
` [PATCH v2 3/3] mm/page_owner: Dump memcg information

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-01-31 19:00 UTC  (3+ messages)

userfaultfd: usability issue due to lack of UFFD events ordering
 2022-01-31 18:47 UTC  (10+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-01-31 18:45 UTC  (39+ messages)
` [PATCH 01/35] Documentation/x86: Add CET description
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap()
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers
` [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack
` [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack
` [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions
` [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test
` [PATCH 34/35] x86/cet/shstk: Support wrss for userspace
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH v2 00/35] Speculative page faults
 2022-01-31 18:04 UTC  (13+ messages)
` [PATCH v2 03/35] mmap locking API: name the return values
` [PATCH v2 12/35] mm: separate mmap locked assertion from find_vma
` [PATCH v2 22/35] percpu-rwsem: enable percpu_sem destruction in atomic context
` [PATCH v2 33/35] arm64/mm: attempt speculative mm faults first

[PATCH 0/3] mm, memcg: Miscellaneous cleanups
 2022-01-31 18:00 UTC  (11+ messages)
` [PATCH 1/3] mm, memcg: Don't put offlined memcg into local stock

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-31 17:41 UTC  (4+ messages)
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-31 17:13 UTC  (7+ messages)
  ` [fs/exec] 80bd5afdd8: xfstests.generic.633.fail

[PATCH v3 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-01-31 16:29 UTC  (10+ messages)
` [PATCH v3 1/9] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [PATCH v3 2/9] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [PATCH v3 3/9] mm: slightly clarify KSM logic in do_swap_page()
` [PATCH v3 4/9] mm: streamline COW "
` [PATCH v3 5/9] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [PATCH v3 6/9] mm/khugepaged: remove reuse_swap_page() usage
` [PATCH v3 7/9] mm/swapfile: remove stale reuse_swap_page()
` [PATCH v3 8/9] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [PATCH v3 9/9] mm/huge_memory: remove stale locking logic from __split_huge_pmd()

[PATCH 00/16] Introduce memblock simulator
 2022-01-31 16:26 UTC  (12+ messages)
` [PATCH 07/16] tools/include: Add io.h stub

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-31 16:15 UTC  (3+ messages)

[PATCH v3 0/5] Fix some cache flush bugs
 2022-01-31 16:02 UTC  (6+ messages)
` [PATCH v3 1/5] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [PATCH v3 2/5] mm: fix missing cache flush for all tail pages of compound page
` [PATCH v3 3/5] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [PATCH v3 4/5] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [PATCH v3 5/5] mm: replace multiple dcache flush with flush_dcache_folio()

[linux-next:master 2083/2969] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:2067:22: warning: variable 'p' set but not used
 2022-01-31 15:50 UTC 

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-31 15:06 UTC  (4+ messages)
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object

[PATCH v3 1/1] mm/vmalloc: Move draining areas out of caller context
 2022-01-31 14:40 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 8bc354fa93b22ec6ec2817ab59dab189870bf356
 2022-01-31 13:40 UTC 

[PATCH 0/3] remove dependence of inode_congested()
 2022-01-31 13:15 UTC  (11+ messages)
` [PATCH 1/3] fuse: remove reliance on bdi congestion
` [PATCH 3/3] ceph: "
` [PATCH 2/3] nfs: "

[PATCH] memblock: Remove unused io.h include
 2022-01-31 12:17 UTC 

[PATCH v1 0/2] drivers/base/memory: determine and store zone for single-zone memory blocks
 2022-01-31 11:42 UTC  (8+ messages)
` [PATCH v1 1/2] drivers/base/node: rename link_mem_sections() to register_memory_block_under_node()
` [PATCH v1 2/2] drivers/base/memory: determine and store zone for single-zone memory blocks

[PATCH] mm/memory_hotplug: build zonelist for managed_zone
 2022-01-31 10:53 UTC  (7+ messages)

[PATCH 2/6] mm: handle uninitialized numa nodes gracefully
 2022-01-31 10:34 UTC 

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-01-31  9:41 UTC  (5+ messages)

[PATCH v1] drivers/base/memory: add memory block to memory group after registration succeeded
 2022-01-31  5:52 UTC  (2+ messages)

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-01-31  3:35 UTC  (6+ messages)
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices

[PATCH] m68k: mm: Remove check for VM_IO to fix deferred I/O
 2022-01-31  2:21 UTC  (2+ messages)

[PATCH 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
 2022-01-31  1:47 UTC  (2+ messages)

[linux-stable-rc:linux-4.4.y 6439/9999] include/asm-generic/bug.h:159:2: error: implicit declaration of function 'no_printk'; did you mean 'printk'?
 2022-01-30 22:28 UTC 

[linux-next:master 1830/2855] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: linux/pci.h is included more than once
 2022-01-30 20:13 UTC 


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