The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-08-14 04:01:29 to 2024-08-14 07:44:45 UTC [more...]

[PATCH v2] fs,security: Fix file_set_fowner LSM hook inconsistencies
 2024-08-14  7:44 UTC  (7+ messages)

[PATCH] drm/exynos: cleanup header include
 2024-08-14  7:42 UTC  (2+ messages)

[PATCH] maple_tree: clean up kernel doc
 2024-08-14  7:39 UTC  (3+ messages)

[PATCH v7 01/10] acpi/generic_event_device: add an APEI error device
 2024-08-14  7:38 UTC  (2+ messages)

[PATCH v1] powerpc/powernv/pci: fix PE in re-used pci_dn for pnv_pci_enable_device_hook
 2024-08-14  7:34 UTC  (2+ messages)
`  "

[PATCH net,v2] tcp: fix forever orphan socket caused by tcp_abort
 2024-08-14  7:34 UTC  (2+ messages)

[PATCH v3 0/1] Update the max31790 driver
 2024-08-14  7:31 UTC  (6+ messages)
` [PATCH v3 1/1] dt-bindings: hwmon: Add maxim max31790

[PATCH net,v3] net/smc: prevent NULL pointer dereference in txopt_get
 2024-08-14  7:30 UTC  (4+ messages)

[PATCH 0/3] soc: qcom: socinfo: Add QCS8275/QCS8300 SoC ID
 2024-08-14  7:28 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: qcom: document QCS8275/QCS8300 SoC and reference board
` [PATCH 2/3] dt-bindings: arm: qcom,ids: add SoC ID for QCS8275/QCS8300
` [PATCH 3/3] soc: qcom: socinfo: add QCS8275/QCS8300 SoC ID

[PATCH 00/24] Complete EEVDF
 2024-08-14  7:28 UTC  (11+ messages)
` [PATCH 12/24] sched/fair: Prepare exit/cleanup paths for delayed_dequeue
` [PATCH 19/24] sched/eevdf: Fixup PELT vs DELAYED_DEQUEUE

