mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 17:11:46 to 2020-12-22 20:02:18 UTC [more...]

incoming
 2020-12-22 20:01 UTC  (30+ messages)
` [patch 01/60] kasan: drop unnecessary GPL text from comment headers
` [patch 02/60] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [patch 03/60] kasan: group vmalloc code
` [patch 04/60] kasan: shadow declarations only for software modes
` [patch 05/60] kasan: rename (un)poison_shadow to (un)poison_range
` [patch 06/60] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [patch 07/60] kasan: only build init.c for software modes
` [patch 08/60] kasan: split out shadow.c from common.c
` [patch 09/60] kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
` [patch 10/60] kasan: rename report and tags files
` [patch 11/60] kasan: don't duplicate config dependencies
` [patch 12/60] kasan: hide invalid free check implementation
` [patch 13/60] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [patch 14/60] kasan, arm64: only init shadow for software modes
` [patch 15/60] kasan, arm64: only use kasan_depth "
` [patch 16/60] kasan, arm64: move initialization message
` [patch 17/60] kasan, arm64: rename kasan_init_tags and mark as __init
` [patch 18/60] kasan: rename addr_has_shadow to addr_has_metadata
` [patch 19/60] kasan: rename print_shadow_for_address to print_memory_metadata
` [patch 20/60] kasan: rename SHADOW layout macros to META
` [patch 21/60] kasan: separate metadata_fetch_row for each mode
` [patch 22/60] kasan: introduce CONFIG_KASAN_HW_TAGS
` [patch 23/60] arm64: enable armv8.5-a asm-arch option
` [patch 24/60] arm64: mte: add in-kernel MTE helpers
` [patch 25/60] arm64: mte: reset the page tag in page->flags
` [patch 26/60] arm64: mte: add in-kernel tag fault handler
` [patch 29/60] arm64: mte: switch GCR_EL1 in kernel entry and exit
` [patch 30/60] kasan, mm: untag page address in free_reserved_area
` [patch 31/60] arm64: kasan: align allocations for HW_TAGS

+ mm-mremap-fix-extent-calculation.patch added to -mm tree
 2020-12-22 19:32 UTC 

+ mm-add-prototype-for-__add_to_page_cache_locked-fix.patch added to -mm tree
 2020-12-22 19:16 UTC 

+ mm-add-prototype-for-__add_to_page_cache_locked.patch added to -mm tree
 2020-12-22 19:16 UTC 

[to-be-updated] kasan-fix-memory-leak-of-kasan-quarantine.patch removed from -mm tree
 2020-12-22 19:04 UTC 

incoming
 2020-12-22 18:38 UTC  (89+ messages)
