linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 22:21:03 to 2020-12-16 18:23:50 UTC [more...]

[PATCH 00/25] Page folios
 2020-12-16 18:23 UTC  (6+ messages)
` [PATCH 03/25] mm: Add get_folio
` [PATCH 04/25] mm: Create FolioFlags
` [PATCH 05/25] mm: Add unlock_folio
` [PATCH 06/25] mm: Add lock_folio
` [PATCH 07/25] mm: Add lock_folio_killable

incoming
 2020-12-16 18:08 UTC  (104+ messages)
` [patch 01/95] mm: fix a race on nr_swap_pages
` [patch 02/95] mm/memory_hotplug: quieting offline operation
` [patch 03/95] alpha: replace bogus in_interrupt()
` [patch 04/95] procfs: delete duplicated words + other fixes
` [patch 05/95] proc: provide details on indirect branch speculation
` [patch 06/95] proc: fix lookup in /proc/net subdirectories after setns(2)
` [patch 07/95] fs/proc: make pde_get() return nothing
` [patch 08/95] asm-generic: force inlining of get_order() to work around gcc10 poor decision
` [patch 09/95] kernel.h: split out mathematical helpers
` [patch 10/95] kernel/acct.c: use #elif instead of #end and #elif
` [patch 11/95] include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return boolean
` [patch 12/95] bitmap: remove unused function declaration
` [patch 13/95] lib/test_free_pages.c: add basic progress indicators
` [patch 14/95] lib/stackdepot.c: replace one-element array with flexible-array member
` [patch 15/95] lib/stackdepot.c: use flex_array_size() helper in memcpy()
` [patch 16/95] lib/stackdepot.c: use array_size() helper in jhash2()
` [patch 17/95] lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RT
` [patch 18/95] lib/list_kunit: follow new file name convention for KUnit tests
` [patch 19/95] lib/linear_ranges_kunit: "
` [patch 20/95] lib/bits_kunit: "
` [patch 21/95] lib/cmdline: fix get_option() for strings starting with hyphen
` [patch 22/95] lib/cmdline: allow NULL to be an output for get_option()
` [patch 23/95] lib/cmdline_kunit: add a new test suite for cmdline API
` [patch 24/95] ilog2: improve ilog2 for constant arguments
` [patch 25/95] lib/string: remove unnecessary #undefs
` [patch 26/95] lib: string.h: detect intra-object overflow in fortified string functions
` [patch 27/95] lkdtm: tests for FORTIFY_SOURCE
` [patch 28/95] string.h: add FORTIFY coverage for strscpy()
` [patch 29/95] drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpy
` [patch 30/95] drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in comment
` [patch 31/95] lib: cleanup kstrto*() usage
` [patch 32/95] lib/lz4: explicitly support in-place decompression
` [patch 33/95] bitops: introduce the for_each_set_clump macro
` [patch 34/95] lib/test_bitmap.c: add for_each_set_clump test cases
` [patch 35/95] gpio: thunderx: utilize for_each_set_clump macro
` [patch 36/95] gpio: xilinx: utilize generic bitmap_get_value and _set_value
` [patch 37/95] checkpatch: add new exception to repeated word check
` [patch 38/95] checkpatch: fix false positives in REPEATED_WORD warning
` [patch 39/95] checkpatch: ignore generated CamelCase defines and enum values
` [patch 40/95] checkpatch: prefer static const declarations
` [patch 41/95] checkpatch: allow --fix removal of unnecessary break statements
` [patch 42/95] checkpatch: extend attributes check to handle more patterns
` [patch 43/95] checkpatch: add a fixer for missing newline at eof
` [patch 44/95] checkpatch: update __attribute__((section("name"))) quote removal
` [patch 45/95] checkpatch: add fix option for GERRIT_CHANGE_ID
` [patch 46/95] checkpatch: add __alias and __weak to suggested __attribute__ conversions
` [patch 47/95] checkpatch: improve email parsing
` [patch 48/95] checkpatch: fix spelling errors and remove repeated word
` [patch 49/95] checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
` [patch 50/95] checkpatch: fix unescaped left brace
` [patch 51/95] checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
` [patch 52/95] checkpatch: add fix option for LOGICAL_CONTINUATIONS
` [patch 53/95] checkpatch: add fix and improve warning msg for non-standard signature
` [patch 54/95] checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]
` [patch 55/95] checkpatch: add warning for lines starting with a '#' in commit log
` [patch 56/95] checkpatch: fix TYPO_SPELLING check for words with apostrophe
` [patch 57/95] checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning
` [patch 58/95] fs/nilfs2: remove some unused macros to tame gcc
` [patch 59/95] kdump: append uts_namespace.name offset to VMCOREINFO
` [patch 60/95] rapidio: remove unused rio_get_asm() and rio_get_device()
` [patch 61/95] gcov: remove support for GCC < 4.9
` [patch 62/95] gcov: fix kernel-doc markup issue
` [patch 63/95] bfs: don't use WARNING: string when it's just info
` [patch 64/95] relay: remove unused buf_mapped and buf_unmapped callbacks
` [patch 65/95] relay: require non-NULL callbacks in relay_open()
` [patch 66/95] relay: make create_buf_file and remove_buf_file callbacks mandatory
` [patch 67/95] relay: allow the use of const callback structs
` [patch 68/95] drm/i915: make relay callbacks const
` [patch 69/95] ath10k: "
` [patch 70/95] ath11k: "
` [patch 71/95] ath9k: "
` [patch 72/95] blktrace: "
` [patch 73/95] kernel/resource.c: fix kernel-doc markups
` [patch 74/95] ubsan: remove redundant -Wno-maybe-uninitialized
` [patch 75/95] ubsan: move cc-option tests into Kconfig
` [patch 76/95] ubsan: disable object-size sanitizer under GCC
` [patch 77/95] ubsan: disable UBSAN_TRAP for all*config
` [patch 78/95] ubsan: enable for all*config builds
` [patch 79/95] ubsan: remove UBSAN_MISC in favor of individual options
` [patch 80/95] ubsan: expand tests and reporting
` [patch 81/95] kcov: don't instrument with UBSAN
` [patch 82/95] lib/ubsan.c: mark type_check_kinds with static keyword
` [patch 83/95] reboot: refactor and comment the cpu selection code
` [patch 84/95] reboot: allow to specify reboot mode via sysfs
` [patch 85/95] reboot: remove cf9_safe from allowed types and rename cf9_force
` [patch 86/95] reboot: allow to override reboot type if quirks are found
` [patch 87/95] reboot: hide from sysfs not applicable settings
` [patch 88/95] fault-injection: handle EI_ETYPE_TRUE
` [patch 89/95] lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static
` [patch 90/95] apparmor: remove duplicate macro list_entry_is_head()
` [patch 91/95] mm: unexport follow_pte_pmd
` [patch 92/95] mm: simplify follow_pte{,pmd}
` [patch 93/95] mm: fix some spelling mistakes in comments
` [patch 94/95] mmap locking API: don't check locking if the mm isn't live yet
` [patch 95/95] mm/gup: assert that the mmap lock is held in __get_user_pages()

