All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-19 17:32:30 to 2025-12-19 18:19:02 UTC [more...]

[PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
 2025-12-19 18:18 UTC  (8+ messages)
` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
  ` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects

[PATCH v2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
 2025-12-19 18:18 UTC  (2+ messages)

[PATCH v2 0/8] scsi: Make use of bus callbacks
 2025-12-19 18:18 UTC  (4+ messages)
` [PATCH v2 2/8] "

[PATCH v2 0/2] lib/crypto: x86/sha: Add PHE Extensions support
 2025-12-19 18:18 UTC  (3+ messages)
` [PATCH v2 1/2] lib/crypto: x86/sha1: PHE Extensions optimized SHA1 transform function

[RFC PATCH 0/2] mm: improve folio refcount scalability
 2025-12-19 18:17 UTC  (6+ messages)
` [RFC PATCH 2/2] mm: implement page refcount locking via dedicated bit

[RFC 0/5] LLMinus: LLM-Assisted Merge Conflict Resolution
 2025-12-19 18:16 UTC  (6+ messages)
` [RFC 1/5] LLMinus: Add skeleton project with learn command
` [RFC 2/5] LLMinus: Add vectorize command with fastembed
` [RFC 3/5] LLMinus: Add find command for similarity search
` [RFC 4/5] LLMinus: Add resolve command for LLM-assisted conflict resolution
` [RFC 5/5] LLMinus: Add pull command for LLM-assisted kernel pull request merging

[PATCH] worktree: clarify --expire applies to missing worktrees
 2025-12-19 18:16 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] worktree: use 'prune' instead of 'expire' in help text

[PATCH v8 bpf-next 00/10] Add kind layout to BTF
 2025-12-19 18:13 UTC  (10+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI
` [PATCH v8 bpf-next 02/10] libbpf: Support kind layout section handling in BTF

[PATCH v2 00/45] arm_mpam: Add KVM/arm64 and resctrl glue code
 2025-12-19 18:11 UTC  (46+ messages)
` [PATCH v2 01/45] arm_mpam: Stop using uninitialized variables in __ris_msmon_read()
` [PATCH v2 02/45] arm_mpam: Remove duplicate linux/srcu.h header
` [PATCH v2 03/45] arm_mpam: Use non-atomic bitops when modifying feature bitmap
` [PATCH v2 04/45] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v2 05/45] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v2 06/45] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v2 07/45] arm64: mpam: Context switch the MPAM registers
` [PATCH v2 08/45] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v2 09/45] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v2 10/45] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v2 11/45] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v2 12/45] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v2 13/45] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v2 14/45] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v2 15/45] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v2 16/45] arm_mpam: resctrl: Sort the order of the domain lists
` [PATCH v2 17/45] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v2 18/45] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v2 19/45] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v2 20/45] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v2 21/45] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v2 22/45] arm_mpam: resctrl: Add CDP emulation
` [PATCH v2 23/45] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v2 24/45] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v2 25/45] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v2 26/45] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v2 27/45] arm_mpam: resctrl: Add support for csu counters
` [PATCH v2 28/45] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v2 29/45] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v2 30/45] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v2 31/45] arm_mpam: resctrl: Add kunit test for ABMC/CDP interactions
` [PATCH v2 32/45] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v2 33/45] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v2 34/45] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v2 35/45] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v2 36/45] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v2 37/45] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v2 38/45] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v2 39/45] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v2 40/45] arm_mpam: Generate a configuration for min controls
` [PATCH v2 41/45] arm_mpam: Add quirk framework
` [PATCH v2 42/45] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v2 43/45] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v2 44/45] arm_mpam: Add workaround for T241-MPAM-6
` [PATCH v2 45/45] arm_mpam: Quirk CMN-650's CSU NRDY behaviour

[Buildroot] [PATCH 1/1] package/python-*: mass update of hash comments computed by scanpypi
 2025-12-19 18:13 UTC 

[PATCH 03/12] ras: add estatus vendor handling and processing
 2025-12-19 18:11 UTC  (2+ messages)

[PATCH 0/2] Toggle powerdown states for C10 on HDMI
 2025-12-19 18:11 UTC  (2+ messages)

[PATCH] ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
 2025-12-19 18:11 UTC  (2+ messages)

[PATCH v5] sysctl: simplify the min/max boundary check
 2025-12-19 18:10 UTC  (12+ messages)
    `  "

