All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-16 11:23:04 to 2015-12-16 12:32:28 UTC [more...]

[Qemu-devel] [Minios-devel] [PATCH v7 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-12-16 12:32 UTC  (51+ messages)
` [PATCH XEN v7 00/29] "
  ` [PATCH XEN v7 01/29] stubdom: recurse into tools/include in mk-headers-$(XEN_TARGET_ARCH) rule
  ` [PATCH XEN v7 02/29] tools: Refactor "xentoollog" into its own library
  ` [PATCH XEN v7 03/29] tools/libxc: Remove osdep indirection for xc_evtchn
  ` [PATCH XEN v7 04/29] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn
  ` [PATCH XEN v7 05/29] tools: Arrange to check public headers for ANSI compatiblity
  ` [PATCH XEN v7 06/29] tools/libxc: Remove osdep indirection for xc_gnt{shr, tab}
  ` [PATCH XEN v7 07/29] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab
  ` [PATCH XEN v7 08/29] tools/libxc: Remove osdep indirection for privcmd
  ` [PATCH XEN v7 09/29] tools: Refactor hypercall calling wrappers into libxencall
  ` [PATCH XEN v7 10/29] tools/libxc: drop xc_map_foreign_bulk_compat wrappers
  ` [PATCH XEN v7 11/29] tools: Remove xc_map_foreign_batch
  ` [PATCH XEN v7 12/29] tools: Implement xc_map_foreign_range(s) in terms of common helper
  ` [PATCH XEN v7 13/29] tools: Refactor foreign memory mapping into libxenforeignmemory
  ` [PATCH XEN v7 14/29] tools/libs/foreignmemory: provide xenforeignmemory_unmap
  ` [PATCH XEN v7 15/29] tools/libs/foreignmemory: use size_t for size arguments
  ` [PATCH XEN v7 16/29] tools/libs/foreignmemory: Mention restrictions on fork in docs
  ` [PATCH XEN v7 17/29] tools/libs/foreignmemory: Support err == NULL to map
  ` [PATCH XEN v7 18/29] tools/libs/foreignmemory: pull array length argument to map forward
  ` [PATCH XEN v7 19/29] tools/libs/evtchn: Review and update doc comments
  ` [PATCH XEN v7 20/29] tools/libs: Clean up hard tabs
  ` [PATCH XEN v7 21/29] tools/libs/gnttab: Extensive updates to API documentation
  ` [PATCH XEN v7 22/29] tools/libs/call: Update some log messages to not refer to xc
  ` [PATCH XEN v7 23/29] tools/libs/call: Describe return values and error semantics for xencall*
  ` [PATCH XEN v7 24/29] tools/libs/call: Avoid xc_memalign in netbsd and solaris backends
  ` [PATCH XEN v7 25/29] tools/libs/call: linux: touch newly allocated pages after madvise lockdown
  ` [PATCH XEN v7 26/29] tools/libs/{call, evtchn}: Document requirements around forking
  ` [PATCH XEN v7 27/29] tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD
  ` [PATCH XEN v7 28/29] tools: Update CFLAGS for qemu-xen to allow it to use new libraries
  ` [PATCH XEN v7 29/29] HACK: Update Config.mk to pull all the right bits from my xenbits trees
` [Qemu-devel] [PATCH QEMU-XEN v7 0/8] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH QEMU-XEN v7 1/8] xen_console: correctly cleanup primary console on teardown
  ` [Qemu-devel] [PATCH QEMU-XEN v7 2/8] xen: Switch to libxenevtchn interface for compat shims
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v7 3/8] xen: Switch to libxengnttab "
  `  "
  ` [PATCH QEMU-XEN v7 4/8] xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
  ` [PATCH QEMU-XEN v7 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API
  ` [PATCH QEMU-XEN v7 6/8] xen: Use stable library interfaces when they are available
  ` [PATCH QEMU-XEN v7 7/8] xen: domainbuild: reopen libxenctrl interface after forking for domain watcher
  ` [PATCH QEMU-XEN v7 8/8] xen: make it possible to build without the Xen PV domain builder
` [PATCH QEMU-XEN v7 0/8] Begin to disentangle libxenctrl and provide some stable libraries
` [PATCH QEMU-XEN-TRADITIONAL v7 0/4] "
  ` [PATCH QEMU-XEN-TRADITIONAL v7 1/4] qemu-xen-traditional: Use libxenevtchn
  ` [PATCH QEMU-XEN-TRADITIONAL v7 2/4] qemu-xen-traditional: Use libxengnttab
  ` [PATCH QEMU-XEN-TRADITIONAL v7 3/4] qemu-xen-traditional: Add libxencall to rpath-link
  ` [PATCH QEMU-XEN-TRADITIONAL v7 4/4] qemu-xen-traditional: Add libxenforeignmemory "
