All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-04 11:12:37 to 2017-05-04 11:48:45 UTC [more...]

[PATCH v6 00/13] Initial Allwinner Display Engine 2.0 Support
 2017-05-04 11:48 UTC  (2+ messages)

[PATCH kvm-unit-tests] Makefile: drop "-lpthread -lrt"
 2017-05-04 11:48 UTC 

[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-04 11:47 UTC  (7+ messages)
` [PATCH v3 02/10] KVM: Add documentation for VCPU requests
` [PATCH v3 08/10] KVM: arm/arm64: change exit request to sleep request
` [PATCH v3 09/10] KVM: arm/arm64: use vcpu requests for irq injection

[PATCH] ARM: dts: imx6sx-sdb: Remove cpufreq OPP override
 2017-05-04 11:46 UTC  (6+ messages)

FW: [PATCH 1/2] drm/amdgpu:use FRAME_CNTL for new GFX ucode
 2017-05-04 11:46 UTC  (5+ messages)

[Qemu-arm] [PATCH v2 00/24] numa: add '-numa cpu' option
 2017-05-04 11:45 UTC  (6+ messages)
` [Qemu-arm] [PATCH v2 10/24] numa: mirror cpu to node mapping in MachineState::possible_cpus
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 11/24] numa: do default mapping based on possible_cpus instead of node_cpu bitmaps
  ` [Qemu-devel] "

[Qemu-devel] [PULL 00/21] Chr tests patches
 2017-05-04 11:42 UTC  (23+ messages)
` [Qemu-devel] [PULL 01/21] char: remove qemu_chr_be_generic_open
` [Qemu-devel] [PULL 02/21] mux: simplfy muxes_realize_done
` [PULL 03/21] xen: use a better chardev type check
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 04/21] container: don't leak container reference
` [Qemu-devel] [PULL 05/21] char: add a /chardevs container
` [Qemu-devel] [PULL 06/21] vl: add todo note about root container cleanup
` [Qemu-devel] [PULL 07/21] char: use /chardevs container instead of chardevs list
` [Qemu-devel] [PULL 08/21] char: remove qemu_chardev_add
` [Qemu-devel] [PULL 09/21] char: remove chardevs list
` [Qemu-devel] [PULL 10/21] char: useless NULL check
` [Qemu-devel] [PULL 11/21] char-socket: introduce update_disconnected_filename()
` [Qemu-devel] [PULL 12/21] char-socket: update local address after listen
` [Qemu-devel] [PULL 13/21] char-socket: add 'addr' property
` [Qemu-devel] [PULL 14/21] char-socket: add 'connected' property
` [Qemu-devel] [PULL 15/21] char-udp: flush as much buffer as possible
` [Qemu-devel] [PULL 16/21] tests: add alias check in /char/ringbuf
` [Qemu-devel] [PULL 17/21] tests: add /char/pipe test
` [Qemu-devel] [PULL 18/21] tests: add /char/file test
` [Qemu-devel] [PULL 19/21] tests: add /char/socket test
` [Qemu-devel] [PULL 20/21] tests: add /char/udp test
` [Qemu-devel] [PULL 21/21] tests: add /char/console test

[PATCH v6 00/24] vITS save/restore
 2017-05-04 11:44 UTC  (50+ messages)
` [PATCH v6 01/24] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v6 02/24] KVM: arm/arm64: Add GICV3 pending table save "
` [PATCH v6 03/24] KVM: arm/arm64: vgic-its: rename itte into ite
` [PATCH v6 04/24] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v6 05/24] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v6 06/24] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v6 07/24] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v6 08/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v6 09/24] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v6 10/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v6 11/24] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v6 12/24] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v6 13/24] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PATCH v6 14/24] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PATCH v6 15/24] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PATCH v6 16/24] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v6 17/24] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v6 18/24] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v6 19/24] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v6 20/24] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PATCH v6 21/24] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v6 22/24] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v6 23/24] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v6 24/24] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES

[patch] mm, vmscan: avoid thrashing anon lru when free + file is low
 2017-05-04 11:43 UTC  (12+ messages)
    ` [patch v2] "

[GIT PULL] pending fixes for sparse's next release
 2017-05-04 11:44 UTC  (5+ messages)

[PATCH 01/13] dt-bindings: add binding for the Allwinner DE2 CCU
 2017-05-04 11:41 UTC  (11+ messages)
` [PATCH 02/13] clk: sunxi-ng: add support for "
` [PATCH 03/13] dt-bindings: add bindings for DE2 on V3s SoC
` [PATCH 04/13] drm/sun4i: return only planes for layers created

