All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-13 12:41:43 to 2016-06-13 13:19:18 UTC [more...]

[Qemu-devel] [PATCH v4 00/11] backup compression
 2016-06-13 13:19 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/11] block: switch blk_write_compressed() to byte-based interface
` [Qemu-devel] [PATCH 02/11] block/io: add bdrv_co_write_compressed
` [Qemu-devel] [PATCH 03/11] qcow2: add qcow2_co_write_compressed
` [Qemu-devel] [PATCH 04/11] vmdk: add vmdk_co_write_compressed
` [Qemu-devel] [PATCH 05/11] qcow: add qcow_co_write_compressed
` [Qemu-devel] [PATCH 06/11] block: remove BlockDriver.bdrv_write_compressed
` [Qemu-devel] [PATCH 07/11] block: optimization blk_pwrite_compressed()
` [Qemu-devel] [PATCH 08/11] drive-backup: added support for data compression
` [Qemu-devel] [PATCH 09/11] blockdev-backup: "
` [Qemu-devel] [PATCH 10/11] qemu-iotests: test backup compression in 055
` [Qemu-devel] [PATCH 11/11] qemu-iotests: add vmdk for "

[Buildroot] [PATCH 00/10] Bump NXP package versions
 2016-06-13 13:19 UTC  (13+ messages)
` [Buildroot] [PATCH v2 00/14] "
  ` [Buildroot] [PATCH v2 01/14] nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_ga
  ` [Buildroot] [PATCH v2 02/14] nxp defconfigs: bump kernel version to 4.1.15
  ` [Buildroot] [PATCH v2 03/14] kernel-module-imx-gpu-viv: bump version to that of the 5.0.11.p8.4 release
  ` [Buildroot] [PATCH v2 04/14] imx-gpu-viv: bump version to 5.0.11-p8.4

[PATCH 1/3] infiniband: rxe: avoid 64-bit division
 2016-06-13 13:18 UTC  (5+ messages)
` [PATCH 2/3] infiniband: rxe: add UDP_TUNNEL dependency
` [PATCH 3/3] infiniband: rxe: fix 32-bit build warnings

[PATCH] ath10k: fix potential null dereference bugs
 2016-06-13 13:18 UTC  (7+ messages)

[PATCH] sh: system call wire up
 2016-06-13 13:18 UTC  (2+ messages)

[PATCH v1 1/1] PCI / PM: enforce type casting for pci_power_t
 2016-06-13 13:19 UTC  (5+ messages)

[patch 00/20] timer: Refactor the timer wheel
 2016-06-13 13:18 UTC  (9+ messages)
` [patch 04/20] cpufreq/powernv: Initialize timer as pinned
` [patch 06/20] drivers/tty/metag_da: "
` [patch 13/20] timer: Switch to a non cascading wheel

[U-Boot] [Patch v4 0/5] Supporting ARM v8 USB errata for FSL
 2016-06-13 13:17 UTC  (2+ messages)

[PATCH v10 00/10] Introduce the implementation of GVT context
 2016-06-13 13:17 UTC  (2+ messages)

[PATCH v7 0/3] Propagate errors out from compressed streams
 2016-06-13 13:17 UTC  (4+ messages)
` [PATCH v7 1/3] ALSA: compress: Add function to indicate the stream has gone bad
` [PATCH v7 2/3] ASoC: wm_adsp: Use new snd_compr_stop_error to signal stream failure
` [PATCH 3/3] ASoC: wm_adsp: Treat missing compressed buffer as a fatal error

[U-Boot] [PATCH v2 0/2] arm, am335x: siemens: enable DM/DTS support
 2016-06-13 13:16 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] arm, am335x: siemens: update etamin defconfig
` [U-Boot] [PATCH v2 2/2] arm, am335x: siemens: enable DM/DTS support

[PATCH 0/7] drm/i915: Make infoframe code available to (e)DP ports
 2016-06-13 13:14 UTC  (17+ messages)
` [PATCH 2/7] drm/i915: Check has_infoframes when enabling infoframes
` [PATCH 3/7] drm/i915: Disable infoframes when shutting down DDI HDMI
` [PATCH 4/7] drm/i915: Move infoframe vfuncs into intel_digital_port
` [PATCH 6/7] drm/i915: Remove mostly duplicated video DIP handling from PSR code

[PATCH] xen: grant-table: Check truncation when giving access to a frame
 2016-06-13 13:14 UTC  (11+ messages)
