linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-01 16:56:55 to 2023-05-03 20:08:59 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-03 20:08 UTC  (129+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 06/40] lib/string.c: strsep_no_empty()
` [PATCH 07/40] Lazy percpu counters
` [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions
` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH 13/40] lib: code tagging framework
` [PATCH 14/40] lib: code tagging module support
` [PATCH 15/40] lib: prevent module unloading if memory is not freed
` [PATCH 16/40] lib: code tagging query helper functions
` [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling
` [PATCH 18/40] lib: introduce support for page allocation tagging
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 20/40] mm: enable page allocation tagging
` [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH 22/40] mm: create new codetag references during page splitting
` [PATCH 23/40] lib: add codetag reference into slabobj_ext
` [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH 27/40] mempool: Hook up to memory allocation profiling
` [PATCH 28/40] timekeeping: Fix a circular include dependency
` [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext
` [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging
` [PATCH 32/40] arm64: Fix circular header dependency
` [PATCH 33/40] move stack capture functionality into a separate function for reuse
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations
` [PATCH 36/40] lib: add memory allocations report in show_mem()
` [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself
` [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty
` [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRR
 2023-05-03 19:12 UTC  (5+ messages)
` [PATCH v6 12/16] x86/mtrr: add mtrr=debug command line option

[PATCH v3 00/18] Add basic Minidump kernel driver support
 2023-05-03 17:02 UTC  (19+ messages)
` [PATCH v3 01/18] remoteproc: qcom: Expand MD_* as MINIDUMP_*
` [PATCH v3 02/18] remoteproc: qcom: Move minidump specific data to qcom_minidump.h
` [PATCH v3 03/18] docs: qcom: Add qualcomm minidump guide
` [PATCH v3 04/18] soc: qcom: Add Qualcomm minidump kernel driver
` [PATCH v3 05/18] soc: qcom: minidump: Add pending region registration support
` [PATCH v3 06/18] soc: qcom: minidump: Add update region support
` [PATCH v3 07/18] arm64: defconfig: Enable Qualcomm minidump driver
` [PATCH v3 08/18] remoterproc: qcom: refactor to leverage exported minidump symbol
` [PATCH v3 09/18] soc: qcom: Add qcom's pstore minidump driver support
` [PATCH v3 10/18] dt-bindings: reserved-memory: Add qcom,ramoops-minidump binding
` [PATCH v3 11/18] arm64: dts: qcom: sm8450: Add Qualcomm ramoops minidump node
` [PATCH v3 12/18] soc: qcom: Register pstore frontend region with minidump
` [PATCH v3 13/18] arm64: defconfig: Enable Qualcomm pstore minidump client driver
` [PATCH v3 14/18] firmware: qcom_scm: provide a read-modify-write function
` [PATCH v3 15/18] pinctrl: qcom: Use qcom_scm_io_update_field()
` [PATCH v3 16/18] firmware: scm: Modify only the download bits in TCSR register
` [PATCH v3 17/18] firmware: qcom_scm: Refactor code to support multiple download mode
` [PATCH v3 18/18] firmware: qcom_scm: Add multiple download mode support

[PATCH] docs/sp_SP: Add translation of process/adding-syscalls
 2023-05-03 13:15 UTC  (3+ messages)

[PATCH net 0/4] Documentation fixes for Mellanox mlx5 devlink info
 2023-05-03 10:49 UTC  (10+ messages)
` [PATCH net 1/4] Documentation: net/mlx5: Wrap vnic reporter devlink commands in code blocks
` [PATCH net 2/4] Documentation: net/mlx5: Use bullet and definition lists for vnic counters description
` [PATCH net 3/4] Documentation: net/mlx5: Add blank line separator before numbered lists
` [PATCH net 4/4] Documentation: net/mlx5: Wrap notes in admonition blocks

[PATCH] docs: clarify KVM related kernel parameters' descriptions
 2023-05-03  8:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ALSA: docs: Fix code block indentation in ALSA driver example
 2023-05-03  6:09 UTC  (2+ messages)

[PATCH] ALSA: docs: Extend module parameters description
 2023-05-03  6:06 UTC  (2+ messages)

[PATCH v2 0/3] TDX Guest Quote generation support
 2023-05-02 22:27 UTC  (3+ messages)
` [PATCH v2 2/3] virt: tdx-guest: Add "

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-02 22:27 UTC  (13+ messages)

[PATCH] CREDITS: Update email address for Mat Martineau
 2023-05-02 17:00 UTC  (2+ messages)

[PATCH] Documentation: update kernel stack for x86_64
 2023-05-02 17:00 UTC  (2+ messages)

[PATCH] Remove the unnecessary unicode character
 2023-05-02 16:55 UTC  (2+ messages)

[PATCH] docs/ja_JP/SubmittingPatches: fix typo of Reviewd
 2023-05-02 16:54 UTC  (3+ messages)

[PATCH] Documentation: timers: hrtimers: Make hybrid union historical
 2023-05-02 16:50 UTC  (3+ messages)

[PATCH 00/11] leds: introduce new LED hw control APIs
 2023-05-02 16:00 UTC  (4+ messages)
` [PATCH 08/11] leds: trigger: netdev: add support for LED hw control

[PATCH v2] docs: consolidate human interface subsystems
 2023-05-02 14:51 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH v2 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-05-02 12:15 UTC  (5+ messages)

htmldocs: Documentation/sound/kernel-api/writing-an-alsa-driver.rst:3997: WARNING: Literal block expected; none found
 2023-05-02 10:33 UTC 

[PATCH] Documentation: kunit: Modular tests should not depend on KUNIT=y
 2023-05-02 10:06 UTC 

[PATCH v2 0/9] drm: fdinfo memory stats
 2023-05-02  8:29 UTC  (9+ messages)
` [PATCH v2 5/9] drm: Add "
` [PATCH v2 8/9] drm/fdinfo: Add comm/cmdline override fields

[PATCH V4 00/23] Add basic ACPI support for RISC-V
 2023-05-02  1:28 UTC  (4+ messages)
` [PATCH V4 13/23] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()

[PATCH v3 0/9] drm: fdinfo memory stats
 2023-05-01 18:44 UTC  (6+ messages)
` [PATCH v3 1/9] drm/docs: Fix usage stats typos
` [PATCH v3 2/9] drm: Add common fdinfo helper
` [PATCH v3 5/9] drm: Add fdinfo memory stats
` [PATCH v3 7/9] drm/doc: Relax fdinfo string constraints
` [PATCH v3 8/9] drm/fdinfo: Add comm/cmdline override fields

[PATCH v2] iommu/s390: Get rid of S390_CCW_IOMMU and S390_AP_IOMMU
 2023-05-01 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).