linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 20:53:49 to 2020-11-07 08:25:05 UTC [more...]

[PATCH] mm: memcontrol: Assign boolean values to a bool variable
 2020-11-07  8:24 UTC 

[PATCH v7] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-11-07  6:53 UTC 

[Bug 210075] New: [Thu Nov 5 13:14:27 2020] WARNING: CPU: 4 PID: 133 at mm/page_counter.c:57 page_counter_uncharge+0x34/0x40
 2020-11-07  5:13 UTC 

[linux-next:master] BUILD REGRESSION 0a6f624a86e766a27d23cbb73c23be62231d10ff
 2020-11-07  5:07 UTC  (2+ messages)

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-07  2:50 UTC  (30+ messages)
` [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn()
` [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages
` [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags()
` [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace

[PATCH] Revert "mm/vunmap: add cond_resched() in vunmap_pmd_range"
 2020-11-07  1:59 UTC  (2+ messages)

[PATCH 0/2] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-07  1:58 UTC  (5+ messages)
` [PATCH 2/2] mm,thp,shm: limit gfp mask to no more than specified

[PATCH] mm/memcontrol:rewrite mem_cgroup_page_lruvec()
 2020-11-07  1:30 UTC  (3+ messages)

[PATCH 0/2] Increase the size of LRU pagevecs
 2020-11-07  1:21 UTC  (7+ messages)
` [PATCH 1/2] pagevec: Allow pagevecs to be different sizes

[PATCH] mm/gup_benchmark: GUP_BENCHMARK depends on DEBUG_FS
 2020-11-07  0:12 UTC  (2+ messages)

[PATCH] include/linux/huge_mm.h: remove extern keyword
 2020-11-06 23:51 UTC 

[PATCH] percpu: reduce the number of searches calculating best upa
 2020-11-06 23:33 UTC  (2+ messages)

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-11-06 23:29 UTC  (11+ messages)
` [PATCH V3 01/10] x86/pkeys: Create pkeys_common.h
` [PATCH V3 02/10] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH V3 03/10] x86/pks: Add PKS defines and Kconfig options
` [PATCH V3 04/10] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference
` [PATCH V3 06/10] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH V3 07/10] x86/fault: Report the PKRS state on fault
` [PATCH V3 08/10] x86/pks: Add PKS kernel API
` [PATCH V3 09/10] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH V3 10/10] x86/pks: Add PKS test code

[PATCH 0/5] mm: misc migrate cleanup and improvement
 2020-11-06 23:15 UTC  (14+ messages)
` [PATCH 1/5] mm: truncate_complete_page is not existed anymore
` [PATCH 2/5] mm: migrate: simplify the logic for handling permanent failure
` [PATCH 3/5] mm: migrate: skip shared exec THP for NUMA balancing
` [PATCH 4/5] mm: migrate: clean up migrate_prep{_local}
` [PATCH 5/5] mm: migrate: return -ENOSYS if THP migration is unsupported

[PATCH] mm: introduce oom_kill_disable sysctl knob
 2020-11-06 22:59 UTC  (3+ messages)

cleanup a fix and add the vma_set_file function
 2020-11-06 22:48 UTC  (4+ messages)
` [PATCH 1/2] mm: mmap: fix fput in error path v2
` [PATCH 2/2] mm: introduce vma_set_file function v5

[PATCH v40 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct
 2020-11-06 22:31 UTC  (17+ messages)
` [PATCH v40 11/24] x86/sgx: Add SGX misc driver interface

[PATCH v3 0/6] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-11-06 21:26 UTC  (17+ messages)
` [PATCH v3 1/6] mm/thp: add prep_transhuge_device_private_page()
` [PATCH v3 2/6] mm/migrate: move migrate_vma_collect_skip()
` [PATCH v3 3/6] mm: support THP migration to device private memory
` [PATCH v3 4/6] mm/thp: add THP allocation helper
` [PATCH v3 5/6] mm/hmm/test: add self tests for THP migration
` [PATCH v3 6/6] nouveau: support THP migration to private memory

[PATCH] mm, kvm: account kvm_vcpu_mmap to kmemcg
 2020-11-06 20:52 UTC  (2+ messages)

[PATCH] mm/memcg: update page struct member in comments
 2020-11-06 20:51 UTC  (3+ messages)

Regression: QCA6390 fails with "mm/page_alloc: place pages to tail in __free_pages_core()"
 2020-11-06 20:41 UTC  (4+ messages)

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-06 20:14 UTC  (11+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)

