All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-12 11:42:40 to 2018-01-12 12:10:28 UTC [more...]

[Qemu-devel] [RFC PATCH v3 00/30] replay additions
 2018-01-12 12:10 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v3 29/30] replay: improve replay performance

[PATCH 1/5] net/ixgbevf: unregister irq handler when other interrupts not allowed
 2018-01-12 12:10 UTC  (4+ messages)
` [PATCH 4/5] net/ixgbevf: add check for rte_intr_enable

[v2] PM / runtime: Rework pm_runtime_force_suspend/resume()
 2018-01-12 12:09 UTC 

[PATCH v2 00/62] Comet: Run PV in PVH container
 2018-01-12 11:29 UTC  (54+ messages)
` [PATCH v2 10/62] xen/domctl: Return arch_config via getdomaininfo
` [PATCH v2 11/62] tools/ocaml: Expose arch_config in domaininfo
` [PATCH v2 12/62] tools/ocaml: Extend domain_create() to take arch_domainconfig
` [PATCH v2 13/62] x86/fixmap: Modify fix_to_virt() to return a void pointer
` [PATCH v2 14/62] x86: Common cpuid faulting support
` [PATCH v2 15/62] x86/Kconfig: Options for Xen and PVH support
` [PATCH v2 16/62] x86/link: Relocate program headers
` [PATCH v2 17/62] x86: introduce ELFNOTE macro
` [PATCH v2 18/62] x86: produce a binary that can be booted as PVH
` [PATCH v2 19/62] x86/entry: Early PVH boot code
` [PATCH v2 20/62] x86/boot: Map more than the first 16MB
` [PATCH v2 21/62] x86/entry: Probe for Xen early during boot
` [PATCH v2 22/62] x86/guest: Hypercall support
` [PATCH v2 23/62] x86/shutdown: Support for using SCHEDOP_{shutdown, reboot}
` [PATCH v2 24/62] x86/pvh: Retrieve memory map from Xen
` [PATCH v2 25/62] xen/console: Introduce console=xen
` [PATCH v2 26/62] xen: introduce rangeset_claim_range
` [PATCH v2 27/62] xen/pvshim: keep track of used PFN ranges
` [PATCH v2 28/62] x86/guest: map shared_info page
` [PATCH v2 29/62] xen/guest: fetch vCPU ID from Xen
` [PATCH v2 30/62] x86/guest: map per-cpu vcpu_info area
` [PATCH v2 31/62] x86: xen pv clock time source
` [PATCH v2 32/62] x86: APIC timer calibration when running as a guest
` [PATCH v2 33/62] x86: read wallclock from Xen when running in pvh mode
` [PATCH v2 34/62] x86: don't swallow the first command line item in guest mode
` [PATCH v2 35/62] x86/guest: setup event channel upcall vector
` [PATCH v2 36/62] x86/guest: add PV console code
` [PATCH v2 37/62] x86/guest: use PV console for Xen/Dom0 I/O
` [PATCH v2 38/62] x86/shim: Kconfig and command line options
` [PATCH v2 39/62] tools/firmware: Build and install xen-shim
` [PATCH v2 40/62] xen/x86: make VGA support selectable
` [PATCH v2 41/62] xen/pvh: do not mark the low 1MB as IO mem
` [PATCH v2 42/62] sched/null: skip vCPUs on the waitqueue that are blocked
` [PATCH v2 43/62] xen/pvshim: skip Dom0-only domain builder parts
` [PATCH v2 44/62] xen: mark xenstore/console pages as RAM
` [PATCH v2 45/62] xen/pvshim: modify Dom0 builder in order to build a DomU
` [PATCH v2 46/62] xen/pvshim: set correct domid value
` [PATCH v2 47/62] xen/pvshim: forward evtchn ops between L0 Xen and L2 DomU
` [PATCH v2 48/62] xen/pvshim: add grant table operations
` [PATCH v2 49/62] x86/pv-shim: shadow PV console's page for L2 DomU
` [PATCH v2 50/62] xen/pvshim: add migration support
` [PATCH v2 51/62] xen/pvshim: add shim_mem cmdline parameter
` [PATCH v2 52/62] xen/pvshim: set max_pages to the value of tot_pages
` [PATCH v2 53/62] xen/pvshim: support vCPU hotplug
` [PATCH v2 54/62] xen/pvshim: memory hotplug
` [PATCH v2 55/62] xen/shim: modify shim_mem parameter behaviour
` [PATCH v2 56/62] xen/pvshim: use default position for the m2p mappings
` [PATCH v2 57/62] xen/shim: crash instead of reboot in shim mode
` [PATCH v2 58/62] xen/shim: allow DomU to have as many vcpus as available
` [PATCH v2 59/62] libxl: pvshim: Provide first-class config settings to enable shim mode
` [PATCH v2 60/62] libxl: pvshim: Introduce pvshim_extra
` [PATCH v2 61/62] xl: pvshim: Provide and document xl config
` [PATCH v2 62/62] xl: Default guest mode changed from PV to PVH with PV shim