[bug report] can: mcba_usb: Add support for Microchip CAN BUS Analyzer
 2017-05-04 11:42 UTC 

[RFC 0/7] drm/i915: Convert gen4- watermarks to atomic
 2017-05-04 11:41 UTC  (8+ messages)
` [RFC 1/7] drm/i915: Calculate gen3- watermarks semi-atomically
` [RFC 2/7] drm/i915: Program gen3- watermarks atomically
` [RFC 3/7] drm/i915: Convert pineview watermarks to atomic
` [RFC 4/7] drm/i915: Calculate gen4 watermarks semiatomically
` [RFC 5/7] drm/i915: Program gen4 watermarks atomically
` [RFC 6/7] drm/i915: Kill off intel_crtc_active
` [RFC 7/7] drm/i915: Rip out legacy watermark infrastructure

[Bug 99136] Blood Effects Total War: Warhammer
 2017-05-04 11:41 UTC  (2+ messages)
` [Bug 99136] Blood Effects corrupt graphics in "

[PATCH 3/3] drm/amdgpu: fix gpu reset issue
 2017-05-04 11:41 UTC  (11+ messages)

v2.30-rc1 plan
 2017-05-04 11:40 UTC 

Minutes of tech-board meeting 2017-04-27
 2017-05-04 11:36 UTC  (2+ messages)

[RFC 17.08] Flow classification library
 2017-05-04 11:35 UTC  (3+ messages)
` [RFC 17.08] flow_classify: add librte_flow_classify library

[Qemu-devel] [PATCH] Video and sound capture to a videofile through ffmpeg
 2017-05-04 11:35 UTC  (2+ messages)

[PATCH v2 0/3] Add more algorithms and some misc cleanups
 2017-05-04 11:34 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: cavium: Downgrade the annoying misc interrupt print from dev_err to dev_dbg
` [PATCH v2 2/3] crypto: cavium: Remove the individual encrypt/decrypt function for each algorithm
` [PATCH v2 3/3] crypto: cavium: Add more algorithms

[PATCH v3 0/3] devfreq_cooling: let the driver supply the
 2017-05-04 11:34 UTC  (4+ messages)
` [PATCH v3 1/3] thermal: devfreq_cooling: refactor code and add get_voltage function
` [PATCH v3 2/3] thermal: devfreq_cooling: add new interface for direct power read
` [PATCH v3 3/3] trace: thermal: add another parameter 'power' to the tracing function

Regression with RPM4 and unversioned DSOs
 2017-05-04 11:34 UTC  (4+ messages)

[PATCH] hwmon: (it87) Remove useless test during device detection
 2017-05-04 11:33 UTC  (2+ messages)

[PATCH v2 0/4] arm64: improve tagged pointer handling
 2017-05-04 11:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/8] Provide support for the software TPM emulator
 2017-05-04 11:35 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 8/8] tpm: Added support for "

What's cooking in git.git (May 2017, #01; Mon, 1)
 2017-05-04 11:32 UTC  (10+ messages)
` PCRE v2 compile error, was "

Proposed schedule dates for DPDK 17.08, 17.11 and 18.02
 2017-05-04 11:32 UTC 

[PATCH 0/4] perf: Enabling PMUv3 on 32bit ARM systems
 2017-05-04 11:31 UTC  (4+ messages)
` [PATCH 3/4] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM

[PATCH 00/11] a few useful nvme fixes and cleanups
 2017-05-04 11:30 UTC  (20+ messages)
` [PATCH 04/11] nvme-rdma: Don't rearm the CQ when polling directly
` [PATCH 05/11] nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical
` [PATCH 06/11] nvme-rdma: rework rdma connection establishment error path
` [PATCH 07/11] nvme-rdma: Get rid of CONNECTED state
` [PATCH 08/11] nvme: Don't allow to reset a reconnecting controller
` [PATCH 09/11] nvme: Move transports to use nvme-core workqueue
` [PATCH 10/11] nvme: queue ns scanning and async request from nvme_wq
` [PATCH 11/11] nvme: move nr_reconnects to nvme_ctrl

[PATCH libdrm 1/1] amdgpu: update marketing names
 2017-05-04 11:30 UTC  (2+ messages)

[PATCH v2 00/12] blk-mq-sched: scheduler support and cleanups
 2017-05-04 11:29 UTC  (25+ messages)
