All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-29 01:48:01 to 2016-04-29 04:23:55 UTC [more...]

[Qemu-devel] [PATCH v3 00/18] Add qapi-to-JSON and clone visitors
 2016-04-29  4:23 UTC  (10+ messages)
` [PATCH v3 01/18] qapi: Rename (one) qjson.h to qobject-json.h
` [Qemu-devel] [PATCH v3 02/18] qapi: Improve use of qmp/types.h
` [Qemu-devel] [PATCH v3 03/18] qapi: Factor out JSON string escaping
` [Qemu-devel] [PATCH v3 04/18] qapi: Factor out JSON number formatting
` [Qemu-devel] [PATCH v3 05/18] qapi: Use qstring_append_chr() where appropriate
` [Qemu-devel] [PATCH v3 06/18] qapi: Add qstring_append_format()
` [Qemu-devel] [PATCH v3 07/18] qapi: Add json output visitor
` [Qemu-devel] [PATCH v3 08/18] qjson: Simplify by using json-output-visitor
` [Qemu-devel] [PATCH v3 09/18] Revert "qjson: Simplify by using json-output-visitor"

linux-next: manual merge of the xen-tip tree with the tip tree
 2016-04-29  4:20 UTC 

[Qemu-devel] [PATCH] fix xen hvm direct kernel boot
 2016-04-29  3:43 UTC 

[PATCH 3.16 000/217] 3.16.35-rc1 review
 2016-04-29  4:16 UTC  (6+ messages)
` [PATCH 3.16 106/217] sd: disable discard_zeroes_data for UNMAP

[PATCH v3 0/6] sched/fair: Clean up sched metric definitions
 2016-04-28 20:34 UTC  (10+ messages)
` [PATCH v3 4/6] sched/fair: Remove scale_load_down() for load_avg
` [PATCH v3 5/6] sched/fair: Rename scale_load() and scale_load_down()
` [PATCH v3 6/6] sched/fair: Move (inactive) option from code to config

[Qemu-devel] [PATCH v3] block: always compile-check debug prints
 2016-04-29  4:15 UTC  (2+ messages)

[PATCH 1/2] PM / OPP: Remove OF dependency on dev_pm_opp_of_{cpumask_,}remove_table
 2016-04-29  4:12 UTC  (5+ messages)
` [PATCH v2 1/2] PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_,}remove_table
  ` [PATCH v2 2/2] cpufreq: arm_big_little: use generic OPP functions for {init,free}_opp_table

[patch 2/7] lib/hashmod: Add modulo based hash mechanism
 2016-04-29  4:12 UTC  (3+ messages)

[PATCH kernel v2] vfio_pci: Test for extended capabilities if config space > 256 bytes
 2016-04-29  4:11 UTC 

[PATCH] drm/i915/gen9: Update the forcewake range
 2016-04-29  4:24 UTC 

[PATCH] Rewrite and fix grub_bufio_read()
 2016-04-29  4:08 UTC  (7+ messages)
    ` gzio/http problem (was: [PATCH] Rewrite and fix grub_bufio_read())
        ` gzio/http problem

[nightly] RT Core TISDK (krogoth/2.1) 2016.04 build 2016-04-28_12-22-51
 2016-04-29  4:07 UTC 

[PATCH] drm/rockchip: vop: fix iommu crash with async atomic
 2016-04-29  3:57 UTC  (3+ messages)

linux-next: manual merge of the tip tree with the arm64 tree
 2016-04-29  3:56 UTC 

[PATCH v3 0/6] ASoC: fsl_ssi: Fixing various channel slips and bad samples insertions
 2016-04-29  3:54 UTC  (3+ messages)

[RESEND][RFC/PATCH] cpufreq: Fix GOV_LIMITS handling for the userspace governor
 2016-04-29  3:49 UTC  (2+ messages)

[RFC/PATCH] cpufreq: Fix GOV_LIMITS handling for the userspace governor
 2016-04-29  3:48 UTC  (2+ messages)

[PATCH v2 1/1] ASoC: fsl_ssi: add CCSR_SSI_SOR to volatile register list
 2016-04-29  3:45 UTC  (4+ messages)
` [alsa-devel] "

[Qemu-devel] [PATCH] fix xen hvm direct kernel boot
 2016-04-29  3:43 UTC 

[PATCH] x86/hvm: Add debug exception vm_events
 2016-04-29  3:37 UTC  (3+ messages)

Error while buildng SGX
 2016-04-29  3:21 UTC  (2+ messages)

[Qemu-devel] [Bug 1576347] [NEW] Only one NVMe device is usable in Windows (10) guest
 2016-04-29  3:29 UTC  (4+ messages)
