linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-28 07:44:48 to 2019-05-01 14:49:52 UTC [more...]

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-05-01 14:49 UTC  (5+ messages)
` [RFC PATCH v9 03/13] mm: Add support for eXclusive Page Frame Ownership (XPFO)

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-05-01 14:43 UTC  (19+ messages)
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v13 16/20] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr

[RFC] Warn the user when they could overflow mapcount
 2019-05-01 14:41 UTC  (3+ messages)
` [RFC] Handle mapcount overflows

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-01 14:04 UTC  (6+ messages)
` [RFC PATCH 1/5] cgroup: Add cgroup_subsys per-device registration framework
` [RFC PATCH 2/5] cgroup: Change kernfs_node for directories to store cgroup_subsys_state
` [RFC PATCH 3/5] memcg: Add per-device support to memory cgroup subsystem
` [RFC PATCH 4/5] drm: Add memory cgroup registration and DRIVER_CGROUPS feature bit
` [RFC PATCH 5/5] drm/i915: Use memory cgroup for enforcing device memory limit

[PATCH] mm: fix filler_t callback type mismatch with readpage
 2019-05-01 13:36 UTC  (3+ messages)

[PATCH] x86/mpx: fix recursive munmap() corruption
 2019-05-01 10:32 UTC  (7+ messages)

copy_fpstate_to_sigframe() use-after-free
 2019-05-01  9:00 UTC  (3+ messages)
` [RFC PATCH] x86/fpu: Use get_user_pages_unlocked() to fault-in pages

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-05-01  6:43 UTC  (2+ messages)

[RFC PATCH 0/7] x86: introduce system calls addess space isolation
 2019-05-01  5:39 UTC  (18+ messages)
` [RFC PATCH 2/7] x86/sci: add core implementation for system call isolation
` [RFC PATCH 5/7] x86/mm/fault: hook up SCI verification

[PATCH] mm/slub: avoid double string traverse in kmem_cache_flags()
 2019-05-01  5:31 UTC 

[v2 RFC PATCH 0/9] Another Approach to Use PMEM as NUMA Node
 2019-05-01  5:20 UTC  (8+ messages)

[PATCH] mm: Fix kobject memleak in SLUB
 2019-04-30 22:54 UTC  (3+ messages)

[PATCH v7 0/5] iomap and gfs2 fixes
 2019-04-30 21:21 UTC  (17+ messages)
