All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-11 22:06:03 to 2026-07-11 23:10:55 UTC [more...]

[RFC PATCH 000/134] qom: Make composition-tree parenting mandatory
 2026-07-11 22:36 UTC  (127+ messages)
` [RFC PATCH 001/134] qom: Introduce object_new_child()
` [RFC PATCH 002/134] qdev: Rename qdev_new()/qdev_try_new() to *_orphan()
` [RFC PATCH 003/134] qdev: Reintroduce qdev_new() with a mandatory QOM parent
` [RFC PATCH 004/134] sysbus: Make sysbus_create_simple()/_varargs() take a "
` [RFC PATCH 005/134] pci: Make pci_new*()/pci_create_simple*() "
` [RFC PATCH 006/134] isa: Make isa_new()/isa_try_new()/isa_create_simple() "
` [RFC PATCH 007/134] i2c: Make i2c_slave_new()/i2c_slave_create_simple() "
` [RFC PATCH 008/134] ssi, usb: Make bus-layer creators "
` [RFC PATCH 009/134] cpu: Make cpu_create() "
` [RFC PATCH 010/134] hw/avr: Give onboard devices "
` [RFC PATCH 011/134] hw/tricore: "
` [RFC PATCH 012/134] hw/xtensa: "
` [RFC PATCH 013/134] hw/alpha: "
` [RFC PATCH 014/134] hw/nitro: "
` [RFC PATCH 015/134] hw/vmapple: "
` [RFC PATCH 016/134] hw/hppa: "
` [RFC PATCH 017/134] hw/microblaze: "
` [RFC PATCH 018/134] hw/sh4: "
` [RFC PATCH 019/134] hw/s390x: "
` [RFC PATCH 020/134] hw/or1k: "
` [RFC PATCH 021/134] hw/loongarch: "
` [RFC PATCH 022/134] hw/intc: "
` [RFC PATCH 023/134] hw/pci-host: "
` [RFC PATCH 024/134] hw/core: "
` [RFC PATCH 025/134] hw/remote: "
` [RFC PATCH 026/134] hw/ufs: "
` [RFC PATCH 027/134] hw/nvme: "
` [RFC PATCH 028/134] hw/vfio: "
` [RFC PATCH 029/134] hw/mem: "
` [RFC PATCH 030/134] hw/cxl: "
` [RFC PATCH 031/134] hw/hexagon: "
` [RFC PATCH 032/134] hw/xen: "
` [RFC PATCH 033/134] hw/display: "
` [RFC PATCH 034/134] hw/nvram: "
` [RFC PATCH 035/134] hw/dma: "
` [RFC PATCH 036/134] hw/misc: "
` [RFC PATCH 037/134] hw/scsi: "
` [RFC PATCH 038/134] hw/net: "
` [RFC PATCH 039/134] hw/ide: "
` [RFC PATCH 040/134] hw/i3c: "
` [RFC PATCH 041/134] hw/pci-bridge: "
` [RFC PATCH 042/134] hw/sparc64: "
` [RFC PATCH 043/134] hw/sparc: "
` [RFC PATCH 044/134] hw/m68k: "
` [RFC PATCH 045/134] hw/rtc: "
` [RFC PATCH 046/134] hw/i2c: "
` [RFC PATCH 047/134] hw/block: "
` [RFC PATCH 048/134] hw/char: "
` [RFC PATCH 049/134] hw/isa: "
` [RFC PATCH 050/134] hw/pci: "
` [RFC PATCH 051/134] hw/riscv: "
` [RFC PATCH 052/134] hw/mips: "
` [RFC PATCH 053/134] hw/i386: "
` [RFC PATCH 054/134] hw/ppc: "
` [RFC PATCH 055/134] hw/pci, hw/isa: Give VGA and slot-NIC helpers "
` [RFC PATCH 056/134] hw/arm/virt: Give onboard devices "
` [RFC PATCH 057/134] hw/arm/sbsa-ref: "
` [RFC PATCH 058/134] hw/arm/xilinx-zynq: "
` [RFC PATCH 059/134] hw/arm/xlnx-versal, xlnx-zynqmp: "
` [RFC PATCH 060/134] hw/arm/realview, integratorcp: "
` [RFC PATCH 061/134] hw/arm/npcm: "
` [RFC PATCH 062/134] hw/arm/versatile, vexpress: "
` [RFC PATCH 063/134] hw/arm/stellaris, musicpal: "
` [RFC PATCH 064/134] hw/arm/exynos: "
` [RFC PATCH 065/134] hw/arm/allwinner: "
` [RFC PATCH 066/134] hw/arm/strongarm: "
` [RFC PATCH 067/134] hw/arm/omap: "
` [RFC PATCH 068/134] hw/arm/mps2: "
` [RFC PATCH 069/134] hw/arm/imx: "
` [RFC PATCH 070/134] hw/arm/misc: "
` [RFC PATCH 071/134] hw/arm/aspeed: Give onboard devices a QOM parent (part 1)
` [RFC PATCH 072/134] hw/arm/aspeed: Give onboard devices a QOM parent (part 2)
` [RFC PATCH 073/134] hw/nvram/at24c: Give at24c_eeprom_init() a QOM parent
` [RFC PATCH 074/134] hw/i386/pc: Give pcspk "
` [RFC PATCH 075/134] hw/timer, hw/net: Give i8254 and isa-ne2000 helpers "
` [RFC PATCH 076/134] hw/misc/unimp: Give create_unimplemented_device() "
` [RFC PATCH 077/134] hw/usb: Give -usbdevice and auto-hub devices "
` [RFC PATCH 078/134] hw/audio: Give -audio model= "
` [RFC PATCH 079/134] hw/xen: Give xenstore-driven backend "
` [RFC PATCH 080/134] hw/nitro: Give the vsock bridge "
` [RFC PATCH 081/134] hw/isa: Give the isabus-bridge "
` [RFC PATCH 082/134] net, target/mips: Give -nic and CPU-with-clock helpers "
` [RFC PATCH 083/134] usb, ssi, i2c: Remove *_orphan() creator variants
` [RFC PATCH 084/134] isa: "
` [RFC PATCH 085/134] pci: "
` [RFC PATCH 086/134] cpu: Remove cpu_create_orphan()
` [RFC PATCH 087/134] sysbus: Remove *_orphan() creator variants
` [RFC PATCH 088/134] qdev: Remove qdev_new_orphan() and qdev_try_new_orphan()
` [RFC PATCH 089/134] memory: Accept non-device owners in memory_region_init_ram()
` [RFC PATCH 090/134] hw/misc-boards: Give memory regions an explicit owner
` [RFC PATCH 091/134] hw/mips: "
` [RFC PATCH 092/134] hw/riscv: "
` [RFC PATCH 093/134] hw/i386: "
` [RFC PATCH 094/134] hw/arm: "
` [RFC PATCH 095/134] hw/arm/omap1: "
` [RFC PATCH 096/134] hw/sh4: "
` [RFC PATCH 097/134] hw/m68k: "
` [RFC PATCH 098/134] hw/ppc: "
` [RFC PATCH 099/134] hw/tricore: "
` [RFC PATCH 100/134] hw/xtensa: "
` [RFC PATCH 101/134] hw/display: "
` [RFC PATCH 102/134] hw/arm/omap: Give lcdc and dma "
` [RFC PATCH 103/134] hw/char: Give parallel and htif "
` [RFC PATCH 104/134] hw/remote: Give "
` [RFC PATCH 105/134] system, backends: Give named "
` [RFC PATCH 106/134] hw/ide: Let ide_init_ioport() take "
` [RFC PATCH 107/134] memory: Require an owner for named memory regions
` [RFC PATCH 108/134] irq: Rename qemu_allocate_irq*() and friends to *_orphan()
` [RFC PATCH 109/134] irq: Reintroduce qemu_allocate_irq*() with a mandatory owner and name
` [RFC PATCH 110/134] hw/pci, hw/usb, system: Give allocated IRQs an "
` [RFC PATCH 111/134] hw/i386, hw/xen: "
` [RFC PATCH 112/134] hw/arm: "
` [RFC PATCH 113/134] hw/xtensa: "
` [RFC PATCH 114/134] hw: "
` [RFC PATCH 115/134] hw/core: Parent GPIO input IRQs and embedded IRQState via QOM
` [RFC PATCH 116/134] irq: Delete the *_orphan() IRQ allocation variants
` [RFC PATCH 117/134] sysbus: Parent main-system-bus directly under /machine
` [RFC PATCH 118/134] accel: Parent the accelerator singleton "
` [RFC PATCH 119/134] hw/core/reset: Give the root reset container and legacy shims a QOM path
` [RFC PATCH 120/134] system: Parent per-MR helper objects under their owner
` [RFC PATCH 121/134] hw/virtio, hw/display: Parent per-device helper objects
` [RFC PATCH 122/134] hw/i386/amd_iommu: Parent internally-created AMDVI-PCI under the IOMMU
` [RFC PATCH 123/134] hw/s390x, hw/remote: Parent per-devfn IOMMU objects
` [RFC PATCH 124/134] hw/pci-host/raven: Parent the OR-IRQ under the host bridge
` [RFC PATCH 125/134] hw/arm/mps2: Parent the OR-IRQ gates under the machine
` [RFC PATCH 126/134] hw/arm/digic: Parent the DIGIC SoC "