` [Qemu-devel] [Bug 1576347] "

[PATCH RFC 00/16] Introduce low memory usage btrfsck mode
 2016-04-29  3:35 UTC  (4+ messages)
` [PATCH RFC 03/16] btrfs-progs: fsck: Introduce function to query tree block level

[PATCH 1/2] dbus: Better search for matching rules in the filter tree
 2016-04-29  3:32 UTC  (16+ messages)
` [PATCH 2/2] unit: test a filter tree scenario with unordered paths
` [PATCH 1/2] dbus: Fix Dbus1 parsing of doubles
` [PATCH 2/2] unit: Fix typos that make the assertions always true
` [PATCH] dbus: Don't use KDBUS_ATTACH_NAMES for kdbus connection
` [PATCH 01/11] dbus: Accept a list of FDs in dbus_message_from_blob
` [PATCH 02/11] unit: Update dbus tests to use new dbus_message_from_blob prototype
` [PATCH 03/11] dbus: Validate the size of fd list in dbus_message_build
` [PATCH 04/11] dbus: Handle the 'y' type in append_arguments
` [PATCH 05/11] dbus: Check the FD array size in l_dbus_message_builder_append_from_iter
` [PATCH 06/11] dbus: Add utility to get FD array for a message
` [PATCH 07/11] dbus: Attach FDs to Dbus1 messages being sent
` [PATCH 08/11] dbus: Remove memcpy and fix setting of FD_CLOEXEC on FDs
` [PATCH 09/11] dbus: Attach FDs to kdbus messages being sent
` [PATCH 10/11] dbus: Handle received KDBUS_ITEM_FDS
` [PATCH 11/11] unit: 'h' type parsing and building tests

[PATCH] target-i386: add Skylake-Client cpu mode
 2016-04-29  3:28 UTC  (5+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [RFC PATCH v2 0/2] spapr: Memory hot-unplug support
 2016-04-29  3:28 UTC  (11+ messages)
` [Qemu-devel] [RFC PATCH v2 2/2] "

[Qemu-devel] [PATCH v2 00/17] block: Convert .bdrv_read/write to .bdrv_preadv/pwritev
 2016-04-29  3:29 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 03/17] block: Support AIO drivers in bdrv_driver_preadv/pwritev()
` [Qemu-devel] [PATCH v2 07/17] cloop: Implement .bdrv_co_preadv() interface
` [Qemu-devel] [PATCH v2 08/17] dmg: "
` [Qemu-devel] [PATCH v2 13/17] vmdk: Implement .bdrv_co_pwritev() interface
` [Qemu-devel] [PATCH v2 14/17] vpc: Implement .bdrv_co_preadv() interface

[PATCH v3] drm/rockchip: support non-iommu buffer path
 2016-04-29  3:22 UTC  (3+ messages)

[PATCH] Btrfs: fix divide error upon chunk's stripe_len
 2016-04-29  3:20 UTC  (6+ messages)

patch "tty/serial: atmel: fix hardware handshake selection" added to tty-next
 2016-04-29  3:19 UTC 

patch "TTY: n_gsm, fix false positive WARN_ON" added to tty-next
 2016-04-29  3:19 UTC 

[Xenomai] the huge drift in Intel J1900
 2016-04-29  3:18 UTC 

strange link on alsa-project.org, possibly a spam link
 2016-04-29  3:17 UTC 

[PATCH v2 net-next 0/7] net: make TCP preemptible
 2016-04-29  3:10 UTC  (8+ messages)
