linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-10 14:19:49 to 2021-02-11 13:25:49 UTC [more...]

possible deadlock in start_this_handle (2)
 2021-02-11 13:25 UTC  (11+ messages)

[v7 PATCH 01/12] mm: vmscan: use nid from shrink_control for tracepoint
 2021-02-11 13:10 UTC  (21+ messages)
` [v7 PATCH 02/12] mm: vmscan: consolidate shrinker_maps handling code
` [v7 PATCH 04/12] mm: vmscan: remove memcg_shrinker_map_size
` [v7 PATCH 06/12] mm: vmscan: add shrinker_info_protected() helper
` [v7 PATCH 07/12] mm: vmscan: use a new flag to indicate shrinker is registered
` [v7 PATCH 09/12] mm: vmscan: use per memcg nr_deferred of shrinker
` [v7 PATCH 12/12] mm: vmscan: shrink deferred objects proportional to priority

[PATCH V2 0/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
 2021-02-11 12:35 UTC  (13+ messages)
` [PATCH V2 1/2] "

[PATCH 0/3][v3] add support for never printing hashed addresses
 2021-02-11 12:31 UTC  (6+ messages)
` [PATCH 1/3] [v3] lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers
` [PATCH 2/3] [v3] kselftest: add support for skipped tests
` [PATCH 3/3] [v3] lib/vsprintf: debug_never_hash_pointers prints all addresses as unhashed

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-11 12:30 UTC  (18+ messages)
` [PATCH v17 07/10] "

Fwd: alloc_pages_bulk()
 2021-02-11 12:26 UTC  (8+ messages)
  ` alloc_pages_bulk()

[linux-next:master 5610/6048] drivers/hwmon/aht10.c:172 aht10_read_values() warn: inconsistent returns 'data->lock'
 2021-02-11 11:51 UTC 

[PATCH] kswapd: no need reclaim cma pages triggered by unmovable allocation
 2021-02-11 11:01 UTC  (6+ messages)

[PATCH v3 0/4] mm/gup: page unpining improvements
 2021-02-11 10:52 UTC  (15+ messages)
` [PATCH v3 1/4] mm/gup: add compound page list iterator
` [PATCH v3 2/4] mm/gup: decrement head page once for group of subpages
` [PATCH v3 3/4] mm/gup: add a range variant of unpin_user_pages_dirty_lock()
` [PATCH v3 4/4] RDMA/umem: batch page unpin in __ib_umem_release()

kernel BUG at mm/zswap.c:1275! (rc6 - git 61556703b610)
 2021-02-11 10:43 UTC  (2+ messages)

[RFC PATCH 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-11 10:40 UTC  (14+ messages)
` [RFC PATCH 1/2] mm,page_alloc: Make alloc_contig_range handle in-use hugetlb pages
` [RFC PATCH 2/2] mm,page_alloc: Make alloc_contig_range handle free "

[PATCH] The Patch fixes the missing a blank line warning
 2021-02-11 10:36 UTC  (2+ messages)
` This reply comments on the patch to "

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-11 10:28 UTC  (19+ messages)
` [RFC PATCH v3 1/2] "

Are vDSO addresses special?
 2021-02-11  9:58 UTC 

[PATCH 0/3] mm/page_alloc: Fix pageblock_order with HUGETLB_PAGE_SIZE_VARIABLE
 2021-02-11  8:37 UTC  (8+ messages)
` [PATCH 1/3] mm/page_alloc: Fix pageblock_order when HUGETLB_PAGE_ORDER >= MAX_ORDER
` [PATCH 2/3] arm64/hugetlb: Enable HUGETLB_PAGE_SIZE_VARIABLE
` [PATCH 3/3] dma-contiguous: Type cast MAX_ORDER as unsigned int

[PATCH v2] mm/hugetlb: Remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
 2021-02-11  8:12 UTC  (2+ messages)

[PATCH v1] mm, hwpoison: enable error handling on shmem thp
 2021-02-11  8:06 UTC  (2+ messages)

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-11  7:55 UTC  (12+ messages)

[PATCH v2] [RFC] Invalidate BH LRU during page migration
 2021-02-11  5:35 UTC  (2+ messages)
` [PATCH v2] [RFC] mm: fs: "

Very slow unlockall()
 2021-02-11  5:21 UTC  (11+ messages)

[PATCH v20 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-11  2:05 UTC  (38+ messages)
` [PATCH v20 01/25] Documentation/x86: Add CET description
` [PATCH v20 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v20 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v20 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v20 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v20 06/25] x86/cet: Add control-protection fault handler
` [PATCH v20 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v20 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v20 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v20 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v20 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v20 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v20 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v20 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v20 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v20 16/25] mm: Add guard pages around a shadow stack
` [PATCH v20 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v20 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v20 19/25] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v20 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v20 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v20 22/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v20 23/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v20 24/25] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v20 25/25] mm: Introduce PROT_SHSTK "

[PATCH] mm: page-writeback: simplify memcg handling in test_clear_page_writeback()
 2021-02-11  0:33 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH] mm/slub: minor coding style tweaks
 2021-02-11  0:29 UTC  (2+ messages)

