mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v3 0/2] dt-bindings: mmc: st,sdhci: convert STMicroelectronics SDHCI-ST MMC/SD Controller controller binding to YAML
 2026-06-13  7:09 UTC  (3+ messages)

[PATCH v2] udf: validate extent partition references in udf_current_aext()
 2026-06-13  7:06 UTC  (3+ messages)

[PATCH] dt-bindings: pwm: st,pwm: convert to DT schema
 2026-06-13  7:04 UTC 

[PATCH net] ip_tunnel: drop stale dst from generated PMTU ICMP replies
 2026-06-13  7:03 UTC  (2+ messages)

[RFC PATCH v4 0/9] accel: rocket: Add RK3568 NPU support
 2026-06-13  7:01 UTC  (10+ messages)
` [RFC PATCH v4 1/9] accel: rocket: Introduce per-SoC rocket_soc_data
` [RFC PATCH v4 2/9] accel: rocket: Derive DMA width and core count from match data
` [RFC PATCH v4 3/9] accel: rocket: Add RK3568 SoC support
` [RFC PATCH v4 4/9] accel: rocket: Reset the NPU before detaching the IOMMU on timeout
` [RFC PATCH v4 5/9] accel: rocket: Keep the IOMMU domain attached across jobs
` [RFC PATCH v4 6/9] dt-bindings: npu: rockchip,rk3588-rknn-core: Add RK3568
` [RFC PATCH v4 7/9] arm64: dts: rockchip: rk356x: Add the NPU and its IOMMU
` [RFC PATCH v4 8/9] arm64: dts: rockchip: rk3568-rock-3b: Enable the NPU
` [RFC PATCH v4 9/9] pmdomain: rockchip: Add a regulator to the RK3568 NPU power domain

[PATCH][v2] x86/process: Return early if TIF_IO_BITMAP is set but no IO bitmap is assigned
 2026-06-13  6:59 UTC  (4+ messages)
  ` 答复: [外部邮件] "

[PATCH v6 0/4] Add SCDC information to connector debugfs
 2026-06-13  6:57 UTC  (2+ messages)

[PATCH v6 0/7] Add support for MT6392 PMIC
 2026-06-13  6:46 UTC  (2+ messages)

[PATCH v10 0/5] rust: add SRCU abstraction
 2026-06-13  6:40 UTC  (6+ messages)
` [PATCH v10 1/5] srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
` [PATCH v10 2/5] rust: helpers: add SRCU helpers
` [PATCH v10 3/5] srcu: expose srcu_readers_active()
` [PATCH v10 4/5] rust: sync: add SRCU abstraction
` [PATCH v10 5/5] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH 0/5] iio: adc: Add TI ADS126X ADC family support
 2026-06-13  6:23 UTC  (3+ messages)
` [PATCH 3/5] iio: adc: ti-ads1262: Add GPIO controller support

[PATCH] staging: greybus: audio: add missing newline to sysfs_emit formats
 2026-06-13  6:17 UTC  (3+ messages)

[PATCH] Input: cyapa - bound the SMBus block reads to the caller buffer
 2026-06-13  6:12 UTC 

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-13  6:06 UTC  (4+ messages)
` [RFC PATCH 2/2] kasan: hw_tags: Add boot option to elide free time poisoning

[PATCH] sched/fair: Don't trigger active lb if src_rq->curr is CFS and not on_rq
 2026-06-13  6:02 UTC  (2+ messages)

[RFC PATCH 0/5] mm/slub: preserve previous object lifetime
 2026-06-13  6:01 UTC  (6+ messages)

[PATCH bpf-next v4] selftests/bpf: Add arena direct-value one-past-end reject test
 2026-06-13  5:50 UTC  (2+ messages)

[PATCH v2] hfs: prevent MDB and bitmap buffer_head aliasing
 2026-06-13  5:47 UTC  (2+ messages)
` [PATCH v3] hfs: avoid deadlock in hfs_mdb_commit()

[PATCH] rust: bitfield: mark `Debug` impl as `#[inline]`
 2026-06-13  5:43 UTC  (3+ messages)

[PATCH] tty: n_gsm: fix NULL deref of gsm->dlci[0] in control message handlers
 2026-06-13  5:43 UTC  (5+ messages)

