linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-09 16:06:13 to 2018-01-11 13:19:46 UTC [more...]

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-11 13:19 UTC  (37+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes
` [PATCH v5 2/2] printk: Hide console waiter logic into helpers

[PATCH v13 0/7] cgroup-aware OOM killer
 2018-01-11 13:18 UTC  (8+ messages)

[PATCH] mm, THP: vmf_insert_pfn_pud depends on CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD
 2018-01-11 13:05 UTC  (3+ messages)

[PATCH v2 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
 2018-01-11 12:46 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] mm/memcg: Consolidate mem_cgroup_resize_[memsw]_limit() functions
          ` [PATCH v4] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes

[PATCH v21 2/5 RESEND] virtio-balloon: VIRTIO_BALLOON_F_SG
 2018-01-11 11:06 UTC  (4+ messages)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-11 10:24 UTC  (40+ messages)
` [PATCH 01/38] usercopy: Remove pointer from overflow report
` [PATCH 02/38] usercopy: Enhance and rename report_usercopy()
` [PATCH 03/38] usercopy: Include offset in hardened usercopy report
` [PATCH 04/38] lkdtm/usercopy: Adjust test to include an offset to check reporting
` [PATCH 05/38] stddef.h: Introduce sizeof_field()
` [PATCH 06/38] usercopy: Prepare for usercopy whitelisting
` [PATCH 07/38] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 08/38] usercopy: Allow strict enforcement of whitelists
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH 10/38] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH 11/38] vfs: Define usercopy region in names_cache slab caches
` [PATCH 12/38] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH 15/38] jfs: Define usercopy region in jfs_ip "
` [PATCH 16/38] befs: Define usercopy region in befs_inode_cache "
` [PATCH 17/38] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH 18/38] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH 19/38] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH 20/38] vxfs: Define usercopy region in vxfs_inode "
` [PATCH 21/38] cifs: Define usercopy region in cifs_request "
` [PATCH 22/38] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH 23/38] net: Define usercopy region in struct proto "
` [PATCH 24/38] ip: Define usercopy region in IP "
` [PATCH 25/38] caif: Define usercopy region in caif "
` [PATCH 26/38] sctp: Define usercopy region in SCTP "
` [PATCH 27/38] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 28/38] net: Restrict unwhitelisted proto caches to size 0
` [PATCH 29/38] fork: Define usercopy region in mm_struct slab caches
` [PATCH 30/38] fork: Define usercopy region in thread_stack "
` [PATCH 31/38] fork: Provide usercopy whitelisting for task_struct
` [PATCH 32/38] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH 33/38] arm64: "
` [PATCH 34/38] arm: "
` [PATCH 35/38] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 36/38] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
` [PATCH 37/38] usercopy: Restrict non-usercopy caches to size 0
` [PATCH 38/38] lkdtm: Update usercopy tests for whitelisting

mmotm 2018-01-04-16-19 uploaded
 2018-01-11 10:08 UTC  (11+ messages)
      ` ppc elf_map breakage with MAP_FIXED_NOREPLACE (was: Re: mmotm 2018-01-04-16-19 uploaded)
          ` ppc elf_map breakage with MAP_FIXED_NOREPLACE

[PATCH] zsmalloc: use U suffix for negative literals being shifted
 2018-01-11  7:06 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH] zswap: only save zswap header if zpool is shrinkable
 2018-01-11  7:04 UTC  (10+ messages)
` [PATCH v2] zswap: only save zswap header when necessary
  ` [PATCH v3] "

[RFC] mm: why vfree() do not free page table memory?
 2018-01-11  1:27 UTC  (2+ messages)

[PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y
 2018-01-11  1:06 UTC  (12+ messages)

[PATCH v4 00/36] Hardened usercopy whitelisting
 2018-01-10 21:15 UTC  (44+ messages)
` [PATCH 01/36] usercopy: Remove pointer from overflow report
` [PATCH 02/36] usercopy: Include offset in "
` [PATCH 03/36] lkdtm/usercopy: Adjust test to include an offset to check reporting
` [PATCH 04/36] usercopy: Prepare for usercopy whitelisting
` [PATCH 05/36] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 06/36] usercopy: Mark kmalloc caches as usercopy caches
` [PATCH 07/36] dcache: Define usercopy region in dentry_cache slab cache
` [PATCH 08/36] vfs: Define usercopy region in names_cache slab caches
` [PATCH 09/36] vfs: Copy struct mount.mnt_id to userspace using put_user()
` [PATCH 10/36] ext4: Define usercopy region in ext4_inode_cache slab cache
` [PATCH 11/36] ext2: Define usercopy region in ext2_inode_cache "
` [PATCH 12/36] jfs: Define usercopy region in jfs_ip "
` [PATCH 13/36] befs: Define usercopy region in befs_inode_cache "
` [PATCH 14/36] exofs: Define usercopy region in exofs_inode_cache "
` [PATCH 15/36] orangefs: Define usercopy region in orangefs_inode_cache "
` [PATCH 16/36] ufs: Define usercopy region in ufs_inode_cache "
` [PATCH 17/36] vxfs: Define usercopy region in vxfs_inode "
` [PATCH 18/36] cifs: Define usercopy region in cifs_request "
` [PATCH 19/36] scsi: Define usercopy region in scsi_sense_cache "
` [PATCH 20/36] net: Define usercopy region in struct proto "
` [PATCH 21/36] ip: Define usercopy region in IP "
` [PATCH 22/36] caif: Define usercopy region in caif "
` [PATCH 23/36] sctp: Define usercopy region in SCTP "
` [PATCH 24/36] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
` [PATCH 25/36] net: Restrict unwhitelisted proto caches to size 0
` [PATCH 26/36] fork: Define usercopy region in mm_struct slab caches
` [PATCH 27/36] fork: Define usercopy region in thread_stack "
` [PATCH 28/36] fork: Provide usercopy whitelisting for task_struct
` [PATCH 29/36] x86: Implement thread_struct whitelist for hardened usercopy
` [PATCH 30/36] arm64: "
` [PATCH 31/36] arm: "
` [PATCH 32/36] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 33/36] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
` [PATCH 34/36] usercopy: Allow strict enforcement of whitelists
` [PATCH 35/36] usercopy: Restrict non-usercopy caches to size 0
` [PATCH 36/36] lkdtm: Update usercopy tests for whitelisting

[PATCHv2] x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
 2018-01-10 20:19 UTC  (2+ messages)
` [PATCHv2-resend] "

migrate_pages() of process with same UID in 4.15-rcX
 2018-01-10 16:21 UTC  (2+ messages)

[PATCH V4 00/45] block: support multipage bvec
 2018-01-10 15:41 UTC  (9+ messages)
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size

[x86? mm? fs? 4.15-rc6] Random oopses by simple write under memory pressure
 2018-01-10 13:37 UTC  (5+ messages)
` [mm? 4.15-rc7] "
  ` [mm? 4.15-rc7] Random oopses "

[PATCH v4] printk: Add console owner and waiter logic to load balance console writes
 2018-01-10 12:50 UTC  (4+ messages)

[PATCH v2] mm/page_owner: Clean up init_pages_in_zone()
 2018-01-10 12:10 UTC  (2+ messages)

[bug report] hugetlb, mempolicy: fix the mbind hugetlb migration
 2018-01-10 10:47 UTC  (2+ messages)

[PATCH] mm, hugetlb: Fix a double unlock bug in alloc_surplus_huge_page()
 2018-01-10 10:14 UTC  (2+ messages)

[PATCH] mm/page_owner.c Clean up init_pages_in_zone()
 2018-01-10  8:05 UTC  (3+ messages)

possible deadlock in shmem_file_llseek
 2018-01-10  8:02 UTC  (2+ messages)

[aaron:for_lkp_skl_2sp2_test 151/225] drivers/net//ethernet/netronome/nfp/nfp_net_common.c:1188:116: error: '__GFP_COLD' undeclared
 2018-01-10  4:43 UTC  (7+ messages)

KASAN: use-after-free Read in handle_userfault
 2018-01-09 21:59 UTC  (2+ messages)

[patch 1/2] mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
 2018-01-09 21:40 UTC  (4+ messages)
` [patch v2 "
    ` [patch -mm] mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks fix fix

[PATCH 0/3] exec: Pin stack limit during exec
 2018-01-09 20:23 UTC  (4+ messages)
` [PATCH 1/3] exec: Pass stack rlimit into mm layout functions
` [PATCH 2/3] exec: Introduce finalize_exec() before start_thread()
` [PATCH 3/3] exec: Pin stack limit during exec

[PATCH] kmemleak: allow to coexist with fault injection
 2018-01-09 19:22 UTC 

[PATCH 4.4 29/63] x86/mm: Disable PCID on 32-bit kernels
 2018-01-09 18:18 UTC  (3+ messages)

[PATCH] mm/page_owner: Remove drain_all_pages from init_early_allocated_pages
 2018-01-09 16:26 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).