` [PATCH MINI-OS v7 0/4] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH MINI-OS v7 1/4] mini-os: Include libxenevtchn with libxc
  ` [PATCH MINI-OS v7 2/4] mini-os: Include libxengnttab "

[ [PATCH v2] 00/13] Add virtio support in arm/arm64
 2015-12-16 12:31 UTC  (5+ messages)
      ` [PATCH] eal: map io resources for non x86 architectures

[testing ceph] with gnu stow and NFS
 2015-12-16 12:30 UTC 

[Minios-devel] [PATCH v7 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-12-16 12:30 UTC 

[PATCH 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC
 2015-12-16 12:27 UTC  (4+ messages)
` [PATCH 1/2] ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller

[PATCH 01/11] resource: Add System RAM resource type
 2015-12-16 12:26 UTC  (3+ messages)

[PATCH] drm/i915: Force clean compilation with -Werror
 2015-12-16 12:25 UTC  (2+ messages)

[PATCH v3] drm/i915: Disable fast link training if DP config changes
 2015-12-16 12:26 UTC 

tcpdump support in DPDK 2.3
 2015-12-16 12:26 UTC  (11+ messages)

[PATCH 0/2] ARC dwarf unwinder fixes
 2015-12-16 12:24 UTC  (6+ messages)
` [PATCH 1/2] ARC: dw2 unwind: Reinstante unwinding out of modules
` [PATCH 2/2] ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing

[PATCH 0/2] Fix two tyops
 2015-12-16 12:25 UTC  (3+ messages)
` [PATCH 1/2] t3404: fix typo
` [PATCH 2/2] Fix tyop in the 2.7.0 release notes

Question: Exclusions for AV-Software
 2015-12-16 12:24 UTC  (2+ messages)

[PATCH 1/4] mwifiex: fix potential integer truncation
 2015-12-16 12:21 UTC  (4+ messages)
` [PATCH 2/4] mwifiex: fix PCIe register information for 8997 chipset
` [PATCH 3/4] mwifiex: add missing check for PCIe8997 chipset
` [PATCH 4/4] mwifiex: enable MSI interrupt support in pcie

[PATCH] rebase: add --verify-signatures
 2015-12-16 13:39 UTC  (4+ messages)

[PATCH iproute2 v2 0/3] improve lwtunnel route support
 2015-12-16 12:22 UTC  (4+ messages)
` [PATCH iproute2 v2 1/3] vxlan: add support for collect metadata flag
` [PATCH iproute2 v2 2/3] gre: "
` [PATCH iproute2 v2 3/3] lwtunnel: implement support for ip6 encap

[PATCH v3 0/7] drm/exynos: rework layer blending
 2015-12-16 12:21 UTC  (8+ messages)
` [PATCH v3 1/7] drm/exynos: rename zpos to index
` [PATCH v3 2/7] drm/exynos: make zpos property configurable
` [PATCH v3 3/7] drm/exynos: mixer: set window priority based on zpos
` [PATCH v3 4/7] drm/exynos: mixer: remove all static blending setup
` [PATCH v3 5/7] drm/exynos: mixer: refactor layer setup
` [PATCH v3 6/7] drm/exynos: mixer: also allow ARGB1555 and ARGB4444
` [PATCH v3 7/7] drm/exynos: mixer: unify a check for video-processor window

[RFC PATCH v3 0/5] Simple ACPI based PCI support for arm64
 2015-12-16 12:42 UTC  (5+ messages)
` [RFC PATCH v3 1/5] ACPI: MCFG: Move mmcfg_list management to drivers/acpi
` [RFC PATCH v3 4/5] ACPI: PCI: Support platforms that need pci_remap_iospace
` [RFC PATCH v3 5/5] PCI: ACPI: Add a generic ACPI based host controller

How to move a recipe to another directory without invalidating its sstate-cache?
 2015-12-16  9:38 UTC 

[PATCH v3 0/2] arm64: change PoC D-cache flush to PoU
 2015-12-16 12:18 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: Use PoU cache instr for I/D coherency

[PATCH 1/4] net: tcp_memcontrol: simplify linkage between socket and page counter fix
 2015-12-16 12:17 UTC  (7+ messages)
