linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-18 15:12:37 to 2019-02-20 05:27:57 UTC [more...]

[RFC PATCH 00/31] Generating physically contiguous memory after page allocation
 2019-02-20  5:27 UTC  (16+ messages)
` [RFC PATCH 01/31] mm: migrate: Add exchange_pages to exchange two lists of pages

[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
 2019-02-20  4:33 UTC  (7+ messages)

[PATCH] mm/oom: added option 'oom_dump_task_cmdline'
 2019-02-20  4:30 UTC  (3+ messages)

[PATCH] arm64: mm: enable per pmd page table lock
 2019-02-20  3:20 UTC  (15+ messages)
` [PATCH v2 1/3] arm64: mm: use appropriate ctors for page tables
  ` [PATCH v2 2/3] arm64: mm: don't call page table ctors for init_mm
  ` [PATCH v2 3/3] arm64: mm: enable per pmd page table lock

[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
 2019-02-20  2:47 UTC  (3+ messages)
  ` [LSF/MM ATTEND] MM track: dying memory cgroups and slab reclaim issue, memcg, THP

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-20  2:37 UTC  (7+ messages)
  ` [dm-devel] "

[PATCH] slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS
 2019-02-20  2:02 UTC 

[PATCH -mm -V8] mm, swap: fix race between swapoff and some swap operations
 2019-02-19 22:40 UTC  (2+ messages)

[PATCH v5 0/9] mmu notifier provide context informations
 2019-02-19 21:30 UTC  (18+ messages)
` [PATCH v5 1/9] mm/mmu_notifier: helper to test if a range invalidation is blockable
` [PATCH v5 2/9] mm/mmu_notifier: convert user range->blockable to helper function
` [PATCH v5 3/9] mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
` [PATCH v5 4/9] mm/mmu_notifier: contextual information for event enums
` [PATCH v5 5/9] mm/mmu_notifier: contextual information for event triggering invalidation v2
` [PATCH v5 6/9] mm/mmu_notifier: use correct mmu_notifier events for each invalidation
` [PATCH v5 7/9] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
` [PATCH v5 8/9] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
` [PATCH v5 9/9] mm/mmu_notifier: set MMU_NOTIFIER_USE_CHANGE_PTE flag where appropriate v2

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-19 21:28 UTC  (7+ messages)
` [PATCH v2 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v2 15/20] vmalloc: New flags for safe vfree on special perms

Memory management facing a 400Gpbs network link
 2019-02-19 20:46 UTC  (8+ messages)

[PATCH] powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()
 2019-02-19 20:15 UTC  (9+ messages)

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2019-02-19 18:38 UTC  (11+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI

[PATCH mmotm] mm: ksm: do not block on page lock when searching stable tree fix
 2019-02-19 18:11 UTC  (2+ messages)

[PATCH v5 0/3] KASAN for powerpc/32
 2019-02-19 18:03 UTC  (4+ messages)
` [PATCH v5 3/3] powerpc/32: Add KASAN support

[PATCH] mm/cma: cma_declare_contiguous: correct err handling
 2019-02-19 17:46 UTC  (4+ messages)

[PATCH v6 0/6] KASAN for powerpc/32
 2019-02-19 17:23 UTC  (7+ messages)
` [PATCH v6 1/6] powerpc/mm: prepare kernel for KAsan on PPC32
` [PATCH v6 2/6] powerpc/32: Move early_init() in a separate file
` [PATCH v6 3/6] powerpc: prepare string/mem functions for KASAN
` [PATCH v6 4/6] powerpc/32: Add KASAN support
` [PATCH v6 5/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v6 6/6] powerpc/32: enable CONFIG_KASAN for book3s hash

[PATCH v10 0/3] mm: Randomize free memory
 2019-02-19 17:21 UTC  (4+ messages)
` [PATCH v10 2/3] mm: Move buddy list manipulations into helpers

[PATCHv6 00/10] Heterogenous memory node attributes
 2019-02-19 17:20 UTC  (3+ messages)

[PATCH] doc: cgroup: correct the wrong information about measure of memory pressure
 2019-02-19 16:47 UTC  (4+ messages)

mremap vs sysctl_max_map_count
 2019-02-19 15:53 UTC  (4+ messages)

[PATCH 0/3] blkcg: sync() isolation
 2019-02-19 15:27 UTC  (4+ messages)
` [PATCH 1/3] blkcg: prevent priority inversion problem during sync()
` [PATCH 2/3] blkcg: introduce io.sync_isolation
` [PATCH 3/3] blkcg: implement sync() isolation

[LSF/MM ATTEND] MM track: Memory encryption, THP
 2019-02-19 14:59 UTC 

ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
 2019-02-19 14:44 UTC  (3+ messages)

[linux-stable-rc:linux-4.14.y 9470/9484] fs/proc/task_mmu.c:761:7: warning: 'last_vma' may be used uninitialized in this function
 2019-02-19 14:18 UTC  (2+ messages)

[PATCH v6 00/18] generic mmu_gather patches
 2019-02-19 13:41 UTC  (25+ messages)
` [PATCH v6 01/18] asm-generic/tlb: Provide a comment
` [PATCH v6 02/18] asm-generic/tlb: Provide HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH v6 03/18] asm-generic/tlb: Provide generic VIPT cache flush
` [PATCH v6 04/18] asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_range()
` [PATCH v6 05/18] asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()
` [PATCH v6 06/18] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
` [PATCH v6 07/18] asm-generic/tlb: Invert HAVE_RCU_TABLE_INVALIDATE
` [PATCH v6 08/18] arm/tlb: Convert to generic mmu_gather
` [PATCH v6 09/18] ia64/tlb: Conver "
` [PATCH v6 10/18] sh/tlb: Convert SH "
` [PATCH v6 11/18] um/tlb: Convert "
` [PATCH v6 12/18] arch/tlb: Clean up simple architectures
` [PATCH v6 13/18] asm-generic/tlb: Introduce HAVE_MMU_GATHER_NO_GATHER
` [PATCH v6 14/18] s390/tlb: convert to generic mmu_gather
` [PATCH v6 15/18] asm-generic/tlb: Remove arch_tlb*_mmu()
` [PATCH v6 16/18] asm-generic/tlb: Remove HAVE_GENERIC_MMU_GATHER
` [PATCH v6 17/18] asm-generic/tlb: Remove tlb_flush_mmu_free()
` [PATCH v6 18/18] asm-generic/tlb: Remove tlb_table_flush()

[PATCH] mm: migrate: add missing flush_dcache_page for non-mapped page migrate
 2019-02-19 12:32 UTC 

[linux-next:master 8475/9410] ERROR: "__vmalloc_node_range" [lib/test_vmalloc.ko] undefined!
 2019-02-19  8:54 UTC  (2+ messages)

[PATCH] tmpfs: fix link accounting when a tmpfile is linked in
 2019-02-19  7:23 UTC  (3+ messages)

tmpfs inode leakage when opening file with O_TMP_FILE
 2019-02-19  4:34 UTC  (4+ messages)

tmpfs fails fallocate(more than DRAM)
 2019-02-19  4:16 UTC  (5+ messages)

[PATCH 00/13] Convert x86 & arm64 to use generic page walk
 2019-02-19  3:44 UTC  (16+ messages)
` [PATCH 01/13] arm64: mm: Add p?d_large() definitions
` [PATCH 03/13] mm: Add generic p?d_large() macros
` [PATCH 06/13] mm: pagewalk: Add 'depth' parameter to pte_hole

[RFC PATCH v3 0/4] kvmppc: HMM backend driver to manage pages of secure guest
 2019-02-19  3:37 UTC  (4+ messages)
` [RFC PATCH v3 3/4] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls

[RFC PATCH 0/4] Restore change_pte optimization to its former glory
 2019-02-19  3:33 UTC  (10+ messages)

[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
 2019-02-18 23:53 UTC 

[PATCH] huegtlbfs: fix races and page leaks during migration
 2019-02-18 21:14 UTC  (2+ messages)

[PATCH 0/6] Improve handling of GFP flags in the CMA allocator
 2019-02-18 21:07 UTC  (7+ messages)
` [PATCH 1/6] Revert "kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()"
` [PATCH 2/6] Revert "mm/cma: remove unsupported gfp_mask parameter from cma_alloc()"
` [PATCH 3/6] cma: Warn about callers requesting unsupported flags
` [PATCH 4/6] cma: Add support for GFP_ZERO
` [PATCH 5/6] page_isolation: Propagate temporary pageblock isolation error
` [PATCH 6/6] cma: Isolate pageblocks speculatively during allocation

[5.0.0 rc6 BUG] possible irq lock inversion dependency detected
 2019-02-18 20:49 UTC 

Energy fur ihren Schwanz, kaufen und 85% sparen recompense. I note -- Head First Design Patterns
 2019-02-18 20:26 UTC 

Energy fur ihren Schwanz, kaufen und 85% sparen complaint about -- be wrong (and what
 2019-02-18 20:26 UTC 

Man Lebt nur einmal - probiers aus ! you were informed -- Patterns--the lessons
 2019-02-18 20:26 UTC 

Potenzschwache - wir haben die Losung agency for China or -- somewhere in the world
 2019-02-18 20:26 UTC 

Probieren Sie es - Mann Lebt nur einmal to summarise some -- who've faced the
 2019-02-18 20:26 UTC 

Haben Sie wieder Spass am Leben! achieving nation-wide -- who've faced the
 2019-02-18 20:26 UTC 

Potenzprobleme - ab heute nicht mehr consequently not protected -- more complex
 2019-02-18 20:26 UTC 

Man Lebt nur einmal - probiers aus ! may be somewhat -- You're not
 2019-02-18 20:26 UTC 

Probieren Sie es - Mann Lebt nur einmal by either the FSA or -- applications. You
 2019-02-18 20:26 UTC 

Blaues Wunder - dann klappts auch mit der Nachbarin to have looked at your -- you get to take
 2019-02-18 20:26 UTC 

Jetzt bestellen und ein blaues Wunder erleben standpoint, which -- texts. If you've read a
 2019-02-18 20:26 UTC 

Man Lebt nur einmal - probiers aus ! you were informed -- to know how they
 2019-02-18 20:26 UTC 

RedBull fur Ihr bestes Stuck into voluntary -- a design paddle pattern
 2019-02-18 20:26 UTC 

As young man
 2019-02-18 20:26 UTC 

Jetzt bestellen und ein blaues Wunder erleben as regulated products -- of Design Patterns so
 2019-02-18 20:26 UTC 

Hey - give it a try
 2019-02-18 20:25 UTC 

Emerging Growth 0pportunity
 2019-02-18 20:25 UTC 

Get paid to surf the web!!
 2019-02-18 20:24 UTC 

[LKP] efad4e475c [ 40.308255] Oops: 0000 [#1] PREEMPT SMP PTI
 2019-02-18 19:05 UTC  (16+ messages)
` [RFC PATCH] mm, memory_hotplug: fix off-by-one in is_pageblock_removable

[PATCH v2 0/4] provide a generic free_initmem implementation
 2019-02-18 18:41 UTC  (5+ messages)
` [PATCH v2 1/4] init: "
` [PATCH v2 2/4] hexagon: switch over to generic free_initmem()
` [PATCH v2 3/4] init: free_initmem: poison freed init memory
` [PATCH v2 4/4] riscv: switch over to generic free_initmem()

[RFC 0/4] mm: Introduce lazy exec permission setting on a page
 2019-02-18 18:20 UTC  (6+ 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).