linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 10:31:48 to 2020-04-21 08:17:36 UTC [more...]

[PATCH 0/4] Extract DEBUG_WX to shared use
 2020-04-21  8:17 UTC  (4+ messages)
` [PATCH 1/4] mm: add DEBUG_WX support
` [PATCH 2/4] riscv: support DEBUG_WX
` [PATCH 3/4] x86: mm: use ARCH_HAS_DEBUG_WX instead of arch defined

[PATCH 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()
 2020-04-21  8:09 UTC  (6+ messages)
` [PATCH 2/2] "

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-21  7:55 UTC  (7+ messages)
` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler

[PATCH v11 00/25] Change readahead API
 2020-04-21  7:28 UTC  (6+ messages)
` [PATCH v11 19/25] erofs: Convert compressed files from readpages to readahead
` [PATCH v11 24/25] fuse: Convert "

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-04-21  7:26 UTC  (6+ messages)

[PATCH] mm, mempolicy: fix up gup usage in lookup_node
 2020-04-21  7:10 UTC 

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-21  7:09 UTC  (8+ messages)
` [PATCH 1/2] mm/mempolicy: Allow lookup_node() to handle fatal signal

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-04-21  7:02 UTC  (5+ messages)
` [PATCH v2 5/5] arm64: entry: Enable random_kstack_offset support

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-21  7:00 UTC  (35+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [PATCH v2 04/10] block: revert back to synchronous request_queue removal
` [PATCH v2 05/10] blktrace: upgrade warns to BUG_ON() on unexpected circmunstances
` [PATCH v2 06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found
` [PATCH v2 07/10] blktrace: move debugfs file creation to its own function
` [PATCH v2 08/10] blktrace: add checks for created debugfs files on setup
` [PATCH v2 09/10] block: panic if block debugfs dir is not created

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-21  6:58 UTC  (10+ messages)
` [PATCH v3 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate

[PATCH 00/10] change the implemenation of the PageHighMem()
 2020-04-21  6:49 UTC  (8+ messages)
` [PATCH 01/10] mm/page-flags: introduce PageHighMemZone()
` [PATCH 02/10] drm/ttm: separate PageHighMem() and PageHighMemZone() use case

[PATCH v5] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-21  6:44 UTC  (4+ messages)

incoming
 2020-04-21  5:43 UTC  (17+ messages)
` [patch 01/15] sh: fix build error in mm/init.c
` [patch 02/15] slub: avoid redzone when choosing freepointer location
` [patch 03/15] mm/userfaultfd: disable userfaultfd-wp on x86_32
` [patch 04/15] MAINTAINERS: add an entry for kfifo
` [patch 05/15] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
` [patch 06/15] mm, gup: return EINTR when gup is interrupted by fatal signals
` [patch 07/15] checkpatch: fix a typo in the regex for $allocFunctions
` [patch 08/15] tools/build: tweak unused value workaround
` [patch 09/15] mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
` [patch 10/15] mm/shmem: fix build without THP
` [patch 11/15] vmalloc: fix remap_vmalloc_range() bounds checks
` [patch 12/15] shmem: fix possible deadlocks on shmlock_user_lock
` [patch 13/15] mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
` [patch 14/15] coredump: fix null pointer dereference on coredump
` [patch 15/15] tools/vm: fix cross-compile build
` mmotm 2020-04-20-22-43 uploaded

[PATCH v4 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-21  5:33 UTC  (23+ messages)
` [PATCH v4 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v4 02/10] MMU notifier: use the new mmap locking API
` [PATCH v4 06/10] mmap locking API: convert nested write lock sites
` [PATCH v4 07/10] mmap locking API: add mmap_read_trylock_non_owner()
` [PATCH v4 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v4 09/10] mmap locking API: use lockdep_assert_held
` [PATCH v4 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH 0/2] mm/mmap: check mapping limits more strictly
 2020-04-21  5:29 UTC  (4+ messages)
` [PATCH 2/2] mm/mmap.c: do not allow mappings outside of allowed limits

fs/buffer.c: WARNING: alloc_page_buffers while mke2fs
 2020-04-21  5:02 UTC  (11+ messages)

[PATCH 0/6] Silence some instances of -Wtautological-compare and enable globally
 2020-04-21  4:32 UTC  (3+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-21  4:23 UTC  (10+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN

[PATCH 1/3] mm: Don't bother dropping mmap_sem for zero size readahead
 2020-04-21  4:12 UTC  (3+ messages)
` [PATCH 2/3] mm: fix long time stall from mm_populate

[PATCH] mm/filemap.c: clear page error before actual read
 2020-04-21  3:42 UTC  (2+ messages)

[PATCH V2] kmalloc_index optimization(code size & runtime stable)
 2020-04-21  3:25 UTC 

[PATCH v3] mm: Proactive compaction
 2020-04-21  3:26 UTC  (2+ messages)

Re:Re: [PATCH] kmalloc_index optimization(add kmalloc max size check)
 2020-04-21  2:53 UTC  (2+ messages)