[PATCH 0/2] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2020-12-16 17:07 UTC  (9+ messages)
` [PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting

Question about admin_reserve_kbytes in GUESS mode
 2020-12-16 16:37 UTC  (3+ messages)

[PATCH v9 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-16 16:04 UTC  (22+ messages)
` [PATCH v9 02/11] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v9 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v9 06/11] mm/hugetlb: Set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v9 08/11] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
    ` [External] "
` [PATCH v9 09/11] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v9 10/11] mm/hugetlb: Gather discrete indexes of tail page
    ` [External] "

[PATCH] mm: cma: allocate cma areas bottom-up
 2020-12-16 15:07 UTC  (5+ messages)

[PATCH v2] mm/mmap: Don't unlock VMAs in remap_file_pages()
 2020-12-16 14:58 UTC  (2+ messages)

[linux-next:master 13004/13311] drivers/gpio/gpio-hisi.c:257:28: warning: variable 'clr' set but not used
 2020-12-16 14:57 UTC 

[linux-next:master 6404/13375] drivers/i3c/master/mipi-i3c-hci/core.c:780:34: warning: unused variable 'i3c_hci_of_match'
 2020-12-16 14:44 UTC  (5+ messages)

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-16 13:17 UTC  (19+ messages)
` [v2 PATCH 2/9] mm: memcontrol: use shrinker_rwsem to protect shrinker_maps allocation
` [v2 PATCH 6/9] mm: vmscan: use per memcg nr_deferred of shrinker
` [v2 PATCH 7/9] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v2 PATCH 8/9] mm: memcontrol: reparent nr_deferred when memcg offline
` [v2 PATCH 9/9] mm: vmscan: shrink deferred objects proportional to priority

[PATCH v7] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2020-12-16 12:32 UTC 

[patch 012/200] mm: slab: clarify krealloc()'s behavior with __GFP_ZERO
 2020-12-16 11:23 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 077e992aebce48374837748fb608d714c61211d1
 2020-12-16 11:18 UTC 

[linux-next:master 12693/13311] drivers/ntb/hw/idt/ntb_hw_idt.c:1041:27: warning: stack frame size of 1056 bytes in function 'idt_scan_mws'
 2020-12-16 11:02 UTC 

[RFC v10 00/13] DAMON: Support Physical Memory Address Space and Page-granularity Idleness Monitoring
 2020-12-16  9:42 UTC  (14+ messages)
` [RFC v10 01/13] damon/dbgfs: Allow users to set initial monitoring target regions
` [RFC v10 02/13] tools/damon: Support init target regions specification
` [RFC v10 03/13] damon/dbgfs-test: Add a unit test case for 'init_regions'
` [RFC v10 04/13] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v10 05/13] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v10 06/13] mm/damon/vaddr: Separate commonly usable functions
` [RFC v10 07/13] mm/damon: Implement primitives for physical address space monitoring
` [RFC v10 08/13] damon/dbgfs: Support physical memory monitoring
` [RFC v10 09/13] tools/damon/record: "
` [RFC v10 10/13] tools/damon/record: Support NUMA specific recording
` [RFC v10 11/13] Docs/DAMON: Document physical memory monitoring support
` [RFC v10 12/13] mm/damon/paddr: Separate commonly usable functions
` [RFC v10 13/13] mm/damon: Implement primitives for page granularity idleness monitoring

