public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-21 18:40:04 to 2024-02-21 21:24:16 UTC [more...]

[PATCH v4 00/36] Memory allocation profiling
 2024-02-21 21:23 UTC  (42+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-21 21:22 UTC  (14+ messages)
` [PATCH 02/30] thread_info: selector for TIF_NEED_RESCHED[_LAZY]
` [PATCH 03/30] thread_info: tif_need_resched() now takes resched_t as param

[PATCH v2 0/2] Try to fix the sg_mitet bugs in SH MMCIF
 2024-02-21 21:23 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: sh_mmcif: sg_miter does not need to be atomic
` [PATCH v2 2/2] mmc: sh_mmcif: Advance sg_miter before reading blocks

[PATCH 1/2] kallsyms: get rid of code for absolute kallsyms
 2024-02-21 21:18 UTC  (4+ messages)
` [PATCH 2/2] kallsyms: build faster by using .incbin

[PATCH 1/2] crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
 2024-02-21 21:18 UTC  (3+ messages)
` [PATCH 2/2] crypto: iaa "

[PATCH v4 0/8] usb: misc: onboard_hub: add support for XMOS XVF3500
 2024-02-21 21:18 UTC  (9+ messages)
` [PATCH v4 1/8] usb: misc: onboard_hub: rename to onboard_dev
` [PATCH v4 2/8] usb: misc: onboard_dev: add support for non-hub devices
` [PATCH v4 6/8] usb: misc: onboard_dev: use device supply names

[PATCH] i2c: aspeed: Fix the dummy irq expected print
 2024-02-21 21:14 UTC  (2+ messages)

[musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 21:12 UTC  (20+ messages)

[PATCH 0/2] selftests/damon: misc fixes
 2024-02-21 21:11 UTC  (3+ messages)
` [PATCH 1/2] selftest: damon: fix minor typos in test logs
` [PATCH 2/2] selftests: damon: add access_memory to .gitignore

[PATCH 1/3] platform/x86/intel/vsec: Remove nuisance message
 2024-02-21 21:12 UTC  (3+ messages)
` [PATCH 2/3] platform/x86/intel/pmc/lnl: Remove SSRAM support
` [PATCH 3/3] platform/x86/intel/pmc/arl: Put GNA device in D3

[PATCH 1/3] selftests: lib.mk: Do not process TEST_GEN_MODS_DIR
 2024-02-21 21:12 UTC  (2+ messages)

[PATCH v2] mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err cases
 2024-02-21 21:08 UTC 

[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
 2024-02-21 21:08 UTC  (4+ messages)

[PATCH v3 0/3] Fixed-type GENMASK/BIT
 2024-02-21 21:07 UTC  (7+ messages)
` [PATCH v3 1/3] bits: introduce fixed-type genmasks

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-21 21:06 UTC  (14+ messages)
` [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
` [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg
` [PATCH 3/9] lib: memcpy_kunit: "
` [PATCH 4/9] time: test: Fix incorrect format specifier
` [PATCH 5/9] rtc: test: Fix invalid "
` [PATCH 9/9] kunit: Annotate _MSG assertion variants with gnu printf specifiers

[PATCH] proc: allow restricting /proc/pid/mem writes
 2024-02-21 21:06 UTC 

[PATCH v2] erofs: fix refcount on the metabuf used for inode lookup
 2024-02-21 21:03 UTC 

[PATCH RFC] power: reset: restart-poweroff: convert to module
 2024-02-21 21:01 UTC  (2+ messages)

[PATCH v1 0/3] Add support for detecting Controller Level PCIe Errors
 2024-02-21 21:00 UTC  (4+ messages)
` [PATCH v1 3/3] PCI: qcom: Add support for detecting controller level PCIe errors

[PATCH v8 00/10] Support Andes PMU extension
 2024-02-21 20:58 UTC  (2+ messages)

[PATCH v3] i2c: imx: when being a target, mark the last read as processed
 2024-02-21 20:58 UTC  (2+ messages)

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-21 20:57 UTC  (8+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c

[PATCH 0/4] Add Synopsys DesignWare HDMI RX Controller
 2024-02-21 20:55 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: media: Document bindings for "

[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
 2024-02-21 20:55 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf
 2024-02-21 20:55 UTC 

[PATCH v11 00/20] timers: Move from a push remote at enqueue to a pull at expiry model
 2024-02-21 20:50 UTC  (5+ messages)
` [PATCH v11 03/20] timers: Move marking timer bases idle into tick_nohz_stop_tick()
` [PATCH v11 13/20] timers: Add get next timer interrupt functionality for remote CPUs

[PATCH 0/3] cleanup of SLAB_ flags
 2024-02-21 20:48 UTC  (3+ messages)
` [PATCH 3/3] mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE

[PATCH] power: supply: sysfs: constify the struct device_type usage
 2024-02-21 20:46 UTC  (2+ messages)

PKRU issue while using alternate signal stack
 2024-02-21 20:45 UTC  (2+ messages)

[PATCH v2] mm/mmap: return early if it can't merge in vma_merge()
 2024-02-21 20:41 UTC  (3+ messages)

[PATCH v2 0/2] docs: Include simplified link titles in main index
 2024-02-21 20:40 UTC  (3+ messages)

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-21 20:37 UTC  (5+ messages)
` [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch

[PATCH] perf list: fix short description for some cache events
 2024-02-21 20:37 UTC  (2+ messages)

[PATCH] mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err cases
 2024-02-21 20:36 UTC  (2+ messages)

[PATCHv7 00/16] x86/tdx: Add kexec support
 2024-02-21 20:35 UTC  (4+ messages)
` [PATCH 0/2] x86/snp: "
  ` [PATCH 2/2] x86/snp: Convert shared memory back to private on kexec

[PATCH 0/3] drm/amdgpu: Use KMEM_CACHE instead of kmem_cache_create
 2024-02-21 20:34 UTC  (3+ messages)

[RFC PATCH v1 0/5] TPEBS counting mode support
 2024-02-21 20:34 UTC  (4+ messages)
` [RFC PATCH v1 2/5] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-21 20:29 UTC  (7+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-21 20:22 UTC  (13+ messages)

[PATCH 1/3] irqchip/gic-v3-its: Do not assume vPE tables are preallocated
 2024-02-21 20:21 UTC  (2+ messages)
` [tip: irq/urgent] "

[PATCH v2] perf print-events: make is_event_supported() more robust
 2024-02-21 20:19 UTC  (2+ messages)

[PATCH v1 0/4] ACPI: scan: Check enabled _STA bit on Bus/Device Checks
 2024-02-21 20:03 UTC  (5+ messages)
` [PATCH v1 1/4] ACPI: scan: Fix device check notification handling
` [PATCH v1 2/4] ACPI: scan: Relocate acpi_bus_trim_one()
` [PATCH v1 3/4] ACPI: scan: Rework Device Check and Bus Check notification handling
` [PATCH v1 4/4] ACPI: scan: Make acpi_processor_add() check the device enabled bit

[PATCH v7 0/2] drivers: rtc: add max313xx series rtc driver
 2024-02-21 20:02 UTC  (5+ messages)
` [PATCH v7 2/2] dt-bindings: rtc: add max313xx RTCs

[PATCH v13 1/3] dt-bindings: adc: add AD7173
 2024-02-21 20:00 UTC  (4+ messages)

[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
 2024-02-21 19:57 UTC  (4+ messages)

[PATCH v4 0/3] fpga: xilinx-selectmap: add new driver
 2024-02-21 19:50 UTC  (4+ messages)
` [PATCH v4 1/3] fpga: xilinx-spi: extract a common driver core
` [PATCH v4 2/3] dt-bindings: fpga: xlnx,fpga-selectmap: add DT schema
` [PATCH v4 3/3] fpga: xilinx-selectmap: add new driver

[PATCH 6.7 000/313] 6.7.6-rc2 review
 2024-02-21 19:50 UTC  (2+ messages)

[PATCH] tty: hvc: Don't enable the RISC-V SBI console by default
 2024-02-21 19:50 UTC  (2+ messages)

[PATCH v2] PM: runtime: add tracepoint for runtime_status changes
 2024-02-21 19:47 UTC 

[PATCH 6.1 000/206] 6.1.79-rc2 review
 2024-02-21 19:49 UTC  (2+ messages)

[PATCH 5.15 000/476] 5.15.149-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 6.6 000/338] 6.6.18-rc2 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 5.10 000/379] 5.10.210-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 4.19 000/202] 4.19.307-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH 5.4 000/267] 5.4.269-rc1 review
 2024-02-21 19:48 UTC  (2+ messages)

[PATCH] drm: panel: st7701: Add Hardkernel ODROID-GO Ultra panel support
 2024-02-21 19:45 UTC 

[PATCH] drm/xe: skip building debugfs code for CONFIG_DEBUG_FS=n
 2024-02-21 19:45 UTC  (6+ messages)
    `  "

[PATCH] dt-bindings: iio: st-sensors: Add IIS2MDC magnetometer
 2024-02-21 19:45 UTC  (5+ messages)

[PATCH 1/3] tpm: protect against locality counter underflow
 2024-02-21 19:45 UTC  (10+ messages)

[RFC PATCH v2 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-02-21 19:39 UTC  (6+ messages)
` [RFC PATCH v2 1/6] dt-bindings: pinctrl: starfive: Add JH8100 pinctrl

[PATCH 1/3] mm/memory: Change vmf_anon_prepare() to be non-static
 2024-02-21 19:37 UTC  (2+ messages)

[PATCH v1 1/1] gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()
 2024-02-21 19:36 UTC 

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-21 19:36 UTC  (9+ messages)
` [PATCH 05/23] gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
` [PATCH 18/23] gpio: nomadik: support mobileye,eyeq5-gpio

Prebuilt LLVM 18.1.0-rc3 uploaded
 2024-02-21 19:36 UTC 

[PATCH] net: ethtool: avoid rebuilds on UTS_RELEASE change
 2024-02-21 19:35 UTC  (4+ messages)

[PATCH v2] arm64: defconfig: Enable zram, xfs and loading compressed FW support
 2024-02-21 19:34 UTC  (7+ messages)

[PATCH v2 0/4] Add post-init-supplier binding to improve suspend/resume stability
 2024-02-21 19:34 UTC  (7+ messages)
` [PATCH v2 3/4] dt-bindings: Add post-init-supplier property

[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2024-02-21 19:31 UTC  (8+ messages)
          ` [PATCH] x86/resctrl: Fix WARN in get_domain_from_cpu()
            ` [PATCH v2] "

[PATCH] mm/mmu_gather: change __tlb_remove_tlb_entry() to an inline function
 2024-02-21 19:30 UTC  (2+ messages)

[PATCH net-next 0/2] Expose netdev name in netdev netlink APIs
 2024-02-21 19:29 UTC  (10+ messages)
` [PATCH net-next 1/2] netdev-genl: Add ifname for queue and NAPI APIs

[PATCH v1 1/1] gpiolib: Fix the error path order in gpiochip_add_data_with_key()
 2024-02-21 19:28 UTC 

'perf test sigtrap' failing on PREEMPT_RT_FULL
 2024-02-21 19:26 UTC  (2+ messages)

[PATCH] x86/apm: Code cleanup
 2024-02-21 19:26 UTC  (2+ messages)
` [tip: x86/cleanups] x86/apm_32: Remove dead function apm_get_battery_status()

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 19:20 UTC  (4+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH 00/11] misc: Convert to platform remove callback returning void
 2024-02-21 19:16 UTC  (3+ messages)
` [PATCH 04/11] misc: hisi_hikey_usb: "

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-02-21 19:15 UTC  (5+ messages)

[PATCH] dt-bindings: vendor-prefixes: Add missing prefixes used in compatibles
 2024-02-21 19:10 UTC  (6+ messages)

[PATCH v7 00/12] arm64: qcom: add and enable SHM Bridge support
 2024-02-21 19:06 UTC  (4+ messages)
` [PATCH v7 10/12] firmware: qcom: tzmem: "

[PATCH] arm64: defconfig: Enable zram, xfs and loading compressed FW support
 2024-02-21 19:06 UTC  (4+ messages)

[PATCH] arm64: ls1046ardb: Replace XGMII with 10GBASE-R phy mode
 2024-02-21 19:06 UTC  (3+ messages)
  ` EXTERNAL: "

[rft, PATCH v1 00/14] serial: Add a helper to parse device properties and more
 2024-02-21 19:04 UTC  (7+ messages)
` [PATCH v1 01/14] serial: core: Move struct uart_port::quirks closer to possible values
` [PATCH v1 02/14] serial: core: Add UPIO_UNSET constant for unset port type

[PATCH v3 1/2] dt-bindings: arm64: mediatek: add Kontron 3.5"-SBC-i1200
 2024-02-21 19:02 UTC  (2+ messages)

[PATCH v2] wifi: wilc1000: revert reset line logic flip
 2024-02-21 18:56 UTC  (2+ messages)

[PATCH 2/2] wifi: wilc1000: remove AKM suite be32 conversion for external auth request
 2024-02-21 18:54 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 01/28] fs/ntfs3: Modified fix directory element type detection
 2024-02-21 18:53 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 23/28] PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment

San OS, Philosophy, Low Jitter, Fair Source
 2024-02-21 18:51 UTC  (2+ messages)

[PATCH 7/8] intel_th: Convert to platform remove callback returning void
 2024-02-21 18:50 UTC  (5+ messages)

[PATCH] [PATCH] amd_pstate: fix erroneous highest_perf value on some CPUs
 2024-02-21 18:47 UTC  (4+ messages)

[PATCH 1/2] MAINTAINERS: update Jeff Johnson e-mail address
 2024-02-21 18:47 UTC  (2+ messages)
` [1/2] MAINTAINERS: wifi: "

[PATCH 0/4] spi: cadence-quadspi: correct chip-select logic
 2024-02-21 18:43 UTC  (2+ messages)

[PATCH v1] PM: runtime: add tracepoint for runtime_status changes
 2024-02-21 18:40 UTC  (5+ messages)

[RFC PATCH 0/1] riscv: dts: Allow BUILTIN_DTB for all socs
 2024-02-21 18:40 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/4] MIPS: Fix missing proto and passing arg warnings
 2024-02-21 18:39 UTC  (4+ messages)
` [PATCH 2/4] mips: cm: Add CM GCR and L2-sync base address getters declarations


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox