All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-24 10:43:17 to 2015-09-24 11:43:21 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jberg/mac80211-next
 2015-09-24 11:43 UTC 

[PATCH v7 00/28] Add ITS support
 2015-09-24 11:43 UTC  (13+ messages)
` [PATCH v7 17/28] xen/arm: ITS: Add GITS registers emulation
` [PATCH v7 18/28] xen/arm: ITS: Export ITS info to Virtual ITS

[PATCH v2 00/25] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-09-24 11:41 UTC  (4+ messages)
` [PATCH v2 08/25] powerpc/8xx: Map IMMR area with 512k page at a fixed address

Regression in RMRRs identity mapping for PVH Dom0
 2015-09-24 11:42 UTC  (8+ messages)

[PATCH v2] arm/ls1021a: Add Sleep feature for ls1021
 2015-09-24 11:40 UTC  (5+ messages)

[Qemu-devel] [PATCH v11 00/12] Add a netfilter object and netbuffer filter
 2015-09-24 11:40 UTC  (13+ messages)
` [Qemu-devel] [PATCH v11 01/12] qmp: delete qemu opts when delete an object
` [Qemu-devel] [PATCH v11 02/12] init/cleanup of netfilter object

[PATCH v2 0/5] ARM: multi_v7_defconfig: Improve rockchip support
 2015-09-24 11:39 UTC  (14+ messages)
` [PATCH v2 1/5] ARM: multi_v7_defconfig: Enable common Rockchip devices/busses
` [PATCH v2 2/5] ARM: multi_v7_defconfig: Enable common regulators for rockchip boards
` [PATCH v2 3/5] ARM: multi_v7_defconfig: Enable Rockchip display support
` [PATCH v2 4/5] ARM: multi_v7_defconfig: Enable the Rockchip USB 2.0 phy
` [PATCH v2 5/5] ARM: multi_v7_defconfig: Support RTC devices commonly used on Rockchip boards

[Qemu-devel] [PATCH v4 00/47] ivshmem improvements
 2015-09-24 11:37 UTC  (48+ messages)
