All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 23:23:05 to 2026-07-25 01:03:04 UTC [more...]

[PATCH] Input: charlieplex_keypad - check gpiod_direction_output() return value
 2026-07-25  1:02 UTC  (2+ messages)

[PATCH 00/19] hw/arm/raspi4b: working PCIe and GENET (real networking)
 2026-07-25  0:42 UTC  (20+ messages)
` [PATCH 01/19] hw/arm/bcm2838_pcie: add BCM2838 PCIe Root Complex
` [PATCH 02/19] hw/arm/bcm2838_pcie: add BCM2838 PCIe host
` [PATCH 03/19] hw/arm/bcm2838: enable BCM2838 PCIe host bridge
` [PATCH 04/19] hw/net/bcm2838_genet: add GENET stub device
` [PATCH 05/19] hw/net/bcm2838_genet: add GENET register structs, part 1/4
` [PATCH 06/19] hw/net/bcm2838_genet: add GENET register structs, part 2/4
` [PATCH 07/19] hw/net/bcm2838_genet: add GENET register structs, part 3/4
` [PATCH 08/19] hw/net/bcm2838_genet: add GENET register structs, part 4/4
` [PATCH 09/19] hw/net/bcm2838_genet: add GENET register access macros
` [PATCH 10/19] hw/net/bcm2838_genet: implement GENET register ops
` [PATCH 11/19] hw/net/bcm2838_genet: implement GENET MDIO
` [PATCH 12/19] hw/net/bcm2838_genet: implement GENET TX path
` [PATCH 13/19] hw/net/bcm2838_genet: implement GENET RX path
` [PATCH 14/19] hw/arm/bcm2838: enable BCM2838 GENET controller
` [PATCH 15/19] hw/net/bcm2838_genet: fix PHY autonegotiation-restart deadlock
` [PATCH 16/19] hw/net/bcm2838_genet: fix bogus RX checksum reporting
` [PATCH 17/19] hw/net/bcm2838_genet: fix TX ring activation check
` [PATCH 18/19] docs/system/arm/raspi: move PCIe/GENET from missing to implemented
` [PATCH 19/19] tests/functional/aarch64: add raspi4b GENET networking test

[PATCH v3 0/2] Add driver for TI BQ25630 charger
 2026-07-25  1:01 UTC  (4+ messages)
` [PATCH v3 2/2] power: supply: "

[PATCH 1/2] riscv: dts: spacemit: Add enough deassert time for the PHY on PICO ITX
 2026-07-25  1:01 UTC  (4+ messages)

[PATCH v2 0/2] cxl: Allow passthrough decoders with >16K granularity
 2026-07-25  1:00 UTC  (4+ messages)
` [PATCH v2 1/2] cxl/region: "

[PATCH 0/6] s390: Add kCFI support
 2026-07-25  1:00 UTC  (3+ messages)
` [PATCH 5/6] s390/Kconfig: Select ARCH_SUPPORTS_CFI

[PATCH 0/2] riscv: dts: spacemit: Fix phy id check for the phy
 2026-07-25  0:58 UTC  (6+ messages)
` [PATCH 1/2] riscv: dts: spacemit: Fix phy id check for the phy on pico-itx board
` [PATCH 2/2] riscv: dts: spacemit: Fix phy id check for the phy on com260 board

[akpm-mm:mm-unstable 340/601] include/linux/compiler_types.h:702:38: error: call to '__compiletime_assert_501' declared with attribute error: BUILD_BUG failed
 2026-07-25  0:56 UTC 

[PATCH v2] drm/bridge: ps8640: propagate AUX transfer register errors
 2026-07-25  0:55 UTC  (2+ messages)

[PATCH v2 0/3] iio: light: gp2ap002: runtime PM and error path fixes
 2026-07-25  0:52 UTC  (3+ messages)
` [PATCH v2 1/3] iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writes

[PATCH] drm/xe/debugfs: Expose per-engine idle status
 2026-07-25  0:52 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/debugfs: Expose per-engine idle status (rev3)

[PATCH v3] ftrace: Add global mutex to serialize trace_parser access
 2026-07-25  0:50 UTC  (3+ messages)

[PATCHSET sched_ext/for-7.3] sched_ext: NMI-safe exit handling
 2026-07-25  0:50 UTC  (6+ messages)
` [PATCH 1/5] sched_ext: Make exit claiming lock-free
` [PATCH 2/5] sched_ext: Format bstr exit messages after claiming the exit
` [PATCH 3/5] sched_ext: Report NMI kicks with scx_error()
` [PATCH 4/5] sched_ext: Abort directly from the hardlockup handler
` [PATCH 5/5] sched_ext: Report scx_link_sched() failures inline

