All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-12 11:31:21 to 2018-01-12 12:03:54 UTC [more...]

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-01-12 12:07 UTC  (24+ messages)
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [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 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 13/41] KVM: arm64: Factor out fault info population and gic workarounds
` [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 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 31/41] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put

[PATCH v2 00/62] Comet: Run PV in PVH container
 2018-01-12 11:29 UTC  (50+ messages)
` [PATCH v2 07/62] x86/time: Print a more helpful error when a platform timer can't be found
` [PATCH v2 08/62] x86/link: Introduce and use SECTION_ALIGN
` [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 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 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 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 60/62] libxl: pvshim: Introduce pvshim_extra
` [PATCH v2 61/62] xl: pvshim: Provide and document xl config

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

[PATCH v7 0/6] V4L2 Explicit Synchronization
 2018-01-12 11:57 UTC  (3+ messages)
` [PATCH v7 1/6] [media] vb2: add is_unordered callback for drivers

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)

[Qemu-devel] [PULL 00/52] Misc patches for 2017-01-12
 2018-01-12 11:47 UTC  (54+ messages)
` [Qemu-devel] [PULL 01/52] scsi-generic: Add share-rw option
` [Qemu-devel] [PULL 02/52] scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0
` [Qemu-devel] [PULL 03/52] pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine type
` [Qemu-devel] [PULL 04/52] hpet: recover timer offset correctly
` [Qemu-devel] [PULL 05/52] i386/cpu/kvm: look at PMU's CPUID before setting MSRs
` [Qemu-devel] [PULL 06/52] chardev: use backend chr context when watch for fe
` [Qemu-devel] [PULL 07/52] chardev: let g_idle_add() be with chardev gcontext
` [Qemu-devel] [PULL 08/52] chardev: introduce qemu_chr_timeout_add_ms()
` [Qemu-devel] [PULL 09/52] build-sys: fix qemu-ga -pthread linking
` [Qemu-devel] [PULL 10/52] build-sys: silence make by default or V=0
` [Qemu-devel] [PULL 11/52] build-sys: add a rule to print a variable
` [Qemu-devel] [PULL 12/52] build-sys: compile with -Og or -O1 when --enable-debug
` [Qemu-devel] [PULL 13/52] tests/docker: add some sanitizers to fedora dockerfile
` [Qemu-devel] [PULL 14/52] tests/docker: add test-debug
` [Qemu-devel] [PULL 15/52] build-sys: add some sanitizers when --enable-debug if possible
` [Qemu-devel] [PULL 16/52] tests: fix check-qobject leak
` [Qemu-devel] [PULL 17/52] vl: fix direct firmware directories leak
` [Qemu-devel] [PULL 18/52] readline: add a free function
` [Qemu-devel] [PULL 19/52] tests: fix migration-test leak
` [Qemu-devel] [PULL 20/52] crypto: fix stack-buffer-overflow error
` [Qemu-devel] [PULL 21/52] qemu-config: fix leak in query-command-line-options
` [Qemu-devel] [PULL 22/52] tests: fix qmp-test leak
` [Qemu-devel] [PULL 23/52] ucontext: annotate coroutine stack for ASAN
` [Qemu-devel] [PULL 24/52] tests: fix coroutine leak in /basic/entered
` [Qemu-devel] [PULL 25/52] mips: fix potential fopen(NULL,...)
` [Qemu-devel] [PULL 26/52] disas/s390: fix global-buffer-overflow
` [Qemu-devel] [PULL 27/52] scsi-disk: release AioContext in unaligned WRITE SAME case
` [Qemu-devel] [PULL 28/52] tests/boot-serial-test: Add tests for microblaze boards
` [Qemu-devel] [PULL 29/52] tests/boot-serial-test: Add a test for the moxiesim machine
` [Qemu-devel] [PULL 30/52] tests/boot-serial-test: Add support for the raspi2 machine
` [Qemu-devel] [PULL 31/52] target/i386: move hflags update code to a function
` [Qemu-devel] [PULL 32/52] target/i386: hax: change to use x86_update_hflags
` [Qemu-devel] [PULL 33/52] target/i386: hax: Move x86_update_hflags
` [Qemu-devel] [PULL 34/52] target-i386: update hflags on Hypervisor.framework
` [Qemu-devel] [PULL 35/52] scripts/qemu-gdb: add simple tcg lock status helper
` [Qemu-devel] [PULL 36/52] scripts/qemu-gdb/timers.py: new helper to dump timer state
` [Qemu-devel] [PULL 37/52] icount: fixed saving/restoring of icount warp timers
` [Qemu-devel] [PULL 38/52] cpus: unify qemu_*_wait_io_event
` [Qemu-devel] [PULL 39/52] irq: fix memory leak
` [Qemu-devel] [PULL 40/52] net: Drop unusual use of do { } while (0);
` [Qemu-devel] [PULL 41/52] mips: Tweak location of ';' in macros
` [Qemu-devel] [PULL 42/52] chardev: Use goto/label instead of do/break/while(0)
` [Qemu-devel] [PULL 43/52] chardev: Clean up previous patch indentation
` [Qemu-devel] [PULL 44/52] tests: Avoid 'do/while(false); ' in vhost-user-bridge
` [Qemu-devel] [PULL 45/52] maint: Fix macros with broken 'do/while(0); ' usage
` [Qemu-devel] [PULL 46/52] checkpatch: Enforce proper do/while (0) style
` [Qemu-devel] [PULL 47/52] find_ram_offset: Add comments and tracing
` [Qemu-devel] [PULL 48/52] find_ram_offset: Align ram_addr_t allocation on long boundaries
` [Qemu-devel] [PULL 49/52] block/iscsi: fix initialization of iTask in iscsi_co_get_block_status
` [Qemu-devel] [PULL 50/52] cpu: flush TB cache when loading VMState
` [Qemu-devel] [PULL 51/52] util/qemu-thread-*: add qemu_lock, locked and unlock trace events
` [Qemu-devel] [PULL 52/52] scripts/analyse-locks-simpletrace.py: script to analyse lock times

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