` [patch 01/78] mm/memcg: bail early from swap accounting if memcg disabled
` [patch 02/78] mm/memcg: warning on !memcg after readahead page charged
` [patch 03/78] mm/memcg: remove unused definitions
` [patch 04/78] mm, kvm: account kvm_vcpu_mmap to kmemcg
` [patch 05/78] mm/memcontrol:rewrite mem_cgroup_page_lruvec()
` [patch 06/78] epoll: check for events when removing a timed out thread from the wait queue
` [patch 07/78] epoll: simplify signal handling
` [patch 08/78] epoll: pull fatal signal checks into ep_send_events()
` [patch 09/78] epoll: move eavail next to the list_empty_careful check
` [patch 10/78] epoll: simplify and optimize busy loop logic
` [patch 11/78] epoll: pull all code between fetch_events and send_event into the loop
` [patch 12/78] epoll: replace gotos with a proper loop
` [patch 13/78] epoll: eliminate unnecessary lock for zero timeout
` [patch 14/78] kasan: drop unnecessary GPL text from comment headers
` [patch 15/78] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [patch 16/78] kasan: group vmalloc code
` [patch 17/78] kasan: shadow declarations only for software modes
` [patch 18/78] kasan: rename (un)poison_shadow to (un)poison_range
` [patch 19/78] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [patch 20/78] kasan: only build init.c for software modes
` [patch 21/78] kasan: split out shadow.c from common.c
` [patch 22/78] kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
` [patch 23/78] kasan: rename report and tags files
` [patch 24/78] kasan: don't duplicate config dependencies
` [patch 25/78] kasan: hide invalid free check implementation
` [patch 26/78] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [patch 27/78] kasan, arm64: only init shadow for software modes
` [patch 28/78] kasan, arm64: only use kasan_depth "
` [patch 29/78] kasan, arm64: move initialization message
` [patch 30/78] kasan, arm64: rename kasan_init_tags and mark as __init
` [patch 31/78] kasan: rename addr_has_shadow to addr_has_metadata
` [patch 32/78] kasan: rename print_shadow_for_address to print_memory_metadata
` [patch 33/78] kasan: rename SHADOW layout macros to META
` [patch 34/78] kasan: separate metadata_fetch_row for each mode
` [patch 35/78] kasan: introduce CONFIG_KASAN_HW_TAGS
` [patch 36/78] arm64: enable armv8.5-a asm-arch option
` [patch 37/78] arm64: mte: add in-kernel MTE helpers
` [patch 38/78] arm64: mte: reset the page tag in page->flags
` [patch 39/78] arm64: mte: add in-kernel tag fault handler
` [patch 40/78] arm64: kasan: allow enabling in-kernel MTE
` [patch 41/78] arm64: mte: convert gcr_user into an exclude mask
` [patch 42/78] arm64: mte: switch GCR_EL1 in kernel entry and exit
` [patch 43/78] kasan, mm: untag page address in free_reserved_area
` [patch 44/78] arm64: kasan: align allocations for HW_TAGS
` [patch 45/78] arm64: kasan: add arch layer for memory tagging helpers
` [patch 46/78] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [patch 47/78] kasan, x86, s390: update undef CONFIG_KASAN
` [patch 48/78] kasan, arm64: expand CONFIG_KASAN checks
` [patch 49/78] kasan, arm64: implement HW_TAGS runtime
` [patch 50/78] kasan, arm64: print report from tag fault handler
` [patch 51/78] kasan, mm: reset tags when accessing metadata
` [patch 52/78] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [patch 53/78] kasan: add documentation for hardware tag-based mode
` [patch 54/78] kselftest/arm64: check GCR_EL1 after context switch
` [patch 55/78] kasan: simplify quarantine_put call site
` [patch 56/78] kasan: rename get_alloc/free_info
` [patch 57/78] kasan: introduce set_alloc_info
` [patch 58/78] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [patch 59/78] kasan: allow VMAP_STACK for HW_TAGS mode
` [patch 60/78] kasan: remove __kasan_unpoison_stack
` [patch 61/78] kasan: inline kasan_reset_tag for tag-based modes
` [patch 62/78] kasan: inline random_tag for HW_TAGS
` [patch 63/78] kasan: open-code kasan_unpoison_slab
` [patch 64/78] kasan: inline (un)poison_range and check_invalid_free
` [patch 65/78] kasan: add and integrate kasan boot parameters
` [patch 66/78] kasan, mm: check kasan_enabled in annotations
` [patch 67/78] kasan, mm: rename kasan_poison_kfree
` [patch 68/78] kasan: don't round_up too much
` [patch 69/78] kasan: simplify assign_tag and set_tag calls
` [patch 70/78] kasan: clarify comment in __kasan_kfree_large
` [patch 71/78] kasan: sanitize objects when metadata doesn't fit
` [patch 72/78] kasan, mm: allow cache merging with no metadata
` [patch 73/78] kasan: update documentation
` [patch 74/78] mm/Kconfig: fix spelling mistake "whats" -> "what's"
` [patch 75/78] epoll: convert internal api to timespec64
` [patch 76/78] epoll: add syscall epoll_pwait2
` [patch 77/78] epoll: wire up "
` [patch 78/78] selftests/filesystems: expand epoll with epoll_pwait2

+ arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix-fix.patch added to -mm tree
 2020-12-22 18:35 UTC 

[merged] epoll-wire-up-syscall-epoll_pwait2.patch removed from -mm tree
 2020-12-20  2:58 UTC 

[merged] epoll-pull-fatal-signal-checks-into-ep_send_events.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] epoll-simplify-and-optimize-busy-loop-logic.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] epoll-pull-all-code-between-fetch_events-and-send_event-into-the-loop.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] epoll-replace-gotos-with-a-proper-loop.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] epoll-eliminate-unnecessary-lock-for-zero-timeout.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] mm-fix-spelling-mistake-in-kconfig-whats-whats.patch removed from -mm tree
 2020-12-20  2:58 UTC 

[merged] epoll-convert-internal-api-to-timespec64.patch removed from -mm tree
 2020-12-20  2:58 UTC 

[merged] epoll-add-syscall-epoll_pwait2.patch removed from -mm tree
 2020-12-20  2:58 UTC 

[merged] selftests-filesystems-expand-epoll-with-epoll_pwait2.patch removed from -mm tree
 2020-12-20  2:58 UTC 

[merged] epoll-check-for-events-when-removing-a-timed-out-thread-from-the-wait-queue.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] epoll-simplify-signal-handling.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] epoll-move-eavail-next-to-the-list_empty_careful-check.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] mm-memcontrol-rewrite-mem_cgroup_page_lruvec.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] mm-memcg-bail-early-from-swap-accounting-if-memcg-disabled.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] mm-memcg-warning-on-memcg-after-readahead-page-charged.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] mm-memcg-remove-unused-definitions.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[merged] mm-kvm-account-kvm_vcpu_mmap-to-kmemcg.patch removed from -mm tree
 2020-12-20  2:57 UTC 

[obsolete] kasan-remove-kfence-leftovers.patch removed from -mm tree
 2020-12-20  1:42 UTC 

[folded-merged] kasan-arm64-implement-hw_tags-runtime-fix.patch removed from -mm tree
 2020-12-20  1:40 UTC 

[folded-merged] kasan-split-out-shadowc-from-commonc-fix.patch removed from -mm tree
 2020-12-20  1:40 UTC 

+ kfence-kasan-make-kfence-compatible-with-kasan-fix.patch added to -mm tree
 2020-12-19  1:15 UTC 