` [Qemu-devel] [PATCH v4 01/47] char: add qemu_chr_free()
` [Qemu-devel] [PATCH v4 02/47] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PATCH v4 03/47] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PATCH v4 04/47] ivshmem: fix number of bytes to push to fifo
` [Qemu-devel] [PATCH v4 05/47] ivshmem: factor out the incoming fifo handling
` [Qemu-devel] [PATCH v4 06/47] ivshmem: remove unnecessary dup()
` [Qemu-devel] [PATCH v4 07/47] ivshmem: remove superflous ivshmem_attr field
` [Qemu-devel] [PATCH v4 08/47] ivshmem: remove useless doorbell field
` [Qemu-devel] [PATCH v4 09/47] ivshmem: more qdev conversion
` [Qemu-devel] [PATCH v4 10/47] ivshmem: remove last exit(1)
` [Qemu-devel] [PATCH v4 11/47] ivshmem: limit maximum number of peers to G_MAXUINT16
` [Qemu-devel] [PATCH v4 12/47] ivshmem: simplify around increase_dynamic_storage()
` [Qemu-devel] [PATCH v4 13/47] ivshmem: allocate eventfds in resize_peers()
` [Qemu-devel] [PATCH v4 14/47] ivshmem: remove useless ivshmem_update_irq() val argument
` [Qemu-devel] [PATCH v4 15/47] ivshmem: initialize max_peer to -1
` [Qemu-devel] [PATCH v4 16/47] ivshmem: remove max_peer field
` [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages
` [Qemu-devel] [PATCH v4 18/47] ivshmem: improve error handling
` [Qemu-devel] [PATCH v4 19/47] ivshmem: print error on invalid peer id
` [Qemu-devel] [PATCH v4 20/47] ivshmem: simplify a bit the code
` [Qemu-devel] [PATCH v4 21/47] ivshmem: use common return
` [Qemu-devel] [PATCH v4 22/47] ivshmem: use common is_power_of_2()
` [Qemu-devel] [PATCH v4 23/47] ivshmem: migrate with VMStateDescription
` [Qemu-devel] [PATCH v4 24/47] ivshmem: shmfd can be 0
` [Qemu-devel] [PATCH v4 25/47] ivshmem: check shm isn't already initialized
` [Qemu-devel] [PATCH v4 26/47] ivshmem: add device description
` [Qemu-devel] [PATCH v4 27/47] ivshmem: fix pci_ivshmem_exit()
` [Qemu-devel] [PATCH v4 28/47] ivshmem: replace 'guest' for 'peer' appropriately
` [Qemu-devel] [PATCH v4 29/47] ivshmem: error on too many eventfd received
` [Qemu-devel] [PATCH v4 30/47] ivshmem: reset mask on device reset
` [Qemu-devel] [PATCH v4 31/47] contrib: add ivshmem client and server
` [Qemu-devel] [PATCH v4 32/47] ivshmem-client: check the number of vectors
` [Qemu-devel] [PATCH v4 33/47] ivshmem-server: use a uint16 for client ID
` [Qemu-devel] [PATCH v4 34/47] ivshmem-server: fix hugetlbfs support
` [Qemu-devel] [PATCH v4 35/47] docs: update ivshmem device spec
` [Qemu-devel] [PATCH v4 36/47] ivshmem: add check on protocol version in QEMU
` [Qemu-devel] [PATCH v4 37/47] contrib: remove unnecessary strdup()
` [Qemu-devel] [PATCH v4 38/47] msix: implement pba write (but read-only)
` [Qemu-devel] [PATCH v4 39/47] qtest: add qtest_add_abrt_handler()
` [Qemu-devel] [PATCH v4 40/47] tests: add ivshmem qtest
` [Qemu-devel] [PATCH v4 41/47] ivshmem: do not keep shm_fd open
` [Qemu-devel] [PATCH v4 42/47] ivshmem: use strtosz()
` [Qemu-devel] [PATCH v4 43/47] ivshmem: add hostmem backend
` [Qemu-devel] [PATCH v4 44/47] ivshmem: remove EventfdEntry.vector
` [Qemu-devel] [PATCH v4 45/47] ivshmem: rename MSI eventfd_table
` [Qemu-devel] [PATCH v4 46/47] ivshmem: use kvm irqfd for msi notifications
` [Qemu-devel] [PATCH v4 47/47] ivshmem: use little-endian int64_t for the protocol

[PATCH] omapdss: acx565akm: Fix module autoload for OF platform driver
 2015-09-24 11:37 UTC  (5+ messages)

[PATCH 1/3] Make /dev/urandom scalable
 2015-09-24 11:37 UTC  (4+ messages)

[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-09-24 11:35 UTC  (5+ messages)

search command doesn't find anything
 2015-09-24 11:34 UTC  (2+ messages)

[PATCH 0/3] arm/arm64: KVM: Fix !irqchip_in_kernel() handling
 2015-09-24 11:33 UTC  (4+ messages)
` [PATCH 1/3] arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources

[PATCH 0/2] GICv3: Clean up + enable support on GICv4
 2015-09-24 11:32 UTC  (7+ messages)
` [PATCH 2/2] xen/arm: gic-v3: Allow Xen to run on hardware reporting GICv4

[PATCH v2] fbdev: omap2: connector-dvi: use of_get_i2c_adapter_by_node interface
 2015-09-24 11:31 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2015-09-24 11:31 UTC 

[PATCH v12 0/1] toolstack-assisted approach to PVHVM guest kexec
 2015-09-24 11:31 UTC  (4+ messages)
` [PATCH v12 1/1] (lib)xl: soft reset support

[PATCH] perf/probe: Search both .eh_frame and .debug_frame sections for probe location
 2015-09-24 11:23 UTC  (6+ messages)

[PATCH v2 for-4.6 0/2] libxl: devd fixes
 2015-09-24 11:30 UTC  (5+ messages)

[PATCH for 4.6] xen/arm: vgic: Correctly emulate write when byte is used
 2015-09-24 11:30 UTC  (3+ messages)

[PATCH v3 0/4] iio: bmc150 regmap and SPI
 2015-09-24 11:30 UTC  (4+ messages)

[PATCH 0/6] Fixes for mutilib SDK
 2015-09-24 11:29 UTC  (6+ messages)

SIP messages with no/invalid CSeq are dropped by nf_ct_sip, 400 Bad Request is expected instead
 2015-09-24 11:19 UTC  (2+ messages)

