messages from 2020-06-11 19:50:35 to 2020-06-11 21:01:22 UTC [more...]
[PATCH] meson: backport library ordering fix
2020-06-11 21:01 UTC
[PULL 000/115] Huge miscellaneous pull request for 2020-06-11
2020-06-11 19:44 UTC (101+ messages)
` [PULL 001/115] docker.py/build: support -t and -f arguments
` [PULL 003/115] run-coverity-scan: get Coverity token and email from special git config section
` [PULL 005/115] run-coverity-scan: add --no-update-tools option
` [PULL 009/115] vl.c: run preconfig loop before creating default RAM backend
` [PULL 011/115] icount: fix shift=auto for record/replay
` [PULL 012/115] qom/object: Fix object_child_foreach_recursive() return value
` [PULL 013/115] target/i386: Fix OUTL debug output
` [PULL 014/115] qom/object: Move Object typedef to 'qemu/typedefs.h'
` [PULL 015/115] io/task: Move 'qom/object.h' header to source
` [PULL 016/115] Makefile: Let the 'help' target list the helper targets
` [PULL 017/115] hyperv: expose API to determine if synic is enabled
` [PULL 018/115] vmbus: add vmbus protocol definitions
` [PULL 019/115] vmbus: vmbus implementation
` [PULL 020/115] i386:pc: whitelist dynamic vmbus-bridge
` [PULL 021/115] i386: Hyper-V VMBus ACPI DSDT entry
` [PULL 022/115] vmbus: add infrastructure to save/load vmbus requests
` [PULL 023/115] target/i386: Fix the CPUID leaf CPUID_Fn80000008
` [PULL 024/115] target/i386: fix phadd* with identical destination and source register
` [PULL 025/115] hw/i386/vmport: Add reference to VMware open-vm-tools
` [PULL 026/115] hw/i386/vmport: Add device properties
` [PULL 027/115] hw/i386/vmport: Propagate IOPort read to vCPU EAX register
` [PULL 028/115] hw/i386/vmport: Set EAX to -1 on failed and unsupported commands
` [PULL 029/115] hw/i386/vmport: Introduce vmware-vmx-version property
` [PULL 030/115] hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
` [PULL 031/115] hw/i386/vmport: Introduce vmport.h
` [PULL 032/115] hw/i386/vmport: Define enum for all commands
` [PULL 033/115] hw/i386/vmport: Add support for CMD_GETBIOSUUID
` [PULL 034/115] hw/i386/vmport: Add support for CMD_GET_VCPU_INFO
` [PULL 035/115] hw/i386/vmport: Allow x2apic without IR
` [PULL 036/115] i386/cpu: Store LAPIC bus frequency in CPU structure
` [PULL 037/115] hw/i386/vmport: Add support for CMD_GETHZ
` [PULL 038/115] hw/i386/vmport: Assert vmport initialized before registering commands
` [PULL 039/115] accel: Move Xen accelerator code under accel/xen/
` [PULL 040/115] qom: remove index from object_resolve_abs_path()
` [PULL 041/115] qom/object: factor out the initialization of hash table of properties
` [PULL 042/115] qom/object: simplify type_initialize_interface()
` [PULL 043/115] qom/object: pass (Object *) to object_initialize_with_type()
` [PULL 044/115] qom/container: remove .instance_size initializer from container_info
` [PULL 045/115] cpus: Fix botched configure_icount() error API violation fix
` [PULL 046/115] hax: Dynamic allocate vcpu state structure
` [PULL 047/115] i386/kvm: fix a use-after-free when vcpu plug/unplug
` [PULL 048/115] megasas: use unsigned type for reply_queue_head and check index
` [PULL 049/115] megasas: avoid NULL pointer dereference
` [PULL 050/115] megasas: use unsigned type for positive numeric fields
` [PULL 051/115] target/i386: implement special cases for fxtract
` [PULL 052/115] target/i386: fix fscale handling of signaling NaN
` [PULL 053/115] target/i386: fix fscale handling of invalid exponent encodings
` [PULL 054/115] target/i386: fix fscale handling of infinite exponents
` [PULL 055/115] target/i386: fix fscale handling of rounding precision
` [PULL 056/115] exec: Let address_space_read/write_cached() propagate MemTxResult
` [PULL 057/115] exec: Propagate cpu_memory_rw_debug() error
` [PULL 058/115] disas: Let disas::read_memory() handler return EIO on error
` [PULL 059/115] hw/elf_ops: Do not ignore write failures when loading ELF
` [PULL 060/115] target/i386: fix floating-point load-constant rounding
` [PULL 061/115] target/i386: fix fxam handling of invalid encodings
` [PULL 062/115] target/i386: fix fbstp handling of negative zero
` [PULL 063/115] target/i386: fix fbstp handling of out-of-range values
` [PULL 064/115] target/i386: fix fisttpl, fisttpll "
` [PULL 065/115] hw/i386/vmport: Allow QTest use without crashing
` [PULL 066/115] x86/cpu: Enable AVX512_VP2INTERSECT cpu feature
` [PULL 067/115] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
` [PULL 068/115] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
` [PULL 069/115] KVM: Kick resamplefd for split kernel irqchip
` [PULL 070/115] chardev/char-socket: Properly make qio connections non blocking
` [PULL 071/115] tests: machine-none-test: Enable MicroBlaze testing
` [PULL 072/115] hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
` [PULL 073/115] replay: implement fair mutex
` [PULL 074/115] i386: Remove unused define's from hax and hvf
` [PULL 075/115] target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
` [PULL 076/115] util/oslib: Returns the real thread identifier on FreeBSD and NetBSD
` [PULL 077/115] memory: Make 'info mtree' not display disabled regions by default
` [PULL 078/115] qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
` [PULL 079/115] configure: Do not ignore malloc value
` [PULL 080/115] exec: set map length to zero when returning NULL
` [PULL 081/115] target/i386: fix IEEE x87 floating-point exception raising
` [PULL 082/115] target/i386: correct fix for pcmpxstrx substring search
` [PULL 083/115] sysemu/accel: Restrict machine methods to system-mode
` [PULL 084/115] sysemu/tcg: Only declare tcg_allowed when TCG is available
` [PULL 085/115] sysemu/hvf: Only declare hvf_allowed when HVF "
` [PULL 086/115] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
` [PULL 087/115] i386: hvf: Move HVFState definition into hvf
` [PULL 088/115] i386: hvf: Drop useless declarations in sysemu
` [PULL 089/115] i386: hvf: Drop unused variable
` [PULL 090/115] i386: hvf: Use ins_len to advance IP
` [PULL 091/115] i386: hvf: Use IP from CPUX86State
` [PULL 092/115] i386: hvf: Drop fetch_rip from HVFX86EmulatorState
` [PULL 093/115] i386: hvf: Drop rflags "
` [PULL 095/115] i386: hvf: Drop regs in HVFX86EmulatorState
` [PULL 097/115] i386: hvf: Move mmio_buf into CPUX86State
` [PULL 098/115] i386: hvf: Drop HVFX86EmulatorState
` [PULL 099/115] xen: fix build without pci passthrough
` [PULL 100/115] target/i386: sev: Remove unused QSevGuestInfoClass
` [PULL 101/115] target/i386: sev: Move local structure definitions into .c file
` [PULL 104/115] target/i386: sev: Partial cleanup to sev_state global
` [PULL 107/115] target/i386: sev: Remove redundant handle field
` [PULL 110/115] exec/memory: Remove unused MemoryRegionMmio type
` [PULL 111/115] hw/usb: Move device-specific declarations to new 'hcd-musb.h' header
` [PULL 112/115] exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'
` [PULL 114/115] stubs: move Xen stubs to accel/
` [PULL 115/115] target/i386: Remove obsolete TODO file
[PATCH 1/2] IMA: Add a test to verify measurment of keys
2020-06-11 20:58 UTC (4+ messages)
` [LTP] "
[PATCH nvme-cli] nvme: allow addr family to recognize loop
2020-06-11 20:57 UTC (2+ messages)
[PATCH net] rxrpc: Fix race between incoming ACK parser and retransmitter
2020-06-11 20:57 UTC
[PATCH v3 0/6] Add strace support for printing arguments of selected syscalls
2020-06-11 19:58 UTC (2+ messages)
[PATCH v8 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver
2020-06-11 20:56 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/python-yatl: new package
2020-06-11 20:56 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] package/python-web2py: needs python-yatl
[PATCH v2 0/3] IOMMU user API enhancement
2020-06-11 20:55 UTC (12+ messages)
` [PATCH v2 1/3] docs: IOMMU user API
` [PATCH v2 3/3] iommu/vt-d: Sanity check uapi argsz filled by users
[PATCH] ld.so.8: Update "Hardware capabilities" section for glibc 2.31
2020-06-11 20:53 UTC (6+ messages)
` [PATCH v2] "
[PATCH 1/5] babl: upgrade 0.1.74 -> 0.1.78
2020-06-11 20:51 UTC (5+ messages)
` [PATCH 2/5] gegl: upgrade 0.4.22 -> 0.4.24
` [PATCH 3/5] libmypaint: upgrade 1.4.0 -> 1.6.1
` [PATCH 4/5] mypaint-brushes-1.0: upgrade 1.3.0 -> 1.3.1
` [PATCH 5/5] gimp: upgrade 2.10.18 -> 2.10.20
[RFC] .BTF section data alignment issue on s390
2020-06-11 20:50 UTC
[PATCH] afs: Fix afs_store_data() to set mtime in new operation descriptor
2020-06-11 20:50 UTC
[PATCH net 0/2] two fixes for 'act_gate' control plane
2020-06-11 20:50 UTC (3+ messages)
` [PATCH net 2/2] net/sched: act_gate: fix configuration of the periodic timer
[PATCH] drm/amdkfd: Use correct major in devcgroup check
2020-06-11 20:23 UTC (2+ messages)
[PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
2020-06-11 14:29 UTC (3+ messages)
` [PATCH] "
[PATCH v2 0/1] selinux: fix another double free
2020-06-11 20:47 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH] crypto: ccp - Fix sparse warnings in sev-dev
2020-06-11 20:47 UTC (2+ messages)
[PATCH 3/4] Bluetooth: btintel: Add helper functions to parse firmware name
2020-06-11 20:25 UTC (3+ messages)
Error loading xdp program that worked with bpf_load
2020-06-11 20:46 UTC (9+ messages)
gcc-5: error: -gz is not supported in this configuration
2020-06-11 20:44 UTC (7+ messages)
` [PATCH] Makefile: Improve compressed debug info support detection
[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_isolation: Verify BB_OFFSET protection
2020-06-11 20:40 UTC (2+ messages)
` [igt-dev] "
[PATCH] ASoC: SOF: Intel: hda: unsolicited RIRB response
2020-06-11 20:36 UTC (9+ messages)
[tpm2] Re: tpm2-tools next release version 5.0
2020-06-11 20:37 UTC
[PATCH net] ionic: remove support for mgmt device
2020-06-11 20:33 UTC (2+ messages)
[PATCH 0/3] mmc: tmio and renesas_sdhi_internal_dmac: fix dma unmapping
2020-06-11 20:32 UTC (3+ messages)
` [PATCH 1/3] mmc: tmio: core: Add end operation into tmio_mmc_dma_ops
[PATCH v6 4/5] drm/msm/dp: add support for DP PLL driver
2020-06-11 20:31 UTC (6+ messages)
[RFC] page cache drop-behind
2020-06-11 20:30 UTC (2+ messages)
[PATCH 00/30] Finish some Kconfig migrations
2020-06-11 20:30 UTC (4+ messages)
` [PATCH 25/30] arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB
[PATCH 0/6] Add Microchip MCP25XXFD CAN driver
2020-06-11 20:30 UTC (3+ messages)
[PATCH 2/2 v2] dt-bindings: power: reset: add yaml bindings for LinkStation power off
2020-06-11 20:29 UTC
[PATCH 1/2 v2] power: reset: add driver for LinkStation power off
2020-06-11 20:28 UTC
AMD's Signed CCLA
2020-06-11 20:27 UTC (2+ messages)
[PATCH] diff-files: treat "i-t-a" files as "not-in-index"
2020-06-11 20:27 UTC (2+ messages)
[PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)
2020-06-11 20:26 UTC (7+ messages)
[PATCH] PCI: Loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()
2020-06-11 20:26 UTC (2+ messages)
[PATCH v2 0/3] printk: replace ringbuffer
2020-06-11 20:25 UTC (12+ messages)
` [PATCH v2 2/3] printk: add lockless buffer
` redundant check in make_data_reusable(): was "
[dm-crypt] Clarifications 2 to URGENT Help needed w LUKS on KDE Neon
2020-06-11 20:24 UTC
[gup] 17839856fd: stress-ng.vm-splice.ops_per_sec 2158.6% improvement
2020-06-11 20:24 UTC (3+ messages)
[PowerTOP] ANNOUNCING PowerTOP v2.13
2020-06-11 20:22 UTC
[SPDK] Re: DIF/DIX acceleration in SPDK
2020-06-11 20:20 UTC
[PULL v2 00/16] Trivial branch for 5.1 patches
2020-06-11 20:19 UTC (2+ messages)
[PATCH v6] mm: Proactive compaction
2020-06-11 20:19 UTC (3+ messages)
[dpdk-dev] [PATCH v3 0/2] Fix Windows compiler warnings
2020-06-11 20:18 UTC (3+ messages)
` [dpdk-dev] [PATCH v4] eal: fix warnings on Windows
[PATCH] KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
2020-06-11 20:14 UTC (2+ messages)
[PATCH] ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table
2020-06-11 20:12 UTC (4+ messages)
` [PATCH v2] "
[PATCH 1/1] NFSv4.0 allow nconnect for v4.0
2020-06-11 20:09 UTC (5+ messages)
[PATCH] KVM: check userspace_addr for all memslots
2020-06-11 20:11 UTC (4+ messages)
[PATCH] image: Add support for ZSTD decompression
2020-06-11 20:10 UTC (11+ messages)
[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
2020-06-11 19:40 UTC (2+ messages)
` [Bug 1882851] "
[PATCH] checkpatch.pl: perform commit ID check from external to git folder
2020-06-11 20:08 UTC (3+ messages)
[PATCH v6 2/5] drm: add constant N value in helper file
2020-06-11 20:07 UTC (4+ messages)
[PATCH v6 1/5] dt-bindings: msm/dp: add bindings of DP/DP-PLL driver for Snapdragon
2020-06-11 20:07 UTC (4+ messages)
master - improve get_fs_block_size string to number
2020-06-11 20:06 UTC
[PATCH 00/14] upload-pack: use 'struct upload_pack_data' thoroughly, part 3
2020-06-11 20:04 UTC (2+ messages)
[PATCH v3 0/3] dtc: checks: Validate interrupt-map properties
2020-06-11 20:04 UTC (4+ messages)
` [PATCH v3 1/3] checks: Add interrupt provider test
[PATCH 0/9] slub_debug fixes and improvements
2020-06-11 20:04 UTC (5+ messages)
` [PATCH 9/9] mm, slab/slub: move and improve cache_from_obj()
[RFC] unexport linux/elfcore.h
2020-06-11 20:01 UTC (3+ messages)
[OE-core] Changing kernel to the Mainline kernel ,linux-stable instead of linux-raspberrypi
2020-06-11 20:01 UTC (3+ messages)
` "
[PATCH] crypto: algapi - Remove skbuff.h inclusion
2020-06-11 20:01 UTC (2+ messages)
[PATCH 1/2] dt-bindings: chrome: Add cros-ec-typec mux props
2020-06-11 20:00 UTC (12+ messages)
[SPDK] Re: DIF/DIX acceleration in SPDK
2020-06-11 20:00 UTC
[PATCH] extend IMA boot_aggregate with kernel measurements
2020-06-11 19:54 UTC
[PATCH] net: ethernet: mtk-star-emac: simplify interrupt handling
2020-06-11 19:51 UTC (4+ messages)
[PATCH v6] sco:Add support for BT_PKT_STATUS CMSG data
2020-06-11 19:50 UTC
[GIT PULL] Mailbox changes for v5.8
2020-06-11 19:50 UTC (2+ messages)
[GIT PULL] sound fixes for 5.8-rc1
2020-06-11 19:50 UTC (2+ messages)
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.