` [Xen-devel] "

[Xenomai] Linux RT driver migrating to 3.0
 2016-06-13 13:14 UTC 

✗ Ro.CI.BAT: failure for series starting with [1/5] drm/i915: Add support for mapping an object page by page
 2016-06-13 13:12 UTC  (5+ messages)
` [PATCH] drm/i915: pwrite/pread do not require obj->base.filp, just pages

[PATCH v2] python-git: Upgrade both python-git and python3-git from 1.0.2 to 2.0.5
 2016-06-13 13:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v9 00/25] IOMMU: Enable interrupt remapping for Intel IOMMU
 2016-06-13 13:09 UTC  (26+ messages)
` [Qemu-devel] [PATCH v9 01/25] x86-iommu: introduce parent class
` [Qemu-devel] [PATCH v9 02/25] x86-iommu: provide x86_iommu_get_default
` [Qemu-devel] [PATCH v9 03/25] x86-iommu: q35: generalize find_add_as()
` [Qemu-devel] [PATCH v9 04/25] x86-iommu: introduce "intremap" property
` [Qemu-devel] [PATCH v9 05/25] acpi: enable INTR for DMAR report structure
` [Qemu-devel] [PATCH v9 06/25] intel_iommu: allow queued invalidation for IR
` [Qemu-devel] [PATCH v9 07/25] intel_iommu: set IR bit for ECAP register
` [Qemu-devel] [PATCH v9 08/25] acpi: add DMAR scope definition for root IOAPIC
` [Qemu-devel] [PATCH v9 09/25] intel_iommu: define interrupt remap table addr register
` [Qemu-devel] [PATCH v9 10/25] intel_iommu: handle interrupt remap enable
` [Qemu-devel] [PATCH v9 11/25] intel_iommu: define several structs for IOMMU IR
` [Qemu-devel] [PATCH v9 12/25] intel_iommu: add IR translation faults defines
` [Qemu-devel] [PATCH v9 13/25] intel_iommu: Add support for PCI MSI remap
` [Qemu-devel] [PATCH v9 14/25] q35: ioapic: add support for emulated IOAPIC IR
` [Qemu-devel] [PATCH v9 15/25] ioapic: introduce ioapic_entry_parse() helper
` [Qemu-devel] [PATCH v9 16/25] intel_iommu: add support for split irqchip
` [Qemu-devel] [PATCH v9 17/25] x86-iommu: introduce IEC notifiers
` [Qemu-devel] [PATCH v9 18/25] ioapic: register IOMMU IEC notifier for ioapic
` [Qemu-devel] [PATCH v9 19/25] intel_iommu: Add support for Extended Interrupt Mode
` [Qemu-devel] [PATCH v9 20/25] intel_iommu: add SID validation for IR
` [Qemu-devel] [PATCH v9 21/25] kvm-irqchip: simplify kvm_irqchip_add_msi_route
` [Qemu-devel] [PATCH v9 22/25] kvm-irqchip: i386: add hook for add/remove virq
` [Qemu-devel] [PATCH v9 23/25] kvm-irqchip: x86: add msi route notify fn
` [Qemu-devel] [PATCH v9 24/25] kvm-irqchip: do explicit commit when update irq
` [Qemu-devel] [PATCH v9 25/25] intel_iommu: support all masks in interrupt entry cache invalidation

[PATCH v2 2/2] pci: host: new driver for Axis ARTPEC-6 PCIe controller
 2016-06-13 13:12 UTC  (3+ messages)

[very-RFC 0/8] TSN driver for the kernel
 2016-06-13 13:12 UTC  (8+ messages)
    ` [alsa-devel] "

BUG: using smp_processor_id() in preemptible [00000000] code]
 2016-06-13 13:11 UTC  (5+ messages)

[PATCH v2 00/20] DPDK PMD for ThunderX NIC device
 2016-06-13 13:11 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 18/20] thunderx/config: set max numa node to two

[PATCH] webkitgtk: do not inherit pythonnative
 2016-06-13 13:11 UTC 

[Qemu-devel] [RESEND] [PATCH 0/6] virtio: refactor host notifiers
 2016-06-13 12:59 UTC  (2+ messages)

[Qemu-devel] [PULL 0/4] usb: misc fixes
 2016-06-13 13:10 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] usb-host: add special case for bus+addr
