linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-02 13:51:06 to 2021-04-06 10:13:46 UTC [more...]

High kmalloc-32 slab cache consumption with 10k containers
 2021-04-06 10:13 UTC  (6+ messages)

[PATCH-next 1/5] lib/test_vmalloc.c: remove two kvfree_rcu() tests
 2021-04-06 10:05 UTC  (11+ messages)
` [PATCH-next 2/5] lib/test_vmalloc.c: add a new 'nr_threads' parameter
` [PATCH-next 3/5] vm/test_vmalloc.sh: adapt for updated driver interface
` [PATCH-next 4/5] mm/vmalloc: refactor the preloading loagic
` [PATCH-next 5/5] mm/vmalloc: remove an empty line

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-06  9:57 UTC  (14+ messages)
` [PATCH v4 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v4 2/8] hugetlb: no need to drop hugetlb_lock to call cma_release
` [PATCH v4 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH v4 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v4 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH v4 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH v4 7/8] hugetlb: make free_huge_page irq safe
` [PATCH v4 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-06  9:08 UTC  (13+ messages)
` [RFC PATCH v1 01/11] mm: Define top tier memory node mask
` [RFC PATCH v1 02/11] mm: Add soft memory limit for mem cgroup
` [RFC PATCH v1 03/11] mm: Account the top tier memory usage per cgroup
` [RFC PATCH v1 04/11] mm: Report top tier memory usage in sysfs
` [RFC PATCH v1 05/11] mm: Add soft_limit_top_tier tree for mem cgroup
` [RFC PATCH v1 06/11] mm: Handle top tier memory in cgroup soft limit memory tree utilities
` [RFC PATCH v1 07/11] mm: Account the total top tier memory in use
` [RFC PATCH v1 08/11] mm: Add toptier option for mem_cgroup_soft_limit_reclaim()
` [RFC PATCH v1 09/11] mm: Use kswapd to demote pages when toptier memory is tight
` [RFC PATCH v1 10/11] mm: Set toptier_scale_factor via sysctl
` [RFC PATCH v1 11/11] mm: Wakeup kswapd if toptier memory need soft reclaim

Page fault in cgroup_get_e_css
 2021-04-06  8:25 UTC 

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-06  7:44 UTC  (9+ messages)
` [RFCv1 1/7] x86/mm: Move force_dma_unencrypted() to common code
` [RFCv1 2/7] x86/kvm: Introduce KVM memory protection feature
` [RFCv1 3/7] x86/kvm: Make DMA pages shared
` [RFCv1 4/7] x86/kvm: Use bounce buffers for KVM memory protection
` [RFCv1 5/7] x86/kvmclock: Share hvclock memory with the host
` [RFCv1 6/7] x86/realmode: Share trampoline area if KVM memory protection enabled
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH] mm/vmscan.c: drop_slab_node with task's memcg
 2021-04-06  7:21 UTC  (4+ messages)

[tcp] 4ecc1baf36: ltp.proc01.fail
 2021-04-06  7:09 UTC  (2+ messages)

[PATCH 0/4] mm/page_reporting: Some knobs and fixes
 2021-04-06  6:55 UTC  (11+ messages)
` [PATCH 1/4] mm/page_reporting: Introduce free page reported counters
` [PATCH 2/4] mm/page_reporting: Introduce free page reporting factor
` [PATCH 4/4] mm/page_reporting: Fix possible user allocation failure

[linux-next:master 4647/5413] drivers/phy/microchip/sparx5_serdes.c:2440:54-57: ERROR: Missing resource_size with iores
 2021-04-06  5:09 UTC  (3+ messages)
` [PATCH] phy: fix resource_size.cocci warnings

[PATCH -next v2 1/2] mm/debug_vm_pgtable: Move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
 2021-04-06  4:49 UTC  (2+ messages)
` [PATCH -next v2 2/2] mm/debug_vm_pgtable: Remove redundant pfn_{pmd/pte}() and fix one comment mistake

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-06  3:23 UTC  (8+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
  ` [External] "
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-06  3:04 UTC  (6+ messages)
` [PATCH 1/2] mm: khugepaged: use macro to align addresses
` [PATCH 2/2] mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas

[PATCH] mm/gup: check page posion status for coredump
 2021-04-06  2:41 UTC  (14+ messages)
    ` [PATCH v3] "
        ` [PATCH v5] mm/gup: check page hwposion "
                      ` [PATCH v6] mm/gup: check page hwpoison status for memory recovery failures
                        ` [PATCH v7] "

[PATCH V2 1/1] mm:improve the performance during fork
 2021-04-06  2:14 UTC  (3+ messages)

[PATCH] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-04-06  2:04 UTC  (3+ messages)

[PATCH] mm/vmscan: add sysctl knobs for protecting the specified
 2021-04-06  1:16 UTC  (2+ messages)

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-04-06  1:04 UTC  (14+ messages)
        ` [PATCH] mm/memory-failure: Use a mutex to avoid memory_failure() races
              ` [PATCH v2] mm,hwpoison: return -EBUSY when page already poisoned
                ` [PATCH v3] mm,hwpoison: return -EHWPOISON "

[linux-next:master 317/9190] drivers/gpu/drm/i915/display/intel_psr.c:1517:30: warning: Redundant condition: intel_dp->psr.enabled. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
 2021-04-06  0:51 UTC 

[PATCH v2] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-04-06  0:09 UTC 

[linux-next:master 9083/9190] include/asm-generic/bitops/find.h:164:16: error: implicit declaration of function '__fls'; did you mean '__ffs'?
 2021-04-05 23:54 UTC 

[PATCH v2] kasan: fix kasan_byte_accessible() to be consistent with actual checks
 2021-04-05 23:46 UTC  (3+ messages)

[linux-next:master 8183/9190] phy-mvebu-cp110-utmi.c:undefined reference to `of_usb_get_dr_mode_by_phy'
 2021-04-05 23:29 UTC 

[PATCH v1 0/5] percpu: partial chunk depopulation
 2021-04-05 23:02 UTC  (3+ messages)
` [PATCH v1 5/5] percpu: implement "

[PATCH] kasan: fix kasan_byte_accessible() to be consistent with actual checks
 2021-04-05 22:07 UTC  (3+ messages)

[RFC 0/3] Group pages on the direct map for permissioned vmallocs
 2021-04-05 21:49 UTC  (7+ messages)
` [RFC 1/3] list: Support getting most recent element in list_lru
` [RFC 3/3] x86/module: Use VM_GROUP_PAGES flag
  ` [RFC 2/3] vmalloc: Support grouped page allocations

[PATCH 0/2] minor cleanups of include/linux/mm.h
 2021-04-05 20:00 UTC  (7+ messages)
` [PATCH 1/2] mm: move page_rmapping() and page_anon_vma() to mm/internal.h
` [PATCH 2/2] include/linux/mm.h: remove duplicated declaration of page_mapping()

[PATCH v6 00/27] Memory Folios
 2021-04-05 19:31 UTC  (8+ messages)

lib/test_kasan_module.c:25:6: warning: variable 'unused' set but not used
 2021-04-05 19:29 UTC  (2+ messages)

[PATCH] kfence: unpoison pool region before use
 2021-04-05 19:04 UTC  (9+ messages)

