linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-28 18:31:38 to 2020-03-30 22:28:04 UTC [more...]

[PATCH v2 0/2] mm/memory_hotplug: __add_pages() and __remove_pages() cleanups
 2020-03-30 22:27 UTC  (10+ messages)
` [PATCH v2 1/2] mm/memory_hotplug: simplify calculation of number of pages in __remove_pages()

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-30 22:09 UTC  (7+ messages)
` [RFC v2 2/2] kernel/sysctl: support handling command line aliases

[Patch v4] mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists()
 2020-03-30 22:08 UTC 

[PATCH 0/7] thp/khugepaged improvements and CoW semantics
 2020-03-30 21:38 UTC  (18+ messages)
` [PATCH 3/7] khugepaged: Drain LRU add pagevec to get rid of extra pins
` [PATCH 5/7] khugepaged: Allow to collapse PTE-mapped compound pages

[GIT PULL] Please pull HMM changes
 2020-03-30 20:08 UTC  (3+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-03-30 19:01 UTC  (23+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names
` [PATCH 3/3] arm64: memory: Give hotplug memory a different resource name

[PATCH 00/18] kfree_rcu() improvements for -rcu dev
 2020-03-30 18:42 UTC  (29+ messages)
` [PATCH 01/18] mm/list_lru.c: Rename kvfree_rcu() to local variant
` [PATCH 02/18] rcu: Introduce kvfree_rcu() interface
` [PATCH 03/18] rcu: Rename rcu_invoke_kfree_callback/rcu_kfree_callback
` [PATCH 04/18] rcu: Rename __is_kfree_rcu_offset() macro
` [PATCH 05/18] rcu: Rename kfree_call_rcu() to the kvfree_call_rcu()
` [PATCH 06/18] mm/list_lru.c: Remove kvfree_rcu_local() function
` [PATCH 07/18] rcu/tree: Simplify debug_objects handling
` [PATCH 08/18] rcu/tree: Clarify emergency path comment better
` [PATCH 09/18] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH 10/18] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH 11/18] rcu/tree: Introduce expedited_drain flag
` [PATCH 12/18] rcu/tree: Support reclaim for head-less object
` [PATCH 13/18] rcu/tiny: Move kvfree_call_rcu() out of header
` [PATCH 14/18] rcu/tiny: Support reclaim for head-less object
` [PATCH 15/18] rcu: Support headless variant in the kvfree_rcu()
` [PATCH 16/18] rcu/tree: Remove extra next variable in kfree worker function
` [PATCH 17/18] rcu/tree: Simplify is_vmalloc_addr expression
` [PATCH 18/18] rcu/tree: Make kvfree_rcu() tolerate any alignment

[PATCH] mm: allow checking length for hugetlb mapping in mmap()
 2020-03-30 18:39 UTC  (4+ messages)

[PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
 2020-03-30 18:26 UTC  (5+ messages)
        ` [PATCH v7 "

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-03-30 18:23 UTC  (19+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] powerpc: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH v3 3/5] x86: "
` [PATCH v3 4/5] sparc: "
` [PATCH v3 5/5] s390: "

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-03-30 17:43 UTC  (9+ messages)
` [PATCH 1/3] kernel/sysctl: "
` [PATCH 2/3] kernel/sysctl: support handling command line aliases
` [PATCH 3/3] kernel/hung_task convert hung_task_panic boot parameter to sysctl

[RFC PATCH v1 11/50] Treewide: Extirpate "prandom_u32() % range"
 2020-03-30 17:03 UTC  (2+ messages)

[PATCH v3 0/2] mm: mmap: add mmap trace point
 2020-03-30 16:33 UTC  (8+ messages)
  ` [PATCH v3 2/2] mm: mmap: add trace point of vm_unmapped_area

[Patch v3] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
 2020-03-30 15:00 UTC  (4+ messages)

incoming
 2020-03-30 14:54 UTC  (17+ messages)
` [patch 1/5] mm/swapfile.c: move inode_lock out of claim_swapfile
` [patch 2/5] drivers/base/memory.c: indicate all memory blocks as removable
` [patch 3/5] hugetlb_cgroup: fix illegal access to memory
` [patch 4/5] mm: fork: fix kernel_stack memcg stats for various stack implementations
` [patch 5/5] mm/sparse: fix kernel crash with pfn_section_valid check

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-03-30 14:32 UTC  (9+ messages)
` [PATCH v5 01/38] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v5 02/38] kmsan: add ReST documentation
` [PATCH v5 04/38] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH v5 05/38] kmsan: reduce vmalloc space

[PATCH v2 0/2] hugetlbfs: use i_mmap_rwsem for more synchronization
 2020-03-30 14:01 UTC  (4+ messages)
` [PATCH v2 1/2] hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization

[RFC] mm/page_alloc: Enumerate bad page reasons
 2020-03-30 12:38 UTC  (7+ messages)

[PATCH] mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
 2020-03-30 12:33 UTC  (3+ messages)

[RFC v5 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-03-30 11:50 UTC  (8+ messages)
` [RFC v5 1/7] mm/madvise: Export do_madvise() to external GPL modules
` [RFC v5 2/7] mm/damon: Account age of target regions
` [RFC v5 3/7] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v5 4/7] mm/damon/schemes: Implement a debugfs interface
` [RFC v5 5/7] mm/damon-test: Add kunit test case for regions age accounting
` [RFC v5 6/7] mm/damon/selftests: Add 'schemes' debugfs tests
` [RFC v5 7/7] damon/tools: Support more human friendly 'schemes' control

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-03-30 11:26 UTC  (11+ messages)
` [PATCH v2 3/5] stack: "
` [PATCH v2 4/5] x86/entry: Enable random_kstack_offset support
` [PATCH v2 5/5] arm64: entry: "

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-30 11:04 UTC  (9+ messages)
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid

[PATCH v7 00/15] Introduce Data Access MONitor (DAMON)
 2020-03-30 10:53 UTC  (2+ messages)

[PATCH v3 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-30 10:42 UTC  (11+ messages)
` [PATCH v3 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
      ` [v3 "
          ` [v3 05/10] mmap locking API: Improving the Coccinelle software
            ` [Cocci] "

[RFC PATCH v1 46/50] mm/shuffle.c: use get_random_max()
 2020-03-30  9:27 UTC  (7+ messages)
  ` [RFC PATCH v1 00/52] Audit kernel random number use

[PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features
 2020-03-30  8:56 UTC  (2+ messages)
` [mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable

[linux-next:pending-fixes] BUILD SUCCESS bcaebd8567a2ab4f4c551d5c503004a2059e2ac5
 2020-03-30  8:25 UTC 

Lim Geunsik님이 Dropbox를 추천했습니다
 2020-03-30  7:54 UTC 

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-29  8:19 UTC  (11+ messages)
  ` [RFC PATCH v2 1/3] "

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-03-29  2:59 UTC  (20+ messages)
` [PATCH v4 01/25] powerpc/powernv: Add OPAL calls for LPC memory alloc/release
` [PATCH v4 02/25] mm/memory_hotplug: Allow check_hotplug_memory_addressable to be called from drivers
` [PATCH v4 03/25] powerpc/powernv: Map & release OpenCAPI LPC memory
` [PATCH v4 04/25] ocxl: Remove unnecessary externs
` [PATCH v4 05/25] ocxl: Address kernel doc errors & warnings
` [PATCH v4 06/25] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v4 10/25] nvdimm: Add driver for OpenCAPI Persistent Memory
` [PATCH v4 11/25] powerpc: Enable the OpenCAPI Persistent Memory driver for powernv_defconfig
` [PATCH v4 12/25] nvdimm/ocxl: Add register addresses & status values to the header
` [PATCH v4 13/25] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v4 14/25] nvdimm/ocxl: Add support for Admin commands
` [PATCH v4 15/25] nvdimm/ocxl: Register a character device for userspace to interact with
` [PATCH v4 20/25] nvdimm/ocxl: Add an IOCTL to request controller health & perf data
` [PATCH v4 21/25] nvdimm/ocxl: Implement the heartbeat command
` [PATCH v4 23/25] nvdimm/ocxl: Expose SMART data via ndctl
` [PATCH v4 24/25] nvdimm/ocxl: Expose the serial number & firmware version in sysfs
` [PATCH v4 25/25] MAINTAINERS: Add myself & nvdimm/ocxl to ocxl

mmotm 2020-03-28-22-17 uploaded
 2020-03-30  5:14 UTC  (3+ messages)
` mmotm 2020-03-28-22-17 uploaded (staging/octeon/)

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-03-30  2:42 UTC  (4+ messages)

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-03-29 14:21 UTC  (6+ messages)

[PATCH 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()
 2020-03-29 13:42 UTC  (2+ messages)

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-29  3:44 UTC  (4+ messages)

[PATCH] mm: introduce MAP_FIXED_HUGETLB_LEN to mmap()
 2020-03-29  3:20 UTC  (5+ messages)
    `  "

[Patch v2 1/2] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
 2020-03-29  2:31 UTC  (10+ messages)
` [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero

[PATCH v4] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-28 23:07 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).