[PATCH v3 1/2] iio: accel: kxsd9: fix Use-After-Free in remove()
 2026-07-11 23:08 UTC  (3+ messages)
` [PATCH v3 2/2] iio: accel: kxsd9: fix runtime PM leaks and unchecked returns

[PATCH] drm/modes: reject out-of-range GTF blanking duty cycle
 2026-07-11 23:07 UTC 

[PATCH 0/2] git-subtree: Bail out if we find output from Rust rewrite
 2026-07-11 23:04 UTC  (7+ messages)
` [PATCH 2/2] git-subtree: Bail out if we find output from Rust rewrite (test)
    ` [PATCH 1/2] git-subtree: Bail out if we find output from Rust rewrite
        ` [PATCH 1/2] git-subtree: Bail out if we find output from Rust rewrite [and 1 more messages]

[linusw-pinctrl:for-next] BUILD SUCCESS a7c4e636e400e3d919b078ece1a6101dd9ebfe8c
 2026-07-11 23:01 UTC 

[PATCH] app: remove use of strncpy
 2026-07-11 22:57 UTC  (2+ messages)

[PATCH] Input: i8042 - replace strlcat() with seq_buf and scnprintf()
 2026-07-11 22:51 UTC  (2+ messages)

[PATCH] iio: imu: inv_icm42600: fix timestamp clock period by using lower value
 2026-07-11 22:51 UTC  (4+ messages)

