Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-28 15:14:14 to 2023-05-03 09:56:05 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-03  9:54 UTC  (91+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h
` [PATCH 05/40] prandom: Remove unused include
` [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 net 0/4] Documentation fixes for Mellanox mlx5 devlink info
 2023-05-03  9:42 UTC  (5+ 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 v6 00/16] x86/mtrr: fix handling with PAT but without MTRR
 2023-05-03  4:22 UTC  (3+ messages)
` [PATCH v6 12/16] x86/mtrr: add mtrr=debug command line option

[PATCH v2 0/3] TDX Guest Quote generation support
 2023-05-02 22:27 UTC  (6+ 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] docs/sp_SP: Add translation of process/adding-syscalls
 2023-05-02 17:16 UTC  (2+ 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  (8+ messages)
` [PATCH 02/11] leds: add binding to check support for LED hw control
` [PATCH 05/11] leds: trigger: netdev: introduce validating requested mode
` [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 

[PATCH 0/3] RISC-V: Export Zba, Zbb to usermode via hwprobe
 2023-05-01 15:33 UTC  (6+ messages)
` [PATCH 3/3] RISC-V: hwprobe: Expose Zba and Zbb

[PATCH] docs: consolidate human interface subsystems
 2023-05-01 15:25 UTC  (2+ messages)

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-05-01 15:03 UTC  (6+ messages)

[PATCH v2] docs: automatic redirects for moved pages
 2023-05-01 13:31 UTC  (2+ messages)

[PATCH] docs: admin-guide: Add information about intel_pstate active mode
 2023-05-01 13:17 UTC  (2+ messages)

[PATCH v2 1/2] docs: dt: fix documented Primecell compatible string
 2023-05-01 12:09 UTC  (5+ messages)

[PATCH] docs: admin-guide: Add information about intel_pstate active mode
 2023-05-01  8:20 UTC 

[PATCH] perf: ampere: Add support for Ampere SoC PMUs
 2023-05-01  5:43 UTC  (3+ messages)

[PATCH] docs: fix 'make htmldocs' warning in trace
 2023-05-01  4:39 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 26/33] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-05-01  3:02 UTC 

[PATCH AUTOSEL 6.2 29/37] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-05-01  2:59 UTC 

[PATCH AUTOSEL 6.3 33/44] irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
 2023-05-01  2:56 UTC 

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-05-01  2:09 UTC  (8+ messages)
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[PATCH] docs: redirect from old arch to the new one
 2023-04-30 23:20 UTC  (4+ messages)

[intel-tdx:kvm-upstream-workaround 59/338] htmldocs: Documentation/ABI/testing/sysfs-firmware-tdx:2: WARNING: Unexpected indentation
 2023-04-30 13:26 UTC 

[PATCH 1/2] platform/x86: dell-ddv: Add documentation
 2023-04-29 22:55 UTC  (2+ messages)
` [PATCH 2/2] platform/x86: dell-ddv: Update ABI documentation

[PATCH v2 4/7] virt: geniezone: Add vcpu support
 2023-04-29  6:34 UTC  (2+ messages)

[PATCH v2 0/7] GenieZone hypervisor drivers
 2023-04-28 22:48 UTC  (11+ messages)
` [PATCH v2 2/7] dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor
` [PATCH v2 3/7] virt: geniezone: Introduce GenieZone hypervisor support
` [PATCH v2 5/7] virt: geniezone: Add irqchip support for virtual interrupt injection

[PATCH] Documentation: update urls to Linux Foundation wiki
 2023-04-28 20:51 UTC  (3+ messages)

[PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
 2023-04-28 16:42 UTC  (5+ messages)

[PATCH v9 2/3] mm: add new KSM process and sysfs knobs
 2023-04-28 16:27 UTC  (2+ messages)

[PATCH] lsm: move hook comments docs to security/security.c
 2023-04-28 16:05 UTC  (4+ messages)

[PATCH v2 tracing 0/6] tracing: additional filter predicates
 2023-04-28 15:34 UTC  (7+ messages)
` [PATCH v2 tracing 1/6] tracing: support > 8 byte array "
` [PATCH v2 tracing 2/6] tracing: support IPv4 address filter predicate
` [PATCH v2 tracing 3/6] tracing: support IPv6 filter predicates
` [PATCH v2 tracing 4/6] tracing: support MAC address "
` [PATCH v2 tracing 5/6] selftests/ftrace: add test coverage for "
` [PATCH v2 tracing 6/6] tracing: document IPv4, IPv6, MAC address and > 8 byte numeric filtering support


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 read-only IMAP folder(s) and NNTP newsgroup(s).