[PATCH RESEND] kbuild: Stop modifying $(objtree)/Makefile when building oot-kmods oos
 2026-07-25  0:49 UTC  (2+ messages)

[PATCH 0/2] docs: make tables responsive with content-aware column widths
 2026-07-25  0:46 UTC  (3+ messages)

[PATCH] Input: tca8418_keypad - fix potential infinite loop and OOB, access on I2C error
 2026-07-25  0:47 UTC  (2+ messages)

[PATCH v8 00/11] Dynamic PAMT
 2026-07-25  0:46 UTC  (16+ messages)
` [PATCH v8 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v8 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v8 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v8 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v8 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v8 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v8 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v8 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v8 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v8 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v8 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents
 2026-07-25  0:46 UTC  (18+ messages)
` [PATCH 09/16] docs/zh_TW: process: localize terminology in 5.Posting.rst
` [PATCH 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst
` [PATCH 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst
` [PATCH 15/16] docs/zh_TW: process: localize terminology in index.rst
` [PATCH 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations

[PATCH] remote: plug memory leaks
 2026-07-25  0:43 UTC 

[PATCH 0/7] Use the generic iommu page table for SMMUv3
 2026-07-25  0:42 UTC  (6+ messages)
` [PATCH 6/7] iommu/arm-smmu-v3: Use the generic iommu page table

[PATCH v4 0/3] RISC-V: KVM: fix vcpu vector context handling
 2026-07-25  0:37 UTC  (12+ messages)
` [PATCH v4 1/3] riscv: vector: refactor riscv_v_start_kernel_context
` [PATCH v4 2/3] riscv: vector: allow non-preemptible kernel-mode vector with IRQs off
` [PATCH v4 3/3] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector

[PATCH v4] rtc: abx80x: Don't warn about oscillator failure after POR
 2026-07-25  0:33 UTC  (2+ messages)

[PATCH V2] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
 2026-07-25  0:23 UTC 

/kbuild/src/scripts/syscallhdr.sh: 77: [[: not found
 2026-07-25  0:31 UTC 

[PATCH] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
 2026-07-25  0:28 UTC  (3+ messages)

[PATCH 0/2] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-07-24 22:27 UTC  (4+ messages)
` [PATCH 2/2] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH v7 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-07-25  0:25 UTC  (11+ messages)
` [PATCH v7 2/5] x86/asm: add volatile, clobbers and zero-length check in inline memcmp

[PATCH v1 06/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
 2026-07-25  0:23 UTC  (3+ messages)
` [PATCH v2 6/11] "

[PATCH net v5 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
 2026-07-25  0:23 UTC  (7+ messages)
` [PATCH net v5 1/3] net/smc: bound the wire-controlled producer cursor to the RMB
` [PATCH net v5 2/3] net/smc: bound the receive length to the RMB in smc_rx_recvmsg()
` [PATCH net v5 3/3] net/smc: bound the send length to the send buffer in smc_tx_sendmsg()

[PATCH net-next V4] selftests: drv-net: Test queue stall upon reconfig
 2026-07-25  0:21 UTC 

/kbuild/src/scripts/syscalltbl.sh: 100: Syntax error: redirection unexpected
 2026-07-25  0:21 UTC 

[PATCH net 01/13] netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()
 2026-07-25  0:20 UTC  (2+ messages)

[PATCH V19 0/9] Add Invensense ICM42607
 2026-07-25  0:20 UTC  (7+ messages)
` [PATCH V19 5/9] iio: imu: inv_icm42607: Add PM support for icm42607
` [PATCH V19 8/9] iio: imu: inv_icm42607: Add Temp Support in icm42607

[MAINTAINERS SUMMIT] Deterministic verification gates for security submissions
 2026-07-25  0:19 UTC  (3+ messages)

What's cooking in git.git (Jul 2026, #11)
 2026-07-25  0:19 UTC 

[PATCH v8 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-07-25  0:17 UTC  (16+ messages)
` [PATCH v8 01/12] drm/xe: Fine grained page fault locking
` [PATCH v8 02/12] drm/xe: Allow prefetch-only VM bind IOCTLs to use VM read lock
` [PATCH v8 03/12] drm/xe: Thread prefetch of SVM ranges
` [PATCH v8 04/12] drm/xe: Use a single page-fault queue with multiple workers
` [PATCH v8 05/12] drm/xe: Add num_pf_work modparam
` [PATCH v8 06/12] drm/xe: Engine class and instance into a u8
` [PATCH v8 07/12] drm/xe: Track pagefault worker runtime
` [PATCH v8 08/12] drm/xe: Chain page faults via queue-resident cache to avoid fault storms
` [PATCH v8 09/12] drm/xe: Add pagefault chaining stats
` [PATCH v8 10/12] drm/xe: Add debugfs pagefault_info
` [PATCH v8 11/12] drm/xe: batch CT pagefault acks with periodic flush
` [PATCH v8 12/12] drm/xe: Track parallel page fault activity in GT stats
` ✗ CI.checkpatch: warning for Fine grained fault locking, threaded prefetch, storm cache (rev8)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v3 0/3] riscv: hwprobe: report per-process extension availability
 2026-07-25  0:15 UTC  (7+ messages)
` [PATCH v3 1/3] riscv: hwprobe: initialize pair->value in hwprobe_one_pair()
` [PATCH v3 2/3] riscv: hwprobe: export the availability of vector to user
` [PATCH v3 3/3] selftests: riscv: hwprobe: test the RISCV_HWPROBE_KEY_EXT_ENABLED modifier

[PATCH RFC 00/15] vhost-user: isolated memory
 2026-07-25  0:15 UTC  (2+ messages)

twl4030_charger: worker not cancelled on remove?
 2026-07-25  0:16 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Populate mmap-able array maps lazily
 2026-07-25  0:13 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add mmap/munmap benchmark for array maps

Yale Blockchain Initiative sales
 2026-07-25  0:13 UTC  (2+ messages)

[hch-xfs:xfs-crc 53/59] ERROR: modpost: "fs_bio_integrity_verify" [fs/xfs/xfs.ko] undefined!
 2026-07-25  0:10 UTC 

[PATCH net v3] veth: convert frag_list skbs before running XDP
 2026-07-25  0:10 UTC  (2+ messages)

[PATCH v2 0/1] objtool/klp-diff: fix klp-build data sympos bug
 2026-07-25  0:09 UTC  (4+ messages)
` [PATCH v2 1/1] objtool/klp: compute sympos during checksum phase

[syzbot] [v9fs?] WARNING in v9fs_init_request (2)
 2026-07-25  0:06 UTC 

[PATCH net-next v2] net: dsa: realtek: rtl8366rb: Fix up port isolation
 2026-07-25  0:05 UTC  (2+ messages)

[PATCH v2] power: supply: bq25890: Fix power_supply reference leak
 2026-07-25  0:02 UTC  (2+ messages)

KernelCI Metrics Report - 2026-07-25 00:00 UTC
 2026-07-25  0:01 UTC 

[PATCH bpf 0/3] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
 2026-07-25  0:00 UTC  (3+ messages)
` [PATCH bpf 1/3] bpf, sockmap: Use sock_hold() instead of refcount_inc_not_zero() in lookup

[PATCH] Input: iqs5xx: validate firmware record destination span
 2026-07-24 23:59 UTC  (2+ messages)

[PATCH 0/3] docs/zh_CN: translate process/applying-patches.rst into Chinese
 2026-07-24 23:59 UTC  (4+ messages)
` [PATCH 1/3] docs/zh_CN: add process/applying-patches Chinese translation

[PATCH net-next v2] net: Replace %pK output with 0
 2026-07-24 23:59 UTC  (2+ messages)

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-24 23:55 UTC  (13+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
  ` [f2fs-dev] "
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
  ` [f2fs-dev] "
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
  ` [f2fs-dev] [PATCH v13 07/23] fs, fsverity: "
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
  ` [f2fs-dev] "

[PATCH v7 0/7] iio: dac: Add support for AD5529R DAC
 2026-07-24 23:57 UTC  (5+ messages)
` [PATCH v7 1/7] spi: dt-bindings: Add spi-device-addr peripheral property
` [PATCH v7 7/7] iio: dac: Add AD5529R DAC driver support

[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
 2026-07-24 23:53 UTC  (12+ messages)

[PATCH 00/19] wifi: rtw88: preparations for RTL8723B/RTL8723BS
 2026-07-24 23:52 UTC  (5+ messages)
` [PATCH 05/19] wifi: rtw88: fw: send rate adaptation and RSSI info in the vendor layout
` [PATCH 06/19] wifi: rtw88: fw: send the media status report "

[PATCH net-next v3 0/3] net: dsa: mv88e6xxx: various hwstamp fixes
 2026-07-24 23:52 UTC  (4+ messages)
` [PATCH net-next v3 2/3] net: dsa: mv88e6xxx: embedded PTP timestamp support

[PATCH] Input: uinput/uhid - disallow control characters in phys paths
 2026-07-24 23:51 UTC  (4+ messages)

[PATCH 00/55] Wrynose pull request
 2026-07-24 23:50 UTC  (2+ messages)
` [oe] "

[PATCH] usb: gadget: f_fs: Fix Use-After-Free in AIO error path
 2026-07-24 23:51 UTC 

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-24 23:50 UTC  (3+ messages)

[PATCH V9 0/4] Add Anbernic RG Vita-Pro
 2026-07-24 23:50 UTC  (3+ messages)

[PATCH v5 0/2] Compute safe bound for VMX preemption timer
 2026-07-24 23:49 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=y
` [PATCH v5 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum

[PATCH] Input: cs40l50-vibra - validate custom data from user space
 2026-07-24 23:48 UTC  (2+ messages)

[PATCH] iio: light: tsl2772: fix ALS calibscale readback
 2026-07-24 23:46 UTC 

[OE-core][PATCH] libzip: import recipe from meta-oe
 2026-07-24 23:43 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: Convert TI TPS65217 to DT schema
 2026-07-24 23:42 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: input: Convert TI TPS65217 power button "

[syzbot] [v9fs?] WARNING in v9fs_init_request (2)
 2026-07-24 23:41 UTC  (2+ messages)
` Forwarded: [PATCH] 9p: add printk diagnostics to identify -ENOENT source in v9fs_fid_lookup

[PATCH] net: pktgen: fix proc entry use-after-free
 2026-07-24 23:40 UTC  (2+ messages)

[PATCH v8 0/2] i2c: ls2x: Add clock- related properties and parsing
 2026-07-24 23:39 UTC  (3+ messages)
` [PATCH v8 2/2] i2c: ls2x: Add clocks property parsing and adjust bus speed

[PATCH v2 1/4] rust: aref: document safety of ARef doctest example
 2026-07-24 23:38 UTC  (4+ messages)
` [PATCH v2 2/4] rust: print: document safety of _printk FFI calls
` [PATCH v2 3/4] rust: list: document safety of List::remove
` [PATCH v2 4/4] rust: workqueue: document safety of Pin<KBox<T>> work item impls

[PATCH] dma: at_hdmac: add device_synchronize callback
 2026-07-24 23:35 UTC  (2+ messages)

[moderation/CI] Re: Use generic_file_read_iter() in hugetlbfs
 2026-07-24 23:35 UTC 

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-24 23:35 UTC  (2+ messages)
` (subset) "

[PATCH v2] power: supply: pf1550: enable charging when battery profile exists
 2026-07-24 23:35 UTC  (2+ messages)

[PATCH] power: supply: rt9455: quiesce delayed work before teardown
 2026-07-24 23:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] power: supply: hold extensions_sem when creating LED triggers
 2026-07-24 23:35 UTC  (2+ messages)

[PATCH v24] power: reset: reboot-mode: Remove devres based allocations
 2026-07-24 23:35 UTC  (2+ messages)

[PATCH 1/2] ASoC: ti: omap-twl4030: drop support for platform data
 2026-07-24 23:34 UTC  (2+ messages)
` [PATCH 2/2] ASoC: ti: omap-twl4030: use per-device instance of headset jack gpio

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-24 23:34 UTC  (5+ messages)

[PATCH i-g-t v3 1/3] tests/amdgpu/amd_deadlock: add gfx user-queue clean-hang reset test
 2026-07-24 23:31 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for series starting with [i-g-t,v3,1/3] "

[PATCH v2] tracing: perf: Fix stale head for perf syscall tracing
 2026-07-24 23:32 UTC 

[PATCH net-next v2] net/rds: use krealloc_array() for iovector growth
 2026-07-24 23:30 UTC  (2+ messages)

[PATCH net-next v2] net/sched: sch_cake: skip clearing unused tins during rate adjustment
 2026-07-24 23:30 UTC  (2+ messages)

[RFC PATCH] perf sched latency: Add histogram and time interval options
 2026-07-24 23:27 UTC  (2+ messages)

[PATCH] tracing: perf: Fix stale head for perf syscall tracing
 2026-07-24 23:26 UTC  (2+ messages)

[PATCH RFC 0/2] Support Hyper-V vPCI controller reset method
 2026-07-24 23:25 UTC  (3+ messages)
` [PATCH RFC 2/2] PCI: hv: Add vPCI device reset support

[PATCH] stop_machine: Make stop_one_cpu_nowait() return void
 2026-07-24 23:23 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.