linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-18 11:36:58 to 2017-09-21 00:04:38 UTC [more...]

[PATCH v6 00/11] Add support for eXclusive Page Frame Ownership
 2017-09-21  0:04 UTC  (24+ messages)
` [PATCH v6 03/11] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [PATCH v6 05/11] arm64/mm: Add support for XPFO
  ` [kernel-hardening] "
` [PATCH v6 07/11] arm64/mm, xpfo: temporarily map dcache regions
` [PATCH v6 10/11] mm: add a user_virt_to_phys symbol
  ` [kernel-hardening] "

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-09-20 23:25 UTC  (5+ messages)
` [PATCH v5 03/10] swiotlb: Map the buffer if it was unmapped by XPFO

[PATCH v3 00/31] Hardened usercopy whitelisting
 2017-09-20 23:22 UTC  (35+ messages)
` [PATCH v3 01/31] usercopy: Prepare for "
` [PATCH v3 02/31] usercopy: Enforce slab cache usercopy region boundaries
` [PATCH v3 03/31] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH v3 04/31] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH v3 05/31] vfs: Define usercopy region in names_cache slab caches
` [PATCH v3 06/31] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH v3 07/31] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH v3 08/31] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH v3 09/31] jfs: Define usercopy region in jfs_ip "
` [PATCH v3 10/31] befs: Define usercopy region in befs_inode_cache "
` [PATCH v3 11/31] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH v3 12/31] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH v3 13/31] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH v3 14/31] vxfs: Define usercopy region in vxfs_inode "
` [PATCH v3 15/31] xfs: Define usercopy region in xfs_inode "
` [PATCH v3 16/31] cifs: Define usercopy region in cifs_request "
` [PATCH v3 17/31] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH v3 18/31] net: Define usercopy region in struct proto "
` [PATCH v3 19/31] ip: Define usercopy region in IP "
` [PATCH v3 20/31] caif: Define usercopy region in caif "
` [PATCH v3 21/31] sctp: Define usercopy region in SCTP "
` [PATCH v3 22/31] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH v3 23/31] net: Restrict unwhitelisted proto caches to size 0
` [PATCH v3 24/31] fork: Define usercopy region in mm_struct slab caches
` [PATCH v3 25/31] fork: Define usercopy region in thread_stack "
` [PATCH v3 26/31] fork: Provide usercopy whitelisting for task_struct
` [PATCH v3 27/31] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH v3 28/31] arm64: "
` [PATCH v3 29/31] arm: "
` [PATCH v3 30/31] usercopy: Restrict non-usercopy caches to size 0
` [PATCH v3 31/31] lkdtm: Update usercopy tests for whitelisting

[PATCH 0/6] More graceful flusher thread memory reclaim wakeup
 2017-09-20 23:11 UTC  (33+ messages)
` [PATCH 1/6] buffer: cleanup free_more_memory() flusher wakeup
` [PATCH 2/6] fs-writeback: provide a wakeup_flusher_threads_bdi()
` [PATCH 3/6] page-writeback: pass in '0' for nr_pages writeback in laptop mode
` [PATCH 4/6] fs-writeback: make wb_start_writeback() static
` [PATCH 5/6] fs-writeback: move nr_pages == 0 logic to one location
` [PATCH 6/6] fs-writeback: only allow one inflight and pending !nr_pages flush

[RESEND] proc, coredump: add CoreDumping flag to /proc/pid/status
 2017-09-20 23:06 UTC 

[PATCH 0/2 v4] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-20 22:38 UTC  (3+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

MADV_FREE is broken
 2017-09-20 22:37 UTC  (2+ messages)

[v8 0/4] cgroup-aware OOM killer
 2017-09-20 22:24 UTC  (18+ messages)

RFC: replace jhash2 with xxhash
 2017-09-20 22:03 UTC  (2+ messages)

[RFC v3] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-20 21:32 UTC  (7+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

[PATCH v9 00/12] complete deferred page initialization
 2017-09-20 20:17 UTC  (13+ messages)
` [PATCH v9 01/12] x86/mm: setting fields in deferred pages
` [PATCH v9 02/12] sparc64/mm: "
` [PATCH v9 03/12] mm: deferred_init_memmap improvements
` [PATCH v9 04/12] sparc64: simplify vmemmap_populate
` [PATCH v9 05/12] mm: defining memblock_virt_alloc_try_nid_raw
` [PATCH v9 06/12] mm: zero struct pages during initialization
` [PATCH v9 07/12] sparc64: optimized struct page zeroing
` [PATCH v9 08/12] mm: zero reserved and unavailable struct pages
` [PATCH v9 09/12] mm/kasan: kasan specific map populate function
` [PATCH v9 10/12] x86/kasan: use kasan_map_populate()
` [PATCH v9 11/12] arm64/kasan: "
` [PATCH v9 12/12] mm: stop zeroing memory during allocation in vmemmap

userfaultfd use-after-free
 2017-09-20 18:30 UTC  (3+ messages)
` [PATCH 1/1] userfaultfd: non-cooperative: fix fork use after free

[PATCH] virtio_balloon: include buffers and chached memory statistics
 2017-09-20 16:01 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 0/7 v2] More graceful flusher thread memory reclaim wakeup
 2017-09-20 15:33 UTC  (8+ messages)
` [PATCH 1/7] buffer: cleanup free_more_memory() flusher wakeup
` [PATCH 2/7] fs: kill 'nr_pages' argument from wakeup_flusher_threads()
` [PATCH 3/7] fs-writeback: provide a wakeup_flusher_threads_bdi()
` [PATCH 4/7] page-writeback: pass in '0' for nr_pages writeback in laptop mode
` [PATCH 5/7] fs-writeback: make wb_start_writeback() static
` [PATCH 6/7] fs-writeback: move nr_pages == 0 logic to one location
` [PATCH 7/7] fs-writeback: only allow one inflight and pending full flush

[PATCH v2] mm: introduce validity check on vm dirtiness settings
 2017-09-20 15:33 UTC  (4+ messages)

Memory hotplug regression in 4.13
 2017-09-20  9:29 UTC  (2+ messages)

[patch] mremap.2: Add description of old_size == 0 functionality
 2017-09-20  7:25 UTC  (8+ messages)
        ` [patch v2] "

[PATCH v2 0/4] skip swapcache for super fast device
 2017-09-20  5:43 UTC  (5+ messages)
` [PATCH v2 1/4] zram: set BDI_CAP_STABLE_WRITES once
` [PATCH v2 2/4] bdi: introduce BDI_CAP_SYNCHRONOUS_IO
` [PATCH v2 3/4] mm:swap: introduce SWP_SYNCHRONOUS_IO
` [PATCH v2 4/4] mm:swap: skip swapcache for swapin of synchronous device

[PATCH v2 0/4] skip swapcache for super fast device
 2017-09-20  5:41 UTC  (7+ messages)
` [PATCH v2 1/4] zram: set BDI_CAP_STABLE_WRITES once
` [PATCH v2 2/4] bdi: introduce BDI_CAP_SYNCHRONOUS_IO
` [PATCH v2 3/4] mm:swap: introduce SWP_SYNCHRONOUS_IO
` [PATCH v2 4/4] mm:swap: skip swapcache for swapin of synchronous device

DAX error inject/page poison
 2017-09-19 23:45 UTC  (2+ messages)

[RFC v2] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-19 23:03 UTC  (7+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

[patch] madvise.2: Add MADV_WIPEONFORK documentation
 2017-09-19 19:21 UTC  (5+ messages)
  ` [patch v2] "

[PATCH] mm, memory_hotplug: do not back off draining pcp free pages from kworker context
 2017-09-19 18:57 UTC  (8+ messages)

[GIT PULL] MAP_SHARED_VALIDATE for 4.14
 2017-09-19 15:42 UTC  (2+ messages)

[PATCH] mm: Make count list_lru_one::nr_items lockless
 2017-09-19 15:06 UTC 

[PATCH v3] mm: introduce validity check on vm dirtiness settings
 2017-09-19 22:43 UTC 

[PATCH] mm: memcontrol: use vmalloc fallback for large kmem memcg arrays
 2017-09-19 14:12 UTC  (4+ messages)

[PATCHv7 00/19] Boot-time switching between 4- and 5-level paging for 4.15
 2017-09-19 14:03 UTC  (3+ messages)
` [PATCHv7 08/19] x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable

[PATCH] shmem: convert shmem_init_inodecache to void
 2017-09-19 13:27 UTC  (2+ messages)

Detecting page cache trashing state
 2017-09-19 11:02 UTC  (6+ messages)
      ` [PATCH 1/3] sched/loadavg: consolidate LOAD_INT, LOAD_FRAC macros

[PATCH] bdi: fix cleanup when fail to percpu_counter_init
 2017-09-19 10:31 UTC  (4+ messages)

Page allocator bottleneck
 2017-09-19  7:23 UTC  (7+ messages)

[PATCH V5 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN in non-coherent DMA mode
 2017-09-19  2:23 UTC  (5+ messages)
` [V5, "
    ` [V5, 2/3] mm: dmapool: Align to ARCH_DMA_MINALIGN innon-coherent "

[PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
 2017-09-18 18:23 UTC  (2+ messages)
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

include/linux/string.h:209: error: '______f' is static but declared in inline function 'strcpy' which is not static
 2017-09-18 17:50 UTC 

[PATCH] idr: fix comment for idr_replace()
 2017-09-18 16:26 UTC 

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-09-18 15:47 UTC  (7+ messages)
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags

[PATCH] mm: Fix typo in VM_MPX definition
 2017-09-18 14:36 UTC  (2+ messages)

[PATCH 0/3] mm, memory_hotplug: fix few soft lockups in memory hotadd
 2017-09-18 12:17 UTC  (7+ messages)
` [PATCH 1/3] mm, memory_hotplug: add scheduling point to __add_pages
` [PATCH 2/3] mm, page_alloc: add scheduling point to memmap_init_zone
` [PATCH 3/3] memremap: add scheduling point to devm_memremap_pages

[PATCH] mm: introduce sanity check on dirty ratio sysctl value
 2017-09-18 11:36 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).