[PATCH] Input: synaptics-rmi4 - bound the SMBus block read to the caller buffer
 2026-06-13  5:39 UTC 

[PATCH] tty: serial: core: fix NULL pointer deref in uart_resume_port()
 2026-06-13  5:37 UTC  (3+ messages)

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-13  5:35 UTC  (6+ messages)
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI

[PATCH v15 00/19] Add additional python API support
 2026-06-13  5:27 UTC  (22+ messages)
` [PATCH v16 00/20] "
  ` [PATCH v16 01/20] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v16 02/20] perf python: Add "
  ` [PATCH v16 03/20] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v16 04/20] perf data: Add open flag
  ` [PATCH v16 05/20] perf evlist: Add reference count
  ` [PATCH v16 06/20] perf evsel: "
  ` [PATCH v16 07/20] perf evlist: Add reference count checking
  ` [PATCH v16 08/20] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v16 09/20] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v16 10/20] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v16 11/20] perf python: Refactor and add accessors to sample event
  ` [PATCH v16 12/20] perf python: Add mmap2 event
  ` [PATCH v16 13/20] perf python: Add callchain support
  ` [PATCH v16 14/20] perf python: Extend API for stat events in python.c
  ` [PATCH v16 15/20] perf python: Expose brstack in sample event
  ` [PATCH v16 16/20] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v16 17/20] perf python: Add config file access
  ` [PATCH v16 18/20] perf python: Handle Py_None for thread and cpu maps
  ` [PATCH v16 19/20] perf python: Add perf.pyi stubs file
  ` [PATCH v16 20/20] perf python: Add LiveSession helper

include/linux/compiler_types.h:706:45: error: call to '__compiletime_assert_756' declared with attribute error: BUILD_BUG failed
 2026-06-13  5:21 UTC 

[PATCH v7 0/3] Enable Inline crypto engine for kodiak and monaco
 2026-06-13  5:21 UTC  (6+ messages)
` [PATCH v7 1/3] dt-bindings: mmc: sdhci-msm: Add ICE phandle

[PATCH] mm/page_alloc: drop flag-conversion "optimisation"
 2026-06-13  5:21 UTC  (2+ messages)

[PATCH] tools/mm/slabinfo: fix total_objects attribute name
 2026-06-13  5:20 UTC  (3+ messages)

[PATCH v2 0/2] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
 2026-06-13  5:19 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: exynos990: Add CLK_GOUT_PERIS_TMU_SUB_PCLK
` [PATCH v2 2/2] clk: samsung: exynos990: Fix PERIS gate clock parents

[PATCH] mlx5: avoid frame overflow warning
 2026-06-13  5:14 UTC  (2+ messages)

[PATCH 0/2] sh: kfr2r09: fix i2c adapter leaks
 2026-06-13  5:11 UTC  (3+ messages)

[PATCH v2 0/9] kmem_cache instances with static storage duration
 2026-06-13  5:09 UTC  (12+ messages)
` [RFC PATCH v3 00/10] "
  ` [RFC PATCH v3 01/10] static kmem_cache instances for core caches: infrastructure
  ` [RFC PATCH v3 02/10] static kmem_cache instances for core caches: setup primitives
  ` [RFC PATCH v3 03/10] allow preallocated kmem_cache instances in modules
  ` [RFC PATCH v3 04/10] VFS caches: switch from runtime_const() machinery to slab-static.h
  ` [RFC PATCH v3 05/10] make inode_cache statically allocated
  ` [RFC PATCH v3 06/10] make mnt_cache "
  ` [RFC PATCH v3 07/10] make bh_cachep "
  ` [RFC PATCH v3 08/10] make seq_file_cache "
  ` [RFC PATCH v3 09/10] make thread component caches (fs_cachep, files_cachep, etc.) "
  ` [RFC PATCH v3 10/10] make ufs_inode_cache "

[PATCH] net: correcting section tags for .init and .exit data/functions
 2026-06-13  4:57 UTC  (3+ messages)

[PATCH v3] mm/mempool: Untangle CONFIG_SLUB_DEBUG_ON abuse and switch to static key
 2026-06-13  4:55 UTC  (3+ messages)