[RFC v15.1 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-12-16  8:44 UTC  (9+ messages)
` [RFC v15.1 1/8] mm/damon/core: Account age of target regions
` [RFC v15.1 2/8] mm/damon/core: Implement DAMON-based Operation Schemes (DAMOS)
` [RFC v15.1 3/8] mm/damon/vaddr: Support DAMON-based Operation Schemes
` [RFC v15.1 4/8] mm/damon/dbgfs: "
` [RFC v15.1 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v15.1 6/8] selftests/damon: Add 'schemes' debugfs tests
` [RFC v15.1 7/8] tools/damon: Support more human friendly 'schemes' control
` [RFC v15.1 8/8] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[linux-next:master 6390/13311] drivers/i3c/master/mipi-i3c-hci/core.c:780:34: warning: unused variable 'i3c_hci_of_match'
 2020-12-16  8:04 UTC 

[PATCH] mm/memcontrol: remove the unnecessary rcu_read_[un]lock
 2020-12-16  7:35 UTC  (2+ messages)

[PATCH] mm, tracing: record slab name for kmem_cache_free()
 2020-12-16  7:28 UTC 

[linux-next:master 9830/13311] drivers/block/rnbd/rnbd-clt.c:1397:42: warning: size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination
 2020-12-16  6:29 UTC  (2+ messages)

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2020-12-16  5:43 UTC  (5+ messages)
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-16  2:46 UTC  (6+ messages)

[PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference
 2020-12-16  2:09 UTC  (5+ messages)
` [PATCH V3.1] entry: "

[PATCH 00/11] mm: lru related cleanups
 2020-12-16  0:59 UTC  (10+ messages)
` [PATCH 07/11] mm: VM_BUG_ON lru page flags
` [PATCH 11/11] mm: enlarge the "int nr_pages" parameter of update_lru_size()

[linux-next:master] BUILD REGRESSION 9317f948b0b188b8d2fded75957e6d42c460df1b
 2020-12-15 23:53 UTC 

[PATCH] kfence: fix typo in test
 2020-12-15 23:43 UTC  (2+ messages)

[linux-next:master 11906/13311] imx_keypad.c:undefined reference to `devm_platform_ioremap_resource'
 2020-12-15 23:22 UTC 

incoming
 2020-12-15 23:16 UTC  (4+ messages)
` [patch 075/200] mm: speedup mremap on 1GB or larger regions

[linux-next:master 12600/13311] mm/kfence/kfence_test.c:668:39: sparse: sparse: restricted gfp_t degrades to integer
 2020-12-15 22:59 UTC 

incoming
 2020-12-15 22:55 UTC  (12+ messages)
` [patch 12/19] mm/mlock: remove lru_lock on TestClearPageMlocked
` [patch 13/19] mm/mlock: remove __munlock_isolate_lru_page()
` [patch 14/19] mm/lru: introduce TestClearPageLRU()
` [patch 15/19] mm/compaction: do page isolation first in compaction
` [patch 16/19] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [patch 17/19] mm/lru: replace pgdat lru_lock with lruvec lock
` [patch 18/19] mm/lru: introduce relock_page_lruvec()
` [patch 19/19] mm/lru: revise the comments of lru_lock

[PATCH] mm/hugetlb: fix deadlock in hugetlb_cow error path
 2020-12-15 22:39 UTC  (2+ 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).