[PATCH] Kernel 7.2: fix for crash during init of thunderbolt driver
 2026-07-11 22:51 UTC 

[PATCH v4] power: supply: macsmc: Support macOS 27 SMC firmware
 2026-07-11 22:48 UTC 

[git pull] Input updates for v7.2-rc2
 2026-07-11 22:48 UTC  (2+ messages)

[PATCH] Input: joydev - replace ev_match boolean with goto for early exit
 2026-07-11 22:47 UTC  (2+ messages)

[PATCH] meson: wire up USE_NSEC build knob
 2026-07-11 22:46 UTC  (6+ messages)

[PATCH] app/flow-perf: replace RTE_BE32/16 with rte_cpu_to_be_32/16 for variables
 2026-07-11 22:45 UTC  (2+ messages)

[PATCH] iio: light: gp2ap002: Disable regulators on resume failure
 2026-07-11 22:46 UTC  (3+ messages)

[PATCH] btrfs: free mapping node on duplicate reloc root insert
 2026-07-11 22:45 UTC  (2+ messages)

[Bug 221744] New: amd_pstate / ACPI: CPU frequency locked at 520MHz when AC disconnected with lid closed during s2idle on HP EliteBook 6 G1ah 14
 2026-07-11 22:42 UTC  (2+ messages)