` [PATCH v2 01/12] blk-mq-debugfs: separate flags with |
` [PATCH v2 02/12] blk-mq-debugfs: clean up flag definitions
` [PATCH v2 03/12] blk-mq-debugfs: error on long write to queue "state" file
` [PATCH v2 04/12] blk-mq-debugfs: don't open code strstrip()
` [PATCH v2 05/12] blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
` [PATCH v2 06/12] blk-mq-debugfs: get rid of a bunch of boilerplate
` [PATCH v2 07/12] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH v2 08/12] blk-mq: move debugfs declarations to a separate header file
` [PATCH v2 09/12] blk-mq: untangle debugfs and sysfs
` [PATCH v2 10/12] blk-mq-debugfs: allow schedulers to register debugfs attributes
` [PATCH v2 11/12] kyber: add "
` [PATCH v2 12/12] mq-deadline: "

[Qemu-devel] [PATCH v3 6/8] tpm-backend: Move realloc_buffer() implementation to base class
 2017-05-04 11:31 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 6/8] tpm-backend: Move realloc_buffer() implementation to tpm-tis model

[PATCH] arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS
 2017-05-04 11:29 UTC  (2+ messages)

[xen-unstable test] 108185: regressions - FAIL
 2017-05-04 11:28 UTC 

[PATCH 1/2] lightnvm: create cmd before allocating request
 2017-05-04 11:27 UTC  (5+ messages)
` [PATCH 2/2] lightnvm: fix bad back free on error path

[LTP] [RFC PATCH v5 0/3] Simplify network setup
 2017-05-04 11:27 UTC  (2+ messages)

CYGWIN git cannot install python packages with pip
 2017-05-04 11:26 UTC  (7+ messages)

help converting btrfs to new writeback error tracking?
 2017-05-04 11:26 UTC 

[CFP] RT-Summit - Call for Presentations
 2017-05-04 11:24 UTC 

[PATCH][V2] scsi: megaraid_sas: fix spelling mistakes: "oustanding" -> "outstanding"
 2017-05-04 11:23 UTC  (2+ messages)

[PATCH] [RFC] cryptodev: crypto operation restructuring
 2017-05-04 11:23 UTC  (8+ messages)

[PATCH 0/2] rcar-du, vsp1: rcar-gen3: Add support for colorkey alpha blending
 2017-05-04 11:22 UTC  (5+ messages)
` [PATCH 1/2] v4l: vsp1: "

[PATCH 0/5] Userspace timer IRQ number control and PMU with userspace-gic
 2017-05-04 11:22 UTC  (7+ messages)
` [PATCH 5/5] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace

RFC v2: post-init-read-only protection for data allocated dynamically
 2017-05-04 11:21 UTC  (3+ messages)

[Qemu-devel] [Bug 1688231] [NEW] [Qemu-ppc] sendkey is not working for any of the keystrokes
 2017-05-04 11:06 UTC 

[PATCH v2 0/3] tpm_pcr_extend() code split
 2017-05-04 11:16 UTC  (4+ messages)
` [PATCH v2, RESEND 3/3] tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()

[PATCH 1/2] ext4: no need to cond_resched() in ext4_trim_all_free()
 2017-05-04 11:19 UTC  (3+ messages)

[PATCH v6 0/3] dm: boot a mapped device without an initramfs
 2017-05-04 11:18 UTC  (4+ messages)
  ` [dm-devel] "

[U-Boot] [PATCH v3 0/3] spl: dfu: misc fixes and reduce MLO foot print
 2017-05-04 11:17 UTC  (3+ messages)
` [U-Boot] [PATCH v3 3/3] spl: dfu: reduce spl-dfu MLO size

[PATCH] net/af_packet: prefer snprintf against strncpy
 2017-05-04 11:16 UTC 

[PATCH 1/5] liberation-fonts: update to 2.00.1
 2017-05-04 11:16 UTC  (5+ messages)
` [PATCH 4/5] recipes-lsb4/perl: remove the recipes

[Qemu-devel] [PATCH for 2.10 00/17] Block layer thread safety, part 1
 2017-05-04 11:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/17] block: access copy_on_read with atomic ops
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v3 5/8] tmp backend: Add new api to read backend TpmInfo
 2017-05-04 11:17 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 "

[PATCH] drm/i915: Set all undefined MOCS entries to follow PTE
 2017-05-04 11:15 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 0/3] Extend the vTPM proxy driver to pass locality to emulator
 2017-05-04 11:14 UTC  (7+ messages)
` [PATCH v2 3/3] tpm: vtpm_proxy: Add ioctl to request locality prepended to command

xfs_alloc_ag_vextent_near() takes minutes to complete
 2017-05-04 11:13 UTC  (4+ messages)

[PATCH] package_ipk.bbclass: Include a space followed by a dot for empty description lines
 2017-05-04 11:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v9 00/10] replay additions
 2017-05-04 11:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH v9 06/10] replay: fix save/load vm for non-empty queue


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.