` [PATCH v2 net-next 1/7] tcp: do not assume TCP code is non preemptible
` [PATCH v2 net-next 2/7] tcp: do not block bh during prequeue processing
` [PATCH v2 net-next 3/7] dccp: do not assume DCCP code is non preemptible
` [PATCH v2 net-next 4/7] udp: prepare for non BH masking at backlog processing
` [PATCH v2 net-next 5/7] sctp: prepare for socket backlog behavior change
` [PATCH v2 net-next 6/7] net: do not block BH while processing socket backlog
` [PATCH v2 net-next 7/7] tcp: make tcp_sendmsg() aware of "

[PULL REQUEST] Please pull rdma.git
 2016-04-29  3:05 UTC 

[PATCH v2 0/6] Add enhanced strobe support for emmc version 5.1 or later
 2016-04-29  2:48 UTC  (11+ messages)
` [PATCH v2 1/6] Documentation: mmc: add mmc-hs400-enhanced-strobe
` [PATCH v2 2/6] mmc: core: add mmc-hs400-enhanced-strobe support
` [PATCH v2 3/6] mmc: core: implement enhanced strobe support
` [PATCH v2 4/6] mmc: debugfs: add HS400 enhanced strobe description
` [PATCH v2 5/6] mmc: sdhci: implement enhanced strobe callback
` [PATCH v2 6/6] mmc: sdhci-of-arasan: overwrite "

cron job: media_tree daily build: OK
 2016-04-29  3:04 UTC 

Enable more than 255 VCPU support without irq remapping function in the guest
 2016-04-29  3:01 UTC  (12+ messages)

[PATCH] sysvinit-inittab: restrict labels to 4 chars
 2016-04-29  3:01 UTC 

[PATCH v2 0/6] topology: complete PCM parsing and code refactoring
 2016-04-29  3:03 UTC  (7+ messages)
` [PATCH v2 1/6] topology: Set manifest size for ABI
` [PATCH v2 2/6] topology: Refactor functions to parse and build streams
` [PATCH v2 3/6] topology: Use generic pointer to realloc buffer for private data
` [PATCH v2 4/6] topology: Fix pcm ID & name parsing
` [PATCH v2 5/6] topology: Parse front-end DAI name and ID for the PCM
` [PATCH v2 6/6] topology: Update PCM configurations in Broadwell text conf file

[PATCH nfs-utils] systemd unit files: fix up dependencies on rpcbind
 2016-04-29  2:59 UTC 

Strangeness with git-add and nested repositories
 2016-04-29  2:54 UTC  (7+ messages)

[Qemu-devel] [PATCH v5 00/18] IOMMU: Enable interrupt remapping for Intel IOMMU
 2016-04-29  2:54 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 15/18] intel_iommu: introduce IEC notifiers
` [Qemu-devel] [PATCH 19/18] intel_iommu: Add support for Extended Interrupt Mode

[PATCH 1/2] perf report: Find lib path correctly for gtk option
 2016-04-29 11:50 UTC  (4+ messages)

[PATCH phosphor-event] Limit logging
 2016-04-29  2:50 UTC  (2+ messages)

New field to auditd.conf file
 2016-04-29  2:47 UTC  (10+ messages)

building boost statically
 2016-04-29  2:31 UTC  (2+ messages)

[BUG] vfio device assignment regression with THP ref counting redesign
 2016-04-29  2:45 UTC  (7+ messages)

[PATCH V6] vm_event: Allow subscribing to write events for specific MSR-s
 2016-04-29  2:44 UTC  (2+ messages)

[PATCH v11 0/5] libnvidmm, nfit: dimm command marshaling
 2016-04-29  2:42 UTC  (12+ messages)
` [PATCH v11 1/5] nfit, libnvdimm: clarify "commands" vs "_DSMs"
` [PATCH v11 2/5] nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism
` [PATCH v11 3/5] nfit: disable vendor specific commands
` [PATCH v11 4/5] tools/testing/nvdimm: ND_CMD_CALL support
` [PATCH v11 5/5] nfit: add sysfs dimm 'family' and 'dsm_mask' attributes

[PATCH v2 00/11] Check VT-d Device-TLB flush error
 2016-04-29  2:41 UTC  (10+ messages)
` [PATCH v2 09/11] IOMMU: propagate IOMMU Device-TLB flush error up to IOMMU suspending

[PATCH 0/7] RDMA/i40iw: Fixes for i40iw driver
 2016-04-29  2:40 UTC  (7+ messages)
` [PATCH 5/7] RDMA/i40iw: Fix for using one sge for RDMA READ

[PATCH V3 00/16] RDMA/Intel X722 iWARP driver update
 2016-04-29  2:39 UTC  (2+ messages)

PID's Mapping
 2016-04-29  2:37 UTC  (8+ messages)

[PATCH for-rc] IB/hfi1: Use kernel default llseek for ui device
 2016-04-29  2:37 UTC  (3+ messages)

[PATCH resend] powerpc: enable qspinlock and its virtualization support
 2016-04-29  2:34 UTC  (4+ messages)

[PATCH for-next 0/4] Support SendOnlyFullMember join
 2016-04-29  2:34 UTC  (6+ messages)
` [PATCH for-next 3/4] IB/core: Support new type of join-state for multicast

[PATCH] ARM: dts: imx6sx-sdb: Add 198MHz operational point
 2016-04-29  2:34 UTC 

[PATCH perf/core v5 00/15] perf-probe --cache and SDT support
 2016-04-29 11:33 UTC  (5+ messages)