+ kasan-remove-kfence-leftovers.patch added to -mm tree
 2020-12-19  1:14 UTC 

mmotm 2020-12-18-16-27 uploaded
 2020-12-19  0:28 UTC 

+ linux-next-rejects.patch added to -mm tree
 2020-12-18 23:15 UTC 

[patch 01/12] zlib: export S390 symbols for zlib modules
 2020-12-18 22:18 UTC  (5+ messages)

[folded-merged] kasan-add-and-integrate-kasan-boot-parameters-fix.patch removed from -mm tree
 2020-12-18 20:08 UTC 

[folded-merged] arm64-mte-add-in-kernel-tag-fault-handler-fix.patch removed from -mm tree
 2020-12-18 20:08 UTC 

[folded-merged] kasan-shadow-declarations-only-for-software-modes-fix.patch removed from -mm tree
 2020-12-18 20:07 UTC 

[folded-merged] mm-memcontrol-rewrite-mem_cgroup_page_lruvec-fix.patch removed from -mm tree
 2020-12-18 20:05 UTC 

[folded-merged] mm-memcontrol-rewrite-mem_cgroup_page_lruvec-fix-fix.patch removed from -mm tree
 2020-12-18 20:05 UTC 

+ mm-hugetlb-fix-deadlock-in-hugetlb_cow-error-path.patch added to -mm tree
 2020-12-18 19:39 UTC 

+ selftests-vm-fix-building-protection-keys-test.patch added to -mm tree
 2020-12-18 19:35 UTC 

[to-be-updated] selftests-vm-fix-building-protection-keys-test.patch removed from -mm tree
 2020-12-18 19:03 UTC 

+ mm-generalise-cow-smc-tlb-flushing-race-comment.patch added to -mm tree
 2020-12-18 18:57 UTC 

+ lib-zlib-fix-inflating-zlib-streams-on-s390.patch added to -mm tree
 2020-12-18 18:49 UTC 

+ kfence-add-test-suite-fix.patch added to -mm tree
 2020-12-18 18:46 UTC 

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-12-18 18:10 UTC 

+ kasan-fix-memory-leak-of-kasan-quarantine.patch added to -mm tree
 2020-12-18  3:28 UTC 

+ mm-fix-spelling-mistake-in-kconfig-whats-whats.patch added to -mm tree
 2020-12-18  3:24 UTC 

[to-be-updated] lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-2.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix-3.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-cmdline-allow-null-to-be-an-output-for-get_option.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-bits_kunit-follow-new-file-name-convention-for-kunit-tests.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-cmdline-fix-get_option-for-strings-starting-with-hyphen.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-linear_ranges_kunit-follow-new-file-name-convention-for-kunit-tests.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[to-be-updated] lib-list_kunit-follow-new-file-name-convention-for-kunit-tests.patch removed from -mm tree
 2020-12-17 23:02 UTC 

[merged] kasan-fix-object-remain-in-offline-per-cpu-quarantine.patch removed from -mm tree
 2020-12-17 13:50 UTC  (5+ messages)

incoming
 2020-12-17 12:02 UTC  (10+ messages)
` [patch 18/95] lib/list_kunit: follow new file name convention for KUnit tests
` [patch 94/95] mmap locking API: don't check locking if the mm isn't live yet

mmotm 2020-12-16-10-40 uploaded
 2020-12-16 18:41 UTC 

[merged] mm-fix-some-spelling-mistakes-in-comments.patch removed from -mm tree
 2020-12-16 17:12 UTC 

[merged] lib-lzo-make-lzogeneric1x_1_compress-static.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] reboot-hide-from-sysfs-not-applicable-settings.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] reboot-allow-to-specify-reboot-mode-via-sysfs.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] mm-simplify-follow_ptepmd.patch removed from -mm tree
 2020-12-16 17:12 UTC 

[merged] reboot-refactor-and-comment-the-cpu-selection-code.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] mm-unexport-follow_pte_pmd.patch removed from -mm tree
 2020-12-16 17:12 UTC 

[merged] lib-ubsanc-mark-type_check_kinds-with-static-keyword.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] apparmor-remove-duplicate-macro-list_entry_is_head.patch removed from -mm tree
 2020-12-16 17:12 UTC 

[merged] ubsan-expand-tests-and-reporting.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] fault-injection-handle-ei_etype_true.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ubsan-remove-ubsan_misc-in-favor-of-individual-options.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ubsan-enable-for-allconfig-builds.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] reboot-allow-to-override-reboot-type-if-quirks-are-found.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ubsan-disable-ubsan_trap-for-allconfig.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] reboot-remove-cf9_safe-from-allowed-types-and-rename-cf9_force.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ubsan-disable-object-size-sanitizer-under-gcc.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ubsan-remove-redundant-wno-maybe-uninitialized.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] kcov-dont-instrument-with-ubsan.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] blktrace-make-relay-callbacks-const.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ath9k-make-relay-callbacks-const.patch removed from -mm tree
 2020-12-16 17:11 UTC 

[merged] ath11k-make-relay-callbacks-const.patch removed from -mm tree
 2020-12-16 17:11 UTC 


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