All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-05 18:39:15 to 2018-02-05 19:35:05 UTC [more...]

[PATCH] x86/speculation: Use Indirect Branch Prediction Barrier in context switch
 2018-02-05 19:35 UTC  (4+ messages)
` [tip:x86/pti] "

[bug report]: error doing_rebase
 2018-02-05 19:26 UTC 

[PATCH] NVMe-CLI Fix command failures in regress script
 2018-02-05 19:34 UTC  (8+ messages)

[RFC 00/12] KVM/X86: Introduce a new guest mapping API
 2018-02-05 19:27 UTC  (15+ messages)
` [RFC 01/12] KVM: Introduce helper functions to map/unmap guest memory
` [RFC 02/12] KVM/VMX: Use the new host mapping API for apic_access_page
` [RFC 03/12] KVM/VMX: Use the new host mapping API for virtual_apic_page
` [RFC 04/12] KVM/VMX: Use the new host mapping API for pi_desc_page
` [RFC 05/12] KVM/VMX: Use the new host mapping API for mapping nested vmptr
` [RFC 06/12] KVM/VMX: Use the new host mapping API for handle_vmptrld
` [RFC 07/12] KVM/VMX: Use the new host mapping API for mapping L12 MSR bitmap
` [RFC 08/12] KVM/VMX: Use the new host mapping API for mapping nested PML
` [RFC 09/12] KVM/VMX: Use the new host mapping API for cmpxchg_emulated
` [RFC 10/12] KVM/VMX: Use the new host mapping API for synic_clear_sint_msg_pending
` [RFC 11/12] KVM/VMX: Use the new host mapping API for synic_deliver_msg
` [RFC 12/12] KVM/VMX: Remove kvm_vcpu_gpa_to_page as it is now unused

[Qemu-devel] [PATCH 0/4] Misc VNC fixes / sanity checks
 2018-02-05 19:32 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] ui: avoid risk of 32-bit int overflow in VNC buffer check
` [Qemu-devel] [PATCH 2/4] ui: avoid 'local_err' variable shadowing in VNC SASL auth
` [Qemu-devel] [PATCH 3/4] ui: check VNC audio frequency limit at time of reading from client

[PATCH 1/2 v2] drm/panel: Device tree bindings for ARM Versatile panels
 2018-02-05 19:20 UTC  (2+ messages)
` [PATCH 2/2 v2] drm/panel: Add support "

[Qemu-devel] [PATCH] hw/core/generic-loader: Allow PC to be set on command line
 2018-02-05 19:29 UTC  (2+ messages)

[Qemu-devel] [PULL 00/47] Misc patches for 2018-02-05
 2018-02-05 19:29 UTC  (48+ messages)
