linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-04 15:33:30 to 2021-04-06 22:27:02 UTC [more...]

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

linux-next: Tree for Apr 6 (arch/x86/mm/init_64.c)
 2021-04-06 22:25 UTC  (4+ messages)

[PATCH 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-06 21:04 UTC  (7+ 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 v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-06 20:52 UTC  (20+ 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

[PATCH v6 1/8] drivers/base/memory: Introduce memory_block_{online,offline}
 2021-04-06 20:43 UTC  (13+ messages)
` [PATCH v6 2/8] mm,memory_hotplug: Relax fully spanned sections check
` [PATCH v6 3/8] mm,memory_hotplug: Factor out adjusting present pages into adjust_present_page_count()
` [PATCH v6 5/8] acpi,memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
` [PATCH v6 6/8] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory
` [PATCH v6 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
` [PATCH v6 8/8] arm64/Kconfig: "
  ` [PATCH v6 4/8] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH] btrfs: Use readahead_batch_length
 2021-04-06 19:42 UTC 

include/linux/fortify-string.h:27:30: warning: '__builtin_strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length
 2021-04-06 19:42 UTC 

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-06 19:24 UTC  (3+ messages)
` [PATCH 1/4] x86/mce: Fix copyin code to return -EFAULT on machine check

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-06 18:59 UTC  (7+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[linux-next:master 9893/10090] drivers/hid/hid-thrustmaster.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-04-06 18:40 UTC 

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-06 17:52 UTC  (7+ messages)
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-06 17:38 UTC  (4+ messages)
` [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE

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

[PATCH v3] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-04-06 17:15 UTC  (4+ messages)

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-04-06 16:42 UTC  (7+ messages)

[PATCH v6 00/27] Memory Folios
 2021-04-06 16:25 UTC  (66+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio
` [PATCH v6 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v6 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v6 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v6 05/27] mm: Add folio reference count functions
` [PATCH v6 06/27] mm: Add put_folio
` [PATCH v6 07/27] mm: Add get_folio
` [PATCH v6 08/27] mm: Create FolioFlags
` [PATCH v6 09/27] mm: Handle per-folio private data
` [PATCH v6 10/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v6 11/27] mm/filemap: Add folio_next_index
` [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v6 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v6 14/27] mm: Add folio_mapcount
` [PATCH v6 15/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v6 16/27] mm/filemap: Add unlock_folio
` [PATCH v6 17/27] mm/filemap: Add lock_folio
` [PATCH v6 18/27] mm/filemap: Add lock_folio_killable
` [PATCH v6 19/27] mm/filemap: Add __lock_folio_async
` [PATCH v6 20/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v6 21/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v6 22/27] mm/filemap: Add end_folio_writeback
` [PATCH v6 23/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v6 24/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v6 25/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v6 26/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v6 27/27] mm/filemap: Convert page wait queues to be folios

[PATCH v9 0/8] Count rlimits in each user namespace
 2021-04-06 15:44 UTC  (9+ 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 "

321fc8f8f3: BUG:KASAN:slab-out-of-bounds_in_test_clobber_zone
 2021-04-06 13:32 UTC 

[PATCH-next 1/1] lib/test_vmalloc.c: extend max value of nr_threads parameter
 2021-04-06 12:45 UTC 

[PATCH] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-04-06 12:28 UTC  (2+ messages)

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-06 10:57 UTC  (5+ messages)

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  (6+ messages)
` [PATCH-next 2/5] lib/test_vmalloc.c: add a new 'nr_threads' parameter

[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 

[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  (7+ messages)
` [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] 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/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  (11+ 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()

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  (6+ 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 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


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).