messages from 2026-08-12 15:22:19 to 2026-08-12 15:48:49 UTC [more...]
[PULL v2 00/41] hex queue
2026-08-12 15:42 UTC (38+ messages)
` [PULL v2 01/41] hw/hexagon: add hex-subsys
` [PULL v2 02/41] hw/hexagon: move VTCM to the common machine state
` [PULL v2 03/41] hw/hexagon: move global registers to hex-subsys
` [PULL v2 04/41] hw/hexagon: move the TLB "
` [PULL v2 05/41] hw/hexagon: group the CPUs in a cluster
` [PULL v2 06/41] bitops.h: Add find_first_bit32()
` [PULL v2 08/41] hw/hexagon: extract get_reg_value/set_reg_value stubs in globalreg
` [PULL v2 10/41] hw/hexagon/virt: instantiate virtio-mmio transports
` [PULL v2 11/41] hw/hexagon/virt: add l2vic interrupt-controller and virtio-mmio FDT nodes
` [PULL v2 12/41] hw/hexagon/virt: connect pl011 UART interrupt
` [PULL v2 13/41] tests/qtest: add L2VIC qtest
` [PULL v2 14/41] tests/functional/hexagon: add arch_tests functional test
` [PULL v2 15/41] hw/timer: Add QCT QTimer device model
` [PULL v2 16/41] hw/hexagon: connect qtimer device
` [PULL v2 17/41] tests/qtest: add qct-qtimer qtest
` [PULL v2 18/41] tests/functional/hexagon: enable more arch_tests cases
` [PULL v2 19/41] host-utils: fix ssub32/64_saturate return type and clamp direction
` [PULL v2 20/41] target/hexagon: add GVec overrides for HVX saturating add/sub
` [PULL v2 21/41] target/hexagon: add GVec override for HVX vmpyih multiply
` [PULL v2 22/41] target/hexagon: add GVec overrides for HVX absolute difference
` [PULL v2 23/41] target/hexagon: add GVec overrides for HVX vector average
` [PULL v2 24/41] tests/tcg/hexagon: add HVX test for V6_vsubwsat saturation
` [PULL v2 25/41] tests/tcg/hexagon: add HVX tests for vabsdiff
` [PULL v2 26/41] Hexagon (target/hexagon) Clean up disassembly of control and system regs
` [PULL v2 27/41] target/hexagon: fix incorrect/too-permissive HVX encodings
` [PULL v2 28/41] target/hexagon/cpu: add HVX IEEE FP extension
` [PULL v2 29/41] hexagon: group cpu configurations in their own struct
` [PULL v2 30/41] hexagon: print info on "-d in_asm" for disabled IEEE FP instructions
` [PULL v2 31/41] target/hexagon: add v68 HVX IEEE float arithmetic insns
` [PULL v2 32/41] target/hexagon: add v68 HVX IEEE float min/max insns
` [PULL v2 33/41] target/hexagon: add v68 HVX IEEE float misc insns
` [PULL v2 34/41] target/hexagon: add v68 HVX IEEE float conversion insns
` [PULL v2 35/41] target/hexagon: add v68 HVX IEEE float compare insns
` [PULL v2 36/41] target/hexagon: add v73 HVX IEEE bfloat16 insns
` [PULL v2 37/41] tests/hexagon: add tests for v68 HVX IEEE float arithmetics
` [PULL v2 38/41] tests/hexagon: add tests for v68 HVX IEEE float min/max
` [PULL v2 39/41] tests/hexagon: add tests for v68 HVX IEEE float conversions
[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
2026-08-12 15:48 UTC (37+ messages)
` [PATCH v6 01/33] vfio: Use file-based reference counting for KVM
` [PATCH v6 02/33] KVM: Make device name configurable
` [PATCH v6 03/33] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v6 04/33] arm64: Use proper include variant
` [PATCH v6 05/33] arm64: ptrace: Use constants for compat register numbers
` [PATCH v6 06/33] arm64: sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v6 07/33] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
` [PATCH v6 10/33] arm64: Share "
` [PATCH v6 11/33] KVM: arm64: Share arm64 code "
` [PATCH v6 12/33] KVM: s390: Extract gmap tracing to a separate header
` [PATCH v6 13/33] KVM: s390: Prepare include guards for a new location
` [PATCH v6 14/33] KVM: s390: Rename kvm-s390.{c,h} to s390.{c,h}
` [PATCH v6 15/33] KVM: s390: Move kvm_host definitions to kvm_host_s390
` [PATCH v6 16/33] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v6 18/33] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v6 19/33] KVM: s390: gmap: Make storage keys optional
` [PATCH v6 20/33] KVM: s390: gmap: Make CMMA optional
` [PATCH v6 21/33] KVM: s390: gmap: Make prefix handling optional
` [PATCH v6 22/33] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v6 23/33] s390: Use arm64 headers
` [PATCH v6 24/33] KVM: s390: Use arm64 code
` [PATCH v6 25/33] s390: Introduce Start Arm Execution instruction
` [PATCH v6 26/33] KVM: s390: arm64: Introduce host definitions
` [PATCH v6 27/33] s390/hwcaps: Report SAE support as hwcap
` [PATCH v6 28/33] KVM: s390: Add basic arm64 kvm module
` [PATCH v6 29/33] KVM: s390: arm64: Implement required functions
` [PATCH v6 30/33] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v6 31/33] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v6 32/33] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
2026-08-12 15:48 UTC (4+ messages)
` [PATCH 2/9] perf thread-stack: Report branch stack hw_idx as not available
[PATCH] cred: remove RCU initializer for init_task.cred
2026-08-12 15:48 UTC (2+ messages)
[PATCH] drm: verisilicon: fix cursor offset field update
2026-08-12 15:48 UTC
[PATCH 0/3] MPM hooking upping
2026-08-12 15:47 UTC (9+ messages)
` [PATCH 3/3] arm64: dts: qcom: qcm2290: Hook up MPM
[PATCH 00/26] hw/riscv: Restore Microchip PolarFire SoC Icicle Kit firmware boot
2026-08-12 15:44 UTC (11+ messages)
` [PATCH 01/26] hw/riscv: pfsoc: Correct the L2LIM maximum mapped size
` [PATCH 02/26] hw/riscv: pfsoc: Map the L2 zero device window
` [PATCH 03/26] hw/misc: pfsoc: Support PolarFire SoC DDR training with newer version HSS
` [PATCH 04/26] hw/misc: pfsoc: Model L2 cache controller registers
` [PATCH 07/26] hw/sd: sdhci: Migrate the Host Control 2 register
[PATCH v4 0/9] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-08-12 15:47 UTC (14+ messages)
` [PATCH v4 1/9] ring-buffer: Free cpu_buffer->free_page with subbuf_order
` [PATCH v4 2/9] ring-buffer: Hold cpu_buffer::lock when resizing a subbuf
` [PATCH v4 3/9] ring-buffer: Fix subbuf resize race with ring buffer readers
` [PATCH v4 4/9] ring-buffer: Fix subbuf resize race in ring_buffer_alloc_read_page()
` [PATCH v4 5/9] tracing: Fix subbuf resize races in trace_pipe_raw readers
` [PATCH v4 6/9] ring-buffer: Dynamically calculate max_data_size
` [PATCH v4 7/9] ring-buffer: Remove trace_buffer::cpus
` [PATCH v4 8/9] ring-buffer: Remove ring_buffer_per_cpu::mapped
` [PATCH v4 9/9] ring-buffer: Make nr_pages unsigned int
[PATCH net-next v3 0/2] net: sfp: quirk support for XGS-PON ONT sticks with unclean EEPROMs
2026-08-12 15:47 UTC (3+ messages)
` [PATCH net-next v3 1/2] net: sfp: allow prefix matching in quirk lookup
` [PATCH net-next v3 2/2] net: sfp: add quirks for OEM XGSPONST2001 and FS XGS-SFP-ONT-MACI
[PATCH 0/2] Update scripts/code_cov_parse_info
2026-08-12 15:46 UTC (3+ messages)
` [PATCH 1/2] scripts/code_cov_parse_info: add support for lcov/geninfo >1.14 formats
[OE-core] [PATCH] kernel.bbclass: add strip process for signed kernel modules
2026-08-12 15:46 UTC (5+ messages)
[RFC] tracing: aggregate ring-buffer usage statistics
2026-08-12 15:47 UTC (4+ messages)
` 答复: [External Mail]Re: "
` "
[PATCH 0/3] Apple GMUX hybrid graphics support for MacBookPro15,1
2026-08-12 15:46 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] drm/amdgpu: add Apple GMUX runtime PM support
` [PATCH v2 3/3] ALSA: hda: allow direct complete with a powered-off GPU
` [PATCH v3 0/3] Apple GMUX hybrid graphics support for MacBookPro15,1
` [PATCH v3 2/3] drm/amdgpu: add Apple GMUX runtime PM support
` [PATCH v3 3/3] ALSA: hda: allow direct complete with a powered-off GPU
[PATCH v3 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-12 15:46 UTC (6+ messages)
` [PATCH v3 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
[PATCH RFC v2] drm/verisilicon: Switch to drm_fb_dma_get_addr() for framebuffer addresses
2026-08-12 15:46 UTC (3+ messages)
[PATCH] libsepol: Skip aliases when creating the type_attr_map
2026-08-12 15:46 UTC (3+ messages)
[PATCH 04/22] arm64: dts: qcom: hamoa: Reserve low IOVA range for Iris
2026-08-12 15:45 UTC (10+ messages)
[PATCH v4 0/6] io: accel: mma8452: Allow open drain interrupt pin configuration
2026-08-12 15:46 UTC (7+ messages)
` [PATCH v4 3/6] iio: accel: mma8452: Only apply trigger type when not set by firmware
` [PATCH v4 4/6] iio: accel: mma8452: Support interrupt sharing
` [PATCH v4 5/6] iio: accel: mma8452: Allow open drain interrupt pin configuration
[RFC PATCH 0/3] Support AM62P silicon revision detection via uniphier-efuse
2026-08-12 15:44 UTC (4+ messages)
` [RFC PATCH 1/3] dt-bindings: nvmem: uniphier-efuse: Add ti,am62p-efuse compatible
` [RFC PATCH 2/3] nvmem: uniphier-efuse: Enable for K3 SoCs
` [RFC PATCH 3/3] nvmem: uniphier-efuse: Add ti,am62p-efuse compatible
[PATCH v2 0/5] accel/amdxdna: honour the SYNC_BO range
2026-08-12 15:45 UTC (3+ messages)
linux-next: manual merge of the drm tree with the drm-misc-fixes tree
2026-08-12 15:45 UTC
[PATCH 00/22] media: iris: Restrict lower IOVA range for Venus and Iris VPUs
2026-08-12 15:44 UTC (8+ messages)
` [PATCH 04/22] arm64: dts: qcom: hamoa: Reserve low IOVA range for Iris
[PATCH] cred: clarify that task_struct::cred is only for the current task
2026-08-12 15:44 UTC (4+ messages)
[PATCH i-g-t] tests/intel/gem_exec_params: add invalid-offset-multiple-buffers test
2026-08-12 15:43 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH v7 0/9] Add RZ/G3L USB2.0 host support
2026-08-12 15:44 UTC (3+ messages)
` [PATCH v7 6/9] arm64: dts: renesas: r9a08g046: Add USB2.0 host/phy device nodes
[PATCH v4 00/20] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
2026-08-12 15:43 UTC (5+ messages)
` [PATCH v4 11/20] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v4 13/20] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
[PATCH bpf-next v6 0/5] Introduce bpf_ksock
2026-08-12 15:43 UTC (6+ messages)
` [PATCH bpf-next v6 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v6 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v6 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v6 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
` [PATCH bpf-next v6 5/5] selftests/bpf: Add ksock test for async callback guard
support ZONE_RESET_ALL in liburing v2
2026-08-12 15:43 UTC (3+ messages)
` [PATCH 3/5] liburing: add io_uring_prep_cmd_zone_reset
[PATCH 0/5] x86/mm/pat: CPA fixes
2026-08-12 15:42 UTC (7+ messages)
[PATCH] intel-ci/i915/blocklist: Add sriov tests to blocklist
2026-08-12 15:41 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH] diff: avoid misleading statement about -l option
2026-08-12 15:42 UTC (3+ messages)
[PATCH] git: avoid segfault on "git --shallow-file" without a value
2026-08-12 15:42 UTC (3+ messages)
[PATCH V5 0/6] tools/perf: Add powerpc HTM auxtrace support
2026-08-12 15:41 UTC (4+ messages)
` [PATCH V5 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
[PATCH] drm/amdgpu: Disable runtime PM for externally attached dGPUs
2026-08-12 15:41 UTC (4+ messages)
0.5.13.5: unwanted alias expansions
2026-08-12 15:40 UTC (2+ messages)
[PATCH] arm64: dts: qcom: glymur: Mark USB controllers dma-coherent
2026-08-12 15:40 UTC
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-12 15:40 UTC (6+ messages)
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
[PATCH v2 0/4] qcow2: silent corruption when a dirty image becomes writable
2026-08-12 15:39 UTC (9+ messages)
` [PATCH v2 1/4] qcow2: do not clear the dirty bit when reopening a read-only node
` [PATCH v2 2/4] block: let bdrv_reopen_commit_post() report a failure
` [PATCH v2 3/4] block: remember the writability a reopen starts from
` [PATCH v2 4/4] qcow2: repair a dirty image when it becomes writable
[PATCH 0/4] odb: eagerly load alternates
2026-08-12 15:38 UTC (3+ messages)
` [PATCH v2 "
[OE-core][wrynose][PATCH] nghttp2: set status for CVE-2026-58055
2026-08-12 15:37 UTC (2+ messages)
[GIT PULL] Qualcomm clock updates for v7.3
2026-08-12 15:37 UTC (2+ messages)
[PATCH v2 mptcp-next 0/7] mptcp: address stall under memory pressure
2026-08-12 15:37 UTC (8+ messages)
` [PATCH v2 mptcp-next 7/7] mptcp: implemented OoO queue pruning
[PATCH RESEND v7] thunderbolt: Add device links for Apple T2 NHI
2026-08-12 15:37 UTC
[PATCH v6 000/103] tests/tcg: run tests with meson
2026-08-12 15:35 UTC (3+ messages)
` [PATCH v6 047/103] tests/tcg/arm: system tests
[PATCH] tests/sw_sync: fix invalid fd test
2026-08-12 15:33 UTC (2+ messages)
[PATCH] mtd: spi-nor: xmc: add locking to XM25QH128A
2026-08-12 15:18 UTC (3+ messages)
[PATCH] debug
2026-08-12 15:34 UTC (2+ messages)
` [PATCH RESEND v7] thunderbolt: Add device links for Apple T2 NHI
[PATCH 0/2] cpuidle/pmdomain: Correctly track state of excluded CPU clusters
2026-08-12 15:34 UTC (3+ messages)
` [PATCH 1/2] cpuidle: psci: Start CPU-cluster pmdomain OFF when OSI is used
[PATCH] target/i386: Set aliased x87 exponent bits to all 1s for MMX register writes
2026-08-12 15:32 UTC (2+ messages)
[RFC PATCH] net: track raw dev_put()/dev_hold() usage under CONFIG_NET_DEV_REFCNT_TRACKER=y
2026-08-12 14:54 UTC (2+ messages)
` [RFC PATCH v2] "
[PATCH export v3 0/4] mptcp: fix TCP fallback on single-subflow MP_FAIL
2026-08-12 15:32 UTC (4+ messages)
` [PATCH export v3 2/4] mptcp: reject joins after fallback in mptcp_is_fully_established
[GIT PULL] SCSI fixes for 7.2-rc7+
2026-08-12 15:31 UTC (2+ messages)
[PATCH v4 0/3] soc: qcom: ubwc: Fix link error
2026-08-12 15:32 UTC (3+ messages)
` [PATCH v4 3/3] soc: qcom: ubwc: Use IS_REACHABLE() instead of IS_ENABLED()
[PATCH] x86/alternatives: gracefully skip unrecognized indirect call instructions
2026-08-12 15:30 UTC (5+ messages)
[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
2026-08-12 15:30 UTC (3+ messages)
` [PATCH v1 13/17] xen/riscv: add unprivileged guest memory read helper
[PATCH] drm/amdkfd: fix integer overflow in queue ring buffer size calculation
2026-08-12 15:30 UTC
[PATCH] staging: rtl8723bs: fix space before tab in rtw_recv.h
2026-08-12 15:30 UTC
[PATCH v5 0/6] nfc: s3fwrn5: support the S3NRN4V variant
2026-08-12 15:28 UTC (4+ messages)
` [PATCH v5 5/6] "
[PATCH] drm/nouveau/uvmm: reject zero-length range in validate_range
2026-08-12 15:28 UTC (2+ messages)
[PATCH v2] cxl/mce: Avoid alias page retirement for corrected errors
2026-08-12 15:28 UTC (2+ messages)
[PATCH 0/2] drm/nouveau: guard two render-node NULL derefs of absent NVKM subdevices
2026-08-12 15:27 UTC (3+ messages)
` [PATCH 1/2] drm/nouveau/sw: prevent NULL deref of disp in vblank methods
[PATCH v5 3/4] drm/prime: use dma_buf_fd_install() to preserve export tracing
2026-08-12 15:27 UTC (3+ messages)
` [PATCH v6 0/4] dma-buf: fix fd leak when copy_to_user() fails after fd_install()
[MAINTAINERS SUMMIT] Any feedback for -next?
2026-08-12 15:27 UTC (3+ messages)
[LTP] [PATCH v3 0/4] test_macros: Add TST_EXP_PASS_OR_FAIL()
2026-08-12 15:26 UTC (3+ messages)
` [LTP] [PATCH v3 2/4] "
[PATCH 0/5] Fix GBETH TX scheduling policy for RZ/{V2H, V2N, G3E, T2H, N2H}
2026-08-12 15:26 UTC (11+ messages)
` [PATCH 1/5] arm64: dts: renesas: r9a09g057: Switch GBETH TX queue scheduling to WRR
` [PATCH 2/5] arm64: dts: renesas: r9a09g056: "
` [PATCH 3/5] arm64: dts: renesas: r9a09g047: "
` [PATCH 4/5] arm64: dts: renesas: r9a09g077: "
` [PATCH 5/5] arm64: dts: renesas: r9a09g078: "
[PATCH v1 0/3] mailbox: Provide devm variants for mbox_request_channel{,_byname}()
2026-08-12 15:25 UTC (4+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] serial: tegra-tcu: Make use of dev_err_probe() in .probe()
` [PATCH v1 3/3] serial: tegra-tcu: Make use of devm_mbox_request_channel_byname()
[PATCH] examples/skeleton: fix typo in initialization comment
2026-08-12 15:25 UTC
[PATCH v4 5/6] drm/panel: Use managed helpers in display vendor panels
2026-08-12 15:25 UTC
[BUG UPDATE] Further isolation: Massive Wi-Fi vs Ethernet divergence on WireGuard disconnect
2026-08-12 15:23 UTC (3+ messages)
[LTP] [PATCH] refluxfs: Check kernel reflink support before mount
2026-08-12 15:22 UTC
[PATCH v4 0/5] disas/riscv: Fix immediate decoding and extraction
2026-08-12 15:21 UTC (2+ messages)
[PATCH v1 0/3] Extend secure IPL support to virtio-blk-pci boot devices
2026-08-12 15:21 UTC (3+ messages)
` [PATCH v1 2/3] tests/functional/s390x/test_secure_ipl: Skip test if SIPL not supported by hypervisor
` [PATCH v1 3/3] tests/functional/s390x/test_secure_ipl: Add virtio-blk-pci boot dev case
[BUG] rockchip: v2026.07 fails to boot on GameForce Ace (RK3588S)
2026-08-12 15:22 UTC
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.