messages from 2023-02-27 14:08:09 to 2023-02-27 14:37:53 UTC [more...]
[PATCH v14 00/60] Xen HVM support under KVM
2023-02-27 14:28 UTC (9+ messages)
` [PATCH v14 03/60] xen: Add XEN_DISABLED mode and make it default
` [PATCH v14 09/60] i386/xen: handle guest hypercalls
` [PATCH v14 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v14 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v14 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v14 48/60] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v14 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v14 50/60] hw/xen: Add backend implementation of interdomain event channel support
[PATCH] rust: Enable the new_uninit feature for kernel and driver crates
2023-02-27 14:34 UTC (4+ messages)
[Intel-gfx] [PATCH] drm/tests: Suballocator test
2023-02-27 14:36 UTC (5+ messages)
` [Intel-xe] "
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
2023-02-27 14:10 UTC (5+ messages)
` [PATCH v2 02/20] vfio/migration: Refactor vfio_save_block() to return saved data size
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions
[Intel-gfx] [PATCH] drm/edid: Fix csync detailed mode parsing
2023-02-27 14:36 UTC (2+ messages)
` "
[RESEND PULL 000/126] Buildsys / QOM / QDev / UI patches for 2023-02-27
2023-02-27 14:02 UTC (93+ messages)
` [PULL 011/126] target/hppa: Extract system helpers to sys_helper.c
` [PULL 013/126] target/loongarch/cpu: Remove unused "sysbus.h" header
` [PULL 016/126] target/ppc/kvm: "
` [PULL 017/126] target/ppc: Fix warning with clang-15
` [PULL 018/126] target/riscv/cpu: Move Floating-Point fields closer
` [PULL 019/126] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
` [PULL 020/126] target/xtensa/cpu: Include missing "memory.h" header
` [PULL 021/126] target/tricore: Remove unused fields from CPUTriCoreState
` [PULL 022/126] qom/object_interfaces: Fix QAPI headers included
` [PULL 023/126] trace: Do not try to include QMP commands in user emulation binaries
` [PULL 025/126] tcg: Silent -Wmissing-field-initializers warning
` [PULL 027/126] accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
` [PULL 028/126] accel/xen: Remove dead code
` [PULL 029/126] accel/kvm: Silent -Wmissing-field-initializers warning
` [PULL 030/126] sysemu/kvm: Remove CONFIG_USER_ONLY guard
` [PULL 033/126] softmmu: Silent -Wmissing-field-initializers warning
` [PULL 034/126] softmmu: Extract watchpoint API from physmem.c
` [PULL 035/126] qemu/typedefs: Sort in case-insensitive alphabetical order (again)
` [PULL 036/126] hw/nubus/nubus-device: Fix memory leak in nubus_device_realize
` [PULL 039/126] hw/i386/x86: Reduce init_topo_info() scope
` [PULL 040/126] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
` [PULL 041/126] hw/isa/lpc_ich9: Unexport PIRQ functions
` [PULL 042/126] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
` [PULL 043/126] hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()
` [PULL 044/126] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
` [PULL 046/126] hw/isa/lpc_ich9: Connect PM stuff to LPC internally
` [PULL 047/126] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
` [PULL 048/126] hw/i386/ich9: Remove redundant GSI_NUM_PINS
` [PULL 050/126] hw/i386/ich9: Clean up includes
` [PULL 051/126] hw: Move ich9.h to southbridge/
` [PULL 052/126] hw/pci: Fix a typo
` [PULL 053/126] hw/intc/i8259: Document i8259_init()
` [PULL 054/126] hw/isa/i82378: Rename output IRQ as 'cpu_intr'
` [PULL 055/126] hw/isa/i82378: Remove intermediate IRQ forwarder
` [PULL 056/126] hw/isa/vt82c686: "
` [PULL 057/126] hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusState
` [PULL 058/126] hw/isa: Remove empty ISADeviceClass structure
` [PULL 059/126] hw/isa: Reorder to separate ISABus* vs ISADevice* functions
` [PULL 060/126] hw/isa: Un-inline isa_bus_from_device()
` [PULL 061/126] hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()
` [PULL 062/126] hw/isa: Use isa_address_space_io() to reduce access on global 'isabus'
` [PULL 065/126] hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available
` [PULL 066/126] hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
` [PULL 067/126] hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument
` [PULL 068/126] hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data
` [PULL 069/126] hw/timer/hpet: Include missing 'hw/qdev-properties.h' header
` [PULL 070/126] hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
` [PULL 071/126] hw/audio/es1370: Avoid forward-declaring ES1370State
` [PULL 072/126] hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
` [PULL 074/126] hw/audio/ac97: Split off some definitions to a header
` [PULL 075/126] hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBus
` [PULL 076/126] hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()
` [PULL 078/126] hw/usb/ohci: Use OHCIState type definition
` [PULL 079/126] hw/usb/ohci: Code style fix comments
` [PULL 080/126] hw/usb/ohci: Code style fix white space errors
` [PULL 081/126] hw/usb/ohci: Code style fix missing braces and extra parenthesis
` [PULL 082/126] hw/usb/ohci: Move a function next to where it is used
` [PULL 083/126] hw/usb/ohci: Add trace points for register access
` [PULL 084/126] hw/usb/ohci: Fix typo
` [PULL 085/126] hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
` [PULL 086/126] hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro
` [PULL 087/126] hw/usb/xhci-nec: Declare QOM macros for NEC_XHCI
` [PULL 088/126] hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macro
` [PULL 089/126] hw/display/sm501: Embed OHCI QOM child in chipset
` [PULL 090/126] hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
` [PULL 091/126] hw/display/sm501: Implement more 2D raster operations
` [PULL 093/126] hw/ppc/sam460ex: Correctly set MAL properties
` [PULL 094/126] block/vvfat: Remove pointless check of NDEBUG
` [PULL 095/126] scripts/checkpatch.pl: Do not allow assert(0)
` [PULL 096/126] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
` [PULL 097/126] hw/i386/xen: Remove unused 'hw/ide.h' include from header
` [PULL 099/126] hw/ide/mmio: Use CamelCase for MMIO_IDE state name
` [PULL 100/126] hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
` [PULL 101/126] hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
` [PULL 102/126] hw/ide/isa: Remove intermediate ISAIDEState::irq variable
` [PULL 103/126] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
` [PULL 105/126] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
` [PULL 106/126] hw/ide: Un-inline ide_set_irq()
` [PULL 107/126] hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
` [PULL 108/126] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
` [PULL 109/126] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
` [PULL 110/126] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
` [PULL 112/126] hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
` [PULL 113/126] hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
` [PULL 116/126] hw/ide/piix: Remove unused includes
` [PULL 118/126] hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus
` [PULL 119/126] hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS
` [PULL 122/126] dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
` [PULL 123/126] dump: Clean included headers
` [PULL 124/126] dump: Simplify compiling win_dump.o by introducing win_dump_available()
` [PULL 125/126] dump: Add create_win_dump() stub for non-x86 targets
` [PULL 126/126] ui/cocoa: user friendly characters for release mouse
[BUG] blacklist: Problem blacklisting hash (-13) during boot
2023-02-27 14:36 UTC (7+ messages)
` [External] "
[PATCH AUTOSEL 5.15 01/25] drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
2023-02-27 14:34 UTC (4+ messages)
` [PATCH AUTOSEL 5.15 10/25] HID: multitouch: Add quirks for flipped axes
[Intel-xe] [PATCH 0/6] Assorted MOCS updates
2023-02-27 14:34 UTC (5+ messages)
` [Intel-xe] [PATCH 1/6] drm/xe/mocs: Drop unwanted TGL table
` [Intel-xe] [PATCH 3/6] drm/xe/mocs: Drop xe_mocs_info_index
[PATCH v2 net-next 0/5] add ethtool categorized statistics
2023-02-27 14:31 UTC (7+ messages)
` [PATCH v2 net-next 3/5] net: dsa: microchip: add eth mac grouping for ethtool statistics
What to do about warnings: `WRT: Overriding region id X`
2023-02-27 14:34 UTC
[GIT PULL FOR v6.3] NXP i.MX8 ISI driver
2023-02-27 14:33 UTC (3+ messages)
[PATCH] Avoid deadlock for recursive I/O on dm-thin when used as swap
2023-02-27 14:31 UTC
[PULL 00/25] target-arm queue
2023-02-27 14:01 UTC (12+ messages)
` [PULL 03/25] target/arm: Wrap TCG-only code in debug_helper.c
` [PULL 05/25] target/arm: move helpers to tcg/
` [PULL 06/25] target/arm: Move psci.c into the tcg directory
` [PULL 09/25] target/arm: Move regime_using_lpae_format into internal.h
` [PULL 11/25] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [PULL 12/25] tests/avocado: add machine:none tag to version.py
` [PULL 13/25] hw/gpio/max7310: Simplify max7310_realize()
` [PULL 20/25] hw/intc/armv7m_nvic: Use QOM cast CPU() macro
` [PULL 21/25] hw/arm/musicpal: Remove unused dummy MemoryRegion
` [PULL 22/25] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
` [PULL 24/25] hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
[PATCH v3 0/4] introduce generic implementation of macros from bug.h
2023-02-27 14:29 UTC (5+ messages)
` [PATCH v3 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME
` [PATCH v3 2/4] xen: change <asm/bug.h> to <xen/bug.h>
[PATCH] wifi: mt76: add a check of vzalloc in mt7615_coredump_work
2023-02-27 14:28 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] block: ublk: enable zoned storage support
2023-02-27 14:29 UTC (4+ messages)
[PATCH v1 0/3] Meson A1 32-bit support
2023-02-27 14:28 UTC (5+ messages)
[PATCH v16 00/11] s390x: CPU Topology
2023-02-27 14:27 UTC (24+ messages)
` [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
` [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology
[igt-dev] [PATCH v2 i-g-t] runner: check disk limit at dumping kmsg
2023-02-27 14:27 UTC
[PATCH v5 0/5] Stop using insecure transports
2023-02-27 14:26 UTC (4+ messages)
` [PATCH v5 1/5] Use HTTPS for all xenbits.xen.org Git repos
[meta-virtualization] query on docker support changes in yocto
2023-02-27 14:26 UTC (3+ messages)
[PATCH v2 00/11] SBI system suspend (SUSP) extension
2023-02-27 14:25 UTC (23+ messages)
` [PATCH v2 01/11] lib: sbi_hsm: Factor out invalid state detection
` [PATCH v2 02/11] lib: sbi_hsm: Don't try to restore state on failed change
` [PATCH v2 03/11] lib: sbi_hsm: Ensure errors are consistent with spec
` [PATCH v2 04/11] lib: sbi_hsm: Move misplaced comment
` [PATCH v2 05/11] lib: sbi_hsm: Remove unnecessary include
` [PATCH v2 06/11] lib: sbi_hsm: Export some functions
` [PATCH v2 07/11] lib: sbi: Add system suspend skeleton
` [PATCH v2 08/11] lib: sbi: Add system_suspend_allowed domain property
` [PATCH v2 09/11] lib: sbi: Implement system suspend
` [PATCH v2 10/11] docs: Correct opensbi-domain property name
` [PATCH v2 11/11] platform: generic: Add system suspend test
Applying dtb overlays on pre-compiled dtb's
2023-02-27 14:25 UTC
[PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
2023-02-27 14:24 UTC (8+ messages)
` [Intel-wired-lan] "
[Buildroot] [git commit] package/sudo: fix SUDO_ENABLE_SUDO_GROUP_RULE following version bump
2023-02-27 14:25 UTC (2+ messages)
[RFC][PATCH] splice: Prevent gifting of multipage folios
2023-02-27 14:23 UTC (2+ messages)
Accelerometer lis3lv02d is present on SMBus but its address is unknown, skipping registration
2023-02-27 14:23 UTC
[PATCH 0/5] eBPF RSS Helper support
2023-02-27 14:06 UTC (5+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check
[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
2023-02-27 14:20 UTC (5+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem
[PATCH v3 00/20] Self-encapsulate the thermal zone device structure
2023-02-27 14:21 UTC (3+ messages)
` [PATCH v3 15/20] thermal/hwmon: Use the thermal_core.h header
[Cluster-devel] [PATCH dlm/next 0/6] fs: dlm: pending dlm patches
2023-02-27 14:20 UTC (2+ messages)
[PATCH] amdgpu: add a filter condition when set brightness
2023-02-27 14:20 UTC (2+ messages)
Bug with /dev/vcs* devices
2023-02-27 14:20 UTC (7+ messages)
` [PATCH] vc_screen: don't clobber return value in vcs_read
[Intel-xe] [PATCH v2 00/11] Start register cleanup
2023-02-27 14:19 UTC (5+ messages)
` [Intel-xe] [PATCH v2 08/11] drm/xe: Remove dependency on i915_reg.h
[PATCH AUTOSEL 6.1 01/21] ARM: OMAP2+: omap4-common: Fix refcount leak bug
2023-02-27 14:18 UTC (6+ messages)
` [PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
[PATCH blktests v2 0/2] nvme: add test for unprivileged passthrough
2023-02-27 14:18 UTC (4+ messages)
[PATCH v3 00/19] Support android boot image v3/v4
2023-02-27 14:18 UTC (5+ messages)
` [PATCH v3 18/19] test/py: android: extend abootimg test
[PATCH] drm: document TV margin properties
2023-02-27 14:18 UTC (2+ messages)
[LSF/MM/BPF TOPIC] XDP metadata for TX
2023-02-27 14:17 UTC (4+ messages)
bpf: Question about odd BPF verifier behaviour
2023-02-27 14:17 UTC (9+ messages)
[PATCH 0/3] tools: use xen-tools/libs.h for common definitions
2023-02-27 14:17 UTC (9+ messages)
` [PATCH 3/3] tools: add offsetof() to xen-tools/libs.h
[PATCH net] net: avoid skb end_offset change in __skb_unclone_keeptruesize()
2023-02-27 14:17 UTC
[Intel-gfx] [PATCH] drm/i915/display: Communicate display power demands to pcode more accurately
2023-02-27 14:15 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Communicate display power demands to pcode more accurately (rev2)
[PATCH v3] drm/edid DSC pass-through timing support
2023-02-27 10:58 UTC (3+ messages)
` [PATCH v3 1/2] drm/edid: parse DRM VESA dsc bpp target
[PATCH] Fix snprintf format warnings during 'alsa' kselftest compilation
2023-02-27 14:12 UTC (5+ messages)
pull request: liquidio: remove lio_23xx_vsw.bin
2023-02-27 14:12 UTC (2+ messages)
[PATCH] spi: spi-sn-f-ospi: fix white spaces and improve code formatting
2023-02-27 14:09 UTC (2+ messages)
[LSF/MM/BPF TOPIC] XDP Multi-Attach
2023-02-27 14:08 UTC (2+ messages)
vmlinux.o: warning: objtool: mptscsih_abort+0x7f4: unreachable instruction
2023-02-27 14:08 UTC (3+ messages)
[PATCH v2] blk-iocost: Pass disk queue to ioc_refresh_params
2023-02-27 14:08 UTC (2+ messages)
[PATCH v2 0/4] PHY: Add multilink DP support in Cadence Torrent PHY driver
2023-02-27 13:31 UTC
[PATCH] platform/x86/intel/tpmi: Fix double free reported by Smatch
2023-02-27 14:06 UTC
[PATCH v8 0/3] Firmware Support for USB-HID Devices and CP2112
2023-02-27 14:07 UTC (3+ messages)
` [PATCH v8 2/3] HID: usbhid: Share USB device firmware node with child HID device
` [PATCH v8 3/3] HID: cp2112: Fwnode Support
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.