` [Qemu-devel] [PULL 2/4] hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()
` [Qemu-devel] [PULL 3/4] pxa2xx: Unconditionally enable USB controller
` [Qemu-devel] [PULL 4/4] vl: Eliminate usb_enabled()

FYI, another paper checking URCU correctness
 2016-06-13 13:10 UTC 

[GIT PULL] Samsung clk updates for 4.8
 2016-06-13 13:10 UTC 

[xen-unstable-smoke test] 95652: tolerable all pass - PUSHED
 2016-06-13 13:09 UTC 

[U-Boot] [RFC] x86: baytrail: azalia DT configuration mock-up
 2016-06-13 13:09 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] new package: fwup (host and target)
 2016-06-13 13:08 UTC  (3+ messages)

[PATCH 1/2] mlx: fix compilation with recent Glibc
 2016-06-13 13:08 UTC  (3+ messages)

[PATCH 00/15] Make VFIO support independent on PCI
 2016-06-13 13:02 UTC  (18+ messages)
` [PATCH v2 00/16] Make VFIO support less dependent "
` [PATCH v2 01/16] vfio: fix include of eal_private.h to be local
` [PATCH v2 02/16] vfio: move VFIO-specific stuff to eal_vfio.h
` [PATCH v2 03/16] vfio: move common vfio constants "
` [PATCH v2 04/16] vfio: move vfio_iommu_type and dma_map functions to eal_vfio
` [PATCH v2 05/16] vfio: generalize pci_vfio_set_iommu_type
` [PATCH v2 06/16] vfio: generalize pci_vfio_has_supported_extensions
` [PATCH v2 07/16] vfio: move vfio-specific SOCKET_* constants
` [PATCH v2 08/16] vfio: generalize pci_vfio_get_container_fd
` [PATCH v2 09/16] vfio: generalize pci_vfio_get_group_no
` [PATCH v2 10/16] vfio: extract setup logic out of pci_vfio_map_resource
` [PATCH v2 11/16] vfio: move global vfio_cfg to eal_vfio.c
` [PATCH v2 12/16] vfio: fix typo in doc for vfio_setup_device
` [PATCH v2 13/16] vfio: make vfio_*_dma_map and iommu_types private
` [PATCH v2 14/16] vfio: rename and generalize eal_pci_vfio_mp_sync
` [PATCH v2 15/16] vfio: initialize vfio out of the PCI subsystem
` [PATCH v2 16/16] vfio: change VFIO init to be extendable

Duplicate config symbols
 2016-06-13 13:07 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY
 2016-06-13 13:07 UTC  (6+ messages)

[PATCH v3] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104
 2016-06-13 13:06 UTC 

[PATCH 0/2] s390: introduce drawer scheduling domain
 2016-06-13 13:06 UTC  (5+ messages)
` [PATCH 2/2] s390/topology: add drawer scheduling domain level

[PATCH v2 0/4] clocksource: rockchip/timer: Support rktimer for rk3399
 2016-06-13 13:06 UTC  (4+ messages)

[GIT PULL] Ceph updates for 4.7-rc1
 2016-06-13 13:06 UTC  (4+ messages)

[PATCH 1/5] drm/i915: Add support for mapping an object page by page
 2016-06-13 13:05 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with drm/i915: pwrite/pread do not require obj->base.filp, just pages (rev3)

[PATCH] ARM: sun8i: Add Parrot Board DTS
 2016-06-13 13:04 UTC  (8+ messages)

[RESENT PATCH] drm/i915: use #defines for qemu subsystem ids
 2016-06-13 13:05 UTC  (2+ messages)
` ✗ Ro.CI.BAT: warning for drm/i915: use #defines for qemu subsystem ids (rev2)

[Qemu-devel] [PATCH v2 0/3] enable iommu with -device
 2016-06-13 13:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/3] hw/iommu: "

[PATCH] ceph: fix symbol versioning for ceph_monc_do_statfs
 2016-06-13 13:04 UTC 

[PATCH] drm: hdlcd: Unwind the DRM setup on error conditions in the right order
 2016-06-13 13:03 UTC  (3+ messages)

[RFC PATCH V2 0/2] ECAM quirks handling for ARM64 platforms
 2016-06-13 13:02 UTC  (9+ messages)
` [RFC PATCH V2 1/2] ACPI/PCI: Match PCI config space accessors against platfrom specific ECAM quirks
` [RFC PATCH V2 2/2] ARM64/PCI: Start using quirks handling for ACPI based PCI host controller

[PATCH resend 0/1] USB: uas: Fix slave queue_depth not being set
 2016-06-13 12:56 UTC  (5+ messages)