[PATCH v3 0/2] Add a seqcount between gup_fast and copy_page_range()
 2020-11-06 18:52 UTC  (6+ messages)
` [PATCH v3 1/2] mm: reorganize internal_get_user_pages_fast()
` [PATCH v3 2/2] mm: prevent gup_fast from racing with COW during fork

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-11-06 18:24 UTC  (2+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-06 17:46 UTC  (7+ messages)
` [PATCH v12 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v12 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v12 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-11-06 16:43 UTC  (6+ messages)
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "

[PATCH -V2 0/2] autonuma: Migrate on fault among multiple bound nodes
 2020-11-06 15:55 UTC  (7+ messages)
` [PATCH -V2 2/2] "

[PATCH] mm/rmap: always do TTU_IGNORE_ACCESS
 2020-11-06 15:09 UTC  (2+ messages)

[PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM
 2020-11-06 12:58 UTC  (16+ messages)

[PATCH v2 01/18] mm/filemap: Rename generic_file_buffered_read subfunctions
 2020-11-06 12:30 UTC  (15+ messages)
  ` [PATCH v2 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
        ` [PATCH 1/4] pagevec: Allow pagevecs to be different sizes
          ` [PATCH 2/4] pagevec: Increase the size of LRU pagevecs
          ` [PATCH 3/4] pagevec: Add dynamically allocated pagevecs
          ` [PATCH 4/4] mm/filemap: Use a dynamically allocated pagevec in filemap_read
  ` [PATCH v2 03/18] mm/filemap: Convert filemap_get_pages to take a pagevec
  ` [PATCH v2 09/18] mm/filemap: Change filemap_read_page calling conventions
  ` [PATCH v2 11/18] mm/filemap: Convert filemap_update_page to return an errno
  ` [PATCH v2 13/18] mm/filemap: Add filemap_range_uptodate
  ` [PATCH v2 14/18] mm/filemap: Split filemap_readahead out of filemap_get_pages
  ` [PATCH v2 15/18] mm/filemap: Restructure filemap_get_pages
  ` [PATCH v2 16/18] mm/filemap: Don't relock the page after calling readpage

[PATCH] kfence: Fix parameter description for kfence_object_start()
 2020-11-06 12:19 UTC  (2+ messages)

[PATCH v8 30/43] arm64: kasan: Allow enabling in-kernel MTE
 2020-11-06 11:46 UTC  (7+ messages)
  ` [PATCH v8 28/43] arm64: mte: Reset the page tag in page->flags

[RFC PATCH 0/2] mm: fix OOMs for binding workloads to movable zone only node
 2020-11-06 10:35 UTC  (19+ messages)

[PATCH v4 0/9] ARM: remove set_fs callers and implementation
 2020-11-06  9:36 UTC  (6+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
  ` [PATCH 2/9] ARM: traps: use get_kernel_nofault instead of set_fs()

[linux-next:master 1570/2472] mm/kasan/init.c:318:9: warning: variable 'pud' set but not used
 2020-11-06  8:53 UTC  (4+ messages)

[PATCH] memcg, oom: check memcg margin for parallel oom
 2020-11-06  8:51 UTC 

[btrfs] 500a784e5c: RIP:poll_idle
 2020-11-06  8:56 UTC 

[PATCH v21 00/19] per memcg lru lock
 2020-11-06  7:50 UTC  (8+ messages)
` [PATCH v21 06/19] mm/rmap: stop store reordering issue on page->mapping
` [PATCH v21 17/19] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v21 18/19] mm/lru: introduce the relock_page_lruvec function

[PATCH v4] mm: Fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
 2020-11-06  6:40 UTC  (2+ messages)

[PATCH] mm: account lazily freed anon pages in NR_FILE_PAGES
 2020-11-06  2:09 UTC  (5+ messages)

[PATCH v20 00/20] per memcg lru lock
 2020-11-06  1:11 UTC  (12+ messages)
` [PATCH v20 08/20] mm: page_idle_get_page() does not need lru_lock

[PATCH v11 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-05 22:24 UTC  (7+ messages)
` [PATCH v11 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v11 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v11 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v11 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-05 22:19 UTC  (3+ messages)

[RFC PATCH v2 0/4] hugetlbfs: introduce hinode_rwsem for pmd sharing synchronization
 2020-11-05 21:59 UTC  (3+ messages)
` [PATCH 0/4] hugetlbfs: use "

[PATCH v6 0/1] mmap_lock: add tracepoints around lock acquisition
 2020-11-05 21:17 UTC  (2+ messages)
` [PATCH v6 1/1] "


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