` [PATCH v7 1/5] iomap: Clean up __generic_write_end calling
` [PATCH v7 2/5] fs: Turn __generic_write_end into a void function
` [PATCH v7 3/5] iomap: Fix use-after-free error in page_done callback
` [PATCH v7 4/5] iomap: Add a page_prepare callback
` [PATCH v7 5/5] gfs2: Fix iomap write page reclaim deadlock

[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
 2019-04-30 18:03 UTC  (20+ messages)
` [PATCH v14 01/17] uaccess: add untagged_addr definition for other arches
` [PATCH v14 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v14 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v14 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v14 05/17] arms64: untag user pointers passed "
` [PATCH v14 06/17] mm: untag user pointers in do_pages_move
` [PATCH v14 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v14 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v14 12/17] drm/radeon, "
` [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
` [PATCH v14 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v14 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v14 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v14 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH] mm: Delete find_get_entries_tag
 2019-04-30 16:28 UTC  (3+ messages)

[LSF/MM] Preliminary agenda ? Anyone ... anyone ? Bueller ?
 2019-04-30 16:03 UTC  (11+ messages)
      ` [Lsf] "
  ` Scheduling conflicts

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-30 15:46 UTC  (2+ messages)

[PATCH] mm: Do not boost watermarks to avoid fragmentation for the DISCONTIG memory model
 2019-04-30 13:40 UTC  (14+ messages)
` DISCONTIGMEM is deprecated

[PATCH] prctl_set_mm: downgrade mmap_sem to read lock
 2019-04-30 13:24 UTC  (15+ messages)
` [PATCH 0/3] Reduce mmap_sem usage for args manipulation
  ` [PATCH 1/3] mm: get_cmdline use arg_lock instead of mmap_sem
  ` [PATCH 2/3] prctl_set_mm: Refactor checks from validate_prctl_map
  ` [PATCH 3/3] prctl_set_mm: downgrade mmap_sem to read lock

[PATCH v2] docs/vm: Minor editorial changes in the THP and hugetlbfs
 2019-04-30 12:34 UTC  (2+ messages)

[PATCH v3] docs/vm: add documentation of memory models
 2019-04-30 12:33 UTC  (3+ messages)

[LSF/MM TOPIC ][LSF/MM ATTEND] Read-only Mapping of Program Text using Large THP Pages
 2019-04-30 12:12 UTC  (9+ messages)
    `  "

sh4-linux-gnu-ld: arch/sh/kernel/cpu/sh2/clock-sh7619.o:undefined reference to `followparent_recalc'
 2019-04-30  5:38 UTC  (2+ messages)

[PATCH 1/2] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-30  3:32 UTC  (4+ messages)
` [PATCH 2/2] memcg, fsnotify: no oom-kill for remote memcg charging

[RFC PATCH v4 00/15] Slab Movable Objects (SMO)
 2019-04-30  3:07 UTC  (16+ messages)
` [RFC PATCH v4 01/15] slub: Add isolate() and migrate() methods
` [RFC PATCH v4 02/15] tools/vm/slabinfo: Add support for -C and -M options
` [RFC PATCH v4 03/15] slub: Sort slab cache list
` [RFC PATCH v4 04/15] slub: Slab defrag core
` [RFC PATCH v4 05/15] tools/vm/slabinfo: Add remote node defrag ratio output
` [RFC PATCH v4 06/15] tools/vm/slabinfo: Add defrag_used_ratio output
` [RFC PATCH v4 07/15] tools/testing/slab: Add object migration test module
` [RFC PATCH v4 08/15] tools/testing/slab: Add object migration test suite
` [RFC PATCH v4 09/15] xarray: Implement migration function for objects
` [RFC PATCH v4 10/15] tools/testing/slab: Add XArray movable objects tests
` [RFC PATCH v4 11/15] slub: Enable moving objects to/from specific nodes
` [RFC PATCH v4 12/15] slub: Enable balancing slabs across nodes
` [RFC PATCH v4 13/15] dcache: Provide a dentry constructor
` [RFC PATCH v4 14/15] dcache: Implement partial shrink via Slab Movable Objects
` [RFC PATCH v4 15/15] dcache: Add CONFIG_DCACHE_SMO

two small nommu cleanups
 2019-04-29 23:23 UTC  (3+ messages)

[PATCH] mm: Allow userland to request that the kernel clear memory on release
 2019-04-29 21:44 UTC  (9+ messages)
` [PATCH V2] "
` [PATCH V4] "

[PATCH v6 1/4] iomap: Clean up __generic_write_end calling
 2019-04-29 21:44 UTC  (10+ messages)
` [PATCH v6 2/4] iomap: Fix use-after-free error in page_done callback
` [PATCH v6 3/4] iomap: Add a page_prepare callback
` [PATCH v6 4/4] gfs2: Fix iomap write page reclaim deadlock

[PATCH 1/2] userfaultfd: use RCU to free the task struct when fork fails
 2019-04-29 14:37 UTC  (4+ messages)
` [PATCH 1/1 v2] "

[PATCH v2 0/3] TLB flush counters
 2019-04-29 21:29 UTC  (6+ messages)
` [PATCH v2 1/3] x86: Move DEBUG_TLBFLUSH option
` [PATCH v2 2/3] RISC-V: Enable TLBFLUSH counters for debug kernel
` [PATCH v2 3/3] RISC-V: Update tlb flush counters

[PATCH v3 0/3] TLB flush counters
 2019-04-29 21:27 UTC  (4+ messages)
` [PATCH v3 1/3] x86: Move DEBUG_TLBFLUSH option
` [PATCH v3 2/3] RISC-V: Enable TLBFLUSH counters for debug kernel
` [PATCH v3 3/3] RISC-V: Update tlb flush counters

[PATCH v2 0/3] Device-memory-related cleanups
 2019-04-29 17:22 UTC  (4+ messages)
` [PATCH v2 1/3] mm/memremap: Rename and consolidate SECTION_SIZE
` [PATCH v2 2/3] mm: clean up is_device_*_page() definitions
` [PATCH v2 3/3] mm: introduce ARCH_HAS_PTE_DEVMAP

[PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges v2
 2019-04-29 17:17 UTC  (3+ messages)
` [PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges v3

[PATCH] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-29 14:52 UTC  (4+ messages)

[PATCH v3 2/5] nds32: Use the correct style for SPDX License Identifier
 2019-04-29 14:20 UTC  (3+ messages)

[LSF/MM TOPIC] Direct block mapping through fs for device
 2019-04-29 13:26 UTC  (5+ messages)

memcg causes crashes in list_lru_add
 2019-04-29 13:15 UTC  (11+ messages)
    ` [PATCH] memcg: make it work on sparse non-0-node systems

[PATCH v5 1/3] iomap: Fix use-after-free error in page_done callback
 2019-04-28 19:20 UTC  (2+ messages)

[PATCH] mm: update references to page _refcount
 2019-04-29 11:31 UTC 

[RFC PATCH 00/10] RDMA/FS DAX "LONGTERM" lease proposal
 2019-04-29  4:53 UTC  (11+ messages)
` [RFC PATCH 01/10] fs/locks: Add trace_leases_conflict
` [RFC PATCH 02/10] fs/locks: Introduce FL_LONGTERM file lease
` [RFC PATCH 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH 04/10] WIP: mm/gup: Ensure F_LONGTERM lease is held on GUP pages
` [RFC PATCH 05/10] mm/gup: Take FL_LONGTERM lease if not set by user
` [RFC PATCH 06/10] fs/locks: Add longterm lease traces
` [RFC PATCH 07/10] fs/dax: Create function dax_mapping_is_dax()
` [RFC PATCH 08/10] mm/gup: fs: Send SIGBUS on truncate of active file
` [RFC PATCH 09/10] fs/locks: Add tracepoint for SIGBUS on LONGTERM expiration
` [RFC PATCH 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH v4 RESEND] fs/writeback: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
 2019-04-29  2:41 UTC 

[PATCH v8 00/20] Convert x86 & arm64 to use generic page walk
 2019-04-29  2:05 UTC  (3+ messages)
` [PATCH v8 05/20] KVM: PPC: Book3S HV: Remove pmd_is_leaf()

[PATCH v2] memcg: refill_stock for kmem uncharging too
 2019-04-28 23:54 UTC  (3+ messages)

[PATCH] mm/page-writeback: introduce tracepoint for wait_on_page_writeback
 2019-04-28 21:05 UTC  (3+ messages)

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-04-28 19:13 UTC  (3+ messages)

vmscan.c: Reclaim unevictable pages
 2019-04-28 12:38 UTC  (3+ messages)

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-28 14:27 UTC  (6+ messages)
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm

[[repost]RFC PATCH] mm/workingset : judge file page activity via timestamp
 2019-04-28  7:44 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).