messages from 2026-09-07 06:39:49 to 2026-09-07 07:10:04 UTC [more...]
[PATCH v2 0/7] block device fixes for large block sizes, IOCB_NOWAIT, and direct I/O
2026-09-07 7:10 UTC (5+ messages)
` [PATCH v2 2/7] block: take i_rwsem for the direct I/O write fallback
` [PATCH v2 3/7] block: take i_rwsem for the splice read path
[PATCH net v2 0/2] tcp: diag: bound bucket lock hold in diag dump paths
2026-09-07 7:09 UTC (3+ messages)
` [PATCH net v2 2/2] mptcp: diag: bound listener bucket lock hold
[PATCH 0/2] power: fix typos in comments
2026-09-07 7:09 UTC (4+ messages)
` [PATCH 1/2] power: supply: "
` [PATCH 2/2] power: reset: add missing space in error message
[PATCH bpf-next v8 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-07 7:08 UTC (3+ messages)
` [PATCH bpf-next v8 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v8 2/2] selftests/bpf: Add memcg async reclaim test
[f2fs-dev] [PING][PATCH] f2fs: force out‑place update for all writes on compressed file
2026-09-07 7:08 UTC
[PATCH net v3] bonding: fix slave_cnt leak on XDP error paths
2026-09-07 7:07 UTC
[PATCH net v2 0/1] udp: diag: bound bucket lock hold time
2026-09-07 7:07 UTC (3+ messages)
` [PATCH net v2 1/1] "
[PATCH 0/3] Add USB DWC3 support for Samsung Exynos8855
2026-09-07 7:07 UTC (5+ messages)
` [PATCH 2/3] dt-bindings: usb: Introduce samsung,snps-dwc3
[PATCH] i2c: atr: fix dangling adapter pointer on add failure
2026-09-07 7:07 UTC (3+ messages)
[PATCH v2] powerpc/entry: Fix double accounting of user time on interrupt entry
2026-09-07 7:06 UTC (2+ messages)
[PATCH i-g-t] lib/igt_core: buffer signal-safe log output per line
2026-09-07 7:05 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "
[PATCH v2] net: stmmac: clear dma_conf in __stmmac_open error path
2026-09-07 7:06 UTC (3+ messages)
[PATCH 0/2] Support RAA229639 and RAA229640
2026-09-07 7:06 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: isl68137: Add Renesas "
` [PATCH 2/2] hwmon: (pmbus/isl68137): "
[PATCH net v2 1/2] tcp: diag: bound bucket lock hold in tcp_diag_dump()
2026-09-07 7:05 UTC (4+ messages)
[PATCH 0/2] media: uvcvideo: Fix two bugs on the control change event path
2026-09-07 7:05 UTC (6+ messages)
` [PATCH 1/2] media: uvcvideo: Fix NULL deref on events for uninitialized controls
` [PATCH 2/2] media: uvcvideo: Fix out-of-bounds read in uvc_ctrl_status_event()
[PATCH v3 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug
2026-09-07 7:05 UTC (7+ messages)
` [PATCH v3 1/3] x86/hyperv: Set irq_retrigger for root partition PCI/MSI irqchip
` [PATCH v3 2/3] x86/irq: Fall back to irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH v3 3/3] x86/irq, iommu/amd, x86/hyperv, PCI: Drop redundant irq_retrigger inits
[PATCH wireless-next 0/2] wifi: wfx: fix two minor issues in error paths
2026-09-07 7:05 UTC (5+ messages)
` [PATCH wireless-next 2/2] wifi: wfx: fix error code on unsupported firmware
[PATCH 0/8] drm/amdgpu/sdma: Improve existing SDMA queue resets (v3)
2026-09-07 7:04 UTC (3+ messages)
` [PATCH 5/8] drm/amdgpu/sdma: Clear SDMA rings after reset before starting them
Linux VFS layer+nfsd name cache case-insensitive filename matching?
2026-09-07 7:04 UTC
[PATCH] drm/client: fix restore of partially initialized client
2026-09-07 7:04 UTC (2+ messages)
[PATCH v2] misc: fastrpc: Reduce console noise from expected DSP info, reserved memory and session messages
2026-09-07 7:03 UTC
[PATCH v2 00/16] KVM: arm64: Confine protected VM vCPU state to EL2
2026-09-07 7:00 UTC (18+ messages)
` [PATCH v2 01/17] KVM: arm64: Sync HCR_EL2.VSE back to the host vCPU under pKVM
` [PATCH v2 02/17] KVM: arm64: Reject the PVTIME vCPU attribute for protected VMs
` [PATCH v2 03/17] KVM: arm64: Introduce per-EC entry handlers for pKVM
` [PATCH v2 04/17] KVM: arm64: Skip fixed-feature state flush for protected vCPUs
` [PATCH v2 05/17] KVM: arm64: Add {flush,sync}_hyp_timer_state() primitives
` [PATCH v2 06/17] KVM: arm64: Add system register reset framework for protected VMs
` [PATCH v2 07/17] KVM: arm64: Implement HVC handling for protected guests at EL2
` [PATCH v2 08/17] KVM: arm64: Handle PSCI calls for protected VMs "
` [PATCH v2 09/17] KVM: arm64: Restrict KVM_ARM_VCPU_INIT and PSCI version for protected VMs
` [PATCH v2 10/17] KVM: arm64: Prevent host PC adjustments for protected vCPUs
` [PATCH v2 11/17] KVM: arm64: Inject an UNDEF at EL2 for unhandled protected guest exits
` [PATCH v2 12/17] KVM: arm64: Add per-EC entry/exit state marshalling for protected guests
` [PATCH v2 13/17] KVM: arm64: Pend a protected guest's SError with HCR_EL2.VSE only
` [PATCH v2 14/17] KVM: arm64: Reject host access to protected VM private state
` [PATCH v2 15/17] KVM: arm64: Reject host power-on of a vCPU that EL2 holds powered off
` [PATCH v2 16/17] KVM: arm64: Advertise the capabilities that protected VMs support
` [PATCH v2 17/17] KVM: arm64: Document the protected VM userspace API
[PATCH 0/2] pci: versal: Enable AMD DW PCIe controller for Versal Premium Gen 2
2026-09-07 7:01 UTC (2+ messages)
[PATCH] powerpc/interrupt: Use early_radix_enabled() in NMI real-mode guard
2026-09-07 7:00 UTC
[RDNA4] RX 9060 XT - Pageflip timed out causes complete desktop lockup under KDE Wayland
2026-09-05 16:47 UTC
[PATCH] drm/nouveau/uvmm: fix UAF in nouveau_uvmm_sm when BO is in TTM_PL_SYSTEM
2026-09-07 5:22 UTC
[PATCH 2/3] drm: fix repeated words in comments
2026-09-07 4:24 UTC (2+ messages)
[PATCH] drm/amdgpu: only treat a real S3 as a suspend abort on resume
2026-09-06 3:14 UTC
[PATCH] drm/msm: Fix the separate_gpu_kms parameter description
2026-09-06 17:03 UTC
[PATCH] drm/exec: Match the drm_exec_retry() kernel-doc to its parameter name
2026-09-07 1:11 UTC
[GIT PULL] kmalloc_obj() conversions for v7.3-rc2
2026-09-06 10:09 UTC (2+ messages)
[PATCH] drm/msm/adreno: Fix the skip_gpu parameter description
2026-09-06 17:03 UTC
[PATCH v3 0/4] serial: fix ioctl hangup race
2026-09-07 7:00 UTC (11+ messages)
` [PATCH v3 1/4] serial: revert guards in uart_wait_modem_status()
` [PATCH v3 2/4] serial: fix ioctl hangup race
` [PATCH v3 3/4] serial: fix TIOCMIWAIT race
` [PATCH v3 4/4] serial: abort TIOCMIWAIT on hangup
[PATCH] gpu: buddy: Drop the stale @p line from the gpu_buddy_print() kernel-doc
2026-09-07 1:21 UTC
[PATCH v8 0/8] KVM: SVM: Add Page Modification Logging (PML) support
2026-09-07 7:00 UTC (6+ messages)
` [PATCH v8 6/8] x86/cpufeatures: Add Page modification logging
` [PATCH v8 7/8] KVM: SVM: Use BIT_ULL for 64-bit misc_ctl bit definitions
` [PATCH v8 8/8] KVM: SVM: Add Page modification logging support
[PATCH v3] drm/i915/display: Limit SEL_FETCH clear to supported pipes
2026-09-07 7:00 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for drm/i915/display: Limit SEL_FETCH clear to supported pipes (rev3)
[PATCH 0/5] Add AMD Versal CPM/QDMA PCIe support
2026-09-07 6:59 UTC (2+ messages)
[f2fs-dev] [PATCH 03/14] f2fs: support regular file buffered writes on large folios
2026-09-07 6:59 UTC (3+ messages)
` [f2fs-dev] [PATCH 03/14] f2fs: support regular file buffered writes
[PATCH mptcp-next 0/2] selftests: mptcp: convert iptables to nftables
2026-09-07 6:59 UTC (10+ messages)
` [PATCH mptcp-next 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh
[PATCH v5] Kconfig: fix typos in core makefiles and purge defective DVB debug (v5)
2026-09-07 6:59 UTC (2+ messages)
[PATCH v3 00/14] nova-core: GPU interrupt support and GSP event delivery
2026-09-07 6:59 UTC (3+ messages)
` [PATCH v3 12/14] gpu: nova-core: drive GSP events with the SWGEN0 interrupt
[f2fs-dev] [PATCH 05/14] f2fs: support large folio writeback
2026-09-07 6:59 UTC (3+ messages)
[PATCH bpf-next v4 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-07 6:58 UTC (2+ messages)
[PATCH] perf/x86/intel: Annotate x86_pmu::hybrid_pmu with __counted_by_ptr
2026-09-07 6:59 UTC (3+ messages)
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-09-07 6:58 UTC (4+ messages)
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
[PATCH 14/14] perf: fix repeated word in log message
2026-09-07 6:58 UTC
[PATCH v2 0/2] Add driver for Infineon TDA38740/TDA38725
2026-09-07 6:58 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: pmbus: Add Infineon tda38740 and tda38725
` [PATCH v2 2/2] hwmon: (pmbus/tda38740) Add driver for Infineon TDA38740/TDA38725
[PATCH 13/14] x86: fix repeated words in comments
2026-09-07 6:58 UTC
[PATCH 0/8] net: mrmac: Fix Rx packet loss on back-to-back frames
2026-09-07 6:57 UTC (2+ messages)
[PATCH] fs: reject U64_MAX as last_mnt_id in listmount()
2026-09-07 6:57 UTC
[PATCH v2 13/15] phy: starfive: Add jh7110-inno-hdmi-phy driver
2026-09-07 6:55 UTC (13+ messages)
[PATCH 10/14] irqchip: fix repeated words in comments
2026-09-07 6:56 UTC
[PATCH] staging: greybus: uart: fix racy TIOCMIWAIT implementation
2026-09-07 6:56 UTC
[PATCH 0/2] powerpc: fix typos and repeated words in comments
2026-09-07 6:56 UTC (5+ messages)
` [PATCH 1/2] powerpc: fix typos "
` [PATCH 2/2] powerpc: fix repeated words "
[PATCH 08/14] tracing: fix typo "preceeded" in comment
2026-09-07 6:56 UTC
[PATCH v5] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes
2026-09-07 6:55 UTC (2+ messages)
[PATCH] netfilter: conntrack_amanda: fix port value truncation
2026-09-07 6:56 UTC (2+ messages)
[PATCH 06/14] sparc: kernel: fix typo "upto" in comment
2026-09-07 6:55 UTC
[PATCH] USB: cdc-acm: fix racy TIOCMIWAIT implementation
2026-09-07 6:55 UTC
[PATCH] configs: versal: Add amd_versal_premium_2 config fragment
2026-09-07 6:54 UTC (2+ messages)
[Buildroot] [PATCH] package/linux-tools: selftests: Use KHDR_INCLUDES to locate the headers
2026-09-07 6:54 UTC (3+ messages)
[PATCH 04/14] perf: fix typos in comments
2026-09-07 6:54 UTC
[PATCH] ceph: use iov_iter_extract_bvecs() for direct I/O
2026-09-07 6:53 UTC (2+ messages)
[PATCH] MAINTAINERS: update Xu Xin's email
2026-09-07 6:53 UTC
[PATCH 02/14] irqchip: fix typos in comments
2026-09-07 6:53 UTC (2+ messages)
[PATCH] target/riscv: Fix LCOFI masking in sie/sip/mvip
2026-09-07 6:52 UTC (3+ messages)
[PATCH net] net: hso: fix TIOCMIWAIT race
2026-09-07 6:52 UTC
[PATCH v2] target/riscv: Fix LCOFI interrupt masking in sie/sip/mvip
2026-09-07 6:51 UTC
[PATCH 00/10] btrfs: convert some struct page users to folios
2026-09-07 6:51 UTC (7+ messages)
` [PATCH 05/10] btrfs: convert heuristic_collect_sample() to use folios
` [PATCH 06/10] btrfs: fix stale function references in compression comments
` [PATCH 07/10] btrfs: use folios for reading super blocks from the block device
[PATCH 0/2] Add support for AS7343 multi-spectral sensor
2026-09-07 6:51 UTC (4+ messages)
` [PATCH 2/2] iio: light: add AS7343 multi-spectral sensor driver
[PATCH 0/2] RDMA: fix typos and repeated words in comments
2026-09-07 6:50 UTC (3+ messages)
` [PATCH 1/2] RDMA: fix typos "
` [PATCH 2/2] RDMA: fix repeated words "
[PATCH v4] x86/nSVM: Check injected event consistency
2026-09-07 6:50 UTC (3+ messages)
` "
[f2fs-dev] [PATCH 01/14] f2fs: extend folio state for large folio write path
2026-09-07 6:49 UTC (2+ messages)
[PATCH 0/2] sched: fix typos and repeated words in comments
2026-09-07 6:49 UTC (3+ messages)
` [PATCH 1/2] sched: fix typo "upto" "
` [PATCH 2/2] tools/sched_ext: fix repeated word 'be' in comment
[PATCH v2] md/raid0: validate device count before allocating devlist
2026-09-07 6:49 UTC (2+ messages)
[PATCH] drm/i915/debugfs: Add HDR status to i915_display_info
2026-09-07 6:49 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH] ARM: fix typos in comments
2026-09-07 6:48 UTC
[PATCH 01/18] drm/amdgpu: Remove separate guilty compute userq reset
2026-09-07 6:48 UTC (3+ messages)
[PATCH v5 0/6] hw/riscv/virt: Add CXL support to the RISC-V virt machine
2026-09-07 6:48 UTC (3+ messages)
[PATCH] net: usb: cx82310_eth: validate skb length in partial packet reassembly
2026-09-07 6:48 UTC
[PATCH 0/5] driver core: fix typos and repeated words in comments
2026-09-07 6:47 UTC (6+ messages)
` [PATCH 1/5] driver core: fix typo "sucessfully" in comment
` [PATCH 2/5] thermal: fix typos in comments
` [PATCH 3/5] tools/thermal: fix typo "binded" "
` [PATCH 4/5] cpuidle: fix repeated word 'that' in comment
` [PATCH 5/5] ACPI: NUMA: fix typo in log message
[PATCH] mtd: ubi: fix typo "occured" in comment
2026-09-07 6:47 UTC (2+ messages)
[PATCH v2 0/2] arm64: dts: qcom: Add RPi 7-inch DSI panel overlays for Monaco/Lemans EVK
2026-09-07 6:47 UTC (5+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: monaco-evk: Add Raspberry Pi 7-inch DSI panel overlay
` [PATCH v2 2/2] arm64: dts: qcom: lemans-evk: "
[PATCH v2 0/2] arm64: dts: freescale: imx95: Add ENETC port 2 in SGMII mode on Toradex boards
2026-09-07 6:47 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: freescale: imx95-toradex-smarc: Add ENETC port 2 in SGMII mode
` [PATCH v2 2/2] arm64: dts: freescale: imx95-aquila: "
[PATCH] MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry
2026-09-07 6:47 UTC (2+ messages)
[PATCH v1] perf test: Avoid call to missing cleanup function
2026-09-07 6:47 UTC (2+ messages)
[PATCH 0/4] RFC: drm/xe: Dynamic Xe Memory Monitor
2026-09-07 6:07 UTC (5+ messages)
` [PATCH 1/4] RFC: ANDROID: drm/xe: add adaptive GPU memory growth monitor xe_mem_monitor
` [PATCH 2/4] RFC: ANDROID: drm/xe: register ttm page alloc vendor hooks internally
` [PATCH 3/4] RFC: ANDROID: drm/xe: provide safe mem_monitor enable toggle via debugfs
` [PATCH 4/4] RFC: ANDROID: drm/xe: Gate mem_monitor wake ups on order 9 external fragmentation
[PATCH v8 0/4] alloc_tag and module codetag section fixes
2026-09-07 6:47 UTC (5+ messages)
` [PATCH v8 3/4] module: allocate codetag sections before the regular module layout
` [PATCH v8 4/4] alloc_tag: release the reservation when populate fails
[PATCH] mmc: fix typos in comments
2026-09-07 6:46 UTC
[PATCH 0/3] i2c: qcom-geni: Add I2C bus recovery support
2026-09-07 6:46 UTC (4+ messages)
` [PATCH v1 3/3] i2c: qcom-geni: Add bus recovery support for GPI DMA mode
[PATCH 0/2] net: fix typos and repeated words in comments
2026-09-07 6:45 UTC (3+ messages)
` [PATCH 1/2] net: intel: fix typos "
` [PATCH 2/2] Documentation/networking: fix repeated words "
[PATCH v2 0/2] mmc-utils: Add eMMC health command
2026-09-07 1:02 UTC (2+ messages)
` [PATCH v2 2/2] mmc-utils: Add health command for eMMC health reporting
[PATCH net] ppp: deflate: validate output buffer sizes
2026-09-07 6:45 UTC (2+ messages)
[PATCH net-next v5 1/6] net: dsa: motorcomm: refactor registration path for upcoming switch families
2026-09-07 6:44 UTC (5+ messages)
[PATCH] net: fix typos in comments
2026-09-07 6:43 UTC
[PATCH] ext4: fix typos in comments
2026-09-07 6:43 UTC (2+ messages)
[PATCH 0/3] net: fix typos in comments
2026-09-07 6:42 UTC (4+ messages)
` [PATCH 1/3] net: ipv4: fix typo "alignement" in comment
` [PATCH 2/3] net: netfilter: fix typo "artifical" "
` [PATCH 3/3] selftests: net: fix typo "adress" "
[PATCH 6.12 000/403] 6.12.109-rc1 review
2026-09-07 6:42 UTC (5+ messages)
` [PATCH 6.12 381/403] i3c: master: Fix potential UAF in i3c_device_uevent()
[PATCH RFC 0/2] Novatek NT51021 DSI panel IC driver
2026-09-07 6:42 UTC (3+ messages)
[PATCH] ASoC: rt712-sdca: reconfigure PLL2 to fix calibration time-out
2026-09-07 6:41 UTC
Idle measurement problem on arm_arch_timer (ARM64)
2026-09-07 6:46 UTC (3+ messages)
[PATCH 0/2] selftests: fix typos and repeated words in comments
2026-09-07 6:41 UTC (3+ messages)
` [PATCH 1/2] selftests: fix typos "
` [PATCH 2/2] selftests: core: fix repeated word 'and' in comment
[PATCH net-next 00/10] net: remove skb mac_header assumptions in TX paths (I)
2026-09-07 6:41 UTC (4+ messages)
` [PATCH net-next 03/10] ibmveth: do not assume mac header is set in ibmveth_start_xmit()
[PATCH] s390: fix typos in comments
2026-09-07 6:41 UTC (2+ messages)
[LTP] [PATCH] read_all: Fix buffer too small for long paths
2026-09-07 6:40 UTC (2+ messages)
[RFC PATCH RESEND 0/4] hw/arm/virt: Add support for Target Implementation CPUs
2026-09-07 6:39 UTC (2+ messages)
SM8250 USB-C DP alt mode: DP AUX times out in reversed (CC2) cable orientation
2026-09-07 6:40 UTC (3+ messages)
[PATCH V15 00/14] iothread: Support tracking and querying IOThread holder
2026-09-07 6:37 UTC (3+ messages)
` [PATCH V15 05/14] monitor: track IOThread users with QOM paths
` [PATCH V15 10/14] vfio-user/proxy: Update tracking iothread users with holder name
[RFC PATCH 0/3] Log transaction cancel error codes in the kernel log buffer
2026-09-07 6:39 UTC (5+ messages)
` [RFC PATCH 1/3] xfs: add xfs_error_report the ability to display an error code
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.