patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-23 23:06:52 to 2022-04-01 18:28:58 UTC [more...]

incoming
 2022-04-01 18:28 UTC  (17+ messages)
` [patch 01/16] Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
` [patch 02/16] ocfs2: fix crash when mount with quota enabled
` [patch 03/16] nilfs2: fix lockdep warnings in page operations for btree nodes
` [patch 04/16] nilfs2: fix lockdep warnings during disk space reclamation
` [patch 05/16] nilfs2: get rid of nilfs_mapping_init()
` [patch 06/16] mm/munlock: add lru_add_drain() to fix memcg_stat_test
` [patch 07/16] mm/munlock: update Documentation/vm/unevictable-lru.rst
` [patch 08/16] mm/munlock: protect the per-CPU pagevec by a local_lock_t
` [patch 09/16] mm: kfence: fix objcgs vector allocation
` [patch 10/16] mailmap: update Kirill's email
` [patch 11/16] mm,hwpoison: unmap poisoned page before invalidation
` [patch 12/16] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
` [patch 13/16] tools/vm/page_owner_sort.c: remove -c option
` [patch 14/16] doc/vm/page_owner.rst: remove content related to "
` [patch 15/16] mm/kmemleak: reset tag when compare object pointer
` [patch 16/16] mm/damon: prevent activated scheme from sleeping by deactivated schemes

incoming
 2022-04-01 18:27 UTC  (2+ messages)

[patch 01/16] Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
 2022-04-01 18:21 UTC  (16+ messages)
