linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-06 09:49:14 to 2018-01-10 18:05:21 UTC [more...]

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-10 18:05 UTC  (9+ 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

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  (11+ messages)
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*

[PATCH v4 00/36] Hardened usercopy whitelisting
 2018-01-10 15:25 UTC  (39+ 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

[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 v13 0/7] cgroup-aware OOM killer
 2018-01-10 13:11 UTC  (4+ messages)

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

[PATCH v2 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
 2018-01-10 12:43 UTC  (9+ 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 v2] mm/page_owner: Clean up init_pages_in_zone()
 2018-01-10 12:10 UTC  (2+ messages)

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

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

[PATCH v21 2/5 RESEND] virtio-balloon: VIRTIO_BALLOON_F_SG
 2018-01-10 10:26 UTC  (3+ 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)

[PATCH] zsmalloc: use U suffix for negative literals being shifted
 2018-01-10  5:53 UTC  (8+ 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)

[PATCH] zswap: only save zswap header if zpool is shrinkable
 2018-01-09 22:47 UTC  (6+ 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)

mmotm 2018-01-04-16-19 uploaded
 2018-01-09 16:13 UTC  (10+ 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

Fw: kernel BUG at ./include/linux/mm.h:LINE! (3)
 2018-01-09 15:03 UTC  (8+ messages)
  `  "
      ` [PATCH] The usbmon triggers a BUG in ./include/linux/mm.h

[PATCH v21 0/5] Virtio-balloon Enhancement
 2018-01-09 11:11 UTC  (6+ messages)
` [PATCH v21 1/5] xbitmap: Introduce xbitmap
` [PATCH v21 2/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v21 3/5] mm: support reporting free page blocks
` [PATCH v21 4/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v21 5/5] virtio-balloon: don't report free pages when page poisoning is enabled

[PATCH] mm: don't expose page to fast gup before it's ready
 2018-01-09 10:10 UTC  (3+ messages)

[PATCH] mm/page_alloc.c: fix typos in comments
 2018-01-09  8:16 UTC 

[PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe
 2018-01-09  6:30 UTC  (5+ messages)
` [PATCH v5 1/4] fs/splice: introduce pages_to_pipe helper
` [PATCH v5 2/4] vm: add a syscall to map a process memory into a pipe
` [PATCH v5 3/4] x86: wire up the process_vmsplice syscall
` [PATCH v5 4/4] test: add a test for "

[RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero
 2018-01-08 23:36 UTC  (4+ messages)

[PATCH] memcg: refactor mem_cgroup_resize_limit()
 2018-01-08 22:42 UTC  (2+ messages)
` [PATCH v4] "

revamp vmem_altmap / dev_pagemap handling V3
 2018-01-08 21:50 UTC  (6+ messages)

[PATCH 8/8] net: tipc: remove unused hardirq.h
 2018-01-08 19:43 UTC  (5+ messages)

[PATCH 0/2] mm/zswap: add minor const/conditional optimizations
 2018-01-08 19:34 UTC  (5+ messages)
` [PATCH 1/2] mm/zswap: make type and compressor const
` [PATCH 2/2] mm/zswap: move `zswap_has_pool` to front of `if ()`

[PATCH V3] selftest/vm: Move 128TB mmap boundary test to generic directory
 2018-01-08 16:51 UTC  (3+ messages)
` [PATCH v4] selftest/vm: Move the 128 TB mmap boundary test to the generic VM directory

[PATCHv6 0/4] x86: 5-level related changes into decompression code<Paste>
 2018-01-08 16:18 UTC  (3+ messages)

[PATCH 4.4 01/22] x86/kasan: Write protect kasan zero shadow
 2018-01-08 12:59 UTC 

INFO: task hung in filemap_fault
 2018-01-08 10:48 UTC  (7+ messages)

[PATCH] mm: ratelimit end_swap_bio_write() error
 2018-01-08 10:22 UTC  (7+ messages)

Google Chrome cause locks held in system (kernel 4.15 rc2)
 2018-01-07  3:42 UTC  (9+ messages)

ACPI issues on cold power on [bisected]
 2018-01-06 22:59 UTC  (5+ messages)
` [PATCH] ACPI / WMI: Call acpi_wmi_init() later

[RFC] boot failed when enable KAISER/KPTI
 2018-01-06 17:37 UTC  (4+ messages)

[PATCH 05/23] x86, kaiser: unmap kernel from userspace page tables (core patch)
 2018-01-06 17:22 UTC  (11+ messages)

[PATCH] mm,oom: Set ->signal->oom_mm to all thread groups sharing victim's memory
 2018-01-06 11:01 UTC  (5+ messages)
  ` [PATCH] mm,oom: Set ->signal->oom_mm to all thread groupssharing "
      ` [PATCH] mm,oom: Set ->signal->oom_mm to all thread groupssharingvictim's memory


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