[PATCH 0/2] mm/hmm: more HMM clean up
2019-07-24 6:51 UTC (6+ messages)
` [PATCH 1/2] mm/hmm: a few more C style and comment clean ups
` [PATCH 2/2] mm/hmm: make full use of walk_page_range()
[PATCH] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once
2019-07-24 6:48 UTC (4+ messages)
[PATCH] mm, oom: simplify task's refcount handling
2019-07-24 6:41 UTC (2+ messages)
[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
2019-07-24 6:17 UTC (16+ messages)
` [PATCH 01/12] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/12] iov_iter: add helper to test if an iter would use GUP v2
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool
` [PATCH 04/12] block: bio_release_pages: convert put_page() to put_user_page*()
` [PATCH 05/12] block_dev: "
` [PATCH 06/12] fs/nfs: "
` [PATCH 07/12] vhost-scsi: "
` [PATCH 08/12] fs/cifs: "
` [PATCH 09/12] fs/fuse: "
` [PATCH 10/12] fs/ceph: "
` [PATCH 11/12] 9p/net: "
` [PATCH 12/12] fs/ceph: fix a build warning: returning a value from void function
[PATCH REBASE v4 00/14] Provide generic top-down mmap layout functions
2019-07-24 5:58 UTC (15+ messages)
` [PATCH REBASE v4 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH REBASE v4 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH REBASE v4 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH REBASE v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH REBASE v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH REBASE v4 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH REBASE v4 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH REBASE v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH REBASE v4 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH REBASE v4 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH REBASE v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH REBASE v4 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH REBASE v4 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH REBASE v4 14/14] riscv: Make mmap allocation top-down by default
[PATCH v3 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
2019-07-24 4:45 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 3/3] net/xdp: "
[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
2019-07-24 4:28 UTC (11+ messages)
WARNING in __mmdrop
2019-07-24 2:17 UTC (29+ messages)
[PATCH] mm, oom: avoid printk() iteration under RCU
2019-07-24 1:47 UTC (3+ messages)
[PATCH v2 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
2019-07-24 1:31 UTC (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v2 3/3] net/xdp: "
[PATCH v9 0/6] Enable THP for text section of non-shmem files
2019-07-23 23:59 UTC (3+ messages)
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS
memory leak in rds_send_probe
2019-07-23 23:25 UTC (3+ messages)
[PATCH 0/3] introduce __put_user_pages(), convert a few call sites
2019-07-23 23:24 UTC (11+ messages)
` [PATCH 1/3] mm/gup: introduce __put_user_pages()
` [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()
[PATCH] mm/backing-dev: show state of all bdi_writeback in debugfs
2019-07-23 22:36 UTC (4+ messages)
[PATCH] psi: annotate refault stalls from IO submission
2019-07-23 22:10 UTC (6+ messages)
Why does memblock only refer to E820 table and not EFI Memory Map?
2019-07-23 22:01 UTC (5+ messages)
[PATCH] mm/compaction: introduce a helper compact_zone_counters_init()
2019-07-23 21:40 UTC (4+ messages)
[PATCH v2 0/3] mm/hmm: fixes for device private page migration
2019-07-23 21:39 UTC (7+ messages)
` [PATCH v2 1/3] mm: document zone device struct page field usage
[PATCH] cgroup: kselftest: Relax fs_spec checks
2019-07-23 21:07 UTC
[PATCH] mm/hmm: replace hmm_update with mmu_notifier_range
2019-07-23 21:05 UTC
[PATCH v2 0/3] Make working with compound pages easier
2019-07-23 21:03 UTC (9+ messages)
` [PATCH v2 1/3] mm: Introduce page_size()
[PATCH v4] mm: Throttle allocators when failing reclaim over memory.high
2019-07-23 20:50 UTC (2+ messages)
[PATCH] percpu: Fix a typo
2019-07-23 18:31 UTC (2+ messages)
[PATCH] mm: check for sleepable context in kvfree
2019-07-23 18:29 UTC (7+ messages)
[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
2019-07-23 18:03 UTC (17+ messages)
` [PATCH v19 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v19 03/15] lib: untag user pointers in strn*_user
` [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v19 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v19 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v19 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v19 08/15] userfaultfd: untag user pointers
` [PATCH v19 09/15] drm/amdgpu: "
` [PATCH v19 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v19 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v19 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v19 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v19 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v19 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel
hmm_range_fault related fixes and legacy API removal v2
2019-07-23 17:30 UTC (23+ messages)
` [PATCH 1/6] mm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
` [PATCH 2/6] mm: move hmm_vma_range_done and hmm_vma_fault to nouveau
` [PATCH 3/6] nouveau: remove the block parameter to nouveau_range_fault
` [PATCH 4/6] nouveau: unlock mmap_sem on all errors from nouveau_range_fault
` [PATCH 5/6] nouveau: return -EBUSY when hmm_range_wait_until_valid fails
[PATCH v3] mm, slab: Extend slab/shrink to shrink all memcg caches
2019-07-23 15:14 UTC
[PATCH RFC] mm/page_idle: simple idle page tracking for virtual memory
2019-07-23 15:08 UTC (5+ messages)
[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
2019-07-23 14:30 UTC (3+ messages)
[PATCH] mm/hotplug: remove unneeded return for void function
2019-07-23 13:14 UTC (3+ messages)
[PATCH V6 RESEND 0/3] arm64/mm: Enable memory hot remove
2019-07-23 10:56 UTC (2+ messages)
[PATCH v9 00/21] Generic page walk and ptdump
2019-07-23 10:16 UTC (9+ messages)
` [PATCH v9 10/21] mm: Add generic p?d_leaf() macros
` [PATCH v9 11/21] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v9 19/21] mm: Add generic ptdump
[PATCH v12 0/2] introduce memblock_next_valid_pfn() (again) for arm64
2019-07-23 8:33 UTC (5+ messages)
` [PATCH v12 1/2] mm: page_alloc: "
` [PATCH v12 2/2] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn
[PATCH 1/2] mm/filemap: don't initiate writeback if mapping has no dirty pages
2019-07-23 8:16 UTC (3+ messages)
[PATCH] mm: sparse: Skip no-map regions in memblocks_present
2019-07-23 7:06 UTC (2+ messages)
[PATCH] mm/compaction: clear total_{migrate,free}_scanned before scanning a new zone
2019-07-23 6:59 UTC (5+ messages)
[PATCH v6 0/5] Introduce MADV_COLD and MADV_PAGEOUT
2019-07-23 6:25 UTC (6+ messages)
` [PATCH v6 1/5] mm: introduce MADV_COLD
` [PATCH v6 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v6 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v6 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v6 5/5] mm: factor out common parts between MADV_COLD and MADV_PAGEOUT
[PATCHv2] mm: treewide: Clarify pgtable_page_{ctor,dtor}() naming
2019-07-23 5:54 UTC (2+ messages)
[PATCH v5 0/5] Introduce MADV_COLD and MADV_PAGEOUT
2019-07-23 5:47 UTC (4+ messages)
` [PATCH v5 1/5] mm: introduce MADV_COLD
[v4 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages
2019-07-23 5:35 UTC (5+ messages)
` [v4 PATCH 2/2] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind
[PATCH] memremap: move from kernel/ to mm/
2019-07-23 5:32 UTC (2+ messages)
kernel BUG at mm/swap_state.c:170!
2019-07-23 5:08 UTC (6+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox