linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-28 08:13:48 to 2017-08-30 08:06:16 UTC [more...]

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

[PATCH 1/1] mm/hugetlb: Make huge_pte_offset() consistent and document behaviour
 2017-08-30  7:49 UTC  (3+ messages)
` [PATCH v2] mm/hugetlb.c: make "

[PATCH 1/2] arm64: stacktrace: avoid listing stacktrace functions in stacktrace
 2017-08-30  7:32 UTC  (2+ messages)
` [PATCH 2/2] mm, page_owner: Skip unnecessary stack_trace entries

[PATCH] mm: Use WQ_HIGHPRI for mm_percpu_wq
 2017-08-30  6:40 UTC  (12+ messages)

[PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-08-30  6:18 UTC  (22+ messages)
` [PATCH 01/13] dax: update to new mmu_notifier semantic
` [PATCH 02/13] mm/rmap: "
` [PATCH 03/13] powerpc/powernv: "
` [PATCH 04/13] drm/amdgpu: "
` [PATCH 05/13] IB/umem: "
` [PATCH 06/13] IB/hfi1: "
` [PATCH 07/13] iommu/amd: "
` [PATCH 08/13] iommu/intel: "
` [PATCH 09/13] misc/mic/scif: "
` [PATCH 10/13] sgi-gru: "
` [PATCH 11/13] xen/gntdev: "
` [PATCH 12/13] KVM: "
` [PATCH 13/13] mm/mmu_notifier: kill invalidate_page

[PATCH v2 00/20] Speculative page faults
 2017-08-30  6:13 UTC  (26+ messages)
` [PATCH v2 14/20] mm: Provide speculative fault infrastructure
` [PATCH v2 19/20] x86/mm: Add speculative pagefault handling
` [PATCH v2 20/20] powerpc/mm: Add speculative page fault

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-08-30  5:31 UTC  (11+ messages)
` [PATCH v5 04/10] arm64: Add __flush_tlb_one()
  ` [kernel-hardening] "

[PATCH -mm] mm: Improve readability of clear_huge_page
 2017-08-30  5:18 UTC 

[PATCH] mm, uprobes: fix multiple free of ->uprobes_state.xol_area
 2017-08-30  3:33 UTC 

[PATCH v7 00/11] complete deferred page initialization
 2017-08-30  1:12 UTC  (15+ messages)
` [PATCH v7 01/11] x86/mm: setting fields in deferred pages
` [PATCH v7 02/11] sparc64/mm: "
` [PATCH v7 03/11] mm: deferred_init_memmap improvements
` [PATCH v7 04/11] sparc64: simplify vmemmap_populate
` [PATCH v7 05/11] mm: defining memblock_virt_alloc_try_nid_raw
` [PATCH v7 06/11] mm: zero struct pages during initialization
` [PATCH v7 07/11] sparc64: optimized struct page zeroing
` [PATCH v7 08/11] mm: zero reserved and unavailable struct pages
` [PATCH v7 09/11] x86/kasan: explicitly zero kasan shadow memory
` [PATCH v7 10/11] arm64/kasan: "
` [PATCH v7 11/11] mm: stop zeroing memory during allocation in vmemmap

[PATCH][v2] mm: use sc->priority for slab shrink targets
 2017-08-29 20:58 UTC  (3+ messages)

[PATCH 0/4] mmu_notifier semantic update
 2017-08-29 20:15 UTC  (6+ messages)
` [PATCH 1/4] mm/mmu_notifier: document new behavior for mmu_notifier_invalidate_page()
` [PATCH 2/4] dax/mmu_notifier: update to new mmu_notifier semantic
` [PATCH 3/4] mm/rmap: update to new mmu_notifier_invalidate_page() semantic
` [PATCH 4/4] iommu/amd: "

[RFC PATCH] mm/rmap: do not call mmu_notifier_invalidate_page() v3
 2017-08-29 20:14 UTC  (7+ messages)

[PATCH] mm: memcontrol: use per-cpu stocks for socket memory uncharging
 2017-08-29 19:26 UTC  (2+ messages)

[PATCH 1/2 v2] sched/wait: Break up long wake list walk
 2017-08-29 16:57 UTC  (19+ messages)
` [PATCH 2/2 v2] sched/wait: Introduce lock breaker in wake_up_page_bit

[PATCH] mm/ksm : Checksum calculation function change (jhash2 -> crc32)
 2017-08-29 16:05 UTC  (8+ messages)

[PATCH 01/23] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-08-29 14:33 UTC  (8+ messages)
      ` [Intel-gfx] "
` [PATCH 02/23] drm/i915: introduce simple gemfs

[PATCH] mm, memory_hotplug: do not back off draining pcp free pages from kworker context
 2017-08-29 13:53 UTC  (5+ messages)

[PATCH] mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
 2017-08-29 13:39 UTC  (13+ messages)

[PATCH] mm, madvise: Ensure poisoned pages are removed from per-cpu lists
 2017-08-29 11:55 UTC  (3+ messages)

[PATCH 0/3] mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
 2017-08-29  9:16 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH 1/2] mm/slub: wake up kswapd for initial high order allocation
 2017-08-29  7:14 UTC  (8+ messages)
` [PATCH 2/2] mm/slub: don't use reserved highatomic pageblock for optimistic try

[PATCH v15 0/5] Virtio-balloon Enhancement
 2017-08-29  3:23 UTC  (11+ messages)
` [PATCH v15 1/5] lib/xbitmap: Introduce xbitmap
` [PATCH v15 2/5] lib/xbitmap: add xb_find_next_bit() and xb_zero()
` [PATCH v15 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v15 4/5] mm: support reporting free page blocks
` [PATCH v15 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ

[v6 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-28 20:54 UTC  (7+ messages)
` [v6 3/4] mm, oom: introduce oom_priority for memory cgroups

[PATCH] fork: fix incorrect fput of ->exe_file causing use-after-free
 2017-08-28 15:55 UTC  (5+ messages)

mmotm 2017-08-25-15-50 uploaded
 2017-08-28 15:46 UTC  (8+ messages)
  ` [PATCH] mm/hmm: fix build when HMM is disabled

[PATCH] mm/zswap: constify struct kernel_param_ops uses
 2017-08-28 13:29 UTC  (2+ messages)

[PATCH 1/1] mm: only dispaly online cpus of the numa node
 2017-08-28 13:13 UTC  (4+ messages)

[RFC PATCH] treewide: remove GFP_TEMPORARY allocation flag
 2017-08-28 12:36 UTC  (9+ messages)

[PATCH RFC v2] Add /proc/pid/smaps_rollup
 2017-08-28 11:30 UTC  (10+ messages)

timeout for memory offline
 2017-08-28  9:43 UTC 

[PATCH 4.9 60/84] x86/mm: Fix use-after-free of ldt_struct
 2017-08-28  8:05 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).