All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-16 09:52:32 to 2026-06-16 10:11:37 UTC [more...]

[PULL 00/83] riscv-to-apply queue
 2026-06-16 10:05 UTC  (70+ messages)
` [PULL 01/83] target/riscv/tcg: disable svpbmt if satp_mode < sv39
` [PULL 02/83] target/riscv: Align pmp size to pmp-granularity
` [PULL 03/83] target/riscv: Improve PMP address alignment readability
` [PULL 04/83] target/riscv/csr.c: do not allow mstatus MPV/GVA writes
` [PULL 05/83] target/riscv/csr.c: fix mstatus.UXL reserved value
` [PULL 06/83] disas/riscv.c: add 'cbo' insns to disassembler
` [PULL 07/83] target/riscv: Do not hide Sstc CSRs from gdbstub
` [PULL 08/83] target/riscv: Reject Svinval instructions in U-mode
` [PULL 09/83] target/riscv/insn_trans/trans_rvzicbo.c.inc: save opcode before helpers
` [PULL 10/83] target/riscv/cpu_helper.c: fault with reserved PTE.PBMT val
` [PULL 11/83] target/riscv/cpu_helper.c: allow LOAD_ADDR_MIS promotion to AMO fault
` [PULL 12/83] target/riscv: Fix size of gpr and gprh
` [PULL 13/83] target/riscv: Fix size of vector CSRs
` [PULL 14/83] target/riscv: Fix size of pc, load_[val|res]
` [PULL 15/83] target/riscv: Fix size of frm and fflags
` [PULL 16/83] target/riscv: Fix size of badaddr and bins
` [PULL 18/83] target/riscv: Fix size of priv_ver and vext_ver
` [PULL 19/83] target/riscv: Fix size of retxh
` [PULL 20/83] target/riscv: Fix size of ssp
` [PULL 21/83] target/riscv: Fix size of excp_uw2
` [PULL 22/83] target/riscv: Fix size of sw_check_code
` [PULL 23/83] target/riscv: Fix size of priv
` [PULL 24/83] target/riscv: Fix size of gei fields
` [PULL 25/83] target/riscv: Fix size of [m|s|vs]iselect fields
` [PULL 26/83] target/riscv: Fix arguments to board IMSIC emulation callbacks
` [PULL 27/83] target/riscv: Fix size of irq_overflow_left
` [PULL 28/83] target/riscv: Indent PMUFixedCtrState correctly
` [PULL 29/83] target/riscv: Replace target_ulong in riscv_cpu_get_trap_name()
` [PULL 30/83] target/riscv: Replace target_ulong in riscv_ctr_add_entry()
` [PULL 31/83] target/riscv: Fix size of trigger data
` [PULL 32/83] target/riscv: Fix size of mseccfg
` [PULL 33/83] target/riscv: Move debug.h include away from cpu.h
` [PULL 34/83] target/riscv: Move CSR declarations to separate csr.h header
` [PULL 35/83] target/riscv: Introduce externally facing CSR access functions
` [PULL 36/83] target/riscv: Make pmp.h target_ulong agnostic
` [PULL 37/83] target/riscv: Pass address as uint64_t in cpu_set_exception_base()
` [PULL 38/83] target/riscv: Fix pmp.h/cpu.h circular inclusion
` [PULL 39/83] target/riscv/cpu_helper.c: add PMA access fault
` [PULL 40/83] target/riscv/tcg: disable svnapot if satp_mode < sv39
` [PULL 41/83] disas/riscv.c: fix inst_length()
` [PULL 42/83] target/riscv: Initialize DisasContext::mo_endian once
` [PULL 43/83] target/riscv: Implement runtime data endianness via MSTATUS bits
` [PULL 44/83] target/riscv: De-indent some code in get_physical_address()
` [PULL 46/83] target/riscv: Fix page table walk endianness for big-endian harts
` [PULL 47/83] hw/riscv/boot: Rewrite setup_rom_reset_vec() using load/store API
` [PULL 48/83] hw/riscv/boot: Replace cpu_to_le32() -> const_le32()
` [PULL 49/83] target/riscv: Add big-endian CPU configuration field and reset logic
` [PULL 50/83] hw/riscv/boot: Honour data endianness
` [PULL 51/83] target/riscv: Expose and document the CPU 'big-endian' property
` [PULL 53/83] target/riscv: Add the implied rule for G extension
` [PULL 54/83] target/riscv: Add standard B extension implied rule
` [PULL 56/83] target/riscv: Improve alignment in riscv_cpu_dump_state
` [PULL 57/83] target/riscv: mask vxrm csrw write to the low 2 bits
` [PULL 58/83] target/riscv: Reorder Smrnmi CPU fields above CPU reset line
` [PULL 61/83] hw/riscv: Refactor riscv_iommu_ctx_put() for Bare mode handling
` [PULL 62/83] hw/riscv/virt.c: fix 'iommu-map' FDT entry
` [PULL 63/83] target/riscv: Set mstatus.FS dirty when scalar FP raises exceptions
` [PULL 64/83] target/riscv: rvv: Set mstatus.FS dirty when vector "
` [PULL 65/83] disas/riscv: enable `mnret` disassembly
` [PULL 66/83] target/riscv: add thead-c908 cpu support
` [PULL 67/83] hw/riscv: add k230 board initial support
` [PULL 68/83] hw/watchdog: add k230 watchdog "
` [PULL 69/83] tests/qtest: add test for K230 watchdog
` [PULL 73/83] hw/riscv/numa: make numa_enabled() public
` [PULL 75/83] hw/riscv/sifive_u.c: add intc_phandles array
` [PULL 78/83] hw/riscv/sifive_u.c: add cpu-map, cluster and core DTs
` [PULL 80/83] hw/riscv: add create_fdt_socket_cpus()
` [PULL 81/83] hw/riscv/spike.c: use create_fdt_socket_cpus()
` [PULL 82/83] hw/riscv/fdt_common.c: create create_fdt_socket_cpu_internal()

[PATCH v5] powerpc/pseries/Kconfig: Enable CONFIG_VPA_PMU to be used with KVM
 2026-06-16 10:09 UTC  (2+ messages)

[PATCH v3 0/6] Add Axiado SoC AX3000 and EVK board
 2026-06-16 10:10 UTC  (3+ messages)
` [PATCH v3 6/6] hw/arm: ax3000-soc: Enable Cadence GPIO controllers

