linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 17:36:49 to 2020-03-10 19:14:51 UTC [more...]

[linux-stable-rc:linux-5.4.y 1325/3645] lib/ubsan.c:422: undefined reference to `__ashrti3'
 2020-03-10 19:13 UTC 

[PATCH] mm/filemap.c: Remove unused argument from shrink_readahead_size_eio()
 2020-03-10 19:21 UTC 

[PATCH v3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
 2020-03-10 19:13 UTC  (4+ messages)

interaction of MADV_PAGEOUT with CoW anonymous mappings?
 2020-03-10 19:11 UTC  (3+ messages)

[PATCH v4] mm/page_alloc: simplify page_is_buddy() for better code readability
 2020-03-10 19:09 UTC  (5+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-10 19:06 UTC  (66+ messages)
  ` [PATCHv4] "
        ` [PATCHv5] "
                    ` [PATCHv6] "
                        ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                          ` [PATCH 0/5] "
                            ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                            ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                            ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                                        ` [PATCH] pidfd: Stop taking cred_guard_mutex
                            ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                            ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                                  ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                                                      ` [PATCH 0/4] Use new infrastructure in more simple cases
                                                      ` [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
                                                      ` [PATCH 2/4] proc: "
                                                      ` [PATCH 3/4] proc: io_accounting: "
                                                      ` [PATCH 4/4] perf: "
                                                  ` [PATCH 1/4] exec: Fix a deadlock in ptrace
                                                  ` [PATCH 2/4] selftests/ptrace: add test cases for dead-locks
                                                  ` [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core
                                                  ` [PATCH 4/4] kernel: doc: remove outdated comment cred.c

[PATCH v2] mm: hugetlb: optionally allocate gigantic hugepages using cma
 2020-03-10 19:00 UTC  (18+ messages)

[PATCH] mm: Make PageType more efficient
 2020-03-10 18:56 UTC 

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-03-10 18:24 UTC  (4+ messages)

[PATCH] mm/swap_slots.c: don't reset the cache slot after use
 2020-03-10 18:13 UTC  (3+ messages)

[PATCH v6 00/14] Introduce Data Access MONitor (DAMON)
 2020-03-10 17:39 UTC  (35+ messages)
` [PATCH v6 01/14] mm: "
    `  "
` [PATCH v6 02/14] mm/damon: Implement region based sampling
    `  "
` [PATCH v6 03/14] mm/damon: Adaptively adjust regions
    `  "
` [PATCH v6 04/14] mm/damon: Apply dynamic memory mapping changes
    `  "
` [PATCH v6 05/14] mm/damon: Implement callbacks
    `  "
` [PATCH v6 06/14] mm/damon: Implement access pattern recording
    `  "
` [PATCH v6 07/14] mm/damon: Implement kernel space API
    `  "
` [PATCH v6 08/14] mm/damon: Add debugfs interface
    `  "
` [PATCH v6 09/14] mm/damon: Add a tracepoint for result writing
    `  "
` [PATCH v6 11/14] Documentation/admin-guide/mm: Add a document for DAMON
    `  "

[PATCH v2] hibernate: Allow uswsusp to write to swap
 2020-03-10 16:16 UTC  (3+ messages)
` [hibernate] 3f423f3a03: xfstests.generic.570.fail

[PATCH v4 2/2] net: memcg: late association of sock to memcg
 2020-03-10 15:53 UTC  (2+ messages)

[linux-next:master 7003/7050] include/linux/virtio_config.h:113: undefined reference to `page_reporting_unregister'
 2020-03-10 15:13 UTC  (14+ messages)

[PATCH v3 0/7] mm/hotplug: Only use subsection map for VMEMMAP
 2020-03-10 14:59 UTC  (6+ messages)
` [PATCH v3 5/7] mm/sparse.c: add note about only VMEMMAP supporting sub-section support
` [PATCH v3 7/7] mm/sparse.c: Use __get_free_pages() instead in populate_section_memmap()

[PATCH V3] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 14:52 UTC 

[hnaz-linux-mm:master 89/340] include/linux/sched/signal.h:381:9: note: in expansion of macro 'unlikely'
 2020-03-10 14:39 UTC  (2+ messages)

[PATCH] x86/mm: Remove the redundant conditional check
 2020-03-10 14:32 UTC  (4+ messages)

[PATCH V2] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 13:46 UTC  (3+ messages)

[LSFMMBPF TOPIC] Killing LSFMMBPF
 2020-03-10 13:40 UTC  (3+ messages)

[PATCH v3] mm/page_alloc: simplify page_is_buddy() for better code readability
 2020-03-10 12:48 UTC  (3+ messages)

[PATCH v1 00/11] virtio-mem: paravirtualized memory
 2020-03-10 12:09 UTC  (9+ messages)
` [PATCH v1 06/11] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks

[PATCH v2] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
 2020-03-10 11:20 UTC  (5+ messages)

[PATCHv2] memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
 2020-03-10 11:17 UTC  (4+ messages)

[PATCH] mm: Use fallthrough;
 2020-03-10 11:10 UTC  (8+ messages)

[hnaz-linux-mm:master 95/340] include/linux/sched/signal.h:383:6: error: implicit declaration of function 'user_mode'; did you mean 'user_sd'?
 2020-03-10 10:52 UTC 

[hnaz-linux-mm:master 89/340] arch/mips/mm/fault.c:157:27: error: passing argument 1 of 'fault_signal_pending' makes integer from pointer without a cast
 2020-03-10  9:37 UTC 

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-03-10  9:16 UTC  (17+ messages)

[PATCH v2] mm/page_alloc: simplify page_is_buddy() for better code readability
 2020-03-10  9:09 UTC  (3+ messages)

[linux-stable-rc:linux-5.4.y 1325/3645] lib/ubsan.c:88: undefined reference to `__ashlti3'
 2020-03-10  9:01 UTC 

[linux-next:master 5770/7050] arch/riscv/kernel/stacktrace.c:78:8: error: 'sp_in_global' undeclared
 2020-03-10  8:37 UTC 

general protection fault in list_lru_del
 2020-03-10  8:29 UTC 

[hnaz-linux-mm:master 294/340] arch/arm64/mm/context.c:266:1: error: expected identifier or '(' before '{' token
 2020-03-10  7:47 UTC 

[PATCH] mm: clarify a confusing comment of remap_pfn_range
 2020-03-10  7:39 UTC 

[PATCH] mm/vmpressure.c: Include GFP_KERNEL flag to vmpressure
 2020-03-10  7:39 UTC  (5+ messages)

[hnaz-linux-mm:master 89/340] include/linux/sched/signal.h:381:33: error: 'VM_FAULT_RETRY' undeclared
 2020-03-10  7:02 UTC 

[hnaz-linux-mm:master 95/340] include/linux/sched/signal.h:383:6: error: implicit declaration of function 'user_mode'
 2020-03-10  7:01 UTC 

[hnaz-linux-mm:master 89/340] include/linux/sched/signal.h:381:33: error: 'VM_FAULT_RETRY' undeclared; did you mean 'SIL_FAULT_MCEERR'?
 2020-03-10  6:59 UTC 

[PATCH] mm: mmap: show vm_unmapped_area error log
 2020-03-10  4:18 UTC  (11+ messages)

[PATCH V15] mm/debug: Add tests validating architecture page table helpers
 2020-03-10  2:31 UTC  (5+ messages)

[PATCH -V3] mm: Add PageLayzyFree() helper functions for MADV_FREE
 2020-03-10  2:28 UTC  (7+ messages)

[PATCH] mm/page_alloc: simplify page_is_buddy() for better code readability
 2020-03-10  2:15 UTC  (4+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-10  2:13 UTC  (21+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

[PATCH] mm: hugetlb: optionally allocate gigantic hugepages using cma
 2020-03-09 23:37 UTC  (3+ messages)

[RFC PATCH v3 07/12] genirq: Shutdown irq chips in suspend/resume during hibernation
 2020-03-09 22:37 UTC  (3+ messages)
  ` [EXTERNAL][RFC "

[PATCH v28 16/22] x86/sgx: Add a page reclaimer
 2020-03-09 21:16 UTC  (2+ messages)

[PATCH RESEND v6 00/16] mm: Page fault enhancements
 2020-03-09 20:06 UTC  (6+ messages)

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-09 18:37 UTC  (8+ 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).