Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 04:04:23 to 2021-05-24 05:25:15 UTC [more...]

[mm/slub] ad36bafb3b: BUG:sleeping_function_called_from_invalid_context_at_mm/page_alloc.c
 2021-05-24  5:25 UTC  (3+ messages)

[RFC Patch v2 0/4] mm/mempolicy: some fix and semantics cleanup
 2021-05-24  5:16 UTC  (5+ messages)
` [RFC Patch v2 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom
` [RFC Patch v2 2/4] mm/mempolicy: unify the preprocessing for mbind and set_mempolicy

[PATCH 0/3] slub: Print non-hashed pointers in slub debugging
 2021-05-24  5:12 UTC  (5+ messages)
` [PATCH 1/3] lib/hexdump: Add a raw pointer printing format for "
` [PATCH 3/3] slub: Actually use 'message' in restore_bytes()

[PATCH v3 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-05-24  4:58 UTC  (3+ messages)
` [RFC V2] mm: Enable generic pfn_valid() to handle early sections with memmap holes

[linux-next:master 1880/4499] ld.lld: error: undefined symbol: arm64_bpf_fixup_exception
 2021-05-24  1:25 UTC 

[PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-23 22:32 UTC  (2+ messages)

[PATCH] mm: page_alloc: dump migrate-failed pages only at -EBUSY
 2021-05-23 12:06 UTC  (7+ messages)

[linux-next:master 3726/4499] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:332:1: warning: unused label 'exit'
 2021-05-23  9:50 UTC 

[linux-next:master 1287/4499] decompress.c:(.text.decompress_kernel+0x54): undefined reference to `__bswapsi2'
 2021-05-23  9:16 UTC 

[linux-next:master] BUILD REGRESSION 8dca2cd055ffb78b37f52f0bf0bd20c249619c4d
 2021-05-23  8:34 UTC  (3+ messages)

[PATCH -next] mm/dmapool: use DEVICE_ATTR_RO macro
 2021-05-23  6:46 UTC 

[PATCH -next] mm/compaction: use DEVICE_ATTR_WO macro
 2021-05-23  6:45 UTC 

[PATCH] userfaultfd: hugetlbfs: fix new flag usage in error path
 2021-05-23  2:45 UTC  (3+ messages)
` [External] "

incoming
 2021-05-23  0:42 UTC  (11+ messages)
` [patch 01/10] mm/shuffle: fix section mismatch warning
` [patch 02/10] Revert "mm/gup: check page posion status for coredump."
` [patch 03/10] ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
` [patch 04/10] tools/testing/selftests/exec: fix link error
` [patch 05/10] kasan: slab: always reset the tag in get_freepointer_safe()
` [patch 06/10] watchdog: reliable handling of timestamps
` [patch 07/10] linux/bits.h: fix compilation error with GENMASK
` [patch 08/10] proc: remove Alexey from MAINTAINERS
` [patch 09/10] lib: kunit: suppress a compilation warning of frame size
` [patch 10/10] userfaultfd: hugetlbfs: fix new flag usage in error path

[linux-next:master 4341/4499] arch/x86/include/asm/fixmap.h:103:48: error: use of undeclared identifier 'NR_CPUS'
 2021-05-23  0:15 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-05-22 23:39 UTC  (35+ messages)
` [PATCH v27 01/31] Documentation/x86: Add CET description
` [PATCH v27 02/31] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v27 03/31] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v27 04/31] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v27 05/31] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v27 06/31] x86/cet: Add control-protection fault handler
` [PATCH v27 07/31] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v27 08/31] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v27 09/31] x86/mm: Introduce _PAGE_COW
` [PATCH v27 10/31] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v27 11/31] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v27 12/31] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v27 13/31] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v27 14/31] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v27 15/31] x86/mm: Shadow Stack page fault error checking
` [PATCH v27 16/31] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v27 17/31] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v27 18/31] mm: Add guard pages around a shadow stack
` [PATCH v27 19/31] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v27 20/31] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v27 21/31] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v27 22/31] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v27 23/31] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack
` [PATCH v27 25/31] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v27 26/31] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v27 27/31] ELF: Introduce arch_setup_elf_property()
` [PATCH v27 28/31] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v27 29/31] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v27 30/31] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v27 31/31] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-22 22:47 UTC  (12+ messages)
` [PATCH v27 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v27 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v27 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v27 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v27 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v27 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v27 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v27 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v5 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-22 22:09 UTC  (3+ messages)
` [PATCH v5 1/3] mm/memory-failure: Use a mutex to avoid memory_failure() races

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-22 21:32 UTC  (3+ messages)

[linux-next:master 3401/4499] lib/test_scanf.c:247:9: sparse: sparse: cast truncates bits from constant value (ffff0001 becomes 1)
 2021-05-22 21:30 UTC 

[linux-next:master 4341/4499] drivers/gpu/drm/vgem/vgem_drv.c:460:10: warning: shift count >= width of type
 2021-05-22 20:04 UTC 

[linux-next:master 3809/4499] drivers/md/persistent-data/dm-array.c:578:48: sparse: sparse: non size-preserving pointer to integer cast
 2021-05-22 17:23 UTC 

[linux-next:master 3203/4499] drivers/infiniband/sw/rxe/rxe_verbs.c:1115:2: warning: initializer overrides prior initialization of this subobject
 2021-05-22 16:49 UTC 

[linux-next:master 3561/4499] fs/nfsd/nfs4proc.c:1411:24: sparse: sparse: incorrect type in assignment (different base types)
 2021-05-22 16:45 UTC 

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-05-22 16:08 UTC  (3+ messages)

[linux-next:master 3813/4499] drivers/bluetooth/hci_qca.c:1860:37: warning: unused variable 'qca_soc_data_wcn6750'
 2021-05-22 15:21 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 054f1a7414a07b19e6e2bb02e4cdb0c2d50d8545
 2021-05-22 15:10 UTC 

[PATCH 0/3] Cleanup and fixup for zswap
 2021-05-22  9:22 UTC  (4+ messages)
` [PATCH 1/3] mm/zswap.c: remove unused function zswap_debugfs_exit()
` [PATCH 2/3] mm/zswap.c: avoid unnecessary copy-in at map time
` [PATCH 3/3] mm/zswap.c: fix two bugs in zswap_writeback_entry()

[RFC PATCH 0/6] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-22  2:19 UTC  (14+ messages)
` [PATCH 1/6] mm/page_alloc: Delete vm.percpu_pagelist_fraction
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[v2 PATCH] mm: thp: check total_mapcount instead of page_mapcount
 2021-05-22  0:36 UTC  (6+ messages)

Adding a new capability for userfaultfd?
 2021-05-21 22:41 UTC 

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-21 20:58 UTC  (2+ messages)

[PATCH] mm/vmalloc: Remove quoted string split across lines
 2021-05-21 20:43 UTC 

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-21 19:25 UTC  (3+ messages)

[PATCH v3] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-05-21 18:57 UTC  (2+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-21 18:40 UTC  (5+ messages)
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines

[PATCH v2 00/22] mm: Add vma_lookup()
 2021-05-21 18:08 UTC  (24+ messages)
` [PATCH v2 01/22] mm: Add vma_lookup(), update find_vma_intersection() comments
` [PATCH v2 02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH v2 03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [PATCH v2 04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 05/22] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH v2 06/22] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH v2 07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma()
` [PATCH v2 08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH v2 09/22] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH v2 10/22] virt/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 11/22] vfio: "
` [PATCH v2 13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH v2 12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH v2 15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH v2 14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH v2 16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH v2 17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH v2 19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH v2 18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH v2 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH v2 21/22] mm/memory.c: Use vma_lookup() in __access_remote_vm()
` [PATCH v2 22/22] mm/mempolicy: "

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-21 16:29 UTC  (14+ messages)
` [PATCH v5 7/9] mm/mremap: Move TLB flush outside page table lock

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-05-21 16:15 UTC  (6+ messages)
` [PATCH net-next v6 1/5] mm: add a signature in struct page
` [PATCH net-next v6 2/5] skbuff: add a parameter to __skb_frag_unref
` [PATCH net-next v6 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v6 4/5] mvpp2: recycle buffers
` [PATCH net-next v6 5/5] mvneta: "

[PATCH 0/6] gfs2: Handle page faults during read and write
 2021-05-21 15:46 UTC  (6+ messages)
` [PATCH 6/6] gfs2: Fix mmap + page fault deadlocks (part 2)