[RFC PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-14  7:27 UTC  (9+ messages)

[PATCH v2] kbuild: rust: split up helpers.c
 2024-08-14  7:19 UTC  (3+ messages)

[PATCH v2 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-08-14  7:18 UTC  (8+ messages)
` [PATCH v2 04/10] riscv: Add support for userspace pointer masking
` [PATCH v2 05/10] riscv: Add support for the tagged address ABI

[PATCH V2] firmware: arm_scmi: bus: bypass set fwnode for scmi cpufreq
 2024-08-14  7:17 UTC  (11+ messages)

[PATCH 1/1] dt-bindings: usb: microchip,usb2514: Fix reference USB device schema
 2024-08-14  7:16 UTC  (2+ messages)

[PATCH RFC -next v2 00/41] md/md-bitmap: introduce bitmap_operations and make structure internel
 2024-08-14  7:11 UTC  (42+ messages)
` [PATCH RFC -next v2 01/41] md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
` [PATCH RFC -next v2 02/41] md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
` [PATCH RFC -next v2 03/41] md: use new helper md_bitmap_get_stats() in update_array_info()
` [PATCH RFC -next v2 04/41] md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
` [PATCH RFC -next v2 05/41] md/md-bitmap: add 'sync_size' "
` [PATCH RFC -next v2 06/41] md/md-bitmap: add 'file_pages' "
` [PATCH RFC -next v2 07/41] md/md-bitmap: add 'behind_writes' and 'behind_wait' "
` [PATCH RFC -next v2 08/41] md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
` [PATCH RFC -next v2 09/41] md/md-bitmap: add a new helper md_bitmap_set_pages()
` [PATCH RFC -next v2 10/41] md/md-bitmap: introduce struct bitmap_operations
` [PATCH RFC -next v2 11/41] md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
` [PATCH RFC -next v2 12/41] md/md-bitmap: merge md_bitmap_create() into bitmap_operations
` [PATCH RFC -next v2 13/41] md/md-bitmap: merge md_bitmap_load() "
` [PATCH RFC -next v2 14/41] md/md-bitmap: merge md_bitmap_destroy() "
` [PATCH RFC -next v2 15/41] md/md-bitmap: merge md_bitmap_flush() "
` [PATCH RFC -next v2 16/41] md/md-bitmap: make md_bitmap_print_sb() internal
` [PATCH RFC -next v2 17/41] md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
` [PATCH RFC -next v2 18/41] md/md-bitmap: merge md_bitmap_status() "
` [PATCH RFC -next v2 19/41] md/md-bitmap: remove md_bitmap_setallbits()
` [PATCH RFC -next v2 20/41] md/md-bitmap: merge bitmap_write_all() into bitmap_operations
` [PATCH RFC -next v2 21/41] md/md-bitmap: merge md_bitmap_dirty_bits() "
` [PATCH RFC -next v2 22/41] md/md-bitmap: merge md_bitmap_startwrite() "
` [PATCH RFC -next v2 23/41] md/md-bitmap: merge md_bitmap_endwrite() "
` [PATCH RFC -next v2 24/41] md/md-bitmap: merge md_bitmap_start_sync() "
` [PATCH RFC -next v2 25/41] md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
` [PATCH RFC -next v2 26/41] md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
` [PATCH RFC -next v2 27/41] md/md-bitmap: merge md_bitmap_close_sync() "
` [PATCH RFC -next v2 28/41] md/md-bitmap: mrege md_bitmap_cond_end_sync() "
` [PATCH RFC -next v2 29/41] md/md-bitmap: merge md_bitmap_sync_with_cluster() "
` [PATCH RFC -next v2 30/41] md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
` [PATCH RFC -next v2 31/41] md/md-bitmap: merge bitmap_unplug() into bitmap_operations
` [PATCH RFC -next v2 32/41] md/md-bitmap: merge md_bitmap_daemon_work() "
` [PATCH RFC -next v2 33/41] md/md-bitmap: pass in mddev directly for md_bitmap_resize()
` [PATCH RFC -next v2 34/41] md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
` [PATCH RFC -next v2 35/41] md/md-bitmap: merge get_bitmap_from_slot() "
` [PATCH RFC -next v2 36/41] md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation
` [PATCH RFC -next v2 37/41] md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
` [PATCH RFC -next v2 38/41] md/md-bitmap: merge md_bitmap_free() into bitmap_operations
` [PATCH RFC -next v2 39/41] md/md-bitmap: merge md_bitmap_wait_behind_writes() "
` [PATCH RFC -next v2 40/41] md/md-bitmap: merge md_bitmap_enabled() "
` [PATCH RFC -next v2 41/41] md/md-bitmap: make in memory structure internal

[RFC net-next 0/6] Cleanup IRQ affinity checks in several drivers
 2024-08-14  7:14 UTC  (3+ messages)

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-14  7:14 UTC  (3+ messages)
` [PATCH v1 1/2] mseal:selftest mremap across VMA boundaries
` [PATCH v1 2/2] mseal: refactor mremap to remove can_modify_mm

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-08-14  7:13 UTC  (16+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[PATCH v8 0/2] Add support for Loongson-1 NAND
 2024-08-14  7:12 UTC  (6+ messages)
` [PATCH v8 1/2] dt-bindings: mtd: Add Loongson-1 NAND Controller

[PATCH v2 1/1] dt-bindings: display: panel-simple-lvds-dual-ports: add panel-timing: true
 2024-08-14  7:12 UTC  (2+ messages)

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-14  7:08 UTC  (14+ messages)
` [PATCH v2 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH v2 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH v2 5/6] iomap: don't mark blocks uptodate after partial zeroing

[PATCH] netdev: Add missing __percpu qualifier to a cast
 2024-08-14  7:06 UTC 

[PATCH v4 0/6] Add support for ICSSG PA_STATS
 2024-08-14  7:07 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support

[PATCH tip/perf/core] bpf: fix use-after-free in bpf_uprobe_multi_link_attach()
 2024-08-14  7:05 UTC  (2+ messages)

[PATCH net-next v2 0/7] Introduce HSR offload support for ICSSG
 2024-08-14  6:59 UTC  (9+ messages)
` [PATCH net-next v2 4/7] net: ti: icssg-prueth: Add support for HSR frame forward offload
` [PATCH net-next v2 5/7] net: ti: icssg-prueth: Enable HSR Tx Packet duplication offload

[PATCH RFC 1/3] Revert "virtio_net: rx remove premapped failover code"
 2024-08-14  6:59 UTC  (3+ messages)
` [PATCH RFC 2/3] Revert "virtio_net: big mode skip the unmap check"
` [PATCH RFC 3/3] Revert "virtio_ring: enable premapped mode whatever use_dma_api"

[PATCH RFC 0/3] Revert "virtio_net: rx enable premapped mode by default"
 2024-08-14  6:59 UTC 

[PATCH 1/3] fault-inject: improve build for CONFIG_FAULT_INJECTION=n
 2024-08-14  6:57 UTC  (3+ messages)

[PATCH 1/1] iommu/arm-smmu-qcom: remove runtime pm enabling for TBU driver
 2024-08-14  6:54 UTC  (7+ messages)

understanding switchdev notifications
 2024-08-14  6:54 UTC  (2+ messages)

[PATCH v2] kfence: Save freeing stack trace at calling time instead of freeing time
 2024-08-14  6:49 UTC  (2+ messages)

ACPI IRQ storm with 6.10
 2024-08-14  6:47 UTC  (2+ messages)

[PATCH v6 0/4] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
 2024-08-14  6:46 UTC  (3+ messages)
` [PATCH v6 3/4] arm64: Provide an AMU-based version of arch_freq_get_on_cpu

[PATCH] lib/percpu_counter: Add missing __percpu qualifier to a cast
 2024-08-14  6:44 UTC 

[PATCH] ufs: core: fix bus timeout in ufshcd_wl_resume flow
 2024-08-14  6:39 UTC  (2+ messages)

[PATCH 0/4] Add support for AST2700 clk driver
 2024-08-14  6:35 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: mfd: aspeed: support for AST2700

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO
 2024-08-14  6:34 UTC  (2+ messages)

[PATCH 1/1] EDAC/igen6: Fix conversion of system address to physical memory address
 2024-08-14  6:32 UTC  (2+ messages)

[PATCH v2] nvmem: mtk-efuse: Only register socinfo device if needed cells are there
 2024-08-14  6:32 UTC  (7+ messages)

[PATCH v1 0/7] serial: 8250_platform: refactor and clean up a bit
 2024-08-14  6:28 UTC  (2+ messages)

[RFC PATCH v1 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-14  6:28 UTC  (5+ messages)
` [RFC PATCH v1 1/4] mm: zswap: zswap_is_folio_same_filled() takes an index in the folio
` [RFC PATCH v1 2/4] mm: vmstat: Per mTHP-size zswap_store vmstat event counters
` [RFC PATCH v1 3/4] mm: zswap: zswap_store() extended to handle mTHP folios
` [RFC PATCH v1 4/4] mm: page_io: Count successful mTHP zswap stores in vmstat

[PATCH] riscv: add a warning when physical memory address overflows
 2024-08-14  6:26 UTC 

[PATCH v9 0/5] Landlock: Add abstract unix socket connect restriction
 2024-08-14  6:22 UTC  (6+ messages)
` [PATCH v9 1/5] "
` [PATCH v9 2/5] selftests/Landlock: Abstract unix socket restriction tests
` [PATCH v9 3/5] selftests/Landlock: Adding pathname Unix socket tests
` [PATCH v9 4/5] sample/Landlock: Support abstract unix socket restriction
` [PATCH v9 5/5] Landlock: Document LANDLOCK_SCOPED_ABSTRACT_UNIX_SOCKET and ABI versioning

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-14  6:18 UTC  (3+ messages)
` [PATCH 09/25] KVM: TDX: Get system-wide info about TDX module on initialization

[PATCH v1 0/4] thermal: gov_bang_bang: Prevent cooling devices from getting stuck in the "on" state
 2024-08-14  6:18 UTC  (5+ messages)
` [PATCH v1 1/4] thermal: gov_bang_bang: Call __thermal_cdev_update() directly
` [PATCH v1 4/4] thermal: gov_bang_bang: Use governor_data to reduce overhead

[PATCH v2 0/3] OF support for Surface System Aggregator Module
 2024-08-14  6:16 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: platform: Add "

[syzbot] [f2fs?] WARNING: lock held when returning to user space in f2fs_commit_atomic_write
 2024-08-14  6:01 UTC  (2+ messages)

[PATCH v1 0/3] Add compatibles for different eud access modes
 2024-08-14  6:15 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: soc: qcom: eud: Update compatible strings for eud

[PATCH] crypto: x86/sha256: Add parentheses around macros' single arguments
 2024-08-14  6:14 UTC  (2+ messages)

[PATCH 0/4] Add support for QCA9379 hw1.0 SDIO WiFi/BT
 2024-08-14  6:14 UTC  (5+ messages)
` [PATCH 3/4] dt-bindings: net: bluetooth: qualcomm: add QCA9379 compatible

[PATCH v4 0/4] Convert Atmel PIO3 Pinctrl and GPIO bindings to yaml
 2024-08-14  6:13 UTC  (5+ messages)
` [PATCH v4 1/4] ARM: dts: microchip: change to simple-mfd from simple-bus for PIO3 pinumux controller
` [PATCH v4 2/4] ARM: dts: microchip: Remove additional compatible string from PIO3 pinctrl nodes
` [PATCH v4 3/4] ARM: dts: microchip: sam9x60: Remove additional compatible string from GPIO node
` [PATCH v4 4/4] dt-bindings: pinctrl: Convert Atmel PIO3 pinctrl to json-schema

[PATCH -next] mailbox: rockchip: fix a typo in module autoloading
 2024-08-14  6:13 UTC  (2+ messages)

[PATCH net-next 0/4] net: dsa: microchip: add SGMII port support to KSZ9477 switch
 2024-08-14  6:12 UTC  (5+ messages)
` [PATCH net-next 1/4] dt-bindings: "

[PATCH] dt-bindings: watchdog: nxp,lpc1850-wdt: Convert bindings to dtschema
 2024-08-14  6:12 UTC 

[PATCH net-next v3 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
 2024-08-14  6:11 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: "

[PATCH v4 0/2] media: aspeed: Allow to capture from SoC display (GFX)
 2024-08-14  6:09 UTC  (5+ messages)
` [PATCH v4 1/2] ARM: dts: aspeed: Add properties of scu and gfx for video
` [PATCH v4 2/2] media: aspeed: Allow to capture from SoC display (GFX)

[PATCH -next] mfd: max14577: fix module autoloading
 2024-08-14  6:06 UTC  (2+ messages)

[PATCH v5 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-14  6:03 UTC  (7+ messages)

[PATCH] speakup: genmap: initialization the variable
 2024-08-14  6:01 UTC  (2+ messages)

[PATCH v2 00/11] Add Nothing Phone (1) support
 2024-08-14  6:00 UTC  (5+ messages)
` [PATCH v2 06/11] dt-bindings: nfc: nxp,nci: Document PN553 compatible

[PATCH] speakup: i18n: modify incorrect comments
 2024-08-14  5:59 UTC  (2+ messages)

Ubuntu RT2X00 WIFI USB Driver Kernel NULL pointer Dereference&Use-After-Free Vulnerability
 2024-08-14  5:58 UTC  (2+ messages)

linux-next: duplicate patch in the execve tree
 2024-08-14  5:54 UTC 

[PATCH] arm64: dts: allwinner: a64: Move CPU OPPs to the SoC dtsi file
 2024-08-14  5:51 UTC 

[PATCH] autofs: add per dentry expire timeout
 2024-08-14  5:45 UTC  (2+ messages)

[PATCH v2 0/2] cpuidle: riscv-sbi: Allow cpuidle pd used by other devices
 2024-08-14  5:44 UTC  (3+ messages)
` [PATCH v2 1/2] cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcall
` [PATCH v2 2/2] cpuidle: riscv-sbi: Add cpuidle_disabled() check

[tip: perf/core] perf: Really fix event_function_call() locking
 2024-08-14  5:43 UTC 

[PATCH] usb: dwc3: qcom: fix NULL pointer dereference on dwc3_qcom_read_usb2_speed
 2024-08-14  5:35 UTC  (3+ messages)

[PATCH] close_files(): reimplement based on do_close_on_exec()
 2024-08-14  5:34 UTC  (3+ messages)

[PATCH v8 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
 2024-08-14  5:32 UTC  (3+ messages)

[PATCH v2] usb: dwc3: core: Prevent USB core invalid event buffer address access
 2024-08-14  4:59 UTC  (5+ messages)

[PATCH net-next v7 0/4] virtio-net: synchronize op/admin state
 2024-08-14  5:22 UTC  (5+ messages)
` [PATCH net-next v7 1/4] virtio: rename virtio_config_enabled to virtio_config_core_enabled
` [PATCH net-next v7 2/4] virtio: allow driver to disable the configure change notification
` [PATCH net-next v7 3/4] virtio-net: synchronize operstate with admin state on up/down
` [PATCH net-next v7 4/4] virtio-net: synchronize probe with ndo_set_features

conver XFS perag lookup to xarrays
 2024-08-14  5:21 UTC  (4+ messages)
` [PATCH 2/3] xfs: convert perag lookup to xarray

[tip:x86/apic] BUILD SUCCESS a1fab3e69d9d0e9b62aab4450cb97da432ac3ef2
 2024-08-14  5:18 UTC 

[RESEND][PATCH v1 0/8] thermal: Use trip pointers in thermal driver interface
 2024-08-14  5:09 UTC  (3+ messages)
` [RESEND][PATCH v1 3/8] thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()

[PATCH v2 0/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-08-14  4:59 UTC  (7+ messages)
` [PATCH v2 1/2] "

[PATCH iwl-net v1] igb: Fix not clearing TimeSync interrupts for 82580
 2024-08-14  4:58 UTC  (4+ messages)
` [PATCH iwl-net v2] "

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-08-14  4:57 UTC  (3+ messages)
` [RFC PATCH v3 10/21] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()

[syzbot] [ext4?] divide error in ext4_mb_regular_allocator
 2024-08-14  4:56 UTC  (3+ messages)
` [PATCH] ext4: fix "

[PATCH net] tcp: fix forever orphan socket caused by tcp_abort
 2024-08-14  4:56 UTC  (7+ messages)

linux-next: Tree for Aug 14
 2024-08-14  4:56 UTC 

[PATCH iwl-net v3] igb: Fix not clearing TimeSync interrupts for 82580
 2024-08-14  4:55 UTC 

[PATCH] debugfs show actual source in /proc/mounts
 2024-08-14  4:50 UTC  (4+ messages)

[PATCH] KVM: x86: Include host suspended time in steal time
 2024-08-14  4:50 UTC  (5+ messages)

[PATCH v3 0/3] arm64: dts: k3: Resolve remaining dtbs_check warnings
 2024-08-14  4:49 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: soc: ti: am645-system-controller: add child nodes used by main domain

[PATCH v1] usb: roles: add lockdep class key to struct usb_role_switch
 2024-08-14  4:49 UTC  (2+ messages)

[PATCH v6 00/10] media: Fix the last set of coccinelle warnings
 2024-08-14  4:41 UTC  (3+ messages)
` [PATCH v6 10/10] media: venus: Convert one-element-arrays to flex-arrays

[PATCH -next] usb: bdc: fix module autoloading
 2024-08-14  4:36 UTC  (2+ messages)

[PATCH v10 0/3] Add support for Intel PPS Generator
 2024-08-14  4:36 UTC  (3+ messages)

[PATCH v2] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-14  4:28 UTC  (2+ messages)

[PATCH v4 0/6] platform/chrome: Introduce DT hardware prober
 2024-08-14  4:26 UTC  (5+ messages)
` [PATCH v4 1/6] of: dynamic: Add of_changeset_update_prop_string

[PATCH v5 0/4] Enable P2PDMA in Userspace RDMA
 2024-08-14  4:26 UTC  (7+ messages)
` [PATCH v5 3/4] mm/gup: allow FOLL_LONGTERM & FOLL_PCI_P2PDMA

[PATCH RFC] regmap: maple: Switch to use irq-safe locking
 2024-08-14  4:25 UTC  (2+ messages)

[tip:irq/core] BUILD SUCCESS 50059ccaa3c98badeae197b918e2ae06bb6f5162
 2024-08-14  4:24 UTC 

[PATCH] usb: dwc3: Fix latency of DSTS while receiving wakeup event
 2024-08-14  4:22 UTC  (7+ messages)

[PATCH v6 0/4] drm: Use full allocated minor range for DRM
 2024-08-14  4:20 UTC  (4+ messages)

linux-next: build warning after merge of the workqueues tree
 2024-08-14  4:18 UTC 

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-14  4:17 UTC  (12+ messages)

[PATCH v2] riscv: mm: add paging_check() before paging_init()
 2024-08-14  4:15 UTC  (5+ messages)
  ` [External] "

[PATCH v11 00/20] Add Secure TSC support for SNP guests
 2024-08-14  4:14 UTC  (2+ messages)

[linus:master] [mm] c0bff412e6: stress-ng.clone.ops_per_sec -2.9% regression
 2024-08-14  4:10 UTC  (14+ messages)

[PATCH v4 00/39] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-08-14  4:04 UTC  (11+ messages)
` [PATCH v4 15/39] x86/resctrl: Move monitor exit work to a resctrl exit call
` [PATCH v4 19/39] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
` [PATCH v4 20/39] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v4 23/39] x86/resctrl: Allow an architecture to disable pseudo lock
` [PATCH v4 37/39] fs/resctrl: Add boiler plate for external resctrl code

[PATCH v2 0/6] Add and fix ESM nodes
 2024-08-14  4:04 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update HiSilicon SAS controller driver maintainer
 2024-08-14  4:01 UTC 


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