[Qemu-devel] [PULL 00/52] Misc patches for 2017-01-12
 2018-01-12 12:08 UTC  (4+ messages)
` [Qemu-devel] [PULL 04/52] hpet: recover timer offset correctly

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-01-12 12:07 UTC  (84+ messages)
` [PATCH v3 01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v3 03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v3 04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v3 05/41] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v3 06/41] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v3 07/41] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 10/41] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v3 11/41] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v3 12/41] KVM: arm64: Improve debug register save/restore flow
` [PATCH v3 13/41] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 15/41] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v3 16/41] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v3 18/41] KVM: arm64: Move userspace system registers into separate function
` [PATCH v3 19/41] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v3 20/41] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v3 21/41] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v3 22/41] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v3 23/41] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v3 24/41] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v3 25/41] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 27/41] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v3 28/41] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v3 29/41] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v3 30/41] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v3 31/41] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v3 32/41] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
` [PATCH v3 34/41] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v3 35/41] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH v3 36/41] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v3 37/41] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v3 38/41] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v3 39/41] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v3 40/41] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

git gc --auto yelling at users where a repo legitimately has >6700 loose objects
 2018-01-12 12:07 UTC  (2+ messages)

[pyro][PATCH] webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description)
 2018-01-12 12:06 UTC  (2+ messages)
` ✗ patchtest: failure for webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description) (rev3)

[PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection
 2018-01-12 12:06 UTC  (2+ messages)

[PATCH v7 0/6] V4L2 Explicit Synchronization
 2018-01-12 12:05 UTC  (5+ messages)
` [PATCH v7 1/6] [media] vb2: add is_unordered callback for drivers
` [PATCH v7 2/6] [media] v4l: add 'unordered' flag to format description ioctl

[Qemu-devel] [RFC 00/23] target/arm: decode generator and initial sve patches
 2018-01-12 11:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/23] scripts: Add decodetree.py

usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
 2018-01-12 12:01 UTC 

[PATCH v4] devres: combine function devm_ioremap*
 2018-01-12 11:51 UTC 

[PATCH v2 1/4] net/ixgbevf: unregister irq handler when other interrupts not allowed
 2018-01-12 12:00 UTC  (3+ messages)
` [PATCH v2 3/4] net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance

[LTP] [PATCH v3] Add regression test for CVE-2017-17052
 2018-01-12 11:59 UTC 

[PATCH v3 0/7] overlay: add fsck.overlay basic tests
 2018-01-12 12:05 UTC  (8+ messages)
` [PATCH v3 1/7] overlay: add filesystem check helper
` [PATCH v3 2/7] overlay: add fsck.overlay whiteout test
` [PATCH v3 3/7] overlay: add fsck.overlay redirect directory test
` [PATCH v3 4/7] overlay: add fsck.overlay impure xattr test
` [PATCH v3 5/7] overlay/003: fix fs check failure
` [PATCH v3 6/7] overlay/010: "
` [PATCH v3 7/7] overlay/019: "

