All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-16 01:33:23 to 2025-06-16 03:59:59 UTC [more...]

[RFC PATCH 0/8] Add mt8196 SMMU support
 2025-06-16  2:56 UTC  (8+ messages)
` [RFC PATCH 1/8] dt-bindings: iommu: mediatek: Add mt8196 support
` [RFC PATCH 2/8] iommu/arm-smmu-v3: Add SMMU implementation
` [RFC PATCH 4/8] iommu/arm-smmu-v3: Add implementation for MT8196 APU SMMU
` [RFC PATCH 5/8] iommu/arm-smmu-v3: Add IRQ handle for smmu impl
` [RFC PATCH 6/8] iommu/arm-smmu-v3: mediatek: Add wrapper handle for IRQ
` [RFC PATCH 7/8] iommu/arm-smmu-v3: Invoke rpm operation before accessing the hw
` [RFC PATCH 8/8] iommu/arm-smmu-v3: mediatek: Implement rpm get/put function

[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
 2025-06-16  3:27 UTC  (23+ messages)
` [PATCH v2 01/14] iommufd: Apply obvious cosmetic fixes
` [PATCH v2 02/14] iommufd: Drop unused ictx in struct iommufd_vdevice
` [PATCH v2 03/14] iommufd: Use enum iommu_viommu_type for type in struct iommufd_viommu
` [PATCH v2 04/14] iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
` [PATCH v2 05/14] iommufd: Return EOPNOTSUPP for failures due to driver bugs
` [PATCH v2 06/14] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v2 07/14] iommufd/viommu: Support "
` [PATCH v2 11/14] iommu: Deprecate viommu_alloc op
` [PATCH v2 12/14] iommufd: Move _iommufd_object_alloc out of driver.c
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v2 14/14] iommufd: Apply the new "

[PATCH v3] lib: utils/irqchip: always parse msi information for each aplic device
 2025-06-16  3:51 UTC  (2+ messages)

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-06-16  3:41 UTC  (2+ messages)

[PATCH] drive/realtek/rtlwifi: fix possible memory leak
 2025-06-16  3:56 UTC  (3+ messages)
` [PATCH rtw-next] wifi: rtlwifi: fix possible skb memory leak in _rtl_pci_init_one_rxdesc()

[PATCH][next] wifi: rtlwifi: rtl8821ae: make the read-only array params static const
 2025-06-16  3:54 UTC  (2+ messages)

[PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
 2025-06-16  3:53 UTC  (3+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-06-16  3:51 UTC  (2+ messages)

[PATCH] wifi: rtlwifi: avoid stack size warning for _read_eeprom_info
 2025-06-16  3:50 UTC  (2+ messages)

[PATCH net-next v7] Add support to set napi threaded for individual napi
 2025-06-16  3:51 UTC  (3+ messages)

[PATCH v1 0/2] uboot-sign: Make SPL DTB public key injection optional
 2025-06-16  3:50 UTC  (6+ messages)
` [PATCH v1 2/2] "
  ` [OE-core] "

[PATCH] lib/crypto/poly1305: Fix arm64's poly1305_blocks_arch()
 2025-06-16  3:27 UTC  (2+ messages)

[PATCH] tools/power turbostat: Fix build with musl
 2025-06-16  3:47 UTC  (4+ messages)

[v2 1/9] drm/amdgpu: add user queue reset source
 2025-06-16  3:43 UTC  (9+ messages)
` [v2 2/9] drm/amdgpu/mes: add front end for detect and reset hung queue
` [v2 3/9] drm/amdgpu/mes11: implement detect and reset callback
` [v2 4/9] drm/amdgpu: Implement active VMID detection in MES11 queue reset for GFX
` [v2 5/9] drm/amdgpu/mes12: implement detect and reset callback
` [v2 6/9] drm/amdgpu: Implement active VMID detection in MES12 queue reset for GFX
` [v2 7/9] drm/amdgpu/userq: add force completion helpers
` [v2 8/9] drm/amdgpu/userq: add a detect and reset callback
` [v2 9/9] drm/amdgpu: implements detect and reset

[PATCH V8 00/27] Reset improvements
 2025-06-16  3:46 UTC  (3+ messages)
` [PATCH 07/27] drm/amdgpu: move guilty handling into ring resets

[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
 2025-06-16  3:46 UTC  (7+ messages)

[PATCH v2 00/17] SHA-512 library functions
 2025-06-16  1:40 UTC  (28+ messages)
` [PATCH v2 01/17] crypto: sha512 - rename conflicting symbols
` [PATCH v2 02/17] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH v2 03/17] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v2 04/17] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH v2 05/17] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH v2 06/17] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH v2 07/17] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH v2 08/17] crypto: sha512 - use same state format as legacy drivers
` [PATCH v2 09/17] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH v2 10/17] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH v2 11/17] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH v2 13/17] lib/crypto/sha512: migrate riscv-optimized SHA-512 code to library
` [PATCH v2 17/17] crypto: sha512 - remove sha512_base.h

[PATCH 1/2] drm/amd/pm: move the dpm table setting back after featureenablement
 2025-06-16  3:44 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/pm: set pcie default dpm table when updating pcie dpm parameters

[PATCH v3 0/2] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-16  3:40 UTC  (5+ messages)
` [PATCH v3 1/2] mm: Optimize the ARCH_NEEDS_WEAK_PER_CPU logic for s390/alpha architectures
` [PATCH v3 2/2] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-06-16  3:40 UTC  (3+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[PATCH i-g-t v1] tests/intel-ci: Blocklist unsupported Xe scaling tests
 2025-06-16  3:38 UTC  (3+ messages)
` [PATCH i-g-t v2] "

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-16  3:35 UTC  (5+ messages)

[PATCH v4 0/7] rust: a few common Borrow/BorrowMut implementations
 2025-06-16  3:34 UTC  (8+ messages)
` [PATCH v4 1/7] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH v4 2/7] rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH v4 3/7] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH v4 4/7] rust: str: make `from_bytes_with_nul_unchecked_mut` const
` [PATCH v4 5/7] rust: str: use transmute in `from_bytes_with_nul_unchecked_mut`
` [PATCH v4 6/7] rust: str: implement `from_bytes_with_nul_mut`
` [PATCH v4 7/7] rust: str: implement `Borrow` and `BorrowMut` for `CString`

mpi3mr: warning: variable 'scratch_pad0' set but not used
 2025-06-16  3:32 UTC 

買取事業 儲けのカラクリ
 2025-06-16  3:24 UTC 

[PATCH net-next 0/4] Add Ethernet MAC support for SpacemiT K1
 2025-06-16  3:04 UTC  (11+ messages)
` [PATCH net-next 2/4] net: spacemit: Add K1 Ethernet MAC

[PATCH v1] dts: fix devbind initialization bug
 2025-06-16  3:21 UTC  (2+ messages)

[PATCH rfcv3 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-06-16  3:24 UTC  (10+ messages)
` [PATCH rfcv3 15/21] intel_iommu: Bind/unbind guest page table to host

[PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs
 2025-06-16  3:22 UTC  (3+ messages)
` [PATCH net-next v2 1/2] rtase: Link IRQs to NAPI instances
` [PATCH net-next v2 2/2] rtase: Link queues "

[RFC PATCH 0/3] Clean up locking in hugetlb faulting code
 2025-06-16  3:21 UTC  (2+ messages)

[PATCH RFC v3 0/8] virtio: introduce GSO over UDP tunnel
 2025-06-16  3:20 UTC  (9+ messages)
` [PATCH RFC v3 5/8] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH RFC v3 6/8] virtio_net: enable gso over UDP tunnel support

[PATCH v7] crypto: zstd - convert to acomp
 2025-06-16  3:19 UTC 

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-06-16  3:14 UTC  (11+ messages)

[PATCH rtw-next v2 14/14] wifi: rtw89: Enable the new USB modules
 2025-06-16  3:15 UTC  (7+ messages)

[PATCH] drm/amdgpu: use kmalloc_array() instead of kmalloc()
 2025-06-16  3:14 UTC  (2+ messages)

pthread producer consumer program (Two files: pthread_producer_consumer_program.c and ReadMe.txt)
 2025-06-16  3:14 UTC 

[PATCH rtw-next v2 00/14] wifi: rtw89: Add support for USB devices
 2025-06-16  3:11 UTC  (11+ messages)
` [PATCH rtw-next v2 06/14] wifi: rtw89: Disable deep power saving for USB/SDIO
` [PATCH rtw-next v2 09/14] wifi: rtw89: 8851b: Modify rtw8851b_pwr_{on,off}_func() for USB
` [PATCH rtw-next v2 10/14] wifi: rtw89: Fix rtw89_mac_power_switch() "
` [PATCH rtw-next v2 12/14] wifi: rtw89: Add usb.{c,h}
` [PATCH rtw-next v2 13/14] wifi: rtw89: Add rtw8851bu.c

✅ PASS: Test report for master (6.16.0-rc2, upstream-mainline, e04c78d8)
 2025-06-16  3:12 UTC 

[PATCH 0/6] Axiado AX3000 SoC and Evaluation Board Support
 2025-06-16  2:35 UTC  (7+ messages)
` [PATCH 2/6] dt-bindings: arm: axiado: add AX3000 EVK compatible strings
` [PATCH 3/6] dt-bindings: gpio: gpio-cdns: convert to YAML

[PATCH RFC v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator
 2025-06-16  3:07 UTC  (11+ messages)
` [PATCH RFC v2 1/5] elevator: introduce global lock for sq_shared elevator
` [PATCH RFC v2 2/5] mq-deadline: switch to use elevator lock
` [PATCH RFC v2 3/5] block, bfq: "
` [PATCH RFC v2 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH RFC v2 5/5] blk-mq-sched: support request batch dispatching for sq elevator

[PATCH v7] virtio-vsock: Add support for multi devices
 2025-06-16  3:06 UTC  (3+ messages)

[PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c
 2025-06-16  3:04 UTC  (2+ messages)

[PATCH v2 4/4] arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree
 2025-06-16  3:03 UTC 

High CPU usage from NetworkManager with QCNCM865 (WCN7850)
 2025-06-16  2:10 UTC  (3+ messages)

[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-06-16  3:01 UTC  (4+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff

linux-next: build failure after merge of the sound tree
 2025-06-16  3:01 UTC 

[PATCH v2 0/3] Add SiFive power provider driver
 2025-06-16  1:48 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: power: Add SiFive Domain Management controllers

[PATCH] landlock: opened file never has a negative dentry
 2025-06-16  3:00 UTC  (7+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
  ` [PATCH] don't duplicate vfs_open() in kernel_file_open()
    ` [PATCH] proc_fd_getattr(): don't bother with S_ISDIR() check
      ` [PATCH] secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file

[PATCH 0/2] crypto: qat - enable decompression service for GEN6 devices
 2025-06-16  2:58 UTC  (2+ messages)

[PATCH 0/2] crypto: replace cpumask_next with better API
 2025-06-16  2:57 UTC  (2+ messages)

[PATCH] crypto: qat - fix state restore for banks with exceptions
 2025-06-16  2:57 UTC  (2+ messages)

[PATCH 0/2] uadk: realize async mode
 2025-06-16  2:56 UTC  (8+ messages)
` [EXTERNAL] "

[PATCH 1/2] drm/xe/pat: Determine ATS / PTA programming during early sw init
 2025-06-16  2:56 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for series starting with [1/2] "

[PATCH] crypto: qat - allow enabling VFs in the absence of IOMMU
 2025-06-16  2:56 UTC  (2+ messages)

[PATCH] virtio-crypto: Remove unused virtcrypto functions
 2025-06-16  2:51 UTC  (2+ messages)

[PATCHES][RFC][CFR] mount-related stuff
 2025-06-16  2:50 UTC  (4+ messages)
` [PATCH 01/26] copy_tree(): don't set ->mnt_mountpoint on the root of copy
  ` [PATCH 26/26] don't have mounts pin their parents

[PATCH] vdpa: Allow VDPA to work on big-endian machine
 2025-06-16  2:49 UTC  (2+ messages)

[PATCH v2 0/2] uadk: realize async mode
 2025-06-16  2:50 UTC  (3+ messages)
` [PATCH v2 1/2] compress/uadk: use async mode to replace sync mode
` [PATCH v2 2/2] crypto/uadk: "

FAILED: patch "[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry" failed to apply to 6.6-stable tree
 2025-06-16  2:49 UTC  (2+ messages)
` [PATCH 6.6.y] mm/huge_memory: fix dereferencing invalid pmd migration entry

[PATCH v5 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-06-16  2:49 UTC  (5+ messages)
` [PATCH v5 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)

[PATCH v3?] proc_sysctl: remove rcu_dereference() for accessing ->sysctl
 2025-06-16  2:49 UTC  (3+ messages)

FAILED: patch "[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry" failed to apply to 6.1-stable tree
 2025-06-16  2:47 UTC  (2+ messages)
` [PATCH 6.1.y] mm/huge_memory: fix dereferencing invalid pmd migration entry

[PATCH] crypto: ccp: Fix dereferencing uninitialized error pointer
 2025-06-16  2:46 UTC  (2+ messages)

[PATCH 0/1] docs/vfs: update references to i_mutex to i_rwsem
 2025-06-16  2:16 UTC  (2+ messages)
` [PATCH 1/1] "

FAILED: patch "[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry" failed to apply to 5.15-stable tree
 2025-06-16  2:42 UTC  (2+ messages)
` [PATCH 5.15.y] mm/huge_memory: fix dereferencing invalid pmd migration entry

FAILED: patch "[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry" failed to apply to 5.10-stable tree
 2025-06-16  2:40 UTC  (2+ messages)
` [PATCH 5.10.y] mm/huge_memory: fix dereferencing invalid pmd migration entry

[PATCH V2 0/5] generalize panic_print's dump function to be used by other kernel parts
 2025-06-16  2:39 UTC  (4+ messages)
` [PATCH V2 5/5] panic: add note that panic_print interface is deprecated

[kirkstone][PATCH 00/20] *** libsoup/libsoup-2.4: fix CVEs ***
 2025-06-16  2:38 UTC  (4+ messages)
` [OE-core] "

FAILED: patch "[PATCH] mm/huge_memory: fix dereferencing invalid pmd migration entry" failed to apply to 5.4-stable tree
 2025-06-16  2:34 UTC  (2+ messages)
` [PATCH 5.4.y] mm/huge_memory: fix dereferencing invalid pmd migration entry

[PATCH v4 0/5] io_uring cmd for tx timestamps
 2025-06-16  2:33 UTC  (5+ messages)
` [PATCH v4 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v4 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH 0/2] Fix dm-crypt handling of emulated zone append
 2025-06-16  2:30 UTC  (2+ messages)

[PATCH 0/6] ISA based RISC-V tune implementation
 2025-06-16  2:29 UTC  (7+ messages)
` [PATCH 1/6] riscv tunes: ISA Implementation of RISC-V tune features
` [PATCH 2/6] linux-yocto: Enable risc-v TUNE_FEATURES ISA selections
` [PATCH 3/6] u-boot: Dynamic RISC-V ISA configuration
` [PATCH 4/6] qemuriscv: Dynamically configure qemu CPU
` [PATCH 5/6] features_check.bbclass: Add support for required TUNE_FEATURES
` [PATCH 6/6] linux-yocto.inc: State riscv required tune_features

[PATCH 0/2] Improve ATA NCQ command error in mpt3sas and mpi3mr
 2025-06-16  2:28 UTC  (5+ messages)

[PATCH iproute2-next v3 0/4] ip: Support bridge VLAN stats in `ip stats'
 2025-06-16  2:25 UTC  (2+ messages)

[PATCH v0 0/5] Add initial AST2700 SoC support
 2025-06-16  2:24 UTC  (6+ messages)
` [PATCH v0 3/5] arm64: dts: aspeed: Add initial AST2700 SoC device tree

[oe-core][kirkstone][PATCH 1/1 V2] babeltrace/libatomic-ops: correct the SRC_URI
 2025-06-16  2:24 UTC 

[PATCH] sched/fair: allow imbalance between LLCs under NUMA
 2025-06-16  2:22 UTC  (5+ messages)

[linus:master] [alloc_tag] 780138b123: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN
 2025-06-16  2:21 UTC 

[PATCH 0/2] More cleanups to MSR interception code
 2025-06-16  2:20 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling

linux-next: Signed-off-by missing for commit in the jc_docs tree
 2025-06-16  2:19 UTC  (3+ messages)

[PATCH 2/3] HID: core: Add bus define for SoundWire bus
 2025-06-16  2:17 UTC  (3+ messages)

[PATCH] smb: client: fix first failure in negotiation after server reboot
 2025-06-16  2:15 UTC  (3+ messages)
        ` [EXTERNAL] "

[scarthgap] systemd: Rename systemd_v255.21 to systemd_255.21
 2025-06-16  2:12 UTC  (2+ messages)
` [OE-core] "

[PATCH] systemd: Rename systemd_v255.21 to systemd_255.21
 2025-06-16  2:10 UTC  (2+ messages)
` [OE-core] "

[PATCH] media: dvb-frontends: w7090p: fix null-ptr-deref in zd1301_demod_i2c_master_xfer
 2025-06-16  2:08 UTC 

[net-next v6 0/4] add broadcast_neighbor for no-stacking networking arch
 2025-06-16  2:07 UTC  (2+ messages)

[PATCH blktests 0/2] nvme: add nvme metadata passthrough test
 2025-06-16  2:07 UTC  (3+ messages)
` [PATCH blktests 1/2] nvme/rc: introduce helper functions to check namespace metadata
` [PATCH blktests 2/2] nvme: add nvme metadata passthrough test

[PATCH] KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
 2025-06-16  2:04 UTC  (4+ messages)

liveloock using PREEMPT_RT with i915 driver
 2025-06-16  2:06 UTC 

[f2fs-dev] [RFC PATCH v2 00/32] f2fs-tools: add testcases
 2025-06-16  2:01 UTC  (7+ messages)
` [f2fs-dev] [RFC PATCH v2 09/32] inject.f2fs: fix and cleanup parsing numeric options
` [f2fs-dev] [RFC PATCH v2 13/32] inject.f2fs: add member `filename' in inject_dentry

[PATCH] media: dvb-frontends: w8096p: fix null-ptr-deref
 2025-06-16  1:59 UTC 

Patchwork housekeeping for: spi-devel-general
 2025-06-16  1:56 UTC 

[PATCH v1 0/2] dmaengine: idxd: minor fixes for idxd driver
 2025-06-16  1:54 UTC  (13+ messages)
` [PATCH v1 1/2] dmaengine: idxd: Fix race condition between WQ enable and reset paths

[PATCH v2 0/2] smack: fix two bugs in setting task label
 2025-06-16  1:52 UTC  (2+ messages)

[PATCH V6 0/3] md: call del_gendisk in sync way
 2025-06-16  1:43 UTC  (5+ messages)

[PATCH net-next v2 00/10] net: fec: cleanups, update quirk, update IRQ naming
 2025-06-16  1:42 UTC  (4+ messages)
` [PATCH net-next v2 07/10] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()

[PATCH v2] git.c: remove the_repository dependence in run_builtin()
 2025-06-16  1:36 UTC  (4+ messages)
` [RFC PATCH v3 0/2] small fixes for git.c and setup.c

[PATCH] drm/sched: Increment job count before swapping tail spsc queue
 2025-06-16  1:36 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH] media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar
 2025-06-16  1:33 UTC 

[PATCH RESEND v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-06-16  1:32 UTC  (2+ messages)
` [PATCH RESEND v7 21/21] arm64: dts: apple: t8015: Add CPU PMU nodes


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.