` [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions

[ovmf test] 66401: regressions - FAIL
 2015-12-16 12:17 UTC 

[PATCH] mingw: emulate write(2) that fails with a EPIPE
 2015-12-16 12:14 UTC 

[Qemu-devel] [PATCH] rtc: introduce nmi disable bit handler for cmos
 2015-12-16 12:14 UTC  (12+ messages)

Subvolume UUID, data corruption?
 2015-12-16 12:14 UTC  (23+ messages)
      ` attacking btrfs filesystems via UUID collisions? (was: Subvolume UUID, data corruption?)
        ` attacking btrfs filesystems via UUID collisions?

[PATCH] tools: always enable HAS_MEM_ACCESS
 2015-12-16 12:14 UTC  (3+ messages)

[PATCH v3] btrfs: Introduce new mount option to disable tree log replay
 2015-12-16 12:12 UTC  (6+ messages)

[Qemu-devel] -loadvm and disk only snapshot
 2015-12-16 12:12 UTC 

[PATCH v5 0/3] thermal: mediatek: Add cpu dynamic power cooling model
 2015-12-16 12:12 UTC  (8+ messages)
` [PATCH v5 2/3] arm64: dts: mt8173: Add thermal zone node

[PATCH] VMX: allocate APIC access page from domain heap
 2015-12-16 12:11 UTC  (2+ messages)

[U-Boot] [PATCH] Revert "include/linux: move typdef for uintptr_t"
 2015-12-16 12:11 UTC  (3+ messages)

[PATCH v3 00/11] NFS/RDMA client patches for 4.5
 2015-12-16 12:11 UTC  (4+ messages)

[PATCH v4 00/10] drm/i915: improve the RPM device suspended assert
 2015-12-16 12:11 UTC  (3+ messages)
` [PATCH 05/10] drm/i915: add assert_rpm_wakelock_held helper

[PATCH iproute2 0/3] improve lwtunnel route support
 2015-12-16 12:11 UTC  (5+ messages)
` [PATCH iproute2 1/3] vxlan: add support for collect metadata flag

[PATCH v4 00/11] NFS/RDMA server patches for v4.5
 2015-12-16 12:10 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/74] pc: acpi: convert DSDT to AML API and drop ASL templates support
 2015-12-16 12:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH 26/74] pc: acpi: memhp: move MHPD._STA method into SSDT

[PATCH 0/2] DPCD Backlight Control
 2015-12-16 12:07 UTC  (3+ messages)
` [PATCH 1/2] drm/dp: Add definition for Display Control DPCD Registers capability size
` [PATCH 2/2] drm/i915: Add Backlight Control using DPCD for eDP connectors (v4)

[PATCH 0/4 for 2.3] vhost-user live migration support
 2015-12-16 12:08 UTC  (13+ messages)

[Buildroot] [PATCH 0/13 v2] legal-info improvements and completeness (branch yem/legal-2)
 2015-12-16 12:07 UTC  (5+ messages)
` [Buildroot] [PATCH 04/13 v2] core/legal-info: ensure legal-info works in off-line mode
` [Buildroot] [PATCH 05/13 v2] core/pkg-generic: add variable to store the package rawname-version

[PATCH] autofs: show pipe inode in mount options
 2015-12-16 12:02 UTC 

[RFC PATCH v2 0/6] (mostly) Arch-independent livepatch
 2015-12-16 12:02 UTC  (3+ messages)
` [RFC PATCH v2 3/6] module: s390: keep mod_arch_specific for livepatch modules

[Qemu-devel] [PATCH 1/1] qmp: process system-reset event in paused state
 2015-12-16 12:02 UTC  (4+ messages)

[U-Boot] curious if XTRN_DECLARE_GLOBAL_DATA_PTR is still of value
 2015-12-16 12:02 UTC 

[PATCH v8 00/28] Kconfig conversion
 2015-12-16 12:02 UTC  (9+ messages)
` [PATCH v8 28/28] build: convert CONFIG_COMPAT to Kconfig
    ` [PATCH] "
  ` [PATCH] squash into 'build: use generated Kconfig options for Xen'

[PATCH 0/9] RFD: huge tmpfs: compound vs. team pages
 2015-12-16 12:00 UTC  (5+ messages)
` [PATCH 6/9] rmap: support file THP

[PATCH 0/9] Tesstsuite - splitted to more commits
 2015-12-16 11:59 UTC  (3+ messages)

[PATCH v3 0/5] mtd: Qualcomm NAND controller driver
 2015-12-16 11:57 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/5] mtd: nand: "

[PATCH v2] soc: mediatek: SCPSYS: use module_platform_driver
 2015-12-16 11:55 UTC  (3+ messages)

[PATCH v4 11/21] ARM: pxa: support ICP DAS LP-8x4x FPGA irq
 2015-12-16 11:54 UTC  (3+ messages)
` [PATCH v5] arm: "

[PATCH 1/1] powerpc/irq: tidy up inconsistent context in migrate_irqs()
 2015-12-16 11:54 UTC  (4+ messages)

[PATCH 3/9] perf test: new testsuite: perf annotate tests
 2015-12-16 11:51 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/6] Migration: Small fixes and improvements
 2015-12-16 11:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] migration: Export migrate_set_state()