[pyro][PATCH] webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description)
 2018-01-12 11:47 UTC 

[RFC PATCH 0/9] media: base request API support
 2018-01-12 11:45 UTC  (4+ messages)
` [RFC PATCH 6/9] media: vb2: add support for requests in QBUF ioctl

[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  (9+ messages)
` [PATCH V3 08/12] perf top: check per event overwrite term
` [PATCH V3 10/12] perf top: add overwrite fall back

[PATCH v8.1 12/12] x86/retpoline: Fill return stack buffer on vmexit
 2018-01-12 11:37 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH] kernel.bbclass: Fix symlink creation when using externalsrc
 2018-01-12 11:41 UTC 

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

[PATCH] mptfusion: use strlcpy() instead of strncpy()
 2018-01-12 11:46 UTC 

[Qemu-devel] [PATCH] docker: change Fedora base image to fedora:27
 2018-01-12 11:40 UTC  (5+ messages)

[PATCH] soc: brcmstb: Only register SoC device on STB platforms
 2018-01-12 11:39 UTC  (3+ messages)

[PATCH] pwm: lpss-platform: Cleanly exit probe on boards without resources
 2018-01-12 11:38 UTC 

[PATCH 1/2] ACPICA: acpi_ds_resolve_package_element: Use proper status when logging exception
 2018-01-12 11:37 UTC  (2+ messages)
` [PATCH 2/2] ACPICA: Log failing to find symbols in the tables as warnings

[Qemu-devel] [PATCH] vhost: fix corrupting GPA 0 when using uninitialized queues
 2018-01-12 11:36 UTC  (2+ messages)

WARNING in netlink_ack (2)
 2018-01-12 11:34 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] sunxi: arm64 binary size fixes
 2018-01-12 11:33 UTC  (5+ messages)
` [U-Boot] [PATCH 01/11] cmd: crc32: Disable by default on sunXi

[Qemu-devel] [RFC] qid path collision issues in 9pfs
 2018-01-12 11:32 UTC 

[PATCH 0/5] iwlwifi: updates intended for v4.16 2017-12-23
 2018-01-12 11:31 UTC  (2+ messages)

[PATCH v5 0/2] app/testpmd: fix invalid rxq and txq nubmer settings
 2018-01-12 11:31 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] app/testpmd: fix invalid rxq number setting
  ` [PATCH v6 2/2] app/testpmd: fix invalid txq "


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.