[PATCH] ext4: Update EXT4_USE_FOR_EXT2 description
 2015-09-24 11:28 UTC  (2+ messages)

[PATCH] gdk-pixbuf: Avoid rebuild failures
 2015-09-24 11:27 UTC  (2+ messages)

[PATCH 0/3] drm/i915: Add CD and pixel clock information
 2015-09-24 11:28 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Add current CD clock frequency to debugfs
` [PATCH 2/3] drm/i915: Add max CD clock "
` [PATCH 3/3] drm/i915: Add max DOT clock frequency "

[Qemu-devel] [PATCH v11 0/7] vhost-user multiple queue support
 2015-09-24 11:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 2/7] vhost-user: add protocol feature negotiation

[systemd-devel] How to automount
 2015-09-24 11:25 UTC 

[PATCH v5 0/4] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
 2015-09-24 11:25 UTC  (4+ messages)
` [PATCH v5 2/4] edac: Add L3 EDAC "

[PATCH] drm/i915: Defer adding preallocated stolen objects to the VM list
 2015-09-24 11:24 UTC  (4+ messages)

[PATCH] fbdev: put module after running driver callback
 2015-09-24 11:24 UTC  (3+ messages)

[PATCH v4 0/4] detect and initialize CDP (Code/Data Prioritization) feature
 2015-09-24 11:22 UTC  (11+ messages)
` [PATCH v4 3/4] tools: add tools support for Intel CDP
` [PATCH v4 4/4] docs: add document to introduce CDP command

[PATCH] Staging: rtl8712: rtl871x_mp.h: Coding style warnings fix for block comment
 2015-09-24 11:22 UTC  (4+ messages)

Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory"
 2015-09-24 11:21 UTC  (8+ messages)

[PATCH v2 1/2] drm/i915/gtt: Do not initialize drm_mm twice
 2015-09-24 11:20 UTC  (5+ messages)
` [PATCH v3 "

[Qemu-devel] [PATCH v3] docs: describe the QEMU build system structure / design
 2015-09-24 11:20 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] Net patches
 2015-09-24 11:19 UTC  (4+ messages)
` [Qemu-devel] [PULL 6/7] vmxnet3: Drop net_vmxnet3_info.can_receive

[PATCH 0/3] mmc: Wait for card_busy before starting sdio requests
 2015-09-24 11:18 UTC  (5+ messages)

Custom structured data from logger utility
 2015-09-24 11:17 UTC  (3+ messages)

RFC: ss: improve horizontal output scaling
 2015-09-24 11:16 UTC 

overlayfs + linux user namespace issue
 2015-09-24 11:16 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v1 0/2] spapr: Abort when HTAB size requirement can't be met
 2015-09-24  8:22 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v1 1/2] spapr: Allocate HTAB from machine init
` [Qemu-devel] [RFC PATCH v1 2/2] spapr: Abort when HTAB of requested size isn't allocated

[PATCH 1/2] drm/i915/bxt: Set oscaledcompmethod to enable scale value
 2015-09-24 11:12 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] SSD1307fb updates
 2015-09-24 11:11 UTC  (4+ messages)