[PATCH v4 00/30] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-16 10:08 UTC  (21+ messages)
` [PATCH v4 01/30] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v4 02/30] cachefiles: Fix double fput
` [PATCH v4 03/30] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH v4 04/30] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH v4 05/30] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH v4 06/30] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH v4 07/30] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH v4 08/30] netfs: Fix kdoc warning
` [PATCH v4 09/30] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v4 10/30] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v4 11/30] mm: Make readahead store folio count in readahead_control
` [PATCH v4 12/30] netfs: Bulk load the readahead-provided folios up front
` [PATCH v4 13/30] Add a function to kmap one page of a multipage bio_vec
` [PATCH v4 14/30] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v4 15/30] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v4 16/30] netfs: Add some tools for managing bvecq chains
` [PATCH v4 17/30] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v4 18/30] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v4 19/30] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v4 20/30] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()

[LTP] [PATCH v2 1/2] pids: fix cleanup of orphaned pids_task1 children
 2026-06-16 10:10 UTC  (2+ messages)
` [LTP] "

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-06-16 10:10 UTC  (3+ messages)
` [PATCH v2 0/2] rebase: add --squash to fold a range into its first commit

[PATCH 0/2] thermal: qcom: Add Qualcomm SPMI MBG thermal monitor support
 2026-06-16 10:10 UTC  (3+ messages)
` [PATCH 2/2] thermal: qcom: Add support for Qualcomm MBG thermal monitoring

[PATCH] net: airoha: fix foe_check_time allocation size
 2026-06-16  9:49 UTC 

[PATCH v4 00/12] Support ACPI and SETAASA device discovery
 2026-06-16 10:10 UTC  (34+ messages)
` [PATCH v4 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v4 02/12] i3c: master: Use unified device property interface
` [PATCH v4 03/12] i3c: master: Support ACPI enumeration of child devices
` [PATCH v4 04/12] i3c: master: Add support for devices using SETAASA
` [PATCH v4 05/12] i3c: master: Add support for devices without PID
` [PATCH v4 06/12] i3c: master: match I3C device through DT and ACPI
` [PATCH v4 07/12] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v4 08/12] i3c: dw-i3c-master: Add a quirk to skip clock and reset
` [PATCH v4 09/12] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH v4 10/12] hwmon: spd5118: Remove 16-bit addressing
` [PATCH v4 11/12] hwmon: spd5118: Add I3C support
` [PATCH v4 12/12] arm64: defconfig: Enable I3C and SPD5118 hwmon

[LTP] [PATCH] clock_settime/4-1: CLOCK_MONOTONIC for timer validation
 2026-06-16 10:09 UTC  (2+ messages)
` [LTP] "