[PATCH v5] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-05 17:19 UTC 

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-04-05 17:16 UTC  (3+ messages)
` [PATCH RFC 1/3] "

Atlassian Jira Users Contact List
 2021-04-05 16:47 UTC 

[PATCH v9 0/8] Count rlimits in each user namespace
 2021-04-05 17:03 UTC  (8+ messages)
` [PATCH v9 3/8] Use atomic_t for ucounts reference counting
` [PATCH v9 4/8] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v9 6/8] Reimplement RLIMIT_SIGPENDING "

[PATCH v5 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-04-05 11:50 UTC  (3+ messages)

[PATCH] mm/frontswap: fix frontswap_register_ops() race with swapon and swapoff
 2021-04-05 10:20 UTC 

Invitation: [%NAME]:Hast du es noch nicht versucht? at Mon, 05.04.2021 (UTC+01:00), All Day, Weekly;
 2021-04-05  8:59 UTC 

[syzbot] WARNING: suspicious RCU usage in remove_vma (2)
 2021-04-05  3:04 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in clear_huge_page
 2021-04-05  3:03 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in list_lru_destroy
 2021-04-05  3:02 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calc_auto.c:1176:6: warning: stack frame size of 2576 bytes in function 'dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation'
 2021-04-04 23:09 UTC 

[patch] Clarify that MAP_POPULATE is best-effort
 2021-04-04 19:28 UTC  (2+ messages)

drivers/media/pci/saa7164/saa7164-api.c:915:12: warning: stack frame size of 5312 bytes in function 'saa7164_api_dump_subdevs'
 2021-04-04 17:53 UTC 

[RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
 2021-04-04 17:20 UTC 

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-04 15:54 UTC  (3+ messages)
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH] mm: page_poison: print page owner info when corruption is caught
 2021-04-04 14:17 UTC 

[RFC PATCH] mm/swap: fix system stuck due to infinite loop
 2021-04-04  9:26 UTC  (3+ messages)

[linux-next:master 9082/9190] WARNING: modpost: vmlinux.o(.text.unlikely+0x3274): Section mismatch in reference from the function jent_panic() to the variable .init.data:initcall_level_names
 2021-04-04  1:27 UTC 

[PATCH v3 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-04  0:00 UTC  (6+ messages)
` [PATCH v3 7/8] hugetlb: make free_huge_page irq safe
  ` [External] "

[RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages
 2021-04-03 12:37 UTC  (18+ messages)
` [RFC PATCH 01/15] mm: memcontrol: fix page charging in page replacement
` [RFC PATCH 02/15] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [RFC PATCH 03/15] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
` [RFC PATCH 04/15] mm: memcontrol: use lruvec_memcg in lruvec_holds_page_lru_lock
    ` [External] "
          ` [External] Re: [RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages

arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kvmhv_enter_nested_guest'
 2021-04-03 10:47 UTC 

[PATCH] mm: memcontrol: fix forget to obtain the ref to objcg in split_page_memcg
 2021-04-03  1:12 UTC  (6+ messages)

BUG_ON(!mapping_empty(&inode->i_data))
 2021-04-02 21:16 UTC  (9+ messages)

[PATCH v6 0/4] Cleanup and fixups for vmemmap handling
 2021-04-02 17:58 UTC  (6+ messages)
` [PATCH v6 3/4] x86/vmemmap: Handle unpopulated sub-pmd ranges

[linux-next:master 8719/9190] softirq.c:undefined reference to `__hwasan_tls'
 2021-04-02 17:15 UTC 

[linux-next:master 8183/9190] undefined reference to `of_usb_get_dr_mode_by_phy'
 2021-04-02 15:40 UTC 

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-02 15:18 UTC  (21+ messages)
` [PATCH v4 01/20] cmdline: Add generic function to build command line
` [PATCH v4 02/20] drivers: of: use cmdline building function
` [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v4 08/20] arm: "
` [PATCH v4 09/20] arm64: "
` [PATCH v4 10/20] hexagon: "
` [PATCH v4 11/20] microblaze: "
` [PATCH v4 12/20] nios2: "
` [PATCH v4 13/20] openrisc: "
` [PATCH v4 14/20] riscv: "
` [PATCH v4 15/20] sh: "
` [PATCH v4 16/20] sparc: "
` [PATCH v4 17/20] xtensa: "
` [PATCH v4 18/20] x86: "
` [PATCH v4 19/20] mips: "
` [PATCH v4 20/20] cmdline: Remove CONFIG_CMDLINE_EXTEND

[QUESTION] WARNNING after 3d8e2128f26a ("sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output")
 2021-04-02 14:41 UTC  (3+ messages)

[RFC] Convert sysv filesystem to use folios exclusively
 2021-04-02 13:50 UTC  (3+ 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).