linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 01:35:18 to 2020-04-22 01:15:00 UTC [more...]

[PATCH 0/4] Charge loop device i/o to issuing cgroup
 2020-04-22  1:13 UTC  (6+ messages)
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
  ` [PATCH 4/4] loop: Charge i/o to mem and blk cg

BUG in mm/zswap
 2020-04-22  1:12 UTC  (4+ messages)

[linux-stable-rc:linux-5.4.y 1325/4536] lib/ubsan.c:422: undefined reference to `__ashrti3'
 2020-04-22  1:07 UTC 

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

[PATCH v5] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-04-22  1:01 UTC  (3+ messages)

[Patch v2 1/3] mm/swapfile.c: found_free could be represented by (tmp < max)
 2020-04-22  0:36 UTC  (4+ messages)
` [Patch v2 2/3] mm/swapfile.c: tmp is always smaller than max
` [Patch v2 3/3] mm/swapfile.c: omit a duplicate code by compare tmp and max first

[PATCH hmm 0/5] Adjust hmm_range_fault() API
 2020-04-22  0:21 UTC  (6+ messages)
` [PATCH hmm 1/5] mm/hmm: make CONFIG_DEVICE_PRIVATE into a select
` [PATCH hmm 2/5] mm/hmm: make hmm_range_fault return 0 or -1
` [PATCH hmm 3/5] drm/amdgpu: remove dead code after hmm_range_fault()
` [PATCH hmm 4/5] mm/hmm: remove HMM_PFN_SPECIAL
` [PATCH hmm 5/5] mm/hmm: remove the customizable pfn format from hmm_range_fault

[PATCH v5 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-22  0:14 UTC  (11+ messages)
` [PATCH v5 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v5 02/10] MMU notifier: use the new mmap locking API
` [PATCH v5 03/10] DMA reservations: "
` [PATCH v5 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH v5 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH v5 06/10] mmap locking API: convert nested write lock sites
` [PATCH v5 07/10] mmap locking API: add mmap_read_trylock_non_owner()
` [PATCH v5 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v5 09/10] mmap locking API: add mmap_assert_locked
` [PATCH v5 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-21 22:39 UTC  (18+ messages)

[PATCH v4 10/10] mmap locking API: rename mmap_sem to mmap_lock
 2020-04-21 22:19 UTC  (3+ messages)

[PATCH v29 13/20] x86/sgx: Add a page reclaimer
 2020-04-21 21:53 UTC 

[PATCH v4 0/2] add callbacks for inaccessible pages
 2020-04-21 21:31 UTC  (12+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "

pass kernel pointers to the sysctl ->proc_handler method v2
 2020-04-21 19:31 UTC  (9+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-04-21 19:13 UTC  (24+ messages)
` [PATCH 01/18] mm: fix NUMA node file count error in replace_page_cache()
` [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 15/18] mm: memcontrol: make swap tracking an integral part of memory control
` [PATCH 16/18] mm: memcontrol: charge swapin pages on instantiation
` [PATCH 18/18] mm: memcontrol: update page->mem_cgroup stability rules

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-04-21 18:39 UTC  (8+ messages)

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

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-21 17:16 UTC  (13+ messages)
` [PATCH v1 1/6] arm64: Detect the ARMv8.4 "
` [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 v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-21 16:45 UTC  (26+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 02/23] arm64: mte: system register definitions
` [PATCH v3 03/23] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v3 04/23] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v3 05/23] arm64: mte: Assembler macros and default architecture for .S files
` [PATCH v3 06/23] arm64: mte: Tags-aware clear_page() implementation
` [PATCH v3 07/23] arm64: mte: Tags-aware copy_page() implementation
` [PATCH v3 08/23] arm64: Tags-aware memcmp_pages() implementation
` [PATCH v3 09/23] arm64: mte: Add specific SIGSEGV codes
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v3 11/23] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v3 12/23] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v3 13/23] mm: Introduce arch_validate_flags()
` [PATCH v3 14/23] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v3 15/23] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v3 16/23] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v3 17/23] arm64: mte: Allow user control of the generated random tags "
` [PATCH v3 18/23] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 21/23] arm64: mte: Check the DT memory nodes for MTE support
` [PATCH v3 22/23] arm64: mte: Kconfig entry
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

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

[PATCH] mm, mempolicy: fix up gup usage in lookup_node
 2020-04-21 15:16 UTC  (4+ messages)

[PATCH] mm: memcontrol: simplify value comparison between count and limit
 2020-04-21 14:59 UTC  (2+ messages)

[PATCH v3] mm, memcg: fix error return value of mem_cgroup_css_alloc()
 2020-04-21 14:44 UTC  (11+ messages)

[PATCH V2] kmalloc_index optimization(code size & runtime stable)
 2020-04-21 14:36 UTC  (5+ messages)
  `  "
    `  "

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-21 14:30 UTC  (16+ messages)

[PATCH] kmalloc_index optimization(add kmalloc max size check)
 2020-04-21 14:15 UTC  (2+ messages)

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-21 14:02 UTC  (7+ messages)

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-21 13:56 UTC  (4+ messages)

[PATCH v2] mm: Optimized hugepage zeroing & copying from user
 2020-04-21 13:56 UTC  (13+ messages)

[PATCH] kasan: fix KASAN unit tests for tag-based KASAN
 2020-04-21 13:37 UTC  (5+ messages)

[PATCH RFC 0/2] mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCK
 2020-04-21 13:06 UTC  (9+ messages)
` [PATCH RFC 1/2] mm/memory_hotplug: no need to init new pgdat with node_start_pfn
` [PATCH RFC 2/2] mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCK

incoming
 2020-04-21 12:31 UTC  (4+ messages)
` [patch 04/15] MAINTAINERS: add an entry for kfifo
` mmotm 2020-04-20-22-43 uploaded

[PATCH] mm/vmscan: skip layzfree page on reclaim_clean_pages_from_list
 2020-04-21 12:06 UTC  (6+ messages)

[PATCH v1 5/6] rcu: rename kfree_call_rcu()/__kfree_rcu()
 2020-04-21 12:03 UTC  (2+ messages)

[PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-21 11:26 UTC  (4+ messages)
` [PATCH 2/8] fs: extract simple_pin/release_fs to separate files

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-21  9:45 UTC  (13+ 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 v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-21  8:55 UTC  (10+ messages)
` [PATCH v5 02/25] iommu/sva: Manage process address spaces

ppc64 early slub caches have zero random value
 2020-04-21  8:39 UTC  (3+ messages)

KASAN: use-after-free Read in mem_cgroup_throttle_swaprate
 2020-04-21  8:36 UTC 

[PATCH 0/4] Extract DEBUG_WX to shared use
 2020-04-21  8:17 UTC  (5+ 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 4/4] arm64: "

[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  (4+ messages)
` [PATCH v11 19/25] erofs: Convert compressed files from readpages to readahead

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

[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  (14+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [PATCH v2 08/10] blktrace: add checks for created debugfs files on setup

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

[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 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 v3] mm: Proactive compaction
 2020-04-21  3:26 UTC  (2+ messages)

[PATCH v4 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-21  2:35 UTC  (3+ messages)
` [PATCH v4 09/10] mmap locking API: use lockdep_assert_held

[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 v2] stacktrace: cleanup inconsistent variable type
 2020-04-21  1:35 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).