[PATCH 1/4] [resend #2] tridentfb: fix hang on Blade3D with CONFIG_CC_OPTIMIZE_FOR_SIZE
 2015-09-24 11:07 UTC  (16+ messages)
` [PATCH 2/4] [resend #2] tridentfb: Fix set_lwidth on TGUI9440 and CYBER9320
` [PATCH 3/4] [resend #2] fb_ddc: Allow I2C adapters without SCL read capability
` [PATCH 4/4] [resend #2] tridentfb: Add DDC support

[PATCH 3/3] power: reset: at91-shdwc: add new shutdown controller driver
 2015-09-24 11:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH][meta-oe] gd: cleanup buildpaths from gdlib.pc
 2015-09-24 11:06 UTC 

[PATCH] KVM: disable halt_poll_ns as default for s390x
 2015-09-24 11:06 UTC  (4+ messages)

[PATCH i-g-t v3] gem_ppgtt: Test VMA leak on context destruction
 2015-09-24 11:05 UTC 

[PATCH v3] xen/keyhandler: Rework keyhandler infrastructure
 2015-09-24 11:05 UTC 

[PATCH] glib-2.0: cleanup buildpaths from pkgconfig files
 2015-09-24 11:04 UTC 

[PATCH] gnutls: cleanup buildpaths from gnutls.pc
 2015-09-24 11:04 UTC 

[PATCH] curl: cleanup buildpaths from curl-config
 2015-09-24 11:04 UTC 

[Linux 4.2-rc8+...v4.3-rc2] REGRESSION: ppp: circular locking dependency detected: [pppd] ppp_dev_uninit() | rtnl_lock()
 2015-09-24 11:03 UTC  (5+ messages)

[Qemu-devel] [PATCH] qga: Use g_new() & friends where that makes obvious sense
 2015-09-24 11:02 UTC  (3+ messages)

[PATCH] oeqa/runexported: Fix a problem with ssh_target_log existing in folder
 2015-09-24 11:00 UTC 

[systemd-devel] How to automount
 2015-09-24 10:58 UTC  (2+ messages)

[PATCH 1/4] drm: Make drm_fb_unregister/remove accept NULL fb
 2015-09-24 10:56 UTC  (7+ messages)
` [PATCH 4/4] fbdev: Debug knob to register without holding console_lock

[systemd-devel] How to automount
 2015-09-24 10:55 UTC  (6+ messages)

[PATCH 0/4] Add basic support for Allwinner A83T SOC
 2015-09-24 10:55 UTC  (9+ messages)
` [PATCH 1/4] ARM: sunxi: Introduce Allwinner for A83T support

[PATCH] drm/i915: Convert WARNs during userptr revoke to SIGBUS
 2015-09-24 10:55 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] drbd-utils: bump version to 8.9.4
 2015-09-24 10:54 UTC  (2+ messages)

[PATCH net-next 0/9] net: Refactor ip_route_input_slow
 2015-09-24 10:53 UTC  (4+ messages)
` [PATCH net-next 3/9] net: Remove e_nobufs label from ip_route_input_slow

[PATCH] ocfb: remove incorrect __iomem annotation
 2015-09-24 10:54 UTC 

[PATCH net] ppp: fix lockdep splat in ppp_dev_uninit()
 2015-09-24 10:54 UTC 

[PATCH 0/3] ALSA: hda - Avoid potential deadlock
 2015-09-24 10:50 UTC  (6+ messages)

[Regression] util-linux-2.27: zramctl lists same info for all devices (DATA COMPR TOTAL)
 2015-09-24 10:49 UTC  (2+ messages)

[PATCH for-4.6] p2m/ept: Set the A bit only if PML is enabled
 2015-09-24 10:49 UTC  (8+ messages)

Dummy module and sample rates
 2015-09-24 10:49 UTC  (3+ messages)

[PATCH] IB/mlx4: Use vmalloc for WR buffers when needed
 2015-09-24 10:49 UTC 

post-receive: pub/scm/utils/util-linux/util-linux
 2015-09-24 10:48 UTC 

[Qemu-devel] qemu-system-arm system support for big endian BE8
 2015-09-24 10:48 UTC  (2+ messages)

[PATCH 00/38] Fixes related to incorrect usage of unsigned types
 2015-09-24 10:48 UTC  (5+ messages)
` [PATCH 28/38] video/omap: remove invalid check

[PATCH v2] xen/keyhandler: Rework keyhandler infrastructure
 2015-09-24 10:47 UTC  (5+ messages)

[PATCH] IB/mlx4: Use vmalloc for WR buffers when needed
 2015-09-24 10:46 UTC  (3+ messages)

post-receive: pub/scm/virt/kvm/mst/qemu
 2015-09-24 10:46 UTC 

[PATCH] Add missing license and copyright statements to public interface headers
 2015-09-24 10:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/2] spapr: generate DT node names
 2015-09-24 10:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] PCI: add missing classes in pci_ids.h to build device tree

Bug: LADSPA implementation - no up/downmix handling
 2015-09-24 10:44 UTC  (3+ messages)

[Qemu-devel] [PATCH] pc: Set broken_reserved_end on pc-*-2.4, not 2.5
 2015-09-24 10:44 UTC  (2+ messages)

post-receive: pub/scm/virt/kvm/mst/qemu
 2015-09-24 10:44 UTC 


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.