linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 13:46:46 to 2020-03-26 03:24:55 UTC [more...]

[PATCH v9 00/18] arm64: MMU enabled kexec relocation
 2020-03-26  3:24 UTC  (14+ messages)
` [PATCH v9 01/18] arm64: kexec: make dtb_mem always enabled
` [PATCH v9 02/18] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v9 03/18] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v9 04/18] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v9 05/18] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v9 06/18] arm64: mm: Always update TCR_EL1 from __cpu_set_tcr_t0sz()
` [PATCH v9 07/18] arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines
` [PATCH v9 08/18] arm64: kexec: move relocation function setup
` [PATCH v9 09/18] arm64: kexec: call kexec_image_info only once
` [PATCH v9 10/18] arm64: kexec: cpu_soft_restart change argument types
` [PATCH v9 11/18] arm64: kexec: arm64_relocate_new_kernel clean-ups
` [PATCH v9 12/18] arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
` [PATCH v9 13/18] arm64: kexec: add expandable argument to relocation function

[PATCH v7 0/9] Huge page-table entries for TTM
 2020-03-26  2:49 UTC  (11+ messages)
` [PATCH v7 1/9] fs: Constify vma argument to vma_is_dax
` [PATCH v7 2/9] mm: Introduce vma_is_special_huge
` [PATCH v7 3/9] mm: Split huge pages on write-notify or COW
` [PATCH v7 4/9] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH v7 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH v7 6/9] drm/vmwgfx: Support huge page faults
` [PATCH v7 7/9] drm: Add a drm_get_unmapped_area() helper
` [PATCH v7 8/9] drm/vmwgfx: Introduce a huge page aligning TTM range manager
` [PATCH v7 9/9] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH] mm: Remove dummy struct bootmem_data/bootmem_data_t
 2020-03-26  2:26 UTC 

kernel panic: stack is corrupted in mpol_to_str
 2020-03-26  2:24 UTC 

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-03-26  2:23 UTC  (5+ messages)
` [PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features

KASAN: stack-out-of-bounds Write in mpol_to_str
 2020-03-26  2:23 UTC 

KASAN: stack-out-of-bounds Write in mpol_to_str
 2020-03-26  0:54 UTC  (5+ messages)
` [PATCH] mm: mempolicy: require at least one nodeid for MPOL_PREFERRED

[PATCH 1/2] mm, slub: prevent kmalloc_node crashes and memory leaks
 2020-03-26  0:54 UTC  (4+ messages)
` [PATCH 2/2] Revert "topology: add support for node_to_mem_node() to determine the fallback node"

[PATCH] mm/sparse: Fix kernel crash with pfn_section_valid check
 2020-03-26  0:38 UTC  (7+ messages)

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-03-25 23:20 UTC  (14+ messages)
` [PATCH v2 1/5] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v2 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v2 3/5] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v2 4/5] x86/entry: Enable random_kstack_offset support
` [PATCH v2 5/5] arm64: entry: "

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

[PATCH 1/2] mm/swapfile.c: simplify the calculation of n_goal
 2020-03-25 22:03 UTC  (2+ messages)
` [PATCH 2/2] mm/swapfile.c: remove the extra check in scan_swap_map_slots()

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-25 21:51 UTC  (4+ messages)
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "

mmotm 2020-03-23-21-29 uploaded
 2020-03-25 21:34 UTC  (8+ messages)