[PATCH for-4.22? 0/9] domctl: XSA-492 and -491 follow-on
 2026-06-16 10:09 UTC  (12+ messages)
` [PATCH for-4.22? 7/9] domctl: restrict permission check for XEN_DOMCTL_memory_mapping's remove form
` [PATCH for-4.22? 8/9] x86/domctl: don't imply I/O port permissions from I/O port mapping
` [PATCH for-4.22? 9/9] x86/HVM: more checking for XEN_DOMCTL_ioport_mapping

[LTP] [PATCH] tst_security.sh: Fix bug in tst_disable_selinux()
 2026-06-16 10:09 UTC  (2+ messages)
` [LTP] "

[PATCH v2 0/1] xhci fixup patch for usb-next
 2026-06-16 10:09 UTC  (2+ messages)
` [PATCH v2 1/1] xhci: dbc: support runtime suspend while DbC is in enabled state

[PATCH 0/4] drm/{i915,xe}: unify runtime pm calls
 2026-06-16 10:09 UTC  (3+ messages)
` [PATCH 4/4] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold

[PATCH 0/4] input: misc: Add an initial driver for haptics inside Qcom PMIH010x PMIC
 2026-06-16 10:08 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: input: Add binding for Qualcomm SPMI PMIC haptics
` [PATCH 2/4] dt-bindings: mfd: qcom,spmi-pmic: Document haptics device
` [PATCH 3/4] input: misc: Add Qualcomm SPMI PMIC haptics driver
` [PATCH 4/4] arm64: dts: qcom: Add PMIH0108 haptics device node

[RFC PATCH] mm: batch link_file_vma calls in dup_mmap
 2026-06-16 10:08 UTC  (2+ messages)

[PATCH v3 0/3] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-16 10:07 UTC  (3+ messages)
` [PATCH v3 3/3] mm/kmemleak: stop the per-cpu and struct page scans early too

[PATCH] bitbake-setup: pass install-buildtools options from config and CLI
 2026-06-16 10:06 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH v2 0/7] x86/kexec: Secure Boot support
 2026-06-16 10:06 UTC  (5+ messages)
` [PATCH 5/7] x86/kexec: Implement new EFI load types

[PATCH v3 0/3] arm64: dts: imx93-11x11-evk: Add DY1212W-4856 LVDS panel
 2026-06-16 10:05 UTC  (3+ messages)
` [PATCH v3 3/3] "

[PATCH V13 0/9] Add Invensense ICM42607
 2026-06-16 10:04 UTC  (4+ messages)
` [PATCH V13 7/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-16 10:04 UTC  (5+ messages)
` [PATCH v4 06/23] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v4 07/23] ext4: do not use data=ordered mode for inodes using buffered iomap path

[PATCH] block: qcow2-bitmap: fix persistent bitmap corruption on ENOSPC
 2026-06-16 10:03 UTC  (3+ messages)

[PATCH 0/4] hypercall string inputs
 2026-06-16 10:04 UTC  (7+ messages)
` [PATCH 2/4] libxc: drop size parameter from xc_flask_context_to_sid()
` [PATCH 4/4] lib: make safe_copy_string_from_guest() validate input

[PATCH 6.12.y-cip 00/17] Backport RZ/G3S USB support
 2026-06-16 10:04 UTC  (5+ messages)
  ` [cip-dev] "

[PATCH net-next 0/5] tls: reject the combination of TLS and sockmap
 2026-06-16 10:04 UTC  (3+ messages)
` [PATCH net-next 3/5] selftests/bpf: remove sockmap + ktls tests

[PATCH] staging: rtl8723bs: Fix multi-line comment style in rtw_mlme.h
 2026-06-16 10:03 UTC 

[PATCH net] net: dst_metadata: fix false-positive memcpy overflow in tun_dst_unclone
 2026-06-16 10:03 UTC 

[REGRESSION] usb: core: interrupt-IN wBytesPerInterval fixup (727d045d064b) breaks RTL8153 in Lenovo dock
 2026-06-16  9:49 UTC 

[meta-python][PATCH 1/3] python3-aiodns: Upgrade 4.0.0 -> 4.0.4
 2026-06-16 10:02 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-sh: Upgrade 2.2.2 -> 2.3.0
` [meta-python][PATCH 3/3] python3-virtualenv: Upgrade 21.4.2 -> 21.5.0

[PATCH v2] genirq: Add the entropy pool function to the PPI interrupt handler
 2026-06-16 10:02 UTC 

[PATCH 0/4] iio: adc: new ti-ads112c14 driver
 2026-06-16 10:03 UTC  (4+ messages)
` [PATCH 3/4] iio: adc: ti-ads112c14: implement gain on internal short SYS_MON channel

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes
 2026-06-16 10:02 UTC  (5+ messages)