[PATCH v2 00/24] system/memory: Clean ups around address_space_ldst() endian variants
 2025-12-19 18:08 UTC  (3+ messages)
` [PATCH v2 16/24] configs/targets: Introduce TARGET_USE_LEGACY_NATIVE_ENDIAN_API

[PATCH 1/1] qcow2: add very final sync on QCOW2 image closing
 2025-12-19 18:08 UTC 

[PATCH] drm/buddy: Free free_trees array in drm_buddy_fini()
 2025-12-19 18:08 UTC 

[PATCH bpf] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2025-12-19 18:06 UTC  (3+ messages)

[android-common:android14-kiwi-6.1 43/43] fs/smb/client/smb2pdu.c:105 smb2_hdr_assemble() warn: variable dereferenced before check 'server' (see line 95)
 2025-12-19 18:06 UTC 

[PATCH 0/3] nilfs2 fixes on v6.19-rc1
 2025-12-19 18:04 UTC  (4+ messages)
` [PATCH 1/3] nilfs2: Fix potential block overflow that cause system hang
` [PATCH 2/3] nilfs2: convert nilfs_super_block to kernel-doc
` [PATCH 3/3] nilfs2: fix missing struct keywords in nilfs2_api.h kernel-doc

[PATCH 1/1] NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegation
 2025-12-19 18:04 UTC  (2+ messages)

[PATCH] Revert "arm64: tegra: Add interconnect properties for Tegra210"
 2025-12-19 18:03 UTC  (7+ messages)

