linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-17 14:47:46 to 2018-01-18 22:39:40 UTC [more...]

[RFC PATCH 00/16] PTI support for x86-32
 2018-01-17 23:43 UTC  (19+ messages)
` [PATCH 02/16] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 03/16] x86/entry/32: Leave the kernel via the "
` [PATCH 08/16] x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
` [PATCH 14/16] x86/mm/legacy: Populate the user page-table with user pgd's

[PATCH 00/18] introduce a new tool, valid access checker
 2018-01-18 22:39 UTC  (3+ messages)

[PATCH v22 0/3] Virtio-balloon: support free page reporting
 2018-01-18 22:37 UTC  (9+ messages)
` [PATCH v22 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v22 3/3] virtio-balloon: don't report free pages when page poisoning is enabled

[Bug 198497] New: handle_mm_fault / xen_pmd_val / radix_tree_lookup_slot Null pointer
 2018-01-18 22:18 UTC  (2+ messages)

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-18 22:03 UTC  (14+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-18 21:36 UTC  (4+ messages)
` [PATCH 27/38] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()

[RFC] Per file OOM badness
 2018-01-18 20:01 UTC  (8+ messages)
` [PATCH 1/4] fs: add OOM badness callback in file_operatrations struct
` [PATCH 2/4] oom: take per file badness into account
` [PATCH 3/4] drm/gem: adjust per file OOM badness on handling buffers
` [PATCH 4/4] drm/amdgpu: Use drm_oom_badness for amdgpu

[PATCH-next] MEMCG: memcontrol: make local symbol static
 2018-01-18 19:33 UTC 

[PATCH-next] MEMCG: memcontrol: make local symbol static
 2018-01-18 19:23 UTC  (3+ messages)

[mm 4.15-rc7] Random oopses under memory pressure
 2018-01-18 17:28 UTC  (27+ messages)
` [mm 4.15-rc8] "

[PATCH v6 00/99] XArray version 6
 2018-01-18 17:02 UTC  (106+ messages)
` [PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v6 02/99] page cache: Use xa_lock
` [PATCH v6 03/99] xarray: Replace exceptional entries
` [PATCH v6 04/99] xarray: Change definition of sibling entries
` [PATCH v6 05/99] xarray: Add definition of struct xarray
` [PATCH v6 06/99] xarray: Define struct xa_node
` [PATCH v6 07/99] xarray: Add documentation
` [PATCH v6 08/99] xarray: Add xa_load
` [PATCH v6 09/99] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v6 10/99] xarray: Add xa_store
` [PATCH v6 11/99] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v6 12/99] xarray: Add xa_for_each
` [PATCH v6 13/99] xarray: Add xa_extract
` [PATCH v6 14/99] xarray: Add xa_destroy
` [PATCH v6 15/99] xarray: Add xas_next and xas_prev
` [PATCH v6 16/99] xarray: Add xas_create_range
` [PATCH v6 17/99] xarray: Add MAINTAINERS entry
` [PATCH v6 18/99] xarray: Add ability to store errno values
` [PATCH v6 19/99] idr: Convert to XArray
` [PATCH v6 20/99] ida: "
` [PATCH v6 21/99] xarray: Add xa_reserve and xa_release
` [PATCH v6 22/99] page cache: Convert hole search to XArray
` [PATCH v6 23/99] page cache: Add page_cache_range_empty function
` [PATCH v6 24/99] page cache: Add and replace pages using the XArray
` [PATCH v6 25/99] page cache: Convert page deletion to XArray
` [PATCH v6 26/99] page cache: Convert page cache lookups "
` [PATCH v6 27/99] page cache: Convert delete_batch "
` [PATCH v6 28/99] page cache: Remove stray radix comment
` [PATCH v6 29/99] page cache: Convert filemap_range_has_page to XArray
` [PATCH v6 30/99] mm: Convert page-writeback "
` [PATCH v6 31/99] mm: Convert workingset "
` [PATCH v6 32/99] mm: Convert truncate "
` [PATCH v6 33/99] mm: Convert add_to_swap_cache "
` [PATCH v6 34/99] mm: Convert delete_from_swap_cache "
` [PATCH v6 35/99] mm: Convert __do_page_cache_readahead "
` [PATCH v6 36/99] mm: Convert page migration "
` [PATCH v6 37/99] mm: Convert huge_memory "
` [PATCH v6 38/99] mm: Convert collapse_shmem "
` [PATCH v6 39/99] mm: Convert khugepaged_scan_shmem "
` [PATCH v6 40/99] pagevec: Use xa_tag_t
` [PATCH v6 41/99] shmem: Convert replace to XArray
` [PATCH v6 42/99] shmem: Convert shmem_confirm_swap "
` [PATCH v6 43/99] shmem: Convert find_swap_entry "
` [PATCH v6 44/99] shmem: Convert shmem_tag_pins "
` [PATCH v6 45/99] shmem: Convert shmem_wait_for_pins "
` [PATCH v6 46/99] shmem: Convert shmem_add_to_page_cache "
` [PATCH v6 47/99] shmem: Convert shmem_alloc_hugepage "
` [PATCH v6 48/99] shmem: Convert shmem_free_swap "
` [PATCH v6 49/99] shmem: Convert shmem_partial_swap_usage "
` [PATCH v6 50/99] shmem: Comment fixups
` [PATCH v6 51/99] btrfs: Convert page cache to XArray
` [PATCH v6 52/99] fs: Convert buffer "
` [PATCH v6 53/99] fs: Convert writeback "
` [PATCH v6 54/99] nilfs2: Convert "
` [PATCH v6 55/99] f2fs: "
` [PATCH v6 56/99] lustre: "
` [PATCH v6 57/99] dax: Convert dax_unlock_mapping_entry "
` [PATCH v6 58/99] dax: Convert lock_slot "
` [PATCH v6 59/99] dax: More XArray conversion
` [PATCH v6 60/99] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v6 61/99] dax: Convert dax_writeback_one "
` [PATCH v6 62/99] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v6 63/99] dax: Convert dax_insert_mapping_entry "
` [PATCH v6 64/99] dax: Convert grab_mapping_entry "
` [PATCH v6 65/99] dax: Fix sparse warning
` [PATCH v6 66/99] page cache: Finish XArray conversion
` [PATCH v6 67/99] mm: Convert cgroup writeback to XArray
` [PATCH v6 68/99] vmalloc: Convert "
` [PATCH v6 69/99] brd: "
` [PATCH v6 70/99] xfs: Convert m_perag_tree "
` [PATCH v6 71/99] xfs: Convert pag_ici_root "
` [PATCH v6 72/99] xfs: Convert xfs dquot "
` [PATCH v6 73/99] xfs: Convert mru cache "
` [PATCH v6 74/99] usb: Convert xhci-mem "
` [PATCH v6 75/99] md: Convert raid5-cache "
` [PATCH v6 76/99] irqdomain: Convert "
` [PATCH v6 77/99] fscache: "
` [PATCH v6 78/99] sh: intc: "
` [PATCH v6 79/99] blk-cgroup: "
` [PATCH v6 80/99] blk-ioc: "
` [PATCH v6 81/99] i915: Convert handles_vma "
` [PATCH v6 82/99] s390: Convert gmap "
` [PATCH v6 83/99] hwspinlock: Convert "
` [PATCH v6 84/99] btrfs: Convert fs_roots_radix "
` [PATCH v6 85/99] btrfs: Remove unused spinlock
` [PATCH v6 86/99] btrfs: Convert reada_zones to XArray
` [PATCH v6 87/99] btrfs: Convert reada_extents "
` [PATCH v6 88/99] btrfs: Convert reada_tree "
` [PATCH v6 89/99] btrfs: Convert buffer_radix "
` [PATCH v6 90/99] btrfs: Convert delayed_nodes_tree "
` [PATCH v6 91/99] btrfs: Convert name_cache "
` [PATCH v6 92/99] f2fs: Convert pids radix tree "
` [PATCH v6 93/99] f2fs: Convert ino_root "
` [PATCH v6 94/99] f2fs: Convert extent_tree_root "
` [PATCH v6 95/99] f2fs: Convert gclist.iroot "
` [PATCH v6 96/99] dma-debug: Convert "
` [PATCH v6 97/99] xen: Convert pvcalls-back "
` [PATCH v6 98/99] qrtr: Convert "
` [PATCH v6 99/99] null_blk: "

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-18 15:22 UTC  (14+ messages)

[PATCH v2] mm: make faultaround produce old ptes
 2018-01-18 12:56 UTC 

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-18 11:51 UTC  (17+ messages)

kernel BUG at fs/userfaultfd.c:LINE!
 2018-01-18  8:24 UTC  (6+ messages)
` [PATCH 0/1] "

[LSF/MM TOPIC] A high-performance userspace block driver
 2018-01-18  5:27 UTC  (4+ messages)

[PATCH] mm/page_owner: Remove drain_all_pages from init_early_allocated_pages
 2018-01-18  0:31 UTC  (3+ messages)

[PATCH 1/2] mm: Fix memory size alignment in devm_memremap_pages_release()
 2018-01-18  0:06 UTC  (2+ messages)
` [PATCH 2/2] mm: Fix devm_memremap_pages() collision handling

[PATCH] linux-next: DOC: HWPOISON: Fix path to debugfs in hwpoison.txt
 2018-01-17 23:48 UTC  (2+ messages)

[bug report] hugetlb, mempolicy: fix the mbind hugetlb migration
 2018-01-17 23:15 UTC  (4+ messages)

Hang with v4.15-rc trying to swap back in
 2018-01-17 23:15 UTC  (9+ messages)

[PATCH v2 0/2] BUG raised when onlining HWPoisoned page
 2018-01-17 23:03 UTC  (6+ messages)
` [PATCH v2 2/2] mm: skip HWPoisoned pages when onlining pages

[patch -mm 0/4] mm, memcg: introduce oom policies
 2018-01-17 22:31 UTC  (8+ messages)
` [patch -mm 3/4] mm, memcg: replace memory.oom_group with policy tunable

[PATCH v4 00/36] Hardened usercopy whitelisting
 2018-01-17 19:31 UTC  (14+ messages)
` [PATCH 04/36] usercopy: Prepare for "
      ` kmem_cache_attr (was Re: [PATCH 04/36] usercopy: Prepare for usercopy whitelisting)

[ANNOUNCE] Participate at the Linux FAST Summit '18
 2018-01-17 18:32 UTC 

[PATCH] mm: numa: numa balancing performance problem
 2018-01-17 18:23 UTC  (4+ messages)
` [PATCH] mm: numa: Do not trap faults on shared data section pages

[LSF/MM TOPIC] CAPI/CCIX cache coherent device memory (NUMA too ?)
 2018-01-17 16:43 UTC  (4+ messages)

[PATCH v6 00/24] Speculative page faults
 2018-01-17 15:15 UTC  (3+ messages)


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