messages from 2026-07-03 09:32:38 to 2026-07-03 10:08:06 UTC [more...]
[PATCH 6.12.y-cip 00/26] Add RZ/G3L IA55 support
2026-07-03 10:07 UTC (12+ messages)
` [PATCH 6.12.y-cip 01/26] irqchip/renesas-rzg2l: Use local dev pointer in rzg2l_irqc_common_init()
` [PATCH 6.12.y-cip 02/26] irqchip/renesas-rzg2l: Use devm_reset_control_get_exclusive_deasserted()
` [PATCH 6.12.y-cip 03/26] irqchip/renesas-rzg2l: Use devm_pm_runtime_enable()
` [PATCH 6.12.y-cip 05/26] irqchip/renesas-rzg2l: Switch to using dev_err_probe()
` [PATCH 6.12.y-cip 06/26] irqchip/renesas-rzg2l: Simplify checks in rzg2l_irqc_common_init()
` [PATCH 6.12.y-cip 07/26] irqchip/renesas-rzg2l: Remove dev_err_probe() if error is -ENOMEM
` [PATCH 6.12.y-cip 08/26] irqchip/renesas-rzg2l: Fix error path in rzg2l_irqc_common_probe()
` [PATCH 6.12.y-cip 09/26] irqchip/renesas-rzg2l: Drop redundant IRQC_TINT_START check in rzg2l_irqc_alloc()
` [PATCH 6.12.y-cip 10/26] irqchip/renesas-rzg2l: Replace single irq_chip with per-region irq_chip instances
` [PATCH 6.12.y-cip 11/26] irqchip/renesas-rzg2l: Split EOI handler into separate IRQ and TINT functions
` [PATCH 6.12.y-cip 12/26] irqchip/renesas-rzg2l: Split set_type "
[PATCH v2 1/3] classes/insane: create one CachedPath instance in qa_check_staged
2026-07-03 10:07 UTC (3+ messages)
` [PATCH v2 2/3] classes/insane: clean up do_qa_sysroot
` [PATCH v2 3/3] classes/insane: increase shebang size limit
[PATCH v2 0/2] Add EC support for Purwa IOT EVK
2026-07-03 10:07 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: embedded-controller: qcom,hamoa-crd-ec: Add "
` [PATCH v2 2/2] arm64: dts: qcom: purwa-iot-evk: Add Embedded controller node
[PATCH] kbuild: unset sub_make_done before calling kselftest build system
2026-07-03 10:06 UTC (5+ messages)
[PATCH v3 0/19] fs: Fix missed inode write during fsync
2026-07-03 10:06 UTC (5+ messages)
` [PATCH v3 04/19] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v3 07/19] fs: Provide way for filesystem to wait for metadata writeback
[PATCH 0/3] hw/arm: add support for shim loading
2026-07-03 10:05 UTC (4+ messages)
[PATCH v2 net-next] ethtool: link 10000baseCR to SFF-8431, Appendix-E SFP+ DA
2026-07-03 10:05 UTC
[liam:maple_marks_v7.2_fixes 28/32] lib/test_maple_tree.c:299:17: error: implicit declaration of function 'mas_next_slot'
2026-07-03 10:04 UTC
[stefandoesinger-zx297520:dlink 37/125] ld: drivers/net/wireless/realtek/rtl8xxxu/core.c:8154:undefined reference to `sdio_release_irq'
2026-07-03 10:04 UTC
Unexpected recursion in 'git rm'
2026-07-03 10:04 UTC (3+ messages)
[PATCH v3 0/7] clk: qcom: Add sane defaults and drop defconfig
2026-07-03 10:04 UTC (8+ messages)
` [PATCH v3 1/7] clk: qcom: Restrict IPQ5424, IPQ6018,IPQ9574, QCM2290 and others to ARM64
` [PATCH v3 2/7] clk: qcom: Restrict A7PLL and IPQ4019 GCC to ARM
` [PATCH v3 3/7] clk: qcom: Make important ARM64 drivers default
` [PATCH v3 4/7] clk: qcom: Make important ARM32 "
` [PATCH v3 5/7] clk: qcom: Add defaults for desired arm64 drivers
` [PATCH v3 6/7] ARM/arm64: defconfig: Drop redundant Qualcomm clock entries
` [PATCH v3 7/7] arm64: defconfig: Switch Qualcomm SDM845, SM8150 and SM8250 drivers to modules
[PULL 00/21] target-arm queue
2026-07-03 10:03 UTC (6+ messages)
` [PULL 17/21] target/arm: implement FEAT_RNG_TRAP for RNDR/RNDRRS
` [PATCH] target/arm/hvf: manually sync ID_AA64ISAR0_EL1 on vCPU init
` [PATCH v2] target/arm/hvf: seed NO_RAW ID registers from isar.idregs[] "
[PATCH] arm64: Clarify ARM64_WORKAROUND_REPEAT_TLBI semantics
2026-07-03 10:03 UTC (3+ messages)
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-03 10:01 UTC (18+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask
` [PATCH 03/17] arm64: entry: arm64: entry: Move DAIF masking for EL1 exit to C code
` [PATCH 04/17] arm64: entry: Add entry-specific helpers
` [PATCH 05/17] arm64: Introduce helpers for restoring standard exception masks
` [PATCH 06/17] arm64/booting: Document boot requirements for FEAT_NMI
` [PATCH 07/17] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH 08/17] arm64/hyp-stub: Enable access to ALLINT
` [PATCH 09/17] arm64/idreg: Add an override for FEAT_NMI
` [PATCH 10/17] arm64/cpufeature: Detect PE support "
` [PATCH 11/17] KVM: arm64: Hide FEAT_NMI from guests
` [PATCH 12/17] arm64/nmi: Manage masking for superpriority interrupts along with DAIF
` [PATCH 13/17] arm64/entry: Don't call preempt_schedule_irq() with NMIs masked
` [PATCH 14/17] arm64/irq: Document handling of FEAT_NMI in irqflags.h
` [PATCH 15/17] arm64/nmi: Add handling of superpriority interrupts as NMIs
` [PATCH 16/17] arm64/nmi: Add Kconfig for NMI
` [PATCH 17/17] irqchip/gic-v3: Implement FEAT_GICv3_NMI support
[ath:for-current] BUILD SUCCESS e8d85672dd7e2523f774caafba8f858384e18df7
2026-07-03 10:02 UTC
[PATCH] s390/zcrypt: Delete CEX2 and CEX3 device drivers
2026-07-03 10:03 UTC
[PATCH v3 0/4] LoongArch bpf kptr xchg inline support
2026-07-03 10:03 UTC (2+ messages)
[PATCH v2] mux: gpio-mux: add support for 4:1 2-channels mux
2026-07-03 10:02 UTC (14+ messages)
[PATCH 0/2] clk: qcom: Add video clock controller support for Hawi
2026-07-03 10:01 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom: Add Hawi video clock controller
` [PATCH 2/2] clk: qcom: Add support for VideoCC driver for Hawi
[PATCH v5 0/3] iio: dac: Add support for AD5529R DAC
2026-07-03 10:01 UTC (4+ messages)
` [PATCH v5 2/3] dt-bindings: iio: dac: Add AD5529R
[PATCH] btrfs: zoned: reset active_meta_bg on zone finish
2026-07-03 10:01 UTC (4+ messages)
[LTP] [PATCH] memcg_stress: survive OOM by targeting the stressors
2026-07-03 10:01 UTC (2+ messages)
` [LTP] "
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-03 10:00 UTC (7+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
2026-07-03 9:59 UTC (13+ messages)
[PATCH] sched/fair: Stabilize idle SMT core selection with asym-capacity
2026-07-03 10:00 UTC (4+ messages)
[PATCH v9 0/7] target/arm: fully model WFxT instructions for A-profile
2026-07-03 9:59 UTC (2+ messages)
[PATCH v2 0/1] platform/x86: asus-armoury: fix Use-After-Free and memory leak in driver init
2026-07-03 9:59 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v4 02/12] rvtrace: Initial implementation of driver framework
2026-07-03 9:57 UTC (8+ messages)
[OE-core][PATCH] boost: install CMake config for header-only system library
2026-07-03 9:59 UTC
[PATCH v3 1/3] hw/misc/imx_ccm: Replace DPRINTF with trace events
2026-07-03 9:58 UTC (4+ messages)
` [PATCH v3 2/3] hw/misc/imx25_ccm: "
[PATCH v1] s390/zcrypt: Remove the empty file
2026-07-03 9:58 UTC (4+ messages)
` [PATCH] s390/mm: Fix type mismatch in get_align_mask()
[PATCH 0/5] ptrace_set_syscall_info: add support for seccomp syscall skipping and instruction pointer modification
2026-07-03 9:58 UTC (11+ messages)
` [PATCH 1/5] ptrace: add PTRACE_SYSCALL_INFO_SECCOMP_SKIP
[PATCH 0/5] arm64: qcom: dts: Add display support for Shikra
2026-07-03 9:58 UTC (5+ messages)
` [PATCH 3/5] arm64: defconfig: Enable ILI7807S DSI panel driver
[PATCH 0/7] Sync yocto-docs glossary with meta/conf/documentation.conf
2026-07-03 9:57 UTC (4+ messages)
` [PATCH 5/7] ref-manual/variables.rst: document the LOCALE_UTF8_IS_DEFAULT variable
` [docs] "
[PATCH v5 00/14] mfd: lm3533: convert to OF bindings, improve support
2026-07-03 9:57 UTC (11+ messages)
` [PATCH v5 01/14] dt-bindings: leds: Document TI LM3533 LED controller
` [PATCH v5 02/14] mfd: lm3533: Remove driver specific regmap wrappers
` [PATCH v5 04/14] mfd: lm3533: Pass only regmap and light sensor presence to child devices
` [PATCH v5 05/14] iio: light: lm3533-als: Remove redundant pdata helpers
` [PATCH v5 06/14] mfd: lm3533-core: "
[PATCH v2 0/1] Rework pkey ioctl functions error pathes
2026-07-03 9:57 UTC (3+ messages)
` [PATCH v2 1/1] s390/pkey: Rework "
[PATCH] drm/amdgpu/mes12: Remove MES self test
2026-07-03 9:56 UTC
[tip: perf/urgent] perf/core: Detach event groups during remove_on_exec
2026-07-03 9:55 UTC
[PATCH v2 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
2026-07-03 9:55 UTC (2+ messages)
` [tip: perf/urgent] "
[PATCHv5 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
2026-07-03 9:55 UTC (2+ messages)
` [tip: perf/urgent] "
[PATCH v2 2/2] selftests/x86: Add shadow stack uprobe CALL test
2026-07-03 9:55 UTC (2+ messages)
` [tip: perf/urgent] "
[PATCH RFC 00/10] media: Support common raw sensor model for Sony IMX678
2026-07-03 9:54 UTC (11+ messages)
` [PATCH RFC 01/10] media: i2c: imx678: Pass v4l2_subdev_client_info
` [PATCH RFC 02/10] media: i2c: imx678: Add internal image pad and streams
` [PATCH RFC 03/10] media: i2c: imx678: Add .get_frame_desc() hook
` [PATCH RFC 04/10] media: uapi: v4l2-ctrls: Add CFA_PATTERN_MONO
` [PATCH RFC 05/10] media: i2c: imx678: Use generic raw formats and common raw sensor model
` [PATCH RFC 06/10] media: uapi: Add metadata layout for IMX678 embedded line
` [PATCH RFC 07/10] media: i2c: imx678: Add embedded data support
` [PATCH RFC 08/10] media: i2c: imx678: Add crop selection support
` [PATCH RFC 09/10] media: i2c: imx678: Add 2x2 binning support
` [PATCH RFC 10/10] media: i2c: imx678: Support 10-bit output
[nft PATCH 0/6] Eliminate variable declarations in switch cases
2026-07-03 9:55 UTC (4+ messages)
` [nft PATCH 6/6] netlink: Call tunnel getters unconditionally
[PATCH 0/2] cyclic: update and optimization
2026-07-03 9:55 UTC (4+ messages)
` [PATCH 2/2] cyclic: parse cyclic list only if next cyclic timestamp is reached
[PATCH V3] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace
2026-07-03 9:54 UTC (4+ messages)
Seeking guidance on detecting mount point inactivity
2026-07-03 9:54 UTC (4+ messages)
[PATCH i-g-t v3 0/7] add dmem_cgroups test
2026-07-03 9:54 UTC (2+ messages)
[PATCH 7.1 000/121] 7.1.3-rc2 review
2026-07-03 9:52 UTC (3+ messages)
[PATCH 6.18 000/109] 6.18.38-rc2 review
2026-07-03 9:52 UTC (2+ messages)
[PATCH 6.12 000/204] 6.12.95-rc2 review
2026-07-03 9:52 UTC (3+ messages)
[PATCH] netfs: Fix barriering when walking subrequest list
2026-07-03 9:52 UTC (2+ messages)
[PATCH 0/2] Add device tree for NVIDIA VR-NVL BMC
2026-07-03 9:52 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: arm: aspeed: Add "
[PATCH 0/3] soc: apple: Add "PMGR misc" power controls driver
2026-07-03 9:52 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: soc: apple: Add bindings for apple PMGR misc controls
[PATCH v3 0/4] soc: amlogic: clk-measure: add A1 and T7 support
2026-07-03 9:51 UTC (5+ messages)
` (subset) "
[PATCHSET sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
2026-07-03 9:51 UTC (3+ messages)
` [PATCH sched_ext/for-7.3 10/32] sched_ext: Add shard boundaries to scx_bpf_cid_override()
(no subject)
2026-07-03 9:50 UTC (5+ messages)
` [PATCH 2/3] VFS: move delegated_inode retry loop into lookup_open()
` [PATCH 3/3] VFS: add vfs_lookup_open()
[RFC PATCH] sched/fair: Address avruntime drift caused by entity_lag()
2026-07-03 9:26 UTC
[PATCH] dt-bindings: watchdog: microchip,pic32mzda-dmt: Convert to DT schema
2026-07-03 9:50 UTC (2+ messages)
[PATCH v3 00/24] target/riscv: move TCG files and fix --disable-tcg
2026-07-03 9:49 UTC (4+ messages)
` [PATCH v3 12/24] target/riscv: move valid_vm_* satp arrays to cpu.c
[PATCH v3 3/5] hw/i2c: parent slaves created with i2c_slave_create_simple
2026-07-03 9:48 UTC (4+ messages)
[PATCH net] gtp: parse extension headers before reading inner protocol
2026-07-03 9:49 UTC (3+ messages)
[ath:master] BUILD SUCCESS fa1b1469f1c5f0f54ed9dab80106a117e7736bfd
2026-07-03 9:48 UTC
[rdma:wip/jgg-for-next] BUILD SUCCESS c3fd3966f7dd871e47f9bcd8fe90d6e23e4cdb1a
2026-07-03 9:47 UTC
[syzbot] [kernel?] WARNING in update_rq_clock (2)
2026-07-03 9:48 UTC (3+ messages)
[PATCH mptcp-next 0/4] mptcp: bpf: fix scheduler kfunc socket type confusion
2026-07-03 9:43 UTC (4+ messages)
` [PATCH mptcp-next 3/4] selftests/bpf: mptcp: verify scheduler rejects non-msk socket to set_timeout
[PATCH v2 2/2] bonding: reuse neigh_setup from slave neigh_parms
2026-07-03 9:47 UTC (2+ messages)
[rdma:wip/jgg-for-rc] BUILD SUCCESS bb27fcc67c429d97f785c92c35a6c5adebb05d7f
2026-07-03 9:46 UTC
[PATCH v10 0/3] Update designware pwm driver
2026-07-03 9:47 UTC (6+ messages)
` [PATCH v10 1/3] dt-bindings: pwm: dwc: Document optional resets property
` [PATCH v10 2/3] dt-bindings: pwm: dwc: Add eswin compatible
` [PATCH v10 3/3] pwm: dwc: add of/platform support
[PATCH v3 0/3] btrfs: small changes to "usebackuproot" mount option
2026-07-03 9:46 UTC (4+ messages)
` [PATCH v3 1/3] btrfs: add "rescue=usebackuproot" into forced read-only options
` [PATCH v3 2/3] btrfs: add "rescue=usebackuproot" into "rescue=all" shortcut
` [PATCH v3 3/3] btrfs: remove "usebackuproot" mount option
[PATCH] w1: ds28e17: reject an oversize length on an I2C block read
2026-07-03 9:45 UTC (2+ messages)
[PATCH] usb: mtu3: allocate phys with ssusb
2026-07-03 9:45 UTC (2+ messages)
[PATCH v4] remoteproc: imx_rproc: Invoke the callback directly
2026-07-03 9:44 UTC (3+ messages)
[PATCH v2] mfd: ls2kbmc: mfd: ls2kbmc: Fix iomem pointer handling in video mode parsing
2026-07-03 9:44 UTC (3+ messages)
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-03 9:44 UTC (5+ messages)
[PATCH] media: mali-c55: Fix unaligned access of AEC histogram zone weights
2026-07-03 9:44 UTC (2+ messages)
ld.lld: error: call to __compiletime_assert_196 marked "dontcall-error": BUILD_BUG_ON failed: !__builtin_constant_p(res)
2026-07-03 9:43 UTC
[rdma:wip/leon-for-rc] BUILD SUCCESS a846aecb931b4d65d5eafa92a0623545af46d4f2
2026-07-03 9:43 UTC
[PATCH v3 00/11] YUV conversion colorop with amdgpu and VKMS
2026-07-03 9:44 UTC (2+ messages)
[bluetooth-next:master] BUILD SUCCESS 7ea67149af719895ddf003cb8e9d2b287ef0a223
2026-07-03 9:43 UTC
[agd5f:amd-staging-drm-next 3205/3402] drivers/gpu/drm/amd/amdgpu/amdgpu_ip.c:537 amdgpu_device_ip_soft_reset() error: we previously assumed 'ip_block' could be null (see line 536)
2026-07-03 9:43 UTC
[PATCH 5.15 00/95] 5.15.211-rc1 review
2026-07-03 9:44 UTC (2+ messages)
[GIT PULL] xen: branch for v7.2-rc2
2026-07-03 9:43 UTC
[PATCH] USB: hub: call ACPI _PRR reset during port power-cycle on enumeration failure
2026-07-03 9:43 UTC (2+ messages)
[PATCH v2 0/9] treewide, numa_memblks: remove redundant work during NUMA init
2026-07-03 9:43 UTC (2+ messages)
[PATCH 6.6 000/175] 6.6.144-rc1 review
2026-07-03 9:42 UTC (4+ messages)
[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
2026-07-02 16:22 UTC (3+ messages)
` [PATCH v2 12/15] arm_mpam: Split the locking around the mon_sel registers
[PATCH 0/5] hw/nvram/fw_cfg: Document and tighten up register layouts
2026-07-03 9:41 UTC (2+ messages)
[PATCH] w1: validate slave string length before checking separator
2026-07-03 9:41 UTC (2+ messages)
[PATCH v2] media: meson: vdec: fix use-after-free of decode work in stop/close path
2026-06-24 7:48 UTC
[GIT PULL] USB serial fixes for 7.2-rc2
2026-07-03 9:41 UTC (2+ messages)
[RFC v2] bootstd: firmware-owned OS devicetree for EBBR / SystemReady IR
2026-07-03 9:40 UTC
[PATCH RFC 0/2] Correctly use TX macro v9.4 for SC7280 / Kodiak
2026-07-03 9:40 UTC (2+ messages)
[PATCH 29/32] hwmon: Stop using 32-bit MSR interfaces
2026-07-03 9:39 UTC (2+ messages)
` [tip: x86/msr] "
[PATCH 27/32] x86/hyperv: Stop using 32-bit MSR interfaces
2026-07-03 9:39 UTC (2+ messages)
` [tip: x86/msr] "
[PATCH 28/32] x86/olpc: Stop using 32-bit MSR interfaces
2026-07-03 9:39 UTC (2+ messages)
` [tip: x86/msr] "
[PATCH v4 00/18] mm: Some cleanups for page allocator APIs
2026-07-03 9:38 UTC (4+ messages)
` [PATCH v4 18/18] mm: factor out can_spin_trylock()
[OE-core] [wrynose] [PATCH 1/6] curl: ignore CVE-2026-4873
2026-07-03 9:38 UTC (3+ messages)
` [OE-core] [wrynose] [PATCH 5/6] curl: fix CVE-2026-6429
[PATCH net v2] gtp: parse extension headers before reading inner protocol
2026-07-03 9:37 UTC
[PATCH] dt-bindings: w1: Convert HDQ One Wire to DT schema
2026-07-03 9:38 UTC (2+ messages)
[PATCH v2 0/5] SMMUV3: STE lookup fixes
2026-07-03 9:37 UTC (5+ messages)
` [PATCH v2 4/5] hw/arm/smmuv3: Check L1STD.SPAN
` [PATCH v2 5/5] hw/arm/smmuv3: Enforce alignment of L2Ptr according to the span
[PATCH] Bluetooth: btusb: fix USB interface release on probe error path
2026-07-03 9:37 UTC (2+ messages)
` "
[PATCH mptcp-net] mptcp: fix extra_subflows leak on failed passive join
2026-07-03 9:37 UTC (3+ messages)
[PATCH 0/2] Enable ipq5210 in cpufreq/qcom-nvmem driver
2026-07-03 9:36 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: cpufreq: qcom-cpufreq-nvmem: document IPQ5210
[PATCH v1 0/5] Split miscellaneous changes from AST2700 FC series
2026-07-03 9:36 UTC (4+ messages)
` [PATCH v1 4/5] hw/arm/aspeed_ast27x0: Add unimplemented Privilege Controller MMIO regions for SSP/TSP
[PATCH v2] target/arm: Implement and enable FEAT_SSVE_FEXPA for -cpu max
2026-07-03 9:35 UTC (2+ messages)
[PATCH v5 0/2] media: Add bindings and driver for Sony IMX678
2026-07-03 9:35 UTC (3+ messages)
` [PATCH v5 2/2] media: i2c: imx678: Add "
[PATCH v3] xfs: clean up spelling and grammar errors in comments
2026-07-03 9:34 UTC
[PATCH 0/4] drivers/net/ethernet: replace __get_free_pages() with kmalloc()
2026-07-03 9:34 UTC (5+ messages)
` [PATCH 2/4] ice: use kzalloc() to allocate staging buffer for reading from GNSS
` [Intel-wired-lan] "
[PATCH] soundwire: dmi-quirks: add a global ghost list
2026-07-03 9:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.