[Weekly meetings] MoM - 17th of December 2025
 2025-12-19 18:03 UTC 

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-19 18:02 UTC  (3+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use

[PATCH] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2025-12-19 18:02 UTC  (5+ messages)

[Buildroot] [PATCH] package/perl: bump to version 5.42.0
 2025-12-19 18:02 UTC  (2+ messages)

[PATCH] terraform: refactor tasks into provider-specific modules
 2025-12-19 18:02 UTC  (2+ messages)

[bluez/bluez]
 2025-12-19 18:02 UTC 

MPTCP CI: now validating stable versions
 2025-12-19 18:01 UTC 

[Buildroot] [git commit] package/perl: bump to version 5.42.0
 2025-12-19 18:01 UTC 

[PATCH v3 0/2] media: i2c: Add ov2732 image sensor driver
 2025-12-19 18:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add ov2732 image sensor

[PATCH v2] of: reserved_mem: Add fixup function to amend corrupted reserved memory regions
 2025-12-19 18:03 UTC  (3+ messages)

[PATCH v1] drm/xe/pm: Handle GT resume failure
 2025-12-19 18:00 UTC  (8+ messages)

Follow-up on Linux-kernel code accessibility
 2025-12-19 17:59 UTC  (4+ messages)

[bug report] rdma_rxe module unload failure with DEBUG_LOCK_ALLOC enabled
 2025-12-19 17:59 UTC  (3+ messages)

[PATCH] softirq: allow raising NET_RX_SOFTIRQ from SMP call on RT
 2025-12-19 17:58 UTC 

[PATCH v3 0/2] media: nxp: Add CSI Pixel Formatter support
 2025-12-19 17:58 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

unclear license identifiers
 2025-12-19 15:51 UTC 

[PATCH] crypto: seqiv: check req->iv only for synchronous completion
 2025-12-19 17:58 UTC  (3+ messages)
` [v2 PATCH] crypto: seqiv - Do not use req->iv after crypto_aead_encrypt

[PATCH 0/2] Add support for ADG1736 Dual 2:1 Multiplexer
 2025-12-19 17:57 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mux: adg1736: add support
` [PATCH 2/2] mux: adg1736: add driver support

[Buildroot] [PATCH 1/1] package/dmidecode: bump to version 3.7
 2025-12-19 17:56 UTC  (2+ messages)

[PATCH v3] phy: fsl-imx8mq-usb: Clear the PCS_TX_SWING_FULL field before using it
 2025-12-19 17:55 UTC  (3+ messages)

[Buildroot] [PATCH v4 00/20] Remove packages
 2025-12-19 17:51 UTC  (21+ messages)
` [Buildroot] [PATCH v4 01/20] package/libnids: remove package
` [Buildroot] [PATCH v4 02/20] package/dmraid: "
` [Buildroot] [PATCH v4 03/20] package/libmhash: "
` [Buildroot] [PATCH v4 04/20] package/connman-gtk: "
` [Buildroot] [PATCH v4 05/20] package/hawktracer: "
` [Buildroot] [PATCH v4 06/20] package/let-me-create: "
` [Buildroot] [PATCH v4 07/20] package/libcgi: "
` [Buildroot] [PATCH v4 08/20] package/libiqrf: "
` [Buildroot] [PATCH v4 09/20] package/libuwsc: "
` [Buildroot] [PATCH v4 10/20] package/alure: "
` [Buildroot] [PATCH v4 11/20] package/openpowerlink: "
` [Buildroot] [PATCH v4 12/20] package/opentracing-cpp: "
` [Buildroot] [PATCH v4 13/20] package/qjson: "
` [Buildroot] [PATCH v4 14/20] package/sconeserver: "
` [Buildroot] [PATCH v4 15/20] package/taskd: "
` [Buildroot] [PATCH v4 16/20] package/racehound: "
` [Buildroot] [PATCH v4 17/20] package/musepack: "
` [Buildroot] [PATCH v4 18/20] package/libcuefile: "
` [Buildroot] [PATCH v4 19/20] package/python-aioredis: "
` [Buildroot] [PATCH v4 20/20] package/cppdb: "

[PATCH] Documentation: kernel-hacking: Remove comma
 2025-12-19 17:55 UTC  (2+ messages)

[Buildroot] [git commit] package/dmidecode: bump to version 3.7
 2025-12-19 17:53 UTC 

[PATCH] dmidecode: Upgrade 3.6 -> 3.7
 2025-12-19 17:54 UTC 

[PATCH v4 -qemu 0/5] hw/cxl: Support Back-Invalidate
 2025-12-19 17:53 UTC  (7+ messages)
` [PATCH 3/5] hw/cxl: Allow BI by default in Window restrictions

[PATCH RESEND v2 00/32] VKMS: Introduce multiple configFS attributes
 2025-12-19 17:51 UTC  (5+ messages)
` [PATCH RESEND v2 12/32] drm/vkms: Introduce configfs for plane color encoding

[PATCH v3 0/2] Documentation/driver-api/cxl: device hotplug
 2025-12-19 17:49 UTC  (4+ messages)
` [PATCH v3 1/2] Documentation/driver-api/cxl: BIOS/EFI expectation update

[PATCH v1 0/8] ACPI: bus: Rework of the \_SB._OSC handling
 2025-12-19 17:48 UTC  (4+ messages)
` [PATCH v1 6/8] ACPI: bus: Rework the handling of \_SB._OSC platform features

RV1103B: Attempt to upstream
 2025-12-19 17:47 UTC  (3+ messages)

[PATCH 00/23] PCI: Resource code fixes (supercedes earlier series) & cleanups
 2025-12-19 17:47 UTC  (25+ messages)
` [PATCH 01/23] PCI: Fix bridge window alignment with optional resources
` [PATCH 02/23] PCI: Rewrite bridge window head alignment function
` [PATCH 03/23] PCI: Stop over-estimating bridge window size
` [PATCH 04/23] resource: Increase MAX_IORES_LEVEL to 8
` [PATCH 05/23] PCI: Remove old_size limit from bridge window sizing
` [PATCH 06/23] PCI: Push realloc check into pbus_size_mem()
` [PATCH 07/23] PCI: Pass bridge window resource to pbus_size_mem()
` [PATCH 08/23] PCI: Use res_to_dev_res() in reassign_resources_sorted()
` [PATCH 09/23] PCI: Fetch dev_res to local var in __assign_resources_sorted()
` [PATCH 10/23] PCI: Add pci_resource_is_bridge_win()
` [PATCH 11/23] PCI: Log reset and restore of resources
` [PATCH 12/23] PCI: Check invalid align earlier in pbus_size_mem()
` [PATCH 13/23] PCI: Add pbus_mem_size_optional() to handle optional sizes
` [PATCH 14/23] resource: Mark res given to resource_assigned() as const
` [PATCH 15/23] PCI: Use resource_assigned() in setup-bus.c algorithm
` [PATCH 16/23] PCI: Properly prefix struct pci_dev_resource handling functions
` [PATCH 17/23] PCI: Separate cardbus setup & build it only with CONFIG_CARDBUS
` [PATCH 18/23] PCI: Handle CardBus specific params in setup-cardbus.c
` [PATCH 19/23] PCI: Use scnprintf() instead of sprintf()
` [PATCH 20/23] PCI: Add Bus Number + Secondary Latency Timer as dword fields
` [PATCH 21/23] PCI: Convert to use Bus Number field defines
` [PATCH 22/23] PCI: Add pbus_validate_busn() for Bus Number validation
` [PATCH 23/23] PCI: Move scanbus bridge scanning to setup-cardbus.c

[PATCH v4 0/6] Microsoft Surface Pro 11 support
 2025-12-19 17:47 UTC  (8+ messages)
` [PATCH v4 1/6] dt-bindings: arm: qcom: Document Microsoft Surface Pro 11
` [PATCH v4 2/6] dt-bindings: wireless: ieee80211: Add disable-rfkill property
` [PATCH v4 5/6] arm64: dts: qcom: Add support for Surface Pro 11

[PATCH] drm/xe/xe_guc_ct: Drop smp_mb in parse_g2h_response
 2025-12-19 17:47 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2] iio: dac: adi-axi-dac: Make use of dev_err_probe()
 2025-12-19 17:46 UTC  (3+ messages)