[U-Boot] FW: u-boot v2016 vs v2013
 2018-01-12 11:59 UTC  (2+ messages)

[RFD] Devices that need full power for wakeup
 2018-01-12 11:59 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 00/32] Allow configuring the qcow2 L2 cache entry size
 2018-01-12 11:58 UTC  (2+ messages)

Building rdma-core from github gave an error "Unknown arguments specified"
 2018-01-12 11:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/6] nbd export qmp interface
 2018-01-12 11:56 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 5/6] iotests: implement QemuIoInteractive class
` [Qemu-devel] [PATCH v2 6/6] iotest 201: new test for qmp nbd-server-remove

[Qemu-devel] [PATCH v4 00/51] Hi,
 2018-01-12 11:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 42/51] qapi: add a 'unit' pragma

[meta-qt5] enviornment-setup.d conflict nativesdk-cmake and nativesedk-qtbase-tools
 2018-01-12 11:53 UTC 

[PATCH v2] bnx2x: disable GSO where gso_size is too big for hardware
 2018-01-12 11:53 UTC  (3+ messages)

[PATCH] arm64: support do_csum with neon
 2018-01-12 11:53 UTC 

[PATCH v5] sched: make RED scaling configurable
 2018-01-12 11:52 UTC  (7+ messages)

[PATCH 0/7] Overlayfs exportfs tests
 2018-01-12 11:52 UTC  (4+ messages)

[PATCH rdma-core] cbuild: Add Fedora 27 container
 2018-01-12 11:52 UTC 

[PATCH 0/4] backlight: pwm_bl: support linear interpolation and brightness to human eye
 2018-01-12 11:50 UTC  (5+ messages)
` [PATCH 3/4] backlight: pwm_bl: compute brightness of LED linearly "

[PATCH] eal: add function to return number of detected sockets
 2018-01-12 11:50 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4] dpdk: enhance EXPERIMENTAL api tagging
 2018-01-12 11:50 UTC  (14+ messages)
` [PATCHv4 "
  ` [PATCHv4 3/5] Makefiles: Add experimental tag check and warnings to trigger on use
  ` [PATCHv4 4/5] dpdk: add __experimental tag to appropriate api calls
  ` [PATCHv4 5/5] doc: Add ABI __experimental tag documentation

util-linux mount/unmount ASLR bypass via environment variable
 2018-01-12 11:50 UTC  (3+ messages)

[PATCH 1/3] service: add attribute get function
 2018-01-12 11:49 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-12 11:49 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 00/13] Fix VNC server unbounded memory usage
 2018-01-12 11:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 01/13] ui: remove 'sync' parametr from vnc_update_client

[PATCH v2 0/6] drm/i915: expose RCS topology to userspace
 2018-01-12 11:49 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH v2 0/8] arm64: 52-bit physical address support
 2018-01-12 11:48 UTC  (4+ messages)
` [PATCH v2 7/8] arm64: allow ID map to be extended to 52 bits

[PATCH] bus/fslmc: change the eqcr stashing threshold to 1
 2018-01-12 11:47 UTC  (3+ messages)

[Buildroot] Iputils not setting suid root?
 2018-01-12 11:47 UTC  (5+ messages)

[RFC PATCH 0/2] drivers: clk: Add ZynqMP clock driver support
 2018-01-12 11:47 UTC  (5+ messages)

[RFC PATCH 0/9] media: base request API support
 2018-01-12 11:45 UTC  (2+ messages)

[PATCH] bus/fslmc: add support for scanned device count
 2018-01-12 11:45 UTC  (2+ messages)

[PATCH] IB/cma: use strlcpy() instead of strncpy()
 2018-01-12 11:43 UTC  (2+ messages)

BUG: KASAN: use-after-free in amdgpu_job_free_cb
 2018-01-12 11:43 UTC 

[PATCH V3 00/12] perf top overwrite mode
 2018-01-12 11:42 UTC  (5+ messages)
` [PATCH V3 10/12] perf top: add overwrite fall back


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.