[PATCH] mm/slab: minor coding style tweaks
 2021-02-11  0:28 UTC  (2+ messages)

[RFC PATCH 0/5] Add hugetlb soft dirty support
 2021-02-11  0:03 UTC  (6+ messages)
` [RFC PATCH 1/5] hugetlb: add hugetlb helpers for "
` [RFC PATCH 2/5] hugetlb: enhance hugetlb fault processing to support soft dirty
` [RFC PATCH 3/5] mm proc/task_mmu.c: add soft dirty pte checks for hugetlb
` [RFC PATCH 4/5] hugetlb: don't permit pmd sharing if soft dirty in use
` [RFC PATCH 5/5] mm proc/task_mmu.c: add hugetlb specific routine for clear_refs

[PATCH v5 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-10 23:02 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[PATCH v5 00/10] userfaultfd: add minor fault handling
 2021-02-10 22:21 UTC  (12+ messages)
` [PATCH v5 01/10] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
` [PATCH v5 02/10] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH v5 03/10] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH v5 04/10] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH v5 05/10] userfaultfd: add minor fault registration mode
` [PATCH v5 06/10] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [PATCH v5 07/10] userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
` [PATCH v5 08/10] userfaultfd: add UFFDIO_CONTINUE ioctl
` [PATCH v5 09/10] userfaultfd: update documentation to describe minor fault handling
` [PATCH v5 10/10] userfaultfd/selftests: add test exercising "

[PATCH 2/2] PCI: Revoke mappings like devmem
 2021-02-10 22:20 UTC  (2+ messages)

improving crash dump discussion
 2021-02-10 21:48 UTC 

[PATCH] PCI: Also set up legacy files only after sysfs init
 2021-02-10 21:40 UTC  (3+ messages)

incoming
 2021-02-10 19:55 UTC  (8+ messages)
` [patch 09/14] tmpfs: disallow CONFIG_TMPFS_INODE64 on alpha

[patch 13/14] mm, slub: better heuristic for number of cpus when calculating slab order
 2021-02-10 19:22 UTC  (3+ messages)

[PATCH v4 00/10] userfaultfd: add minor fault handling
 2021-02-10 19:06 UTC  (5+ messages)
` [PATCH v4 08/10] userfaultfd: add UFFDIO_CONTINUE ioctl

[PATCH 0/3][RESEND] add support for never printing hashed addresses
 2021-02-10 19:03 UTC  (17+ messages)
` [PATCH 3/3] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed

[PATCH v20 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-02-10 18:02 UTC  (8+ messages)
` [PATCH v20 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v20 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v20 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v20 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v20 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v20 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v20 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

synchronize_rcu in munmap?
 2021-02-10 16:42 UTC  (6+ messages)

[PATCH v2] mm: remove lru_add_drain_all in alloc_contig_range
 2021-02-10 16:04 UTC 

[PATCH v3] mm: cma: support sysfs
 2021-02-10 15:59 UTC  (3+ messages)

[PATCH] mm: remove lru_add_drain_all in alloc_contig_range
 2021-02-10 15:58 UTC  (7+ messages)

[PATCH] hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
 2021-02-10 15:52 UTC  (3+ messages)

[PATCH v4 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-02-10 15:39 UTC  (6+ messages)
` [PATCH v4 3/3] "

another swap/hibernate code cleanup for for-5.12/block
 2021-02-10 15:23 UTC  (2+ messages)

[PATCH v3 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-02-10 14:57 UTC  (5+ messages)
` [PATCH v3 1/8] mm: Cleanup faultaround and finish_fault() codepaths

[PATCHSET v2 0/3] Improve IOCB_NOWAIT O_DIRECT reads
 2021-02-10 14:47 UTC  (5+ 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).