` mmotm 2020-03-23-21-29 uploaded (pci/controller/dwc/pcie-tegra194.c)

[linux-next:pending-fixes] BUILD SUCCESS 1e07787fb89ded7f9b290af70c788c9f82f13cc1
 2020-03-25 21:02 UTC 

[PATCH 0/5] improvements about lowmem_reserve and /proc/zoneinfo
 2020-03-25 19:45 UTC  (11+ messages)
` [PATCH 1/5] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [PATCH 2/5] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [PATCH 3/5] mm/vmstat.c: do not show lowmem reserve protection information of empty zone
` [PATCH 4/5] mm/vmstat.c: move the per-node stats to the front of /proc/zoneinfo
` [PATCH 5/5] mm/vmstat.c: remove the useless code

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-03-25 18:43 UTC  (51+ 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 03/38] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH v5 04/38] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH v5 05/38] kmsan: reduce vmalloc space
` [PATCH v5 06/38] kmsan: add KMSAN runtime core
` [PATCH v5 07/38] kmsan: KMSAN compiler API implementation
` [PATCH v5 08/38] kmsan: add KMSAN hooks for kernel subsystems
` [PATCH v5 09/38] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH v5 10/38] kmsan: define READ_ONCE_NOCHECK()
` [PATCH v5 11/38] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v5 12/38] kmsan: x86: sync metadata pages on page fault
` [PATCH v5 13/38] kmsan: add tests for KMSAN
` [PATCH v5 14/38] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH v5 15/38] kmsan: x86: disable UNWINDER_ORC "
` [PATCH v5 16/38] kmsan: x86/asm: softirq: add KMSAN IRQ entry hooks
` [PATCH v5 17/38] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH v5 18/38] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH v5 19/38] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH v5 20/38] kmsan: handle memory sent to/from USB
` [PATCH v5 21/38] kmsan: handle task creation and exiting
` [PATCH v5 22/38] kmsan: net: check the value of skb before sending it to the network
` [PATCH v5 23/38] kmsan: printk: treat the result of vscnprintf() as initialized
` [PATCH v5 24/38] kmsan: disable instrumentation of certain functions
` [PATCH v5 25/38] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH v5 26/38] kmsan: use __msan_ string functions where possible
` [PATCH v5 27/38] kmsan: hooks for copy_to_user() and friends
` [PATCH v5 28/38] kmsan: init: call KMSAN initialization routines
` [PATCH v5 29/38] kmsan: enable KMSAN builds
` [PATCH v5 30/38] kmsan: handle /dev/[u]random
` [PATCH v5 31/38] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v5 32/38] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v5 33/38] kmsan: add iomap support
` [PATCH v5 34/38] kmsan: dma: unpoison memory mapped by dma_direct_map_page()
` [PATCH v5 35/38] kmsan: disable physical page merging in biovec
` [PATCH v5 36/38] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v5 37/38] kmsan: x86/uprobes: unpoison regs in arch_uprobe_exception_notify()
` [PATCH v5 38/38] kmsan: block: skip bio block merging logic for KMSAN

[PATCH] mm: khugepaged: fix potential page state corruption
 2020-03-25 18:42 UTC  (8+ messages)

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-25 18:23 UTC  (9+ messages)
    ` [RFC PATCH v2 1/3] "

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-03-25 17:48 UTC  (8+ messages)
` [PATCH 11/12] device-dax: Add dis-contiguous resource support
` [PATCH 12/12] device-dax: Introduce 'mapping' devices

[RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
 2020-03-25 16:41 UTC  (16+ messages)
` [RFC PATCH v4 3/6] arm64: Add level-hinted TLB invalidation helper to tlbi_user
` [RFC PATCH v4 4/6] mm: Add page table level flags to vm_flags
` [RFC PATCH v4 5/6] arm64: tlb: Use translation level hint in vm_flags
  ` Re: [RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature

lockdep warning in sys_swapon
 2020-03-25 16:08 UTC  (6+ messages)

[PATCH v10 00/25] Change readahead API
 2020-03-25 15:54 UTC  (7+ messages)
` [PATCH v10 24/25] fuse: Convert from readpages to readahead

[PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
 2020-03-25 15:41 UTC  (6+ messages)
` [PATCH v6 14/16] pidfd: "
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-25 15:33 UTC  (3+ messages)

[PATCH v4 0/2] integrate classzone_idx and high_zoneidx
 2020-03-25 15:20 UTC  (3+ messages)
` [PATCH v4 2/2] mm/page_alloc: "

[PATCH v3] mm/mmu_notifier: prevent unpaired invalidate_start and invalidate_end
 2020-03-25 13:06 UTC  (6+ messages)

[PATCH RFC v4 00/42] Add KernelMemorySanitizer infrastructure
 2020-03-25 11:04 UTC  (5+ messages)

[PATCH] mm/rmap: fix the handling of device private page in try_to_unmap_one()
 2020-03-25 10:54 UTC  (5+ messages)

[PATCH 0/4] Clean up hugetlb boot command line processing
 2020-03-25  9:38 UTC  (10+ messages)
` [PATCH 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH 4/4] hugetlbfs: clean up command line processing

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

[PATCH] char/random: silence a lockdep splat with printk()
 2020-03-25  2:35 UTC  (3+ messages)
` dmesg -w regression in v5.4.22, bisected, was: "

[hnaz-linux-mm:master 377/435] fs/reiserfs/ibalance.o: warning: objtool: balance_internal()+0x1ab4: stack state mismatch: cfa1=7+304 cfa2=7+328
 2020-03-25  1:02 UTC 

[PATCH 0/3] tool lib traceevent: Fix some parsing errors
 2020-03-24 20:08 UTC  (4+ messages)
` [PATCH 1/3] tools lib traceevent: Add append() function helper for appending strings
` [PATCH 2/3] tools lib traceevent: Handle __attribute__((user)) in field names
` [PATCH 3/3] tools lib traceevent: Add handler for __builtin_expect()

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-03-24 19:47 UTC  (14+ messages)

[PATCH v2 hmm 0/9] Small hmm_range_fault() cleanups
 2020-03-24 19:31 UTC  (10+ messages)
` [PATCH v2 hmm 2/9] mm/hmm: return the fault type from hmm_pte_need_fault()
` [PATCH v2 hmm 4/9] mm/hmm: remove HMM_FAULT_SNAPSHOT
` [PATCH v2 hmm 7/9] mm/hmm: do not unconditionally set pfns when returning EBUSY

[PATCH] mm, memcg: Add memory.transparent_hugepage_disabled
 2020-03-24 19:17 UTC  (3+ messages)

[PATCH -next] hugetlb_cgroup: fix illegal access to memory
 2020-03-24 18:24 UTC  (2+ messages)

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-24 18:24 UTC  (4+ 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).