` [patch 02/16] ocfs2: fix crash when mount with quota enabled
` [patch 03/16] nilfs2: fix lockdep warnings in page operations for btree nodes
` [patch 04/16] nilfs2: fix lockdep warnings during disk space reclamation
` [patch 05/16] nilfs2: get rid of nilfs_mapping_init()
` [patch 06/16] mm/munlock: add lru_add_drain() to fix memcg_stat_test
` [patch 07/16] mm/munlock: update Documentation/vm/unevictable-lru.rst
` [patch 08/16] mm/munlock: protect the per-CPU pagevec by a local_lock_t
` [patch 09/16] mm: kfence: fix objcgs vector allocation
` [patch 10/16] mailmap: update Kirill's email
` [patch 11/16] mm,hwpoison: unmap poisoned page before invalidation
` [patch 12/16] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
` [patch 13/16] tools/vm/page_owner_sort.c: remove -c option
` [patch 14/16] doc/vm/page_owner.rst: remove content related to "
` [patch 15/16] mm/kmemleak: reset tag when compare object pointer
` [patch 16/16] mm/damon: prevent activated scheme from sleeping by deactivated schemes

[PATCH] [v2] x86/configs: Add x86 debugging Kconfig fragment plus docs
 2022-04-01 17:57 UTC  (2+ messages)

[PATCH 0/2] Remove '-mno-global-merge' from KBUILD_CFLAGS
 2022-04-01 13:03 UTC  (11+ messages)
` [PATCH 1/2] kbuild: Remove '-mno-global-merge'
` [PATCH 2/2] Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"

[PATCH] net: micrel: fix KS8851_MLL Kconfig
 2022-04-01 11:10 UTC  (2+ messages)

[PATCH] drm: sti: don't use kernel-doc markers
 2022-03-31 16:58 UTC  (4+ messages)

[PATCH] net: sparx5: uses, depends on BRIDGE or !BRIDGE
 2022-03-31  2:20 UTC  (3+ messages)

[GIT PULL] Modules fixes for v5.18-rc1
 2022-03-30 22:47 UTC  (2+ messages)

[PATCH] drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP
 2022-03-30 18:05 UTC 

Aw:Dringende Antwort erforderlich
 2022-03-30 15:40 UTC 

[PATCH] Documentation: kernel-hacking: minor edits for style
 2022-03-30  0:50 UTC  (2+ messages)

[PATCH] drm/amd/display: DCN3.1: don't mark as kernel-doc
 2022-03-28 15:09 UTC  (2+ messages)

[PATCH] net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL
 2022-03-26 18:50 UTC  (2+ messages)

[PATCH] ASoC: da[79]*: use simple i2c probe function
 2022-03-25 17:12 UTC 

[PATCH] ASoC: cs*: use simple i2c probe function
 2022-03-25 17:07 UTC 

[PATCH] ASoC: wm*: use i2c_match_id and simple i2c probe
 2022-03-25 16:25 UTC 

[PATCH] drm/selftest: plane_helper: Put test structures in static storage
 2022-03-25 18:30 UTC  (2+ messages)

incoming
 2022-03-25  1:56 UTC  (116+ messages)
` [patch 001/114] tools/vm/page_owner_sort.c: sort by stacktrace before culling
` [patch 002/114] tools/vm/page_owner_sort.c: support sorting by stack trace
` [patch 003/114] tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt
` [patch 004/114] tools/vm/page_owner_sort.c: support sorting pid and time
` [patch 005/114] tools/vm/page_owner_sort.c: two trivial fixes
` [patch 006/114] tools/vm/page_owner_sort.c: delete invalid duplicate code
` [patch 007/114] Documentation/vm/page_owner.rst: update the documentation
` [patch 008/114] Documentation/vm/page_owner.rst: fix unexpected indentation warns
` [patch 009/114] lib/vsprintf: avoid redundant work with 0 size
` [patch 010/114] mm/page_owner: use scnprintf() to avoid excessive buffer overrun check
` [patch 011/114] mm/page_owner: print memcg information
` [patch 012/114] mm/page_owner: record task command name
` [patch 013/114] mm/page_owner.c: record tgid
` [patch 014/114] tools/vm/page_owner_sort.c: fix the instructions for use
` [patch 015/114] tools/vm/page_owner_sort.c: fix comments
` [patch 016/114] tools/vm/page_owner_sort.c: add a security check
` [patch 017/114] tools/vm/page_owner_sort.c: support sorting by tgid and update documentation
` [patch 018/114] tools/vm/page_owner_sort: fix three trivival places
` [patch 019/114] tools/vm/page_owner_sort: support for sorting by task command name
` [patch 020/114] tools/vm/page_owner_sort.c: support for selecting by PID, TGID or "
` [patch 021/114] tools/vm/page_owner_sort.c: support for user-defined culling rules
` [patch 022/114] mm: unexport page_init_poison
` [patch 023/114] selftest/vm: add util.h and and move helper functions there
` [patch 024/114] selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFT
` [patch 025/114] mm: delete __ClearPageWaiters()
` [patch 026/114] mm: filemap_unaccount_folio() large skip mapcount fixup
` [patch 027/114] mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()
` [patch 028/114] mm/migration: add trace events for THP migrations
` [patch 029/114] mm/migration: add trace events for base page and HugeTLB migrations
` [patch 030/114] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [patch 031/114] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [patch 032/114] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [patch 033/114] kasan, page_alloc: simplify kasan_poison_pages call site
` [patch 034/114] kasan, page_alloc: init memory of skipped pages on free
` [patch 035/114] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [patch 036/114] mm: clarify __GFP_ZEROTAGS comment
` [patch 037/114] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [patch 038/114] kasan, page_alloc: refactor init checks in post_alloc_hook
` [patch 039/114] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [patch 040/114] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [patch 041/114] kasan, page_alloc: move SetPageSkipKASanPoison "
` [patch 042/114] kasan, page_alloc: move kernel_init_free_pages "
` [patch 043/114] kasan, page_alloc: rework kasan_unpoison_pages call site
` [patch 044/114] kasan: clean up metadata byte definitions
` [patch 045/114] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [patch 046/114] kasan, x86, arm64, s390: rename functions for modules shadow
` [patch 047/114] kasan, vmalloc: drop outdated VM_KASAN comment
` [patch 048/114] kasan: reorder vmalloc hooks
` [patch 049/114] kasan: add wrappers for "
` [patch 050/114] kasan, vmalloc: reset tags in vmalloc functions
` [patch 051/114] kasan, fork: reset pointer tags of vmapped stacks
` [patch 052/114] kasan, arm64: "
` [patch 053/114] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [patch 054/114] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [patch 055/114] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [patch 056/114] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [patch 057/114] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [patch 058/114] kasan, page_alloc: allow skipping memory init "
` [patch 059/114] kasan, vmalloc: add vmalloc tagging "
` [patch 060/114] kasan, vmalloc: only tag normal vmalloc allocations
` [patch 061/114] kasan, arm64: don't tag executable "
` [patch 062/114] kasan: mark kasan_arg_stacktrace as __initdata
` [patch 063/114] kasan: clean up feature flags for HW_TAGS mode
` [patch 064/114] kasan: add kasan.vmalloc command line flag
` [patch 065/114] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [patch 066/114] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [patch 067/114] kasan: documentation updates
` [patch 068/114] kasan: improve vmalloc tests
` [patch 069/114] kasan: test: support async (again) and asymm modes for HW_TAGS
` [patch 070/114] mm/kasan: remove unnecessary CONFIG_KASAN option
` [patch 071/114] kasan: update function name in comments
` [patch 072/114] kasan: print virtual mapping info in reports
` [patch 073/114] kasan: drop addr check from describe_object_addr
` [patch 074/114] kasan: more line breaks in reports
` [patch 075/114] kasan: rearrange stack frame info "
` [patch 076/114] kasan: improve "
` [patch 077/114] kasan: print basic stack frame info for SW_TAGS
` [patch 078/114] kasan: simplify async check in end_report()
` [patch 079/114] kasan: simplify kasan_update_kunit_status() and call sites
` [patch 080/114] kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
` [patch 081/114] kasan: move update_kunit_status to start_report
` [patch 082/114] kasan: move disable_trace_on_warning "
` [patch 083/114] kasan: split out print_report from __kasan_report
` [patch 084/114] kasan: simplify kasan_find_first_bad_addr call sites
` [patch 085/114] kasan: restructure kasan_report
` [patch 086/114] kasan: merge __kasan_report into kasan_report
` [patch 087/114] kasan: call print_report from kasan_report_invalid_free
` [patch 088/114] kasan: move and simplify kasan_report_async
` [patch 089/114] kasan: rename kasan_access_info to kasan_report_info
` [patch 090/114] kasan: add comment about UACCESS regions to kasan_report
` [patch 091/114] kasan: respect KASAN_BIT_REPORTED in all reporting routines
` [patch 092/114] kasan: reorder reporting functions
` [patch 093/114] kasan: move and hide kasan_save_enable/restore_multi_shot
` [patch 094/114] kasan: disable LOCKDEP when printing reports
` [patch 095/114] mm: enable MADV_DONTNEED for hugetlb mappings
` [patch 096/114] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [patch 097/114] userfaultfd/selftests: enable hugetlb remap and remove event testing
` [patch 098/114] mm/huge_memory: make is_transparent_hugepage() static
` [patch 099/114] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [patch 100/114] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [patch 101/114] mm: slightly clarify KSM logic in do_swap_page()
` [patch 102/114] mm: streamline COW "
` [patch 103/114] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [patch 104/114] mm/khugepaged: remove reuse_swap_page() usage
` [patch 105/114] mm/swapfile: remove stale reuse_swap_page()
` [patch 106/114] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [patch 107/114] mm/huge_memory: remove stale locking logic from __split_huge_pmd()
` [patch 108/114] mm: warn on deleting redirtied only if accounted
` [patch 109/114] mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
` [patch 110/114] mm: generalize ARCH_HAS_FILTER_PGPROT
` [patch 111/114] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
` [patch 112/114] mm: madvise: MADV_DONTNEED_LOCKED
` [patch 113/114] selftests: vm: remove dependecy from internal kernel macros
` [patch 114/114] selftests: kselftest framework: provide "finished" helper

[PATCH] btrfs: Remove unused variable in btrfs_{start,write}_dirty_block_groups()
 2022-03-24 18:49 UTC  (2+ messages)

incoming
 2022-03-23 23:07 UTC  (12+ messages)
` [patch 31/41] panic: unset panic_on_warn inside panic()
` [patch 32/41] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [patch 33/41] kasan: no need to unset panic_on_warn in end_report()
` [patch 34/41] taskstats: remove unneeded dead assignment
` [patch 35/41] docs: sysctl/kernel: add missing bit to panic_print
` [patch 36/41] panic: add option to dump all CPUs backtraces in panic_print
` [patch 37/41] panic: move panic_print before kmsg dumpers
` [patch 38/41] kcov: split ioctl handling into locked and unlocked parts
` [patch 39/41] kcov: properly handle subsequent mmap calls
` [patch 40/41] kernel/resource: fix kfree() of bootmem memory again
` [patch 41/41] Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"


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