` [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

[PATCH v2] staging: r8723au: This patch tries to fix some byte order issues that is found by sparse check
 2016-04-29  2:30 UTC  (2+ messages)

Web based S3 client
 2016-04-29  2:29 UTC 

blank screen on boot with i915/DRM_FBDEV_EMULATION
 2016-04-29  2:27 UTC  (10+ messages)
      ` i951 ERRORs and WARN_ON()s (was: blank screen on boot with i915/DRM_FBDEV_EMULATION)
            ` [Intel-gfx] "
                ` i915 ERRORs and WARN_ON()s

[PoC 0/7] Kobjectify filesystem
 2016-04-29  2:26 UTC  (9+ messages)
` [PoC 1/7] Add kset to file_system_type
` [PoC 2/7] Add kobject to super_block
` [PoC 3/7] Create sysfs files under sb
` [PoC 4/7] Report file system events
` [PoC 5/7] ocfs2: Use the sb's kset
` [PoC 6/7] ocfs2: create filecheck files
` [PoC 7/7] ocfs2: report inode errors to userspace

[patch 0/7] futex: Add support for process private hashing
 2016-04-29  2:25 UTC  (5+ messages)
` [patch 2/7] lib/hashmod: Add modulo based hash mechanism

[Qemu-devel] [PATCH v2] block: always compile-check debug prints
 2016-04-29  2:24 UTC  (2+ messages)

[PATCH 0/3] Patches to allow consistent mmc / mmcblk numbering
 2016-04-29  2:18 UTC  (3+ messages)

[PATCH] rilmodem/stk: add STK support for rilmodem
 2016-04-29  2:21 UTC 

Log:namespaces per task
 2016-04-29  2:19 UTC 

[PATCH v10] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-04-29  2:13 UTC  (4+ messages)

[PATCH v10] xSplice v1 design and implementation
 2016-04-29  2:15 UTC  (5+ messages)
` [PATCH] xsplice: Don't perform multiple operations on same payload once work is scheduled

[PATCH 0/6] Optimize sched averages computation
 2016-04-28 18:33 UTC  (4+ messages)
` [PATCH 3/6] sched/fair: Change the variable to hold the number of periods to 32bit integer

scrub backing device
 2016-04-29  2:13 UTC 

[PATCH] nfit: fix format interface code byte order per ACPI6.1
 2016-04-29  2:11 UTC 

[PATCH] mdio_bus: Fix MDIO bus scanning in __mdiobus_register()
 2016-04-29  2:10 UTC  (3+ messages)

Status of RXE/Soft-RoCE driver?
 2016-04-29  2:09 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH V3 0/4] Introduce COLO-compare
 2016-04-29  2:08 UTC  (17+ messages)
` [Qemu-devel] [RFC PATCH V3 1/4] colo-compare: introduce colo compare initlization
` [Qemu-devel] [RFC PATCH V3 2/4] colo-compare: track connection and enqueue packet
` [Qemu-devel] [RFC PATCH V3 3/4] colo-compare: introduce packet comparison thread

[PATCH 0/4] ACPI / osi: Fix several issues in _OSI handling
 2016-04-29  2:07 UTC  (6+ messages)
` [PATCH v2 4/6] ACPI / osi: Fix default _OSI(Darwin) support

[LTP] [PATCH v8 0/3] networking/stress/icmp: add ip xfrm ipsec support
 2016-04-29  2:05 UTC  (3+ messages)

[Intel-wired-lan] [RFC PATCH 0/5] Add GSO Partial support for devices with existing tunnel offloads
 2016-04-29  1:59 UTC  (9+ messages)
` [Intel-wired-lan] [RFC PATCH 2/5] mlx5: Add support for UDP tunnel segmentation with outer checksum offload
            `  "

[PATCH 00/19 v2] mkfs cleaning
 2016-04-29  1:59 UTC  (4+ messages)
` [RFC PATCH] xfstests: Add mkfs input validation tests

[meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix do_image_rpi_sdimg tashhash mismatch
 2016-04-29  1:57 UTC 

[U-Boot] [PATCH] arm: imx-common: introduce back usec2ticks
 2016-04-29  1:56 UTC 

[ovmf test] 93114: regressions - FAIL
 2016-04-29  1:54 UTC 

autofs reverts to IPv4 for multi-homed IPv6 server ?
 2016-04-29  1:54 UTC  (12+ messages)

[PATCH v3 1/3] PCI: imx6: Use enum instead of bool for variant indicator
 2016-04-29  1:48 UTC  (5+ messages)
` [PATCH v3 3/3] ARM: dts: imx6qp: Specify imx6qp version of PCIe core


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.