`  "

[PATCH v1 5/6] rcu: rename kfree_call_rcu()/__kfree_rcu()
 2020-04-21  3:15 UTC 

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-21  2:49 UTC  (5+ messages)
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[PATCH 0/4] Charge loop device i/o to issuing cgroup
 2020-04-21  2:48 UTC  (7+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[PATCH V17 0/2] mm/debug: Add tests validating architecture page table helpers
 2020-04-21  2:34 UTC  (3+ messages)
` [PATCH V17 1/2] x86/mm: Define mm_p4d_folded()
` [PATCH V17 2/2] mm/debug: Add tests validating architecture page table helpers

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-21  2:22 UTC  (7+ messages)
` Writeback fixes "
  ` Writeback fixes for NFS - V2
    ` Writeback fixes for NFS - V3
      ` [PATCH 1/2 V3] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE

[PATCH] kasan: fix KASAN unit tests for tag-based KASAN
 2020-04-21  1:40 UTC 

[PATCH v2] stacktrace: cleanup inconsistent variable type
 2020-04-21  1:35 UTC 

[PATCHv4 7/8] thp: Change CoW semantics for anon-THP
 2020-04-21  0:48 UTC  (2+ messages)
` [thp] fd80f22b29: vm-scalability.median 10.3% improvement

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-21  0:06 UTC  (8+ messages)
` [PATCH v1 4/6] tlb: mmu_gather: add tlb_set_*_range APIs
` [PATCH v1 5/6] mm: tlb: Provide flush_*_tlb_range wrappers
` [PATCH v1 6/6] arm64: tlb: Set the TTL field in flush_tlb_range

[PATCH 1/4] mm/swapfile.c: found_free could be represented by (tmp < max)
 2020-04-20 23:51 UTC  (7+ messages)
` [PATCH 4/4] mm/swapfile.c: move new_cluster to check free_clusters directly
  ` [PATCH 3/4] mm/swapfile.c: compare tmp and max after trying to iterate on swap_map

[PATCH v3] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-20 23:44 UTC  (12+ messages)

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-04-20 22:11 UTC  (19+ messages)
` [PATCH 01/18] mm: fix NUMA node file count error in replace_page_cache()
` [PATCH 02/18] mm: memcontrol: fix theoretical race in charge moving
` [PATCH 03/18] mm: memcontrol: drop @compound parameter from memcg charging API
` [PATCH 04/18] mm: memcontrol: move out cgroup swaprate throttling
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
` [PATCH 06/18] mm: memcontrol: prepare uncharging for removal of private page type counters
` [PATCH 07/18] mm: memcontrol: prepare move_account "
` [PATCH 08/18] mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
` [PATCH 09/18] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
` [PATCH 10/18] mm: memcontrol: switch to native NR_ANON_MAPPED counter
` [PATCH 11/18] mm: memcontrol: switch to native NR_ANON_THPS counter
` [PATCH 12/18] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
` [PATCH 13/18] mm: memcontrol: drop unused try/commit/cancel charge API
` [PATCH 14/18] mm: memcontrol: prepare swap controller setup for integration
` [PATCH 15/18] mm: memcontrol: make swap tracking an integral part of memory control
` [PATCH 16/18] mm: memcontrol: charge swapin pages on instantiation
` [PATCH 17/18] mm: memcontrol: delete unused lrucare handling
` [PATCH 18/18] mm: memcontrol: update page->mem_cgroup stability rules

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-04-20 18:52 UTC  (6+ messages)

[PATCH v9 0/3] mm/hmm/test: add self tests for HMM
 2020-04-20 18:39 UTC  (6+ messages)
` [PATCH v9 3/3] MAINTAINERS: add HMM selftests

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-20 18:14 UTC  (16+ messages)
` [PATCH v5 02/25] iommu/sva: Manage process address spaces

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-20 17:43 UTC  (11+ messages)

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-20 17:06 UTC  (13+ messages)

IOVA allocation dependency between firmware buffer and remaining buffers
 2020-04-20 15:54 UTC 

[PATCH v2] mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
 2020-04-20 15:08 UTC  (2+ messages)

kernel BUG at include/linux/mm.h:LINE! (6)
 2020-04-20 15:06 UTC  (3+ messages)
` kernel BUG at include/linux/mm.h:699

[PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-20 14:33 UTC  (14+ messages)
` [PATCH 1/8] apparmor: just use vfs_kern_mount to make .null
` [PATCH 4/8] fs: introduce simple_new_inode
` [PATCH 6/8] simplefs: add file creation functions

[PATCH v3 00/22] Avoid IPI while updating page table entries
 2020-04-20 12:44 UTC  (21+ messages)
` [PATCH v3 01/22] powerpc/pkeys: Avoid using lockless page table walk
` [PATCH v3 02/22] powerpc/pkeys: Check vma before returning key fault error to the user
` [PATCH v3 03/22] powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
` [PATCH v3 04/22] powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
` [PATCH v3 05/22] powerpc/book3s64/hash: Use the pte_t address from the caller
` [PATCH v3 06/22] powerpc/mce: Don't reload pte val in addr_to_pfn
` [PATCH v3 07/22] powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow
` [PATCH v3 08/22] powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock
` [PATCH v3 09/22] powerpc/kvm/book3s: Add helper to walk partition scoped linux page table
` [PATCH v3 10/22] powerpc/kvm/nested: Add helper to walk nested shadow "
` [PATCH v3 11/22] powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
` [PATCH v3 12/22] powerpc/kvm/book3s: Add helper for host page table walk
` [PATCH v3 13/22] powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
` [PATCH v3 14/22] powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
` [PATCH v3 17/22] powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page
` [PATCH v3 18/22] powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpa
` [PATCH v3 19/22] powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check
` [PATCH v3 20/22] powerpc/mm/book3s64: Avoid sending IPI on clearing PMD
` [PATCH v3 21/22] mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v3 22/22] powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race

[PATCH] kmalloc_index optimization(code size & runtime stable)
 2020-04-20 13:20 UTC  (3+ messages)

BUG in mm/zswap
 2020-04-20 11:15 UTC 

[PATCH 0/3] memcg oom: bail out from the charge path if no victim found
 2020-04-20 11:10 UTC  (9+ messages)
` [PATCH 3/3] "


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