All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-27 14:22:23 to 2023-02-27 14:45:58 UTC [more...]

[PULL 00/33] s390x and testing related patches
 2023-02-27 14:45 UTC  (2+ messages)

[RESEND PULL 000/126] Buildsys / QOM / QDev / UI patches for 2023-02-27
 2023-02-27 14:02 UTC  (61+ messages)
` [PULL 030/126] sysemu/kvm: Remove CONFIG_USER_ONLY guard
` [PULL 036/126] hw/nubus/nubus-device: Fix memory leak in nubus_device_realize
` [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 051/126] hw: Move ich9.h to southbridge/
` [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 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 063/126] hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
` [PULL 064/126] hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
` [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 068/126] hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data
` [PULL 071/126] hw/audio/es1370: Avoid forward-declaring ES1370State
` [PULL 073/126] hw/audio/ac97: Replace container_of() by AC97() 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 077/126] hw/usb/ohci: Include missing 'sysbus.h' header
` [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 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 092/126] hw/display/sm501: Add fallbacks to pixman routines
` [PULL 093/126] hw/ppc/sam460ex: Correctly set MAL properties
` [PULL 097/126] hw/i386/xen: Remove unused 'hw/ide.h' include from header
` [PULL 098/126] hw/ide/ahci: Trace ncq write command as write instead of read
` [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 103/126] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
` [PULL 104/126] hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
` [PULL 106/126] hw/ide: Un-inline ide_set_irq()
` [PULL 110/126] hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
` [PULL 111/126] hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
` [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 114/126] hw/ide/ioport: Remove unnecessary includes
` [PULL 115/126] hw/ide/pci: Unexport bmdma_active_if()
` [PULL 116/126] hw/ide/piix: Remove unused includes
` [PULL 117/126] hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg
` [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 120/126] hw/ide/pci: Add PCIIDEState::isa_irq[]
` [PULL 121/126] dump: Replace tswapN() -> cpu_to_dumpN()
` [PULL 122/126] dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
` [PULL 123/126] dump: Clean included headers

[PATCH v14 00/60] Xen HVM support under KVM
 2023-02-27 14:29 UTC  (52+ messages)
` [PATCH v14 01/60] include: import Xen public headers to hw/xen/interface
` [PATCH v14 03/60] xen: Add XEN_DISABLED mode and make it default
` [PATCH v14 04/60] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v14 05/60] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v14 06/60] i386/kvm: Set Xen vCPU ID in KVM
` [PATCH v14 07/60] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v14 09/60] i386/xen: handle guest hypercalls
` [PATCH v14 10/60] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v14 12/60] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v14 13/60] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v14 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v14 16/60] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v14 17/60] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v14 18/60] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v14 19/60] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v14 20/60] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v14 21/60] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v14 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v14 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v14 24/60] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v14 25/60] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v14 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v14 27/60] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v14 28/60] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v14 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v14 31/60] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v14 32/60] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v14 33/60] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v14 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v14 35/60] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v14 36/60] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v14 37/60] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v14 38/60] hw/xen: Implement EVTCHNOP_reset
` [PATCH v14 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v14 40/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v14 41/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v14 42/60] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v14 43/60] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v14 45/60] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v14 46/60] hw/xen: Implement GNTTABOP_query_size
` [PATCH v14 47/60] i386/xen: handle PV timer hypercalls
` [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 v14 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v14 52/60] hw/xen: Add basic ring handling to xenstore
` [PATCH v14 53/60] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v14 54/60] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v14 56/60] hw/xen: Support GSI mapping to PIRQ
` [PATCH v14 58/60] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v14 59/60] i386/xen: Document Xen HVM emulation

[RFC][PATCH] splice: Prevent gifting of multipage folios
 2023-02-27 14:45 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/tiff: fix CVE-2022-48281
 2023-02-27 14:45 UTC  (2+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-27 14:43 UTC  (12+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[Buildroot] [PATCH 1/1] package/haproxy: security bump to version 2.6.9
 2023-02-27 14:44 UTC  (2+ messages)

[PATCH v4 0/7] Pegasos2 fixes and audio output support
 2023-02-27 14:35 UTC  (5+ messages)

[LTP] Question on .needs_cgroup_ctrls for cgroupv2
 2023-02-27 14:44 UTC 

new netlink attributes - thoughts
 2023-02-27 14:44 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/python-m2crypto: fix CVE-2020-25657
 2023-02-27 14:43 UTC  (2+ messages)

[xen-unstable-smoke test] 178663: tolerable trouble: pass/starved - PUSHED
 2023-02-27 14:43 UTC 

[PATCH v1 0/2] fix memory leaks reported by GCC -fanalyzer
 2023-02-27 14:42 UTC  (4+ messages)
` [PATCH v1 1/2] xc_core_arch_map_p2m_tree_rw: fix memory leak

[PATCH v12 0/8] Add latency priority for CFS class
 2023-02-27 14:42 UTC  (5+ messages)
` [PATCH v12 6/8] sched/fair: Add sched group latency support

[PATCH v1 0/3] Meson A1 32-bit support
 2023-02-27 14:41 UTC  (14+ messages)
` [PATCH v1 3/3] arch/arm: dts: introduce meson-a1 device tree

[Buildroot] [PATCH 1/1] package/bind: security bump to version 9.16.38
 2023-02-27 14:40 UTC  (2+ messages)

[dm-devel] [PATCH v2] blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
 2023-02-27 14:40 UTC  (4+ messages)
    `  "

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support [multicast/DSA issues]
 2023-02-27 14:40 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/tests: Suballocator test
 2023-02-27 14:40 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
` [Intel-xe] [Intel-gfx] [PATCH] "

[l1k:rpi-6.2.y-await-linktraining 13/583] drivers/gpu/drm/vc4/vc4_firmware_kms.c:1486:1: warning: no previous prototype for function 'vc4_connector_duplicate_state'
 2023-02-27 14:40 UTC 

[Buildroot] [PATCH 1/1] package/python-werkzeug: security bump to version 2.2.3
 2023-02-27 14:40 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xwayland: xlib_libxshmfence is mandatory
 2023-02-27 14:39 UTC  (2+ messages)

[PATCH v3] tools/memory-model: Make ppo a subrelation of po
 2023-02-27 14:39 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/gdal: fix build without NPTL
 2023-02-27 14:39 UTC  (2+ messages)

[PATCH] zynq: clkc: Add kmalloc allocation flag
 2023-02-27 14:38 UTC  (4+ messages)

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-27 14:29 UTC  (5+ messages)
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH v2 20/20] docs/devel: Document VFIO device dirty page tracking

[PATCH] drm: rcar-du: Fix a NULL vs IS_ERR() bug
 2023-02-27 14:38 UTC  (3+ messages)

[dm-devel] [PATCH] Avoid deadlock for recursive I/O on dm-thin when used as swap
 2023-02-27 14:31 UTC  (2+ messages)
`  "

[PATCH v3] sched/fair: sanitize vruntime of entity being placed
 2023-02-27 14:37 UTC  (6+ messages)

[PATCH] rust: Enable the new_uninit feature for kernel and driver crates
 2023-02-27 14:34 UTC  (4+ messages)

[PATCH] drm/edid: Fix csync detailed mode parsing
 2023-02-27 14:36 UTC  (2+ messages)
` [Intel-gfx] "

[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)

[PULL 00/25] target-arm queue
 2023-02-27 14:00 UTC  (3+ messages)
` [PULL 09/25] target/arm: Move regime_using_lpae_format into internal.h
` [PULL 21/25] hw/arm/musicpal: Remove unused dummy MemoryRegion

[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 v16 00/11] s390x: CPU Topology
 2023-02-27 14:27 UTC  (5+ messages)
` [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  (19+ messages)
` [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)

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


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.