` [Patch v3 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities

[PATCH v9 0/2] Add Xiaomi 12 Lite 5G (taoyao) device tree
 2026-06-16 10:01 UTC  (3+ messages)
` [PATCH v9 2/2] arm64: dts: qcom: Add Xiaomi 12 Lite 5G (taoyao) DTS

[PATCH 0/3] phy: nuvoton: extend MA35D1 USB2 PHY driver for dual-port OTG support
 2026-06-16 10:01 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: phy: nuvoton,ma35d1-usb2-phy: extend "

[PATCH v2] scsi: ufs: sysfs: Add HS_GEAR6 string in power_info/gear sysfs output
 2026-06-16 10:01 UTC  (2+ messages)
` [PATCH v3] "

[PATCH bpf] bpf: Add missing access_ok call to copy_user_syms
 2026-06-16 10:01 UTC  (3+ messages)

qcom: update ADSP firmware for qcs615 platform
 2026-06-16 10:00 UTC  (2+ messages)

[PATCH v13 0/6] branch: prune-merged
 2026-06-16  9:59 UTC  (8+ messages)
` [PATCH v14 "
  ` [PATCH v14 4/6] branch: add --prune-merged <branch>
  ` [PATCH v14 5/6] branch: add branch.<name>.pruneMerged opt-out
  ` [PATCH v14 6/6] branch: add --dry-run for --prune-merged

[PATCH v3] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-16  9:47 UTC  (2+ messages)

[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-16  9:59 UTC  (4+ messages)
` [PATCH v10 28/31] cxl/mem: Trace Dynamic capacity Event Record

[GIT PULL] intel-gpio for 7.1-1
 2026-06-16  9:59 UTC  (4+ messages)

[PATCH v2 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-16  9:59 UTC  (11+ messages)

[PATCH v3 0/7] drm/i915/display: reduce the pm demand peak bw based on display data rate
 2026-06-16  9:58 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/display: reduce the pm demand peak bw based on display data rate (rev2)

[PATCH] gpiolib: acpi: Add quirk for ASUS ROG Strix G614 series
 2026-06-16  9:58 UTC  (4+ messages)

[PATCH] usb: serial: option: add multiple VID/PID
 2026-06-16  9:56 UTC 

[PATCH] staging: rtl8723bs: Fix block comment style in rtw_mlme.h
 2026-06-16  9:54 UTC 

[PATCH] driver core: Add error handling in virtual_device_parent()
 2026-06-16  9:55 UTC  (3+ messages)

[PATCH 0/2] ethdev: fix fast-path ops on a stopped port
 2026-06-16  9:54 UTC  (3+ messages)
` [PATCH 2/2] ethdev: return 0 from dummy queue count

Patch "vsock/virtio: fix potential unbounded skb queue" has been added to the 7.0-stable tree
 2026-06-16  9:53 UTC 

[PATCH] drm/i915/backlight: Set brightness to 0 on disable
 2026-06-16  9:54 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH v6 0/2] gpiolib: acpi: Add robust bounds-checking and safe address handling
 2026-06-16  9:54 UTC  (3+ messages)

[PATCH] dts: avoid Scapy MAC resolution in Rx split test
 2026-06-16  9:53 UTC  (3+ messages)

[PATCH v4 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-06-16  9:53 UTC  (5+ messages)
` [PATCH v4 09/10] fuse: add zero-copy over io-uring

[PATCH 0/1] xhci fixup patch for usb-next
 2026-06-16  9:53 UTC  (4+ messages)
` [PATCH 1/1] xhci: dbc: support runtime suspend while DbC is in enabled state

[PATCH 1/1] drm/amdgpu: clean up discovery and preempt sysfs entries on shutdown
 2026-06-16  9:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] arm64: dts: qcom: qcs6490-rubikpi3: Enable cameras
 2026-06-16  7:29 UTC 

[PATCH v2] drm/i915/alpm: Move the check for PSR and Fixed RR in compute_config_late
 2026-06-16  9:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/alpm: Move the check for PSR and Fixed RR in compute_config_late (rev2)

[PATCH V2] target/loongarch: clear the registers when cpu is reset
 2026-06-16  9:25 UTC 

[PATCH v3 0/2] system/memory: Make ram device region directly accessible
 2026-06-16  9:51 UTC  (5+ messages)
` [PATCH v3 1/2] system/memory: Use qemu_ram_{copy, move}() in ram device region accessors


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.