[PATCH 00/21] mm: Add vma_lookup()
 2021-05-21 14:27 UTC  (8+ messages)
` [PATCH 01/22] "
` [PATCH 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()

[clocksource] df29d3cd5a: stress-ng.clock.ops_per_sec 4.5% improvement
 2021-05-21 13:58 UTC  (2+ messages)

[PATCH] mm/vmalloc: Fallback to a single page allocator
 2021-05-21 13:07 UTC  (4+ messages)

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-05-21 12:31 UTC  (11+ messages)

[RFC 1/3] mm/slub: aggregate objects in cache by stack trace
 2021-05-21 12:11 UTC  (3+ messages)
` [RFC 2/3] mm/slub: sort objects in cache by frequency of "
` [RFC 3/3] mm/slub: add all_objects implementation in debugfs

[PATCH v6] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-21 11:39 UTC  (3+ messages)

[PATCH] kfence: unconditionally use unbound work queue
 2021-05-21 11:23 UTC  (2+ messages)

[PATCH] kfence: use TASK_IDLE when awaiting allocation
 2021-05-21 11:17 UTC  (6+ messages)

[PATCH v29 00/13] Introduce Data Access MONitor (DAMON)
 2021-05-21  8:55 UTC  (3+ messages)

[PATCH resend v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-05-21  8:48 UTC  (8+ messages)
` [PATCH resend v2 2/5] "

[LSF/MM TOPIC] mm documentation
 2021-05-21  8:36 UTC  (3+ messages)

[linux-stable-rc:linux-5.10.y 3189/5262] drivers/usb/dwc2/hcd.c:3835:6: warning: stack frame size of 1032 bytes in function 'dwc2_hcd_dump_state'
 2021-05-21  8:09 UTC  (7+ messages)
      ` [kbuild-all] "

[PATCH v2] mm: migrate: fix missing update page_private to hugetlb_page_subpool
 2021-05-21  7:26 UTC  (3+ messages)

[PATCH] mm/swapfile: move scan_swap_map() under CONFIG_HIBERNATION
 2021-05-21  7:08 UTC 

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-21  6:53 UTC  (6+ messages)
` [PATCH v8 8/8] nouveau/svm: Implement atomic SVM access
` [PATCH v8 5/8] mm: Device exclusive memory access

[PATCH] mm/thp: Update mm_struct's MM_ANONPAGES stat for huge zero pages
 2021-05-21  5:56 UTC  (4+ messages)

[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
 2021-05-21  5:26 UTC  (11+ messages)

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2021-05-21  5:02 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 read-only IMAP folder(s) and NNTP newsgroup(s).