All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-25 00:51:35 to 2022-03-25 01:12:55 UTC [more...]

incoming
 2022-03-25  1:12 UTC  (168+ 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 00/24] revision.[ch]: add and use release_revisions()
 2022-03-25  1:11 UTC  (12+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 09/27] stash: always have the owner of "stash_info" free it
  ` [PATCH v2 10/27] revisions API users: add "goto cleanup" for release_revisions()
  ` [PATCH v2 12/27] revisions API users: use release_revisions() in builtin/log.c
  ` [PATCH v2 14/27] revisions API users: use release_revisions() in submodule.c edge case
  ` [PATCH v2 17/27] revisions API: have release_revisions() release "mailmap"

Support status of OpenBSD frontend drivers
 2022-03-25  1:10 UTC  (5+ messages)

[PATCH v6 00/18] Modernize rest of the krait drivers
 2022-03-25  1:11 UTC  (12+ messages)
` [PATCH v6 02/18] clk: qcom: gcc-ipq806x: skip pxo/cxo fixed clk if already present
` [PATCH v6 03/18] clk: qcom: gcc-ipq806x: add PXO_SRC in clk table
` [PATCH v6 04/18] clk: qcom: clk-hfpll: use poll_timeout macro
` [PATCH v6 05/18] clk: qcom: kpss-xcc: convert to parent data API
` [PATCH v6 06/18] clk: qcom: clk-krait: unlock spin after mux completion

[RFC PATCH 0/6] efi: capsule: Image GUID usage cleanup
 2022-03-25  1:09 UTC  (5+ messages)
` [RFC PATCH 1/6] capsule: Add Image GUIDs for platforms using capsule updates

[RFCv5 PATCH net-next 00/20] net: extend the type of netdev_features_t to bitmap
 2022-03-25  1:09 UTC  (6+ messages)
` [RFCv5 PATCH net-next 01/20] net: rename net_device->features to net_device->active_features
` [RFCv5 PATCH net-next 02/20] net: introduce operation helpers for netdev features

[PATCH 0/2] Add Richtek RT5759 buck converter support
 2022-03-25  1:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter
` [PATCH 2/2] regulator: rt5759: Add support "

[Intel-gfx] [PATCH] drm/i915/hwconfig: Add DG2 support
 2022-03-25  1:06 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "

[PATCH v2] ARM: dts: aspeed: add Nuvia DC-SCM BMC
 2022-03-25  1:03 UTC  (3+ messages)

[PATCH] net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume
 2022-03-25  1:00 UTC  (3+ messages)

[PATCH] xen/arm: set CPSR Z bit when creating aarch32 guests
 2022-03-25  1:00 UTC 

[net v6 0/2] fix bpf_redirect to ifb netdev
 2022-03-25  0:56 UTC  (4+ messages)
` [net v6 1/2] net: core: set skb useful vars in __bpf_tx_skb

QA notification for completed autobuilder build (yocto-3.4.3.rc2)
 2022-03-25  0:54 UTC  (3+ messages)
` [qa-build-notification] "
  ` [yocto] "

[PATCH v1] dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML
 2022-03-25  0:51 UTC  (6+ messages)
      ` [PATCH v1] dt-bindings: clock: convert rockchip, rk3188-cru.txt "

[PATCH] clk: qcom: gcc-msm8994: Fix gpll4 width
 2022-03-25  0:52 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.