linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-17 10:08:25 to 2021-01-19 13:58:56 UTC [more...]

[PATCH 0/5] Allocate memmap from hotadded memory (per device)
 2021-01-19 13:58 UTC  (4+ messages)
` [PATCH 2/5] mm,memory_hotplug: Allocate memmap from the added memory range

[linux-next:master 3022/4407] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:300:10: error: 'boot_cpu_data' undeclared; did you mean
 2021-01-19 13:46 UTC 

[PATCH V3 0/3] mm/memory_hotplug: Pre-validate the address range with platform
 2021-01-19 13:40 UTC  (12+ messages)
` [PATCH V3 1/3] mm/memory_hotplug: Prevalidate the address range being added "
` [PATCH V3 2/3] arm64/mm: Define arch_get_mappable_range()
` [PATCH V3 3/3] s390/mm: "
` [PATCH RFC] virtio-mem: check against memhp_get_pluggable_range() which memory we can hotplug

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-01-19 12:24 UTC  (5+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe

[linux-next:master 2992/4407] drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:924:6: warning: no previous prototype for function 'dce110_edp_wait_for_T12'
 2021-01-19 12:06 UTC 

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-19 12:04 UTC  (5+ messages)
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler

[linux-next:master 4321/4407] drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper2.c:141: warning: expecting prototype for translate_transmitter_bp_to_atom2(). Prototype was for dal_cmd_table_helper_transmitter_bp_to_atom2() instead
 2021-01-19 11:02 UTC 

[PATCH v2 0/3] Fix infinite machine check loop in futex_wait_setup()
 2021-01-19 10:56 UTC  (8+ messages)
` [PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery
      ` [PATCH v4] "

[PATCH 0/2] introduce DUMP_PREFIX_UNHASHED for hex dumps
 2021-01-19 10:38 UTC  (12+ messages)
` [PATCH 1/2] [v2] lib/hexdump: introduce DUMP_PREFIX_UNHASHED for unhashed addresses

[linux-next:master 4354/4407] drivers/usb/dwc3/dwc3-imx8mp.c:20: warning: expecting prototype for dwc3(). Prototype was for USB_WAKEUP_CTRL() instead
 2021-01-19 10:16 UTC 

[linux-next:master 4321/4407] drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper2.c:141: warning: expecting prototype for translate_transmitter_bp_to_atom2(). Prototype was for dal_cmd_table_helper_transmitter_bp_to_atom2() instead
 2021-01-19 10:13 UTC 

[linux-next:master 3610/3956] drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:661 vmw_setup_pci_resources() warn: 'pdev' not released on lines: 674
 2021-01-19  9:44 UTC 

[linux-next:master 4324/4407] drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:280: warning: wrong kernel-doc identifier on line:
 2021-01-19  9:36 UTC 

[linux-next:master 4324/4407] drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c:280: warning: wrong kernel-doc identifier on line:
 2021-01-19  9:35 UTC 

mm/z3fold.c:280:37: warning: unused function 'handle_to_z3fold_header'
 2021-01-19  9:02 UTC 

[linux-next:master 2106/4407] fs/f2fs/super.c:470:12: warning: unused function 'f2fs_compress_set_level'
 2021-01-19  9:01 UTC 

[linux-next:master 2519/4500] ucsi.c:undefined reference to `fwnode_usb_role_switch_get'
 2021-01-19  8:30 UTC  (4+ messages)

[PATCH 1/2] mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
 2021-01-19  7:51 UTC  (2+ messages)
` [PATCH 2/2] mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success

[PATCH] mm,hwpoison: non-current task should be checked early_kill for force_early
 2021-01-19  7:33 UTC  (17+ messages)

[PATCH v2] mm: page_counter: relayout structure to reduce false sharing
 2021-01-19  7:20 UTC 

[PATCH mm/zswap 0/2] Fix the compatibility of zsmalloc and zswap
 2021-01-19  5:54 UTC  (3+ messages)
` [PATCH mm/zswap 1/2] mm/zswap: add the flag can_sleep_mapped
` [PATCH mm/zswap 2/2] mm: set the sleep_mapped to true for zbud and z3fold

[PATCH] mm: memcontrol: skip propagate percpu vmstat values to current memcg
 2021-01-19  5:27 UTC 

[PATCH v5 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-01-19  4:39 UTC  (15+ messages)
` [PATCH v5 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v5 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v5 03/14] mm/gup: return an error on migration failure
` [PATCH v5 04/14] mm/gup: check for isolation errors
` [PATCH v5 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v5 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v5 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v5 08/14] mm/gup: do not allow zero page for pinned pages
` [PATCH v5 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v5 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v5 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v5 12/14] mm/gup: longterm pin migration cleaup
` [PATCH v5 13/14] selftests/vm: test flag is broken
` [PATCH v5 14/14] selftests/vm: test faulting in kernel, and verify pinnable pages

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-19  4:35 UTC  (8+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting
  ` c25050162e: WARNING:at_lib/refcount.c:#refcount_warn_saturate

[PATCH v2] mm,hwpoison:Differentiate Action Required error in current and non current process
 2021-01-19  4:15 UTC 

drivers/media/dvb-frontends/rtl2832_sdr.o: warning: objtool: rtl2832_sdr_s_fmt_sdr_cap() falls through to next function rtl2832_sdr_querycap.cold()
 2021-01-19  3:13 UTC 

[RFC mm/zswap 0/2] Fix the compatibility of zsmalloc and zswap
 2021-01-19  2:39 UTC  (16+ messages)
` [RFC mm/zswap 1/2] mm/zswap: add the flag can_sleep_mapped

[linux-next:master] BUILD REGRESSION 93bf8b946e5f9a0b0c68155597b53fd8ccce2827
 2021-01-18 23:40 UTC 

[linux-next:master 3714/4500] aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `drivers/base/arch_numa.o' being placed in section `.eh_frame'
 2021-01-18 22:35 UTC 

[linux-next:master 2537/4500] aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `drivers/media/common/videobuf2/frame_vector.o' being placed in section `.eh_frame'
 2021-01-18 21:16 UTC 

[linux-next:master 2882/4500] drivers/staging/comedi/comedi_fops.c:2399:8: error: 'PAGE_SHARED' undeclared; did you mean
 2021-01-18 20:08 UTC 

[PATCH RFC 00/30] userfaultfd-wp: Support shmem and hugetlbfs
 2021-01-18 19:40 UTC  (3+ messages)
` [PATCH RFC 07/30] mm/swap: Introduce the idea of special swap ptes

[PATCH v3 0/2] kasan: fixes for 5.11-rc
 2021-01-18 18:31 UTC  (2+ messages)

[linux-next:master 965/4500] aarch64-linux-gnu-ld: warning: orphan section `.eh_frame' from `drivers/soc/samsung/exynos-asv.o' being placed in section `.eh_frame'
 2021-01-18 18:06 UTC 

[PATCH V3] mm/compaction: correct deferral logic for proactive compaction
 2021-01-18 17:41 UTC  (2+ messages)

[PATCH v2 00/27] Page folios
 2021-01-18 17:01 UTC  (28+ messages)
` [PATCH v2 01/27] mm: Introduce struct folio
` [PATCH v2 02/27] mm: Add folio_pgdat
` [PATCH v2 03/27] mm/vmstat: Add folio stat wrappers
` [PATCH v2 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v2 05/27] mm: Add put_folio
` [PATCH v2 06/27] mm: Add get_folio
` [PATCH v2 07/27] mm: Create FolioFlags
` [PATCH v2 08/27] mm: Handle per-folio private data
` [PATCH v2 09/27] mm: Add folio_index, folio_page and folio_contains
` [PATCH v2 10/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v2 11/27] mm/memcg: Add folio_memcg, lock_folio_memcg and unlock_folio_memcg
` [PATCH v2 12/27] mm/memcg: Add mem_cgroup_folio_lruvec
` [PATCH v2 13/27] mm: Add unlock_folio
` [PATCH v2 14/27] mm: Add lock_folio
` [PATCH v2 15/27] mm: Add lock_folio_killable
` [PATCH v2 16/27] mm: Convert lock_page_async to lock_folio_async
` [PATCH v2 17/27] mm/filemap: Convert lock_page_for_iocb to lock_folio_for_iocb
` [PATCH v2 18/27] mm/filemap: Convert wait_on_page_locked_async to wait_on_folio_locked_async
` [PATCH v2 19/27] mm/filemap: Convert end_page_writeback to end_folio_writeback
` [PATCH v2 20/27] mm: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v2 21/27] mm: Add wait_for_stable_folio and wait_on_folio_writeback
` [PATCH v2 22/27] mm: Add wait_on_folio_locked & wait_on_folio_locked_killable
` [PATCH v2 23/27] mm: Convert lock_page_or_retry to lock_folio_or_retry
` [PATCH v2 24/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v2 25/27] mm: Convert test_clear_page_writeback to test_clear_folio_writeback
` [PATCH v2 26/27] mm/filemap: Convert page wait queues to be folios
` [PATCH v2 27/27] cachefiles: Switch to wait_page_key

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-18 16:43 UTC  (12+ messages)
` [PATCH v2 2/5] lib: add error_report_notify to collect debugging tools' reports
` [PATCH v2 3/5] docs: ABI: add /sys/kernel/error_report/ documentation

SLUB: percpu partial object count is highly inaccurate, causing some memory wastage and maybe also worse tail latencies?
 2021-01-18 16:07 UTC  (6+ messages)

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2021-01-18 15:18 UTC  (11+ messages)
        ` [EXT] "
          ` [RFC] tentative prctl task isolation interface

[linux-next:master 4298/4500] include/linux/fortify-string.h:20:29: warning: argument 1 null where non-null expected
 2021-01-18 14:46 UTC 

[PATCH] media: i2c: fix odd_ptr_err.cocci warnings
 2021-01-18 13:55 UTC  (2+ messages)

[PATCH] mm: Optimizing error condition detection in do_mprotect_pkey()
 2021-01-18 13:33 UTC 

[PATCH] x86/sgx: Fix free_cnt counting logic in epc section
 2021-01-18 13:33 UTC 

[PATCH] x86/sgx: Remove redundant if conditions in sgx_encl_create
 2021-01-18 13:33 UTC 

[PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
 2021-01-18 13:33 UTC 

[PATCH] selftests/x86: Simplify the code of getting vdso base address in sgx
 2021-01-18 13:33 UTC 

[PATCH] mm: memcontrol: prevent starvation when writing memory.high
 2021-01-18 13:12 UTC  (4+ messages)

[PATCH] kasan: fix HW_TAGS boot parameters
 2021-01-18 13:06 UTC  (2+ messages)

[PATCH V2] mm/compaction: correct deferral logic for proactive compaction
 2021-01-18 12:41 UTC  (3+ messages)

[linux-next:master 1543/4500] drivers/gpio/gpio-tegra.c:364:7: error: 'struct irq_data' has no member named 'parent_data'
 2021-01-18 11:24 UTC 

[linux-next:master 2885/4500] drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:929:24: warning: unused variable 'adev'
 2021-01-18 11:13 UTC 

[PATCH v2] hugetlbfs: Remove useless BUG_ON(!inode) in hugetlbfs_setattr()
 2021-01-18 11:07 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 69c0c89b7d69281e67950c9a5cb8cbbab9fbb12d
 2021-01-18 11:03 UTC 

[PATCH mm 1/4] kfence: add missing copyright and description headers
 2021-01-18 10:29 UTC  (8+ messages)
` [PATCH mm 2/4] kfence, x86: add missing copyright and description header
` [PATCH mm 3/4] kfence, arm64: "
` [PATCH mm 4/4] kfence: add missing copyright header to documentation

[PATCH] hugetlbfs: remove meaningless variable avoid_reserve
 2021-01-18  9:58 UTC  (2+ messages)

[PATCH] hugetlbfs: Use helper macro default_hstate in init_hugetlbfs_fs
 2021-01-18  9:57 UTC  (2+ messages)

[PATCH] mm, compaction: move high_pfn to the for loop scope
 2021-01-18  9:42 UTC  (3+ messages)

[linux-next:master 3938/4500] drivers/soc/qcom/socinfo.c:322:36: sparse: sparse: cast to restricted __le32
 2021-01-18  9:30 UTC 

[PATCH v6 0/5] Fix some bugs about HugeTLB code
 2021-01-18  9:13 UTC  (3+ messages)
` [PATCH v6 3/5] mm: hugetlb: fix a race between freeing and dissolving the page

[PATCH v2] mm, oom: Fix a comment in dump_task
 2021-01-18  9:11 UTC  (2+ messages)

[PATCH] hugetlbfs: make BUG_ON(!inode) takes effect in hugetlbfs_setattr
 2021-01-18  8:48 UTC  (3+ messages)

[RFC PATCH v3 2/8] Add a reference to ucounts for each cred
 2021-01-18  8:31 UTC  (3+ messages)
` 14c3c8a27f: kernel_BUG_at_kernel/cred.c
` [PATCH v4 2/8] Add a reference to ucounts for each cred

[linux-next:master 3945/3956] mm/secretmem.c:107:6: error: implicit declaration of function 'mlock_future_check'
 2021-01-18  8:12 UTC  (2+ messages)

[PATCH v2] hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()
 2021-01-18  6:32 UTC 

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-18  2:49 UTC  (14+ messages)

[linux-next:master 3947/3956] mm/secretmem.c:49:33: error: use of undeclared identifier 'PMD_PAGE_ORDER'
 2021-01-18  2:35 UTC 

[PATCH] mmzone: Remove unneeded semicolon
 2021-01-18  0:55 UTC 

[PATCH v4 0/5] mm: Fix pfn_to_online_page() with respect to ZONE_DEVICE
 2021-01-17 22:35 UTC  (4+ messages)
` [PATCH v4 4/5] mm: Fix page reference leak in soft_offline_page()

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-17 15:29 UTC  (14+ messages)
` [PATCH v13 01/12] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v13 03/12] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v13 04/12] mm: hugetlb: defer freeing of HugeTLB pages
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v13 06/12] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v13 07/12] mm: hugetlb: flush work when dissolving a HugeTLB page
` [PATCH v13 08/12] mm: hugetlb: introduce PageHugeInflight
` [PATCH v13 09/12] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v13 10/12] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v13 11/12] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v13 12/12] mm: hugetlb: optimize the code with the help of the compiler

[drm/i915/ddi] a4550977a0: WARNING:at_drivers/gpu/drm/i915/display/intel_ddi.c:#intel_ddi_pre_enable_hdmi[i915]
 2021-01-17 13:52 UTC 

kernel BUG at include/linux/highmem.h:LINE!
 2021-01-17 10:08 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).