` [Bug 221744] "

[PATCH] rust: error: use pr_warn_once! in from_errno
 2026-07-11 22:40 UTC  (3+ messages)

[PATCH] iio: light: rpr0521: Propagate regcache_sync() errors
 2026-07-11 22:40 UTC  (3+ messages)

[PATCH] dt-bindings: input: fix bracket
 2026-07-11 22:38 UTC  (2+ messages)

[bluetooth-next:master] BUILD SUCCESS eab19cb7618e5c50fd1f8c1efdc4e66e16575975
 2026-07-11 22:37 UTC 

[PATCH] iio: light: vcnl4035: Propagate regcache_sync() errors
 2026-07-11 22:37 UTC  (3+ messages)

Bug#1141670: util-linux: very slow code and undefined behaviour in handle_interrupt
 2026-07-11 22:34 UTC 

[PATCH v2] iio: dac: m62332: Fix regulator reference count imbalance
 2026-07-11 22:34 UTC  (2+ messages)

[android-common:android14-kiwi-6.1 180/180] fs/jfs/jfs_dtree.c:2894 jfs_readdir() warn: impossible condition '(stbl[i] > 127) => (0-127 > 127)'
 2026-07-11 22:31 UTC 

[PATCH v2] iio: temperature: hid-sensor-temperature: switch to non-devm iio_device_register()
 2026-07-11 22:30 UTC  (3+ messages)

[PATCH] arm64: errata: Mitigate AmpereOne erratum AC03_CPU_57 and AC04_CPU_29
 2026-07-11 22:27 UTC  (3+ messages)

[PATCH v3 0/7] btrfs-progs: fscrypt updates
 2026-07-11 22:23 UTC  (2+ messages)

[PATCH 1/2] firmware_loader: builtin: ignore 0-size firmware
 2026-07-11 22:11 UTC  (2+ messages)

[Stable-11.0.3 00/81] Patch Round-up for stable 11.0.3, freeze on 2026-07-22
 2026-07-11 21:58 UTC  (43+ messages)
` [Stable-11.0.3 06/81] 9pfs/xen: implement msize_limit callback
` [Stable-11.0.3 12/81] hw/9pfs: add xattr FID limit to prevent memory exhaustion
` [Stable-11.0.3 17/81] tests/9p: add Txattrcreate / Rxattrcreate test client functions
` [Stable-11.0.3 18/81] hw/9pfs: enable xattr (mockup) support for synth fs driver
` [Stable-11.0.3 26/81] hw/9pfs/local: harden local_fid_fd() on FID types
` [Stable-11.0.3 27/81] target/riscv: Check PMP before updating PTE
` [Stable-11.0.3 33/81] virtio-net: validate RSS indirections_len in post_load
` [Stable-11.0.3 35/81] target/arm: Only evaluate SCR_EL3.PIEN if ARM_FEATURE_EL3 is present
` [Stable-11.0.3 41/81] s390x/pci: Shrink RPCIT ranges to registered window
` [Stable-11.0.3 45/81] hw/misc/edu: restrict dma access to dma buffer
` [Stable-11.0.3 46/81] hw/display/ati: reset host_data.next in write handler after flush
` [Stable-11.0.3 47/81] hw/display/ati: guard against zero bpp in ati_host_data_flush
` [Stable-11.0.3 49/81] tests/qtest/ahci: test ATAPI read completing after engine restart
` [Stable-11.0.3 50/81] hw/dma/i8257: Return zeroes for read_memory in verify mode
` [Stable-11.0.3 51/81] hw/scsi/mptsas: Reset doorbell state on reset
` [Stable-11.0.3 52/81] hw/display/qxl: Fix mono cursor validation that can read past a cursor chunk
` [Stable-11.0.3 55/81] hw/arm/smmuv3: Update ATC invalidation check
` [Stable-11.0.3 56/81] hw/core/qdev-clock: Fix potential null pointer dereference
` [Stable-11.0.3 58/81] scsi: always send valid PREEMPT TYPE field
` [Stable-11.0.3 59/81] scsi: register again after PREEMPT without reservation
` [Stable-11.0.3 60/81] hw/net: fix e1000e/igb ip_len inflation by Ethernet minimum-frame padding
` [Stable-11.0.3 61/81] accel/tcg: Use TLB_FORCE_SLOW not TLB_MMIO for user-only plugins
` [Stable-11.0.3 62/81] accel/tcg: Make PageFlagsNodes' start and last immutable
` [Stable-11.0.3 63/81] tcg/loongarch64: Fix cmp_vec with TCG_COND_NE
` [Stable-11.0.3 64/81] target/sh4: fixup tcg for sh4 fipr/ftrv instructions
` [Stable-11.0.3 65/81] crypto/x509-utils: fix gnutls error code in crt_init failure path
` [Stable-11.0.3 66/81] hw/ufs: avoid double unref of wrapped scsi-hd
` [Stable-11.0.3 67/81] hw/riscv/riscv-iommu.c: fix fault type for spa_fetch() faults
` [Stable-11.0.3 68/81] hw/riscv/riscv-iommu.c: check for reserved PTE bits
` [Stable-11.0.3 69/81] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access
` [Stable-11.0.3 70/81] hw/riscv/riscv-iommu.c: fault for non-user PTE in G_STAGE
` [Stable-11.0.3 71/81] hw/riscv/riscv-iommu.c: check reserved MSI PTE basic bits
` [Stable-11.0.3 72/81] hw/riscv/riscv-iommu-sys.c: record fault on IOMMU-generated MSI write
` [Stable-11.0.3 73/81] hw/riscv/riscv-iommu.c: check for misaligned IOHGATP_PPN
` [Stable-11.0.3 74/81] hw/riscv/riscv-iommu.c: update ioval2 when faulting in spa_fetch()
` [Stable-11.0.3 75/81] hw/riscv/riscv-iommu: forbid GATE/SADE if caps.AMO_HWADD is zero
` [Stable-11.0.3 76/81] hw/riscv/riscv-iommu: Avoid caching PCI device IDs
` [Stable-11.0.3 77/81] hw/riscv/riscv-iommu.c: set ftype and iova in riscv_iommu_ctx()
` [Stable-11.0.3 78/81] hw/pci/pcie_doe: Check mailbox length for overflows
` [Stable-11.0.3 79/81] tests: allow differences in SPCR
` [Stable-11.0.3 80/81] hw/acpi: correct field sequence in SPCR table
` [Stable-11.0.3 81/81] tests: update SPCR loongarch64 and riscv64 test data

[PATCH v2 0/3] hw/riscv/riscv-iommu.c: additional PTE checks
 2026-07-11 22:08 UTC  (4+ messages)
` [PATCH v2 2/3] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access


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.