` [PATCH resend] "

[patch] drivers/iommu: Fix iova DEBUG_PREEMPT splat
 2016-06-13 12:56 UTC 

[Qemu-devel] [Bug 1527300] [NEW] linux-user/elfload.c: byteswap function is not working when ELF is big endian
 2016-06-13 12:49 UTC  (2+ messages)
` [Qemu-devel] [Bug 1527300] "

[PATCH nft] tests: shell: add endless jump loop tests
 2016-06-13 12:53 UTC 

[Qemu-devel] [PATCH v2 0/3] Fix leak in handling of integer lists as strings
 2016-06-13 12:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 3/3] qapi: Fix memleak in string visitors on int lists

[Qemu-devel] [PATCH v3] vl.c: Add '-L help' which lists data dirs
 2016-06-13 12:54 UTC  (4+ messages)

[PATCH 0/2] arm64: traps.c fix + cleanup
 2016-06-13 12:54 UTC  (4+ messages)
` [PATCH 1/2] arm64: fix dump_instr when PAN and UAO are in use

[PATCH v2 0/4] app/test: rework crypto AES unit test
 2016-06-13 12:53 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] app/test: categorize crypto AES test vectors into new file
  ` [PATCH v3 2/4] app/test: add unified crypto aes test
  ` [PATCH v3 3/4] app/test: utilize new unified crypto AES test function
  ` [PATCH v3 4/4] app/test: add crypto AES-CBC-128 HMAC-SHA224 and HMAC-SHA384 unit tests

[PULL] irqdomain/irqchip updates for 4.8
 2016-06-13 12:53 UTC 

[lkp] [mm] 5c0a85fad9: unixbench.score -6.3% regression
 2016-06-13 12:52 UTC  (9+ messages)
  ` [LKP] "
              `  "

[PATCH] Document the 'svn propset' command
 2016-06-13 12:52 UTC  (3+ messages)

[PATCH] pinctrl: max77620: Remove unused structure definition
 2016-06-13 12:51 UTC  (2+ messages)

[alsa-lib][PATCH 00/10 v2] ctl: add APIs for control element set
 2016-06-13 12:51 UTC  (3+ messages)
` [PATCH 06/10] ctl: deprecate APIs to add an element set with a single element

[Qemu-devel] [Bug 1481654] [NEW] libcacard.pc paths are not modified when configure prefix is
 2016-06-13 12:40 UTC  (2+ messages)
` [Qemu-devel] [Bug 1481654] "

[Qemu-devel] [Bug 1511710] [NEW] unknown option --disable-modules
 2016-06-13 12:45 UTC  (2+ messages)
` [Qemu-devel] [Bug 1511710] "

[LTP] [PATCH] containers/userns05: use unsigned int for ns id
 2016-06-13 12:50 UTC  (2+ messages)

[RFC] mbuf: remove unused rx error flags
 2016-06-13 12:49 UTC  (4+ messages)
` [PATCH] mbuf: remove unused Rx "

4.6-rc*: Kernel unaligned access at pci_bus_read_config_dword+0x64/0x80
 2016-06-13 12:49 UTC  (4+ messages)

[PATCH] scsi: disable VPD page check on error
 2016-06-13 12:48 UTC 

[PATCH] gpio: 104-idi-48: Fix missing spin_lock_init for ack_lock
 2016-06-13 12:48 UTC  (2+ messages)

[PATCH 0/3 v2] Make ARC PGU usable on sim platforms
 2016-06-13 12:47 UTC  (5+ messages)
` [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms

[PATCH v9 00/22] Add HiSilicon RoCE driver
 2016-06-13 12:46 UTC  (6+ messages)
` [PATCH v9 11/22] IB/hns: Add IB device registration

[PATCH 1/3] gstreamer1.0-plugins-bad: Upgrade to 1.6.3
 2016-06-13 12:45 UTC  (3+ messages)
` [PATCH 2/3] gstreamer1.0-plugins-ducati: Upgrade to GST 1.6.3
` [PATCH 3/3] gstreamer1.0: Switch "

[PATCH] iommu/arm-smmu: request pcie devices to enable ACS
 2016-06-13 12:45 UTC  (4+ messages)

[PATCH] gpio: add Intel WhiskeyCove GPIO driver
 2016-06-13 12:43 UTC  (2+ messages)

[U-Boot] Please pull ARC changes
 2016-06-13 12:43 UTC 

dmix produces garbled sound on ARM
 2016-06-13 12:42 UTC  (6+ messages)


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.