[PATCH v2 0/7] Add CAMSS and IMX577 sensor support for Shikra EVK
 2026-06-13  4:46 UTC  (7+ messages)
` [PATCH v2 3/7] arm64: dts: qcom: shikra: Add CAMSS node
` [PATCH v2 6/7] arm64: dts: qcom: shikra-cqm-cqs-evk-imx577-camera: Add DT overlay

[PATCH] apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engine
 2026-06-13  4:42 UTC  (2+ messages)

[PATCH RESEND] apparmor: Fix string overrun due to missing termination
 2026-06-13  4:40 UTC  (2+ messages)

[PATCH] nbd: Reclassify sockets to avoid lockdep circular dependency
 2026-06-13  4:26 UTC 

[v2 00/16] mm: PMD-level swap entries for anonymous THPs
 2026-06-13  4:22 UTC  (2+ messages)

[syzbot] [net?] possible deadlock in udp_sendmsg (2)
 2026-06-13  4:22 UTC 

[PATCH] Input: mms114 - reject an oversized device packet size
 2026-06-13  4:21 UTC 

[RESEND][PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-06-13  4:18 UTC  (4+ messages)

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-06-13  4:14 UTC  (2+ messages)

[RFC PATCH v3 0/3] seccomp: non-cooperative pinned-memfd argument redirect
 2026-06-13  4:03 UTC  (3+ messages)
` [RFC PATCH v3 2/3] seccomp: add kernel-installed pinned-memfd redirect

[PATCH net-next] tcp: tighten the FIN exception in tcp_sequence()
 2026-06-13  3:47 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Fix setting retval to -EPERM for cgroup hooks not returning errno
 2026-06-13  3:40 UTC  (2+ messages)

[PATCH bpf-next] rqspinlock: Fix order in raw_res_spin_(un)lock_irq to allow schedule
 2026-06-13  3:40 UTC  (2+ messages)

[PATCH v1 0/2] Add support for Synopsys DesignWare SSI controller version 2.00a
 2026-06-13  3:38 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: spi: snps,dw-apb-ssi: Add support for snps,dwc-ssi-2.00a

[PATCH net-next v7 0/2] net: dsa: mv88e6xxx: add support for credit based shaper
 2026-06-13  3:37 UTC  (4+ messages)
` [PATCH net-next v7 2/2] "

[PATCH v2] iio: todo: fix typo and refine resource management items
 2026-06-13  3:31 UTC 

[PATCH] drivers: net and video: remove legacy 16-bit and non-x86 hardware drivers
 2026-06-13  3:31 UTC  (2+ messages)
` [PATCH] staging: vme_user: remove obsolete VMEbus driver and Kconfig entry

[PATCH] staging: vme_user: remove obsolete VMEbus driver
 2026-06-13  3:22 UTC  (2+ messages)

[PATCH] pci: loongson: Avoid L0s on LS7A1000 PCIe x8 [0014:7a29] Root Ports rev2
 2026-06-13  3:16 UTC  (4+ messages)

[PATCH v1 0/2] LoongArch: BPF: per-CPU addr MOV and timed may_goto
 2026-06-13  3:09 UTC  (2+ messages)

[PATCH net-next v6 0/4] net: dsa: mxl862xx: SerDes ports
 2026-06-13  3:07 UTC  (5+ messages)
` [PATCH net-next v6 1/4] net: dsa: mxl862xx: store firmware version for feature gating
` [PATCH net-next v6 2/4] net: dsa: mxl862xx: move phylink stubs to mxl862xx-phylink.c
` [PATCH net-next v6 3/4] net: dsa: mxl862xx: move API macros to mxl862xx-host.h
` [PATCH net-next v6 4/4] net: dsa: mxl862xx: add support for SerDes ports

PC speaker
 2026-06-13  3:04 UTC 

[PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
 2026-06-13  3:03 UTC  (13+ messages)
` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[PATCH 1/1] mm/thp: clear deferred split shrinker bits when queues drain
 2026-06-13  2:58 UTC  (2+ messages)

[PATCH v8 next 04/10] arm_mpam: Refactor rmid to reqPARTID/PMG mapping
 2026-06-13  2:57 UTC  (2+ messages)
` [PATCH v8 next 04/10 Resend] "

[PATCH v19 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-13  2:55 UTC  (5+ messages)
` [PATCH v20 0/5] perf tools: Add inject --aslr feature

[GIT PULL] LoongArch KVM changes for v7.2
 2026-06-13  2:42 UTC 

[PATCH v4 0/2] scsi: mpt3sas: add hwmon support
 2026-06-13  2:38 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: mpt3sas: add IO Unit Page 7 config accessor
` [PATCH v4 2/2] scsi: mpt3sas: add hwmon support

[PATCH] treewide: fix transposed "sign" typos and update spelling.txt
 2026-06-13  2:32 UTC  (2+ messages)

[PATCH v2 0/2] platform/x86: msi-wmi: Fix unknown wmi event messages on MSI Claw models
 2026-06-13  2:16 UTC  (3+ messages)
` [PATCH v2 1/2] platform/x86: msi-wmi: Reformat msi_wmi_notify()
` [PATCH v2 2/2] platform/x86: msi-wmi: Add MSI Claw M-Center keys

[PATCH net-next 0/2] net: convert UDP getsockopt to sockopt_t
 2026-06-13  2:13 UTC  (6+ messages)
` [PATCH net-next 2/2] udp: convert udp_lib_getsockopt "

[PATCH v2 00/14] list: Prepare entry iterators to cache cursor state
 2026-06-13  2:11 UTC  (3+ messages)
` [PATCH v2 02/14] firewire: core: Open-code topology list walk

[PATCH] Input: goodix - clamp the device-reported contact count
 2026-06-13  2:10 UTC 

[PATCH net-next v3 0/4] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-06-13  2:03 UTC  (5+ messages)
` [PATCH net-next v3 3/4] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
` [PATCH net-next v3 4/4] selftests/net: devmem.py: add check_rx_large_niov

[PATCH mm-unstable 1/1] mm/khugepaged: fix PMD collapse swap PTE accounting
 2026-06-13  2:02 UTC  (4+ messages)

[PATCH v2 0/3] Fix three racy updates to MSR_K7_HWCR
 2026-06-13  1:55 UTC 

[PATCH] iommu/vt-d: Clear Present bit before tearing down scalable-mode context entry
 2026-06-13  1:50 UTC  (4+ messages)

[PATCH] net: qrtr: fix 32-bit integer overflow in qrtr_endpoint_post()
 2026-06-13  1:50 UTC  (2+ messages)

[PATCH net] net/mlx5: Check max_macs devlink param value against max capability
 2026-06-13  1:50 UTC  (2+ messages)

8aeb879baf12 - significant system call latency regression, bisected
 2026-06-13  1:45 UTC 

[RFC PATCH 0/1] vfs: pass S_IFDIR mode to vfs_prepare_mode()
 2026-06-13  1:44 UTC  (2+ messages)

[PATCH net] net/mlx5e: Fix oops from ERR_PTR in act-miss restore teardown
 2026-06-13  1:42 UTC  (2+ messages)

[PATCH bpf-next v3 3/7] bpf, sockmap: zero-initialize pages allocated in bpf_msg_push_data
 2026-06-13  1:36 UTC  (3+ messages)

[PATCH bpf v5 0/2] bpf: Fix generic devmap egress skb sharing
 2026-06-13  1:30 UTC  (2+ messages)

[PATCH v7 00/30] Add HDMI 2.0 support to DW HDMI QP TX
 2026-06-13  1:30 UTC  (7+ messages)
` [PATCH v7 04/30] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers
` [PATCH v7 25/30] drm/vc4: hdmi: Convert to common HDMI 2.0 SCDC scrambling helpers

[syzbot] [fs?] memory leak in path_openat (3)
 2026-06-13  1:28 UTC 

[PATCH 0/1] liveupdate: Add internal APIs for file preservation
 2026-06-13  1:25 UTC  (2+ messages)
` [PATCH 1/1] liveupdate: luo_file: "

[PATCH net-next v2 00/10] net: dsa: microchip: remove unnecessary dsa_switch_ops callbacks
 2026-06-13  1:20 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: dsa: mt7530: modernise register access and add two DSA ops
 2026-06-13  1:11 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: dsa: mt7530: move MDIO bus locking into regmap
` [PATCH net-next v2 2/8] net: dsa: mt7530: fold mt7530_mii_write/read into mt7530_write/read
` [PATCH net-next v2 3/8] net: dsa: mt7530: replace mt7530_write with regmap_write
` [PATCH net-next v2 4/8] net: dsa: mt7530: replace mt7530_rmw/set/clear with regmap API
` [PATCH net-next v2 5/8] net: dsa: mt7530: replace mt7530_read with regmap_read
` [PATCH net-next v2 6/8] net: dsa: mt7530: convert to use field accessor macros
` [PATCH net-next v2 7/8] net: dsa: mt7530: implement port_fast_age
` [PATCH net-next v2 8/8] net: dsa: mt7530: implement port_change_conduit op

[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
 2026-06-13  1:11 UTC  (5+ messages)
` [PATCH bpf-next v2 5/8] tools/bpf: build: Append extra cflags
` [PATCH bpf-next v2 6/8] selftests/bpf: Initialize operation name before use

[PATCH net-next] netconsole: clear cached dev_name on resume-window cleanup
 2026-06-13  1:00 UTC  (2+ messages)

[PATCH net v2 0/2] net: mana: fix error-path issues in queue setup
 2026-06-13  1:00 UTC  (2+ messages)

[tip:master] BUILD SUCCESS 606ad3c7de08bcb29ddaf2132c867a7c6a6c04f8
 2026-06-13  0:58 UTC 

[PATCH 0/2] iio: adc: Initialize completions before requesting IRQs
 2026-06-13  0:58 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: lpc32xx: Initialize completion before requesting IRQ
` [PATCH 2/2] iio: adc: spear: "

kernel/sched/ext.c:6509:18: sparse: sparse: symbol 'scx_bpf_reenqueue_local___v2' was not declared. Should it be static?
 2026-06-13  0:57 UTC 

[git pull] drm fixes for 7.1-rc8/final
 2026-06-13  0:55 UTC  (2+ messages)

[GIT PULL] pin control fixes for v7.1
 2026-06-13  0:55 UTC  (2+ messages)

[PATCH v2] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-13  0:53 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: rds: convert rds to getsockopt_iter
 2026-06-13  0:44 UTC  (6+ messages)
` [PATCH net-next v3 2/2] rds: convert "
  ` [PATCH net-next v3 2/2] rds: convert to getsockopt_iter: manual merge

[PATCH bpf-next v3 6/7] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
 2026-06-13  0:44 UTC  (2+ messages)

[PATCH bpf-next v3 4/7] bpf, sockmap: keep sk_msg copy state in sync
 2026-06-13  0:40 UTC  (2+ messages)

[PATCH net] selftests: iou-zcrx: defer listen() until after zcrx setup
 2026-06-13  0:40 UTC  (2+ messages)

[RFC PATCH v4 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-13  0:39 UTC  (2+ messages)

[PATCH net-next v2 0/2] ipv6: mcast: annotate data races in /proc/net/igmp6
 2026-06-13  0:30 UTC  (2+ messages)

[PATCH v2 0/4] HID: asus: security fixes and more hardware support
 2026-06-13  0:30 UTC  (5+ messages)
` [PATCH v2 3/4] HID: asus: add support for xgm led

[PATCH] lib/raid/xor: x86: Add AVX-512 optimized xor_gen()
 2026-06-13  0:27 UTC  (4+ messages)

[PATCH 0/2] wifi: mt76: mt76x02: rx fixes for fcsfail monitor mode
 2026-06-13  0:25 UTC  (3+ messages)
` [PATCH 1/2] wifi: mt76: mt76x02: do not WARN on invalid rx descriptor length
` [PATCH 2/2] wifi: mt76: mt76x02: report rx FCS errors to mac80211

[PATCH] mm: use mapping_mapped to simplify the code
 2026-06-13  0:24 UTC  (2+ messages)

[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-13  0:20 UTC  (11+ messages)
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "

[PATCH net-next v10 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-06-12 13:55 UTC  (4+ messages)

page:  |  | latest

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

all inboxes | Powered by JetHome®