` [Qemu-devel] [PATCH v2 2/6] migration: Add state records for migration incoming
` [Qemu-devel] [PATCH v2 3/6] Postcopy: Send events/change state on incoming side
` [Qemu-devel] [PATCH v2 4/6] Migration: Emit event at start of pass
` [Qemu-devel] [PATCH v2 5/6] Use qemu_get_buffer_in_place for xbzrle data
` [Qemu-devel] [PATCH v2 6/6] multithread decompression: Avoid one copy

[patch] qla2xxx: fix a timeout loop
 2015-12-16 11:45 UTC  (3+ messages)

[U-Boot] [Patch V2 1/4] spi: fsl_qspi: fix compile warning for 64-bit platform
 2015-12-16 11:44 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-msm: Boost controller core clock
 2015-12-16 11:44 UTC  (8+ messages)

[PATCH] PM / sleep: define inline functions
 2015-12-16 11:41 UTC 

[PATCH V4 00/16] Add generic PM domain support for Tegra
 2015-12-16 11:40 UTC  (7+ messages)
` [PATCH V4 16/16] ARM64: tegra: select PM_GENERIC_DOMAINS

regmap-mmio and paged registers
 2015-12-16 11:38 UTC  (4+ messages)

[PATCH 0/4] ALSA: oxfw: localize stuffs of old firewire-speakers module
 2015-12-16 11:37 UTC  (5+ messages)
` [PATCH 1/4] ALSA: oxfw: enable to keep memory block for model-specific structure
` [PATCH 2/4] ALSA: oxfw: move model-specific members from common structure
` [PATCH 3/4] ALSA: oxfw: move model-specific parameters "
` [PATCH 4/4] ALSA: oxfw: rename a structure so that it means backward compatibility to old drivers

[Qemu-devel] [PATCH v2 0/3] virtio: proposal to optimize accesses to VQs
 2015-12-16 11:37 UTC  (8+ messages)

[RFC PATCH v3 0/8] arm64: Verify early CPU features
 2015-12-16 11:36 UTC  (8+ messages)
` [RFC PATCH v3 4/8] arm64: Handle early CPU boot failures

[PATCH (net-next.git) 00/18] stmmac: enhance driver performances and update the version
 2015-12-16 11:33 UTC  (4+ messages)
` [PATCH (net-next.git) 16/18] stmmac: do not perform zero-copy for rx frames

Question about VirtIO on Xen - Disk performance issues
 2015-12-16 11:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] rcu: optimize rcu_read_lock
 2015-12-16 11:32 UTC 

[Buildroot] [PATCH 1/1] configs/toradex_apalis_imx6_defconfig: new board
 2015-12-16 11:31 UTC 

[PATCH iproute2] ipv6: allow setting stable_secret mode
 2015-12-16 11:30 UTC 

[PATCH] include/linux/mmdebug.h: should include linux/bug.h
 2015-12-16 11:28 UTC  (2+ messages)

[PATCH v5 00/14] perf tools: BPF related update and other improvements
 2015-12-16 11:29 UTC  (5+ messages)
` [PATCH v5 10/14] perf tools: Enable indices setting syntax for BPF maps
` [PATCH v5 12/14] perf data: Support converting data from bpf_perf_event_output()

[PATCH phosphor-host-ipmid v2 1/5] Add get/set ipmid command support with correct DBUS property handling
 2015-12-16 11:28 UTC  (5+ messages)
  ` [PATCH phosphor-host-ipmid v2 0/5] IPMID boot options changes

[PATCH v2] KVM: PPC: Exit guest upon fatal machine check exception
 2015-12-16 11:28 UTC  (3+ messages)

[xen-4.5-testing test] 66395: regressions - FAIL
 2015-12-16 11:26 UTC 

[Buildroot] [PATCH 1/3] package/nodejs: Add version 5.2.0
 2015-12-16 11:26 UTC  (7+ messages)

[PATCH v9 1/1] efi: a misc char interface for user to update efi firmware
 2015-12-16 11:26 UTC  (4+ messages)

per-frame camera metadata (again)
 2015-12-16 11:25 UTC  (3+ messages)

[PATCH] udf: rework name conversions to fix multi-bytes characters support
 2015-12-16 11:25 UTC  (2+ messages)

[PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
 2015-12-16 11:24 UTC  (4+ messages)
` [PATCH 2/3] ata: sata_dwc_460ex: add phy support

[PATCH v12] Add Mediatek thermal support
 2015-12-16 11:23 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller

[PATCH v2] Make error message after failing commit_lock_file() less confusing
 2015-12-16 11:22 UTC  (2+ messages)
` [PATCH] credential-store: don't pass strerror to die_errno()

[PATCH] drm/i915: prefer for_each_intel_* macros for iteration
 2015-12-16 11:22 UTC  (2+ messages)

[PATCH v9 0/4] irqchip:support mbigen interrupt controller
 2015-12-16 11:22 UTC  (2+ 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.