linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-17 16:25:27 to 2017-06-20 23:29:18 UTC [more...]

[PATCH v2] mm: Allow slab_nomerge to be set at build time
 2017-06-20 23:29 UTC  (3+ messages)

[PATCH 00/23] Hardened usercopy whitelisting
 2017-06-20 23:09 UTC  (36+ messages)
` [PATCH 01/23] usercopy: Prepare for "
` [PATCH 02/23] usercopy: Enforce slab cache usercopy region boundaries
` [PATCH 03/23] vfs: define usercopy region in names_cache slab caches
` [PATCH 04/23] vfs: copy struct mount.mnt_id to userspace using put_user()
` [PATCH 05/23] befs: define usercopy region in befs_inode_cache slab cache
` [PATCH 06/23] cifs: define usercopy region in cifs_request "
` [PATCH 07/23] exofs: define usercopy region in exofs_inode_cache "
` [PATCH 08/23] ext2: define usercopy region in ext2_inode_cache "
` [PATCH 09/23] ext4: define usercopy region in ext4_inode_cache "
` [PATCH 10/23] vxfs: define usercopy region in vxfs_inode "
` [PATCH 11/23] jfs: define usercopy region in jfs_ip "
` [PATCH 12/23] orangefs: define usercopy region in orangefs_inode_cache "
` [PATCH 13/23] ufs: define usercopy region in ufs_inode_cache "
` [PATCH 14/23] fork: define usercopy region in thread_stack, task_struct, mm_struct slab caches
` [PATCH 15/23] net: define usercopy region in struct proto slab cache
` [PATCH 16/23] net: copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 17/23] dcache: define usercopy region in dentry_cache slab cache
  ` [kernel-hardening] "
` [PATCH 18/23] scsi: define usercopy region in scsi_sense_cache "
` [PATCH 19/23] xfs: define usercopy region in xfs_inode "
` [PATCH 20/23] usercopy: convert kmalloc caches to usercopy caches
` [PATCH 21/23] usercopy: Restrict non-usercopy caches to size 0
  ` [kernel-hardening] "
` [PATCH 22/23] usercopy: split user-controlled slabs to separate caches
  ` [kernel-hardening] "
` [PATCH 23/23] mm: Allow slab_nomerge to be set at build time
  ` [kernel-hardening] "
` [kernel-hardening] [PATCH 00/23] Hardened usercopy whitelisting

[PATCH v7 00/10] mm: page migration enhancement for thp
 2017-06-20 23:07 UTC  (11+ messages)
` [PATCH v7 01/10] mm: mempolicy: add queue_pages_required()
` [PATCH v7 02/10] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
` [PATCH v7 03/10] mm: thp: introduce separate TTU flag for thp freezing
` [PATCH v7 04/10] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
` [PATCH v7 05/10] mm: thp: enable thp migration in generic path
` [PATCH v7 06/10] mm: thp: check pmd migration entry in common path
` [PATCH v7 07/10] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v7 08/10] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v7 09/10] mm: migrate: move_pages() supports "
` [PATCH v7 10/10] mm: memory_hotplug: memory hotremove "

[patch] mm, oom: prevent additional oom kills before memory is freed
 2017-06-20 22:12 UTC  (7+ messages)
        ` [PATCH] mm,oom_kill: Close race window of needlessly selecting new victims

[PATCH v5 0/8] Support for contiguous pte hugepages
 2017-06-20 21:08 UTC  (12+ messages)
` [PATCH v5 1/8] arm64: hugetlb: Refactor find_num_contig
` [PATCH v5 2/8] arm64: hugetlb: Remove spurious calls to huge_ptep_offset
` [PATCH v5 3/8] mm, gup: Remove broken VM_BUG_ON_PAGE compound check for hugepages
` [PATCH v5 4/8] mm, gup: Ensure real head page is ref-counted when using hugepages
` [PATCH v5 5/8] mm/hugetlb: add size parameter to huge_pte_offset()
` [PATCH v5 6/8] mm/hugetlb: Allow architectures to override huge_pte_clear()
` [PATCH v5 7/8] mm/hugetlb: Introduce set_huge_swap_pte_at() helper
` [PATCH v5 8/8] mm: rmap: Use correct helper when poisoning hugepages

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-20 20:55 UTC  (18+ messages)
` [PATCH v7 03/36] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v7 06/36] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v7 07/36] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v7 08/36] x86/mm: Add support to enable SME in early boot processing
` [PATCH v7 11/36] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v7 14/36] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v7 19/36] x86/mm: Add support to access boot related data in the clear