` [Qemu-devel] [PULL 01/47] memory: update comments and fix some typos
` [Qemu-devel] [PULL 02/47] qdev: rename typedef qdev_resetfn() -> DeviceReset()
` [Qemu-devel] [PULL 03/47] qdev: add helpers to be more explicit when using abstract QOM parent functions
` [Qemu-devel] [PULL 04/47] qdev: use device_class_set_parent_realize/unrealize/reset()
` [Qemu-devel] [PULL 05/47] kvm: Add kvm_set_user_memory tracepoint
` [Qemu-devel] [PULL 06/47] qemu: improve hugepage allocation failure message
` [Qemu-devel] [PULL 07/47] memory: set ioeventfd_update_pending after address_space_update_ioeventfds
` [Qemu-devel] [PULL 08/47] scsi-generic: Simplify error handling code
` [Qemu-devel] [PULL 09/47] chardev: fix incorrect unref of source
` [Qemu-devel] [PULL 10/47] readline: don't free completions in readline_free()
` [Qemu-devel] [PULL 11/47] scripts/qemu-gdb/timers.py: define encoding in header comment
` [Qemu-devel] [PULL 12/47] memory-internal.h: Remove obsolete claim that header is obsolete
` [Qemu-devel] [PULL 13/47] i2c: Add a CONFIG_I2C master switch to the configuration files
` [Qemu-devel] [PULL 14/47] Add missing hvdos public domain attribution:
` [Qemu-devel] [PULL 15/47] hvf: ept_emulation_fault() needs NetApp BSD attribution
` [Qemu-devel] [PULL 16/47] Drop remaining bits of ia64 host support
` [Qemu-devel] [PULL 17/47] sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr
` [Qemu-devel] [PULL 18/47] exynos4210: workaround UBSAN compilation error
` [Qemu-devel] [PULL 19/47] build-sys: add --enable-sanitizers
` [Qemu-devel] [PULL 20/47] ucontext: annotate coroutine stack for ASAN
` [Qemu-devel] [PULL 21/47] vhost: add traces for memory listeners
` [Qemu-devel] [PULL 22/47] arm: postpone device listener unregister
` [Qemu-devel] [PULL 23/47] vfio: listener unregister before unset container
` [Qemu-devel] [PULL 24/47] memory: do explicit cleanup when remove listeners
` [Qemu-devel] [PULL 25/47] chardev/char-socket: add POLLHUP handler
` [Qemu-devel] [PULL 26/47] ivshmem: Don't update non-existent MSI routes
` [Qemu-devel] [PULL 27/47] ivshmem: Always remove irqfd notifiers
` [Qemu-devel] [PULL 28/47] ivshmem: Improve MSI irqfd error handling
` [Qemu-devel] [PULL 29/47] ivshmem: Disable irqfd on device reset
` [Qemu-devel] [PULL 30/47] cpus: hax: register/unregister thread with RCU, exit loop on unplug
` [Qemu-devel] [PULL 31/47] cpus: kvm: unregister thread with RCU
` [Qemu-devel] [PULL 32/47] cpus: dummy: unregister thread with RCU, exit loop on unplug
` [Qemu-devel] [PULL 33/47] cpus: tcg: unregister thread with RCU, fix exiting of "
` [Qemu-devel] [PULL 34/47] cpus: hvf: unregister thread with RCU
` [Qemu-devel] [PULL 35/47] cpus: join thread when removing a vCPU
` [Qemu-devel] [PULL 36/47] memfd: add error argument, instead of perror()
` [Qemu-devel] [PULL 37/47] memfd: add hugetlb support
` [Qemu-devel] [PULL 38/47] memfd: add hugetlbsize argument
` [Qemu-devel] [PULL 39/47] Add memfd based hostmem
` [Qemu-devel] [PULL 40/47] tests: keep compiling failing vhost-user tests
` [Qemu-devel] [PULL 41/47] vhost-user-test: make read-guest-mem setup its own qemu
` [Qemu-devel] [PULL 42/47] tests: use memfd in vhost-user-test
` [Qemu-devel] [PULL 43/47] tests/test-filter-redirector: move close()
` [Qemu-devel] [PULL 44/47] Add the Windows Hypervisor Platform accelerator
` [Qemu-devel] [PULL 45/47] Add the WHPX vcpu API
` [Qemu-devel] [PULL 46/47] Introduce the WHPX impl
` [Qemu-devel] [PULL 47/47] Add the WHPX acceleration enlightenments

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-05 19:29 UTC  (11+ messages)
` [PATCH v2 05/14] commit-graph: implement git-commit-graph --write
` [PATCH v2 06/14] commit-graph: implement git-commit-graph --read

[RFC] New packet type query API
 2018-02-05 19:29 UTC  (4+ messages)

[Qemu-devel] [PATCH] block/mirror: change the semantic of 'force' of block-job-cancel
 2018-02-05 19:28 UTC  (2+ messages)

[PATCH] drm/i915: Deprecate I915_SET_COLORKEY_NONE
 2018-02-05 19:27 UTC  (3+ messages)

[PATCH 4.4-stable v3] kaiser: Set _PAGE_NX only if supported
 2018-02-05 19:26 UTC  (3+ messages)
` [PATCH 3.16-stable 1/2] "

[PATCH v5 0/3] Support Perf Extension on AMD KVM guests
 2018-02-05 19:24 UTC  (4+ messages)
` [PATCH v5 1/3] x86/msr: Add AMD Core Perf Extension MSRs
` [PATCH v5 2/3] x86/kvm: Add support for AMD Core Perf Extension in guest
` [PATCH v5 3/3] x86/kvm: Expose AMD Core Perf Extension flag to guests

[linux-linus test] 118586: regressions - FAIL
 2018-02-05 19:24 UTC 

[Qemu-devel] [PATCH] qemu-img: Make resize error message more general
 2018-02-05 19:24 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

[U-Boot] [PATCH 1/1][for V2018.03] efi_loader: do not use 2.0.5 as UEFI revision number
 2018-02-05 19:24 UTC  (2+ messages)

[PATCH v6 0/5] KVM: Expose speculation control feature to guests
 2018-02-05 19:24 UTC  (10+ messages)
` [PATCH v6 2/5] KVM: x86: Add IBPB support

[PATCH v1 1/2] drm/stm: ltdc: add non-alpha color formats
 2018-02-05 19:23 UTC  (3+ messages)

[PATCH v2] x86/boot: Make alternative patching NMI-safe
 2018-02-05 19:23 UTC  (2+ messages)

[PATCH] wbt: fix incorrect throttling due to flush latency
 2018-02-05 19:22 UTC  (2+ messages)

[GSoC][PATCH v2] commit: add a commit.signOff config variable
 2018-02-05 19:22 UTC  (2+ messages)

[PATCH v2 0/9] Fix kpti-enabled kernels for Cavium ThunderX
 2018-02-05 19:21 UTC  (4+ messages)

[PATCH] qedi: Fix truncation of name and secret
 2018-02-05 19:21 UTC  (3+ messages)

[PATCH 0/1] Remote calls don't need to use privilege ports
 2018-02-05 19:21 UTC  (3+ messages)

[SPDK] Add py-spdk client for SPDK
 2018-02-05 19:20 UTC 

[PATCH 0/4] drivers/qcom: add RPMH communication support
 2018-02-05 19:18 UTC  (3+ messages)
` [PATCH 1/4] drivers: qcom: rpmh-rsc: add RPMH controller for QCOM SoCs

[PATCH 0/2] Renesas R8A77980 CPG/MSSR clock support
 2018-02-05 19:18 UTC  (4+ messages)
` [PATCH 2/2] clk: renesas: cpg-mssr: add R8A77980 support

Redfish on OpenBMC
 2018-02-05 19:07 UTC  (6+ messages)

4k random writes initially quite slow on raid10 md device
 2018-02-05 19:15 UTC 

[PATCH v2] PCI: dwc: fix enumeration end when reaching root subordinate
 2018-02-05 19:14 UTC  (2+ messages)

[PATCH] libiscsi: ensure session spin lock usage consistent
 2018-02-05 19:13 UTC 

Buffer I/O error... async page read
 2018-02-05 19:10 UTC 

[PATCH umr] use correct MM hub for SDMA IB packets
 2018-02-05 19:09 UTC 

[GIT PULL] pin control bulk changes for v4.16
 2018-02-05 19:08 UTC  (8+ messages)

[PATCH 0/2] pinctrl: Implicit inclusion fallout fixes
 2018-02-05 19:08 UTC  (6+ messages)
` [PATCH] net: mediatek: Explicitly include pinctrl headers

[PATCH] ASoC: samsung: Add the DT binding files entry to MAINTAINERS
 2018-02-05 19:07 UTC  (3+ messages)

v4.15 and I/O hang with BFQ
 2018-02-05 19:07 UTC  (7+ messages)

[PATCH RFC 0/2] cm_id resource tracking
 2018-02-05 19:06 UTC  (6+ messages)
` [PATCH RFC 2/2] RDMA/nldev: provide detailed CM_ID information

[PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol
 2018-02-05 19:05 UTC  (3+ messages)
` [PATCH v3 "

[PATCHv2 0/8] arm_pmu: fix lockdep issues with ACPI systems
 2018-02-05 19:05 UTC  (3+ messages)
` [PATCHv2 1/8] ARM: ux500: remove PMU IRQ bouncer

[PATCH] kni: fix pci_enable_msix_range error handling
 2018-02-05 19:05 UTC  (2+ messages)

[PATCH BUGFIX 0/1] block, bfq: handle requeues of I/O requests
 2018-02-05 19:05 UTC  (2+ messages)
` [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

B43 driver no longer works in Linux 4.15 (bisected)
 2018-02-05 18:22 UTC 

Plugin infrastructure
 2018-02-05 19:04 UTC  (2+ messages)

[PATCH v3 0/8] Adhering to HDCP1.4 Compliance Test Spec
 2018-02-05 19:00 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for Adhering to HDCP1.4 Compliance Test Spec (rev5)

[PATCH 0/9] KFD dGPU initialization
 2018-02-05 19:00 UTC  (6+ messages)
` [PATCH 3/9] drm/amdkfd: Make IOMMUv2 code conditional

[U-Boot] [PATCH] usb: dwc2: Fix logic for setup of GUSBCFG->ULPI_UTMI_Sel bit
 2018-02-05 19:00 UTC  (4+ messages)

[PATCH V2 0/7] sched/deadline: fix cpusets bandwidth accounting
 2018-02-05 18:59 UTC  (7+ messages)
` [PATCH V2 2/7] cpuset: Rebuild root domain deadline accounting information
` [PATCH V2 3/7] sched/deadline: Keep new DL task within root domain's boundary

[PATCH] net/octeontx: add allow experimental define as flag to meson
 2018-02-05 18:59 UTC  (3+ messages)
` [PATCH v2] net/octeontx: set allow experimental API flag in meson

[Qemu-devel] [PULL 00/11] VFIO updates 2018-02-05
 2018-02-05 18:58 UTC  (12+ messages)
` [Qemu-devel] [PULL 01/11] memory/iommu: Add get_attr()
` [Qemu-devel] [PULL 02/11] vfio/spapr: Use iommu memory region's get_attr()
` [Qemu-devel] [PULL 03/11] spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device
` [Qemu-devel] [PULL 04/11] vfio/pci: Fixup VFIOMSIXInfo comment
` [Qemu-devel] [PULL 05/11] vfio/pci: Add base BAR MemoryRegion
` [Qemu-devel] [PULL 06/11] vfio/pci: Emulate BARs
` [Qemu-devel] [PULL 07/11] qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR
` [Qemu-devel] [PULL 08/11] vfio/pci: Allow relocating MSI-X MMIO
` [Qemu-devel] [PULL 09/11] hw/vfio/platform: Init the interrupt mutex
` [Qemu-devel] [PULL 10/11] vfio/common: Remove redundant copy of local variable
` [Qemu-devel] [PULL 11/11] vfio/pci: Add option to disable GeForce quirks

[PATCH v7 00/31] Add directory rename detection to git
 2018-02-05 18:57 UTC  (4+ messages)
` [PATCH v7 12/31] merge-recursive: move the get_renames() function

[PATCH] vsprintf: avoid misleading "(null)" for %px
 2018-02-05 18:57 UTC  (3+ messages)

[PATCH v3 0/2] diff: add --stat-with-summary (was --compact-summary)
 2018-02-05 18:56 UTC  (4+ messages)

[PATCH] KVM: nVMX: Fix CR4 after VMLAUNCH/VMRESUME failure
 2018-02-05 18:24 UTC  (2+ messages)

[U-Boot] [PATCH] usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
 2018-02-05 18:57 UTC  (6+ messages)

Missing git options
 2018-02-05 18:56 UTC  (2+ messages)

[PATCH 4.15 00/60] 4.15.2-stable review
 2018-02-05 18:22 UTC 

[PATCH V2 0/8] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
 2018-02-05 18:55 UTC  (8+ messages)
` [PATCH V2 7/8] scsi: hpsa: call hpsa_hba_inquiry() after adding host
` [PATCH V2 8/8] scsi: hpsa: use blk_mq to solve irq affinity issue

[PATCH] net/octeontx: register fpa as platform HW mempool
 2018-02-05 18:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] nospec: Move array_index_nospec parameter checking into separate macro
 2018-02-05 18:54 UTC  (2+ messages)

i915 PSR test results and cursor lag
 2018-02-05 18:53 UTC  (10+ messages)
` [Intel-gfx] "

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2018-02-05 18:53 UTC  (6+ messages)

[PATCH] net/virtio: Fix crash in virtio_dev_free_mbufs
 2018-02-05 18:52 UTC  (2+ messages)

[PATCH 3.16-stable 0/5] Add PVCLOCK_FIXMAP user mapping
 2018-02-05 18:50 UTC  (4+ messages)
` [PATCH 3.16-stable 3/5] x86/kaiser: Fix segfaults caused by the "

[CI 1/2] drm/i915/cmdparser: Check reg_table_count before derefencing
 2018-02-05 18:50 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] "

[Qemu-devel] [PATCH v2 1/1] hw: register: Run post_write hook on reset
 2018-02-05 18:44 UTC 

[Xen-users] Network and SATA Instability on Xen 4.6/4.8
 2018-02-05 18:48 UTC  (2+ messages)

[PATCH] grub-efi: add grub target and image for aarch64
 2018-02-05 18:22 UTC 

[PATCH 0/3] x86/entry: clear registers to sanitize speculative usages
 2018-02-05 18:47 UTC  (9+ messages)
` [PATCH 1/3] x86/entry: Clear extra registers beyond syscall arguments for 64bit kernels

[PATCH] grub-efi: allow default config to be customized by the distro
 2018-02-05 18:20 UTC 

clang warning: implicit conversion in intel_ddi.c:1481
 2018-02-05 18:46 UTC  (6+ messages)

Bug Report: Subtrees and GPG Signed Commits
 2018-02-05 18:45 UTC  (9+ messages)

[PATCH 1/7] arm64: dts: ls1012a: Move cpu_thermal out of bus node
 2018-02-05 18:45 UTC  (7+ messages)
` [PATCH 2/7] arm64: dts: ls1043a: "
` [PATCH 3/7] arm64: dts: ls1046a: "
` [PATCH 4/7] arm64: dts: ls1088a: "
` [PATCH 5/7] arm64: dts: ls208xa: "
` [PATCH 6/7] arm64: dts: ls208xa-qds: Pass unit name to dspi child nodes
` [PATCH 7/7] arm64: ls208xa-qds: Fix the 'reg' property

[Qemu-devel] [RFC] exec: eliminate ram naming issue as migration
 2018-02-05 18:44 UTC  (6+ messages)

[PATCH v5 1/3] KVM: X86: Fix operand/address-size during instruction decoding
 2018-02-05 18:44 UTC  (5+ messages)
` [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure

Unsafe shutdowns on TOSHIBA THNSF5256GPUK NVME
 2018-02-05 18:44 UTC  (2+ messages)

[PATCH v2 1/1] tcp: Honor the eor bit in tcp_mtu_probe
 2018-02-05 18:44 UTC  (2+ messages)

[PATCH] libnvdimm: remove redundant assignment to pointer 'dev'
 2018-02-05 18:44 UTC  (4+ messages)

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2018-02-05 18:43 UTC  (11+ messages)

[GIT PULL REQUEST] watchdog - v4.16 merge window
 2018-02-05 18:42 UTC  (3+ messages)

[PATCH v1] doc: remove TUN from TAP PMD guide
 2018-02-05 18:42 UTC  (3+ messages)

[PATCH] net/tap: allow user MAC to be passed as args
 2018-02-05 18:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb
 2018-02-05 18:38 UTC  (2+ messages)

[PATCH net v3] cls_u32: fix use after free in u32_destroy_key()
 2018-02-05 18:40 UTC  (2+ messages)

[PATCH 0/5] Arm interconnect PMU driver tidyup
 2018-02-05 18:39 UTC  (6+ messages)
` [PATCH 1/5] drivers/bus: Move Arm CCN PMU driver
` [PATCH 2/5] drivers/bus: Split Arm CCI driver
` [PATCH 3/5] perf/arm-cci: Simplify CPU hotplug
` [PATCH 4/5] bus/arm-cci: Streamline devicetree handling a bit
` [PATCH 5/5] perf/arm-cci: Clean up model discovery


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.