sound/soc/intel/avs/boards/rt5640.c:151 avs_create_dai_link() warn: excess argument passed to 'devm_kasprintf'
 2025-12-19 17:45 UTC 

[linux-next:master 547/2671] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:640 kfd_procfs_add_sysfs_counters() warn: Calling kobject_put|get with state->initialized unset from line: 631
 2025-12-19 17:45 UTC 

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2025-12-19 17:45 UTC  (3+ messages)
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel

[PATCH v4 0/8] nfsd/vfs: fix handling of delegated timestamp updates
 2025-12-19 17:43 UTC  (5+ messages)
` [PATCH v4 8/8] nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation

[ANNOUNCE] 5.15.197-rt91
 2025-12-19 17:41 UTC 

[PATCH] fuse: add missing iput() in fuse_lookup() error path
 2025-12-19 17:43 UTC 

[PATCH v11 0/3] Switchtec Switch DMA Engine Driver
 2025-12-19 17:42 UTC  (4+ messages)
` [PATCH v11 3/3] dmaengine: switchtec-dma: Implement descriptor submission

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-19 17:42 UTC  (6+ messages)

[PATCH v1] SoundWire: Allow Prepare command for Simplified_CP_SM
 2025-12-19 17:38 UTC 

[PATCH RFC v2 0/3] tweaks for __alloc_pages_slowpath()
 2025-12-19 17:38 UTC  (4+ messages)
` [PATCH RFC v2 1/3] mm/page_alloc: ignore the exact initial compaction result
` [PATCH RFC v2 2/3] mm/page_alloc: refactor the initial compaction handling
` [PATCH RFC v2 3/3] mm/page_alloc: simplify __alloc_pages_slowpath() flow

[PATCH] x86/CPU/AMD: avoid printing reset reasons on Xen domU
 2025-12-19 17:38 UTC  (7+ messages)

[meta-arago][master][PATCH] FIXME: systemd: Remove new OSC prompt feature
 2025-12-19 17:38 UTC  (2+ messages)

[PATCH v2 3/3] doc: Clean up list of unimplemented functions
 2025-12-19 17:36 UTC 

[android-common:mirror-chromeos-5.10-arcvm 0/4] drivers/base/core.c:1542:5: warning: no previous prototype for 'fw_devlink_relax_cycle'
 2025-12-19 17:35 UTC 

[PATCH] net/netvsc: Fix on race condition of multiple commands
 2025-12-19 17:35 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH bpf-next v10 00/13] Improve the performance of BTF type lookups with binary search
 2025-12-19 17:35 UTC  (9+ messages)
` [PATCH bpf-next v10 05/13] libbpf: Verify BTF Sorting
` [PATCH bpf-next v10 11/13] libbpf: Add btf_is_sorted and btf_sorted_start_id helpers to refactor the code

[PATCH v4 0/6] Increase SCSI IOPS
 2025-12-19 17:35 UTC  (4+ messages)
` [PATCH v4 6/6] scsi: core: Improve IOPS in case of host-wide tags

[bluez/bluez] 59f108: media: decouple local org.bluez.MediaPlayer from A
 2025-12-19 17:32 UTC 

[PATCH v2] wifi: ath10k: sdio: Use pm_sleep_ptr instead of #ifdef CONFIG_PM_SLEEP
 2025-12-19 17:32 UTC 

[PATCH v1 1/1] util/vfio-helper: Fix endianess when enabling Bus Master
 2025-12-19 17:30 UTC  (5+ 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.