[PATCH] percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
 2017-06-20 19:55 UTC  (2+ messages)

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-20 19:51 UTC  (14+ messages)
` [PATCH v11 4/6] mm: function to offer a page block on the free list
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH 0/4] percpu: add basic stats and tracepoints to percpu allocator
 2017-06-20 19:32 UTC  (8+ messages)
` [PATCH 1/4] percpu: add missing lockdep_assert_held to func pcpu_free_area
` [PATCH 2/4] percpu: migrate percpu data structures to internal header
` [PATCH 3/4] percpu: expose statistics about percpu memory via debugfs
` [PATCH 4/4] percpu: add tracepoint support for percpu memory

[PATCH] mm: Add SLUB free list pointer obfuscation
 2017-06-20 18:08 UTC  (3+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-20 17:44 UTC  (18+ messages)
` [PATCH v7 01/22] fs: remove call_fsync helper function
` [PATCH v7 05/22] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v7 11/22] fs: new infrastructure for writeback error handling and reporting
` [PATCH v7 15/22] dax: set errors in mapping when writeback fails
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-20 16:26 UTC  (27+ messages)
` [RFC PATCH 1/2] mm: introduce bmap_walk()
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem

[HELP-NEEDED, PATCHv2 0/3] Do not loose dirty bit on THP pages
 2017-06-20 15:54 UTC  (26+ messages)
` [PATCHv2 1/3] x86/mm: Provide pmdp_establish() helper
` [PATCHv2 2/3] mm: Do not loose dirty and access bits in pmdp_invalidate()
` [PATCHv2 3/3] mm: Use updated pmdp_invalidate() inteface to track dirty/accessed bits

[PATCH] mm: Refactor conversion of pages to bytes macro definitions
 2017-06-20 15:14 UTC 

[PATCH] mm,oom: add tracepoints for oom reaper-related events
 2017-06-20 13:43 UTC  (9+ messages)
      ` [PATCH v2] "

[PATCH 1/1] mm: only dispaly online cpus of the numa node
 2017-06-20 12:43 UTC 

[PATCH] mm: fix new crash in unmapped_area_topdown()
 2017-06-20  9:10 UTC 

[PATCH 0/7] userfaultfd: enable zeropage support for shmem
 2017-06-20  6:20 UTC  (8+ messages)
` [PATCH 1/7] shmem: shmem_charge: verify max_block is not exceeded before inode update
` [PATCH 2/7] shmem: introduce shmem_inode_acct_block
` [PATCH 3/7] userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support
` [PATCH 4/7] userfaultfd: mcopy_atomic: introduce mfill_atomic_pte helper
` [PATCH 5/7] userfaultfd: shmem: wire up shmem_mfill_zeropage_pte
` [PATCH 6/7] userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAs
` [PATCH 7/7] userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmem

[PATCH] x86/mm: Don't reenter flush_tlb_func_common()
 2017-06-20  2:56 UTC  (4+ messages)

[PATCH] mm/list_lru.c: use cond_resched_lock() for nlru->lock
 2017-06-20  2:52 UTC  (4+ messages)

[PATCH 1/2] mm: use slab size in the slab shrinking ratio calculation
 2017-06-20  2:46 UTC  (6+ messages)

[PATCH] mm: remove a redundant condition in the for loop
 2017-06-20  1:39 UTC  (5+ messages)

[PATCH v2 00/10] PCID and improved laziness
 2017-06-19 23:04 UTC  (13+ messages)
` [PATCH v2 05/10] x86/mm: Rework lazy TLB mode and TLB freshness tracking
` [PATCH v2 10/10] x86/mm: Try to preserve old TLB entries using PCID

Easily find girlfriend for sex!
 2017-06-19 21:12 UTC 

[patch for-4.12] mm, thp: remove cond_resched from __collapse_huge_page_copy
 2017-06-19 20:43 UTC 

[PATCH] mm/hugetlb: Warn the user when issues arise on boot due to hugepages
 2017-06-19 19:59 UTC  (11+ messages)

[PATCH] mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-06-19 18:01 UTC  (2+ messages)

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-19 17:18 UTC  (9+ messages)
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption

[PATCH] dax: Fix inefficiency in dax_writeback_mapping_range()
 2017-06-19 16:34 UTC  (2+ messages)

[mmotm:master 38/317] warning: (MN10300 && ..) selects HAVE_NMI_WATCHDOG which has unmet direct dependencies (HAVE_NMI)
 2017-06-19 14:31 UTC  (3+ messages)

[PATCH] mm: Fix THP handling in invalidate_mapping_pages()
 2017-06-19 13:25 UTC  (2+ messages)

[PATCH 01/35] fscache: Remove unused ->now_uncached callback
 2017-06-19 13:12 UTC  (5+ messages)
` [PATCH 00/35 v1] pagevec API cleanups

[PATCH v4 3/7] asm-generic: add atomic-instrumented.h
 2017-06-19 13:11 UTC  (9+ messages)
` [PATCH v4 5/7] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH v4 6/7] asm-generic: add KASAN instrumentation to atomic operations
` [PATCH v4 7/7] asm-generic, x86: add comments for atomic instrumentation

[PATCH] userfaultfd: non-cooperative: add madvise() event for MADV_FREE request
 2017-06-19 12:45 UTC 

[RFC] virtio-mem: paravirtualized memory
 2017-06-19 10:26 UTC  (7+ messages)

[PATCH v2 0/3] mm: huge pages: Misc fixes for issues found during fuzzing
 2017-06-19  9:35 UTC  (3+ messages)

[PATCH v6 0/4] ro protection for dynamic data
 2017-06-19  7:12 UTC  (4+ messages)
` [PATCH 2/4] Protectable Memory Allocator

[PATCH 1/2] mmzone: simplify zone_intersects()
 2017-06-18 16:59 UTC  (2+ 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).