All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-24 02:06:06 to 2025-03-24 06:30:03 UTC [more...]

[PATCH v5 0/6] arm64: Introduce CIX P1 (SKY1) SoC
 2025-03-24  6:24 UTC  (3+ messages)
` [PATCH v5 1/6] dt-bindings: vendor-prefixes: Add CIX Technology Group Co., Ltd
` [PATCH v5 4/6] arm64: defconfig: Enable CIX SoC

linux-next: build failure after merge of the tip tree
 2025-03-24  6:29 UTC  (2+ messages)

[PATCH 1/3] tracing: Expose functions to trace a synth event
 2025-03-24  6:29 UTC  (5+ messages)
` [PATCH 3/3] tracing: Rename trace_synth() to synth_event_trace2()

[PATCH] smbios: Fix buffer overrun when using path= option
 2025-03-24  6:24 UTC  (2+ messages)

[PATCH RESEND 0/7] clk: spacemit: add K1 reset support
 2025-03-24  6:24 UTC  (15+ messages)
` [PATCH RESEND 4/7] clk: spacemit: define existing syscon resets
` [PATCH RESEND 6/7] clk: spacemit: define new syscons with only resets
` [PATCH RESEND 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH] wifi: ath11k: support fetching mac address from nvmem
 2025-03-24  6:24 UTC 

caam hashing
 2025-03-24  6:23 UTC  (2+ messages)
` [EXT] "

[PATCH 6.12.y] libsubcmd: Silence compiler warning
 2025-03-24  6:20 UTC 

[PATCH v2] rust: sync: optimize rust symbol generation for CondVar
 2025-03-24  6:18 UTC 

[vbabka:slub-percpu-sheaves-v3] [slab] c19bb08297: BUG:kernel_NULL_pointer_dereference,address
 2025-03-24  6:18 UTC 

[PATCH 0/8] pull request (net-next): ipsec-next 2025-03-24
 2025-03-24  6:18 UTC  (9+ messages)
` [PATCH 1/8] xfrm: prevent high SEQ input in non-ESN mode
` [PATCH 2/8] xfrm: delay initialization of offload path till its actually requested
` [PATCH 3/8] xfrm: simplify SA initialization routine
` [PATCH 4/8] xfrm: rely on XFRM offload
` [PATCH 5/8] xfrm: provide common xdo_dev_offload_ok callback implementation
` [PATCH 6/8] xfrm: check for PMTU in tunnel mode for packet offload
` [PATCH 7/8] xfrm: state: make xfrm_state_lookup_byaddr lockless
` [PATCH 8/8] xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()

[PATCH] soc: xilinx: vcu: modify the order of devices unregistration
 2025-03-24  6:15 UTC 

[PATCH] wifi: ath11k: fix rx completion meta data corruption
 2025-03-24  6:15 UTC  (2+ messages)

[akpm-mm:mm-stable] [arch, mm] 8268af309d: kernel_BUG_at_include/linux/page-flags.h
 2025-03-24  6:14 UTC  (3+ messages)

[PATCH v1 00/19] xen: introduce CONFIG_SYSCTL
 2025-03-24  6:11 UTC  (4+ messages)
` [PATCH v1 19/19] xen/sysctl: wrap around sysctl hypercall

[PATCH 0/2] Allow configuration for loose-objects maintenance task
 2025-03-24  6:11 UTC  (3+ messages)
` [PATCH 2/2] maintenance: add loose-objects.batchSize config

[PATCH] common/cnxk: fix aura offset
 2025-03-24  6:09 UTC  (2+ messages)

[PATCH v7 0/2] hw/loongarch/virt: Replace destination error with error_abort
 2025-03-24  6:06 UTC  (5+ messages)
` [PATCH v7 1/2] hw/loongarch/virt: Fix cpuslot::cpu set at last in virt_cpu_plug()
` [PATCH v7 2/2] hw/loongarch/virt: Replace destination error with error_abort

ACPI Error: AE_AML_LOOP_TIMEOUT in \_SB.PCI0.SBUS.RDWD & \_SB.PCI0.SBRG.ADP1._PSR
 2025-03-24  6:06 UTC  (5+ messages)

[PATCH] target/s390x: Fix a typo in s390_cpu_class_init()
 2025-03-24  6:05 UTC  (2+ messages)

[PATCH] net: au1000_eth: Mark au1000_ReleaseDB() static
 2025-03-24  6:01 UTC  (2+ messages)

[PATCH] rust: sync: optimize rust symbol generation for CondVar
 2025-03-24  6:01 UTC  (5+ messages)

[PATCH 00/19] virtio_ring in order support
 2025-03-24  6:01 UTC  (20+ messages)
` [PATCH 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH 07/19] virtio: "
` [PATCH 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH 13/19] virtio_ring: introduce virtqueue ops
` [PATCH 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [PATCH 17/19] virtio_ring: move next_avail_idx to vring_virtqueue
` [PATCH 18/19] virtio_ring: factor out split indirect detaching logic
` [PATCH 19/19] virtio_ring: add in order support

[LSF/MM/BPF TOPIC] Enhancements to Page Migration with Multi-threading and Batch Offloading to DMA
 2025-03-24  6:01 UTC  (2+ messages)

[GSoC PATCH v6 0/2] send-email: improve error capture and status code handling
 2025-03-24  6:00 UTC  (4+ messages)
` [GSoC PATCH v7 "
  ` [GSoC PATCH v7 2/2] send-email: finer-grained SMTP error handling

[PATCH v4 2/3] drm/xe/sriov: Shifting GGTT area post migration
 2025-03-24  5:58 UTC  (2+ messages)

[PATCH v2 2/2] iio: adc: adding support for PAC194X
 2025-03-24  5:57 UTC  (2+ messages)

[vireshk:virtio/msg-xen 7/21] drivers/virtio/virtio_msg.c:534 virtio_msg_register() error: we previously assumed 'vmdev' could be null (see line 509)
 2025-03-24  5:56 UTC 

[PATCH] wifi: mt76: mt7996: avoid potential null deref in mt7996_get_et_stats()
 2025-03-24  5:50 UTC  (5+ messages)

[PATCH] commit: move clear_commit_marks_many() loop body to clear_commit_marks()
 2025-03-24  5:50 UTC  (2+ messages)

[PATCH] cpufreq: sun50i: prevent out-of-bounds access
 2025-03-24  5:48 UTC  (3+ messages)

[PATCH RFC 1/1] ocfs2: fix write IO performance improvement for high fragmentation
 2025-03-24  5:48 UTC 

[PATCH] tracing: Fix synth event printk format for str fields
 2025-03-24  5:45 UTC  (4+ messages)

[PATCH v3 0/3] fixed mediatek-cpufreq has multi policy concurrency issue
 2025-03-24  5:43 UTC  (9+ messages)
` [PATCH v3 1/3] cpufreq: mediatek: using global lock avoid race condition

[PATCH] btrfs: simplify the reserved space handling inside copy_one_range()
 2025-03-24  5:45 UTC  (2+ messages)

[PATCH i-g-t v3 0/3] Add engine activity tests for functions
 2025-03-24  5:43 UTC  (7+ messages)
` [PATCH i-g-t v3 1/3] tests/intel/xe_pmu: move xe perf device to fixture
` [PATCH i-g-t v3 2/3] tests/intel/xe_pmu: Add engine activity test for all functions

linux-next: manual merge of the ftrace tree with the kbuild tree
 2025-03-24  5:41 UTC 

Why merge conflict block is located at the wrong place?
 2025-03-24  5:39 UTC  (3+ messages)

[RFC PATCH v6 0/7] erofs: inode page cache share feature
 2025-03-24  5:38 UTC  (4+ messages)
` [RFC PATCH v6 3/7] erofs: support domain-specific page cache share

[PATCH] HID: bpf: fix BTN_STYLUS for the XP Pen ACK05 remote
 2025-03-24  5:36 UTC 

[f2fs-dev] [PATCH] mkfs.f2fs: fix to calculate total segments correctly
 2025-03-24  5:36 UTC 

[PATCH v2 1/3] clk: rockchip: rk3328: use HDMIPHY PLL as a clock parent for VOP_DCLK
 2025-03-24  5:36 UTC  (3+ messages)
` [PATCH v2 2/3] video: rockchip: rk3328: filter unsupported modes

[f2fs-dev] [PATCH] f2fs: fix to do sanity check on ino and xnid
 2025-03-24  5:33 UTC  (2+ messages)
`  "

linux-next: manual merge of the tip tree with the btrfs, zstd trees
 2025-03-24  5:34 UTC 

[PATCH v2] shell: allow overriding built-in commands
 2025-03-24  5:27 UTC  (4+ messages)
` [PATCH v3] "

[RESEND 0/2] Fix vrr.enable handling and add logging for fixed_rr
 2025-03-24  5:23 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH for-next v2 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
 2025-03-24  5:16 UTC  (4+ messages)
` [PATCH for-next v2 1/2] RDMA/rxe: Enable ODP in RDMA FLUSH operation

[PATCH 1/1] lib: sbi: Allow programmable counters to monitor cycle/instret events for Andes PMU
 2025-03-24  5:15 UTC 

[PATCH 20/34] mfd: sec: rework platform data and regmap instantiating
 2025-03-24  5:09 UTC  (3+ messages)

WARNING: modpost: vmlinux: section mismatch in reference: mm_cmdline_setup+0x94 (section: .text.unlikely) -> memblock (section: .init.data)
 2025-03-24  4:59 UTC 

[PATCH 2/4] net: phy: marvell: Allow targets to skip MII RX/TX errata
 2025-03-24  4:55 UTC  (6+ messages)

[PATCH v2] LoongArch: KGDB: Rework arch_kgdb_breakpoint() implementation
 2025-03-24  4:53 UTC  (6+ messages)

[PATCH v4 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-24  4:48 UTC  (3+ messages)
` [PATCH v4 2/2] target/riscv: fix handling of nop for vstart >= vl in some vector instruction

[PATCH v3] perf trace: Implement syscall summary in BPF
 2025-03-24  4:47 UTC  (3+ messages)

[GSOC][PATCH v2] Remove outdated mentoring mailing list reference
 2025-03-24  4:46 UTC  (6+ messages)
` [[GSOC][PATCH v3] 1/3] docs: drop inactive mentoring list, add C prereq
  ` [[GSOC][PATCH v3] 3/3] docs: replace git_config with repo_config

[PATCH v3 3/3] leds: add new LED driver for TI LP5812
 2025-03-24  4:44 UTC  (2+ messages)

[PATCH for-10.1 00/32] vfio: Spring cleanup
 2025-03-24  4:40 UTC  (5+ messages)
` [PATCH for-10.1 25/32] vfio: Move vfio_set_migration_error() into migration.c

PROBLEM: Touchpad (PNP: TOS01f6 PNP0f13) not working under PS/2, requires psmouse.synaptics_intertouch=1 to function via SMBus
 2025-03-24  4:41 UTC 

[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
 2025-03-24  4:40 UTC  (18+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature

[PATCH v3 3/3] leds: add new LED driver for TI LP5812
 2025-03-24  4:39 UTC  (2+ messages)

[PATCH 1/1] docs: pmu_support: fix example typos
 2025-03-24  4:39 UTC 

[PATCH] PCI: xilinx-cpm: Add cpm5_csr register mapping for CPM5_HOST1 variant
 2025-03-24  4:39 UTC  (3+ messages)

linux-next: build failure after merge of the security tree
 2025-03-24  4:37 UTC 

[PATCH v2 0/2] RISC-V: ACPI: Add support for RIMT
 2025-03-24  4:22 UTC  (2+ messages)

[PATCH v3 3/3] leds: add new LED driver for TI LP5812
 2025-03-24  4:34 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: Consolidate unlikely handling in page_expected_state
 2025-03-24  4:29 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/bnxt_re: Fix budget handling of notification queue
 2025-03-24  4:09 UTC 

[PATCH] arm64: mm: Correct the update of max_pfn
 2025-03-24  4:19 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.org] Daily results for 2025-03-23
 2025-03-24  4:15 UTC 

[PATCH] crypto: iaa - Remove unused disable_async argument from iaa_decompress
 2025-03-24  4:08 UTC 

[PATCH net-next v2 0/4] net/mlx5: Expose additional devlink dev info
 2025-03-24  4:08 UTC  (9+ messages)
` [PATCH net-next v2 1/4] ynl: devlink: add missing board-serial-number
` [PATCH net-next v2 2/4] net/mlx5: Expose serial numbers in devlink info
` [PATCH net-next v2 3/4] devlink: add function unique identifier to devlink dev info
` [PATCH net-next v2 4/4] net/mlx5: Expose function UID in devlink info

[PATCH v2] i2c: tegra: check msg length in SMBUS block read
 2025-03-24  4:07 UTC  (4+ messages)

VDPA MAC address problem
 2025-03-24  4:04 UTC  (6+ messages)

[PATCH net-next 0/4] virtio_net: Fixes and improvements
 2025-03-24  4:05 UTC  (9+ messages)
` [PATCH net-next 3/4] virtio_net: Use new RSS config structs

[PATCH v3 0/7] Enable shared device assignment
 2025-03-24  4:04 UTC  (12+ messages)
` [PATCH v3 4/7] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd

[PATCH] crypto: iaa - Do not clobber req->base.data
 2025-03-24  4:04 UTC 

[PATCH] virtio-net: Update the max_tx_vq description
 2025-03-24  4:02 UTC  (2+ messages)

[PATCH net-next v2 0/4] virtio_net: Fixes and improvements
 2025-03-24  4:01 UTC  (3+ messages)
` [PATCH net-next v2 3/4] virtio_net: Use new RSS config structs

[PATCH] x86/alternatives: remove false sharing in poke_int3_handler()
 2025-03-24  3:59 UTC  (3+ messages)

[RFC PATCH 0/8] sched/fair: Propagate load balancing stats up the sched domain hierarchy
 2025-03-24  3:58 UTC  (3+ messages)

[PATCH] crypto: iaa - Move compression CRC into request object
 2025-03-24  3:57 UTC 

[PATCH v3 3/3] leds: add new LED driver for TI LP5812
 2025-03-24  3:54 UTC 

[PATCH 0/8] pretty: minor bugfixing, some refactorings
 2025-03-24  3:50 UTC  (3+ messages)
` [PATCH 2/8] pretty: simplify if-else to reduce code duplication

[PATCH 0/2] fix the problem of dma-perf infinite loop
 2025-03-24  3:42 UTC  (6+ messages)
` [PATCH 2/2] app/dma-perf: fix "

[PATCH 0/3] ASoC: codec: wcd93xx: Convert to GPIO descriptors
 2025-03-24  3:40 UTC  (5+ messages)
` [PATCH 1/3] ASoC: codec: wcd939x: "
` [PATCH 2/3] ASoC: codec: wcd938x: "
` [PATCH 3/3] ASoC: codec: wcd9335: "

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2025-03-24  3:39 UTC  (8+ messages)
` [PATCH v11 0/8] "
  ` [PATCH v11 8/8] "

[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
 2025-03-24  3:35 UTC  (5+ messages)
` [RFC PATCH 1/4] mm: migrate: Allow misplaced migration without VMA too
` [RFC PATCH 2/4] mm: kpromoted: Hot page info collection and promotion daemon

qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff: firmware crashed!
 2025-03-24  3:29 UTC  (3+ messages)

[PATCH v4] fs/proc/page: Refactoring to reduce code duplication
 2025-03-24  3:25 UTC  (2+ messages)

[PATCH] usb: dwc3: Abort suspend on soft disconnect failure
 2025-03-24  3:25 UTC  (3+ messages)

[net-next PATCH 1/2] net: phy: Add support for new Aeonsemi PHYs
 2025-03-24  3:19 UTC  (2+ messages)

[PATCH v2] usb: dwc3: Abort suspend on soft disconnect failure
 2025-03-24  3:17 UTC 

[PATCH] nvmet: Replace sock_create with sock_create_kern
 2025-03-24  3:17 UTC 

[PATCHv5 net-next 0/2] wireguard: selftests: use nftables for testing
 2025-03-24  3:15 UTC  (4+ messages)
` [PATCHv5 net-next 1/2] wireguard: selftests: convert iptables to nft

[PATCH] regulator: s5m8767: Convert to GPIO descriptors
 2025-03-24  4:21 UTC  (5+ messages)

[PATCH v2] platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560
 2025-03-24  3:12 UTC  (2+ messages)

[PATCH] wifi: ath12k: extend dma mask to 36 bits
 2025-03-24  3:06 UTC  (2+ messages)

[PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
 2025-03-24  3:05 UTC  (3+ messages)

linux-next: manual merge of the drm tree with Linus' tree
 2025-03-24  3:06 UTC 

[PATCH v17 3/4] PCI/DOE: Expose the DOE features via sysfs
 2025-03-24  3:02 UTC  (3+ messages)

[PATCH 6.1.y 6.6.y 0/3] mm/filemap: fix page cache corruption with large folios
 2025-03-24  3:02 UTC  (2+ messages)
` [PATCH 6.1.y] Revert "xfs: Support large folios"

[PATCH v2 00/15] Add MediaTek SoC DRM support for MT8196
 2025-03-24  3:00 UTC  (9+ messages)
` [PATCH v2 03/15] dt-bindings: display: mediatek: add EXDMA yaml "
` [PATCH v2 10/15] drm/mediatek: add EXDMA support "

[PATCH] bulk-checkin: fix sign compare warnings
 2025-03-24  2:53 UTC  (3+ messages)

[PATCH] mm/vmalloc: fix mischeck pfn valid in vmap_pfns
 2025-03-24  2:57 UTC  (12+ messages)

[PATCH NET-PREV 00/51] Kill rtnl_lock using fine-grained nd_lock
 2025-03-24  2:51 UTC  (2+ messages)

[PATCH iproute2-next 0/2] Add optional-counters binding support
 2025-03-24  2:50 UTC  (2+ messages)

[PATCH wireless] wifi: iwlwifi:: fix spelling errors
 2025-03-24  3:00 UTC 

[PATCH v1 0/7] Add virtio gpu userptr support
 2025-03-24  2:44 UTC  (7+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource

[PATCH v3] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
 2025-03-24  2:41 UTC  (3+ messages)

[PATCH v5] rust: transmute: Add methods for FromBytes trait
 2025-03-24  2:41 UTC  (3+ messages)

[PATCH] crypto: qat - power up 4xxx device
 2025-03-24  2:41 UTC  (2+ messages)

[PATCH 0/2] drm/bridge: two minor code improvements
 2025-03-24  2:41 UTC  (5+ messages)
` [PATCH 1/2] drm/bridge: imx8qxp-ldb: cleanup return value
` [PATCH 2/2] drm/bridge: fsl-ldb: make warning message more informative

[PATCH net] net: page_pool: replace ASSERT_RTNL() in page_pool_init()
 2025-03-24  2:39 UTC  (2+ messages)

[PATCH net-next v4 0/4] Add support to do threaded napi busy poll
 2025-03-24  2:38 UTC  (2+ messages)

[PATCH v5 0/2] tracing: Show last boot module symbols
 2025-03-24  2:35 UTC  (4+ messages)
` [PATCH v5 2/2] tracing: Show last module text symbols in the stacktrace

[PATCH v2] KVM: arm64: Skip the KVM pmu initialization when hyp is unavailable
 2025-03-24  2:34 UTC 

linux-next: Fixes tag needs some work in the ftrace tree
 2025-03-24  2:35 UTC 

[bug report, 6.1.52] /proc/loadavg shows incorrect values
 2025-03-24  2:31 UTC  (4+ messages)

[PATCH net] bonding: use permanent address for MAC swapping if device address is same
 2025-03-24  2:30 UTC  (3+ messages)

[RFC PATCH] erofs: add start offset for file-backed mount
 2025-03-24  2:28 UTC 

[syzbot] [ocfs2?] KMSAN: uninit-value in _find_next_bit
 2025-03-24  2:23 UTC 

[PATCH v6] media: uvcvideo: Fix bandwidth issue for Alcor camera
 2025-03-24  2:21 UTC 

clang: error: linker command failed with exit code 1 (use -v to see invocation)
 2025-03-24  2:14 UTC 

[PATCH v2] printk/panic: Add option to allow non-panic CPUs to write to the ring buffer
 2025-03-24  2:16 UTC  (3+ messages)

[PATCH v2] rust: sync: optimize Rust symbol generation for PollCondVar
 2025-03-24  2:13 UTC  (3+ messages)

[GSoC PATCH v2] userdiff: add builtin driver for gitconfig syntax
 2025-03-24  2:11 UTC 

[PATCH v2 RESEND] riscv: dts: starfive: fml13v01: enable USB 3.0 port
 2025-03-24  2:09 UTC  (2+ messages)

[PATCH] tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning
 2025-03-24  2:10 UTC 

[bug report] wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv()
 2025-03-24  2:07 UTC  (3+ messages)

[PATCH] blk-throttle: support io merge over iops_limit
 2025-03-24  2:06 UTC  (10+ messages)

[RFT PATCH] xhci: Limit time spent with interrupts disabled during bus resume
 2025-03-24  2:05 UTC 


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.