All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-18 08:27:04 to 2015-06-18 09:08:02 UTC [more...]

[Qemu-devel] libcacard: use the library?
 2015-06-18  9:07 UTC  (9+ messages)

For your amusement: slightly faster syscalls
 2015-06-18  9:06 UTC  (7+ messages)

[PATCH 0/2] CLK: TI: add dpll_clksel_mac_clk node
 2015-06-18  9:06 UTC  (3+ messages)

[OSSTEST PATCH 00/25] Reporting improvements
 2015-06-18  9:06 UTC  (12+ messages)
` [OSSTEST PATCH 11/25] reporting: Show slightly better info for broken jobs
` [OSSTEST PATCH 12/25] reporting: Move job histories into history/
` [OSSTEST PATCH 13/25] reporting: Move bisection report outputs
` [OSSTEST PATCH 14/25] reporting: sg-report-flight should ignore missing jobs
` [OSSTEST PATCH 25/25] cri-args-hostlists: Run sg-report-host-history

[Qemu-trivial] [PATCH] Add .dir-locals.el file to configure emacs coding style
 2015-06-18  9:05 UTC  (6+ messages)
  ` [Qemu-trivial] [Qemu-devel] "
    `  "

[PATCH] driver/i2c/mux: Add register based mux i2c-mux-reg
 2015-06-18  9:04 UTC  (8+ messages)

[PATCH v4 1/4] remoteproc: introduce rproc_get_by_phandle API
 2015-06-18  9:04 UTC  (4+ messages)
` [PATCH v5 "

[PATCH v6 00/14] crypto: add a new driver for Marvell's CESA
 2015-06-18  9:04 UTC  (7+ messages)
` [PATCH v6 05/14] crypto: marvell/CESA: add TDMA support

[PATCH 3/3 v2] mtd: spi-nor: fsl-quadspi: fix qspi irq handler complete exception
 2015-06-18  8:59 UTC 

[PATCH 2/3 v3] mtd: spi-nor: fsl-quadspi: Enable support big endian registers
 2015-06-18  8:59 UTC 

[PATCH 1/3 v3] mtd: spi-nor: fsl-quadspi: Enable LS1021 support
 2015-06-18  8:58 UTC 

[PATCH v2 0/2] Add MediaTek display PWM driver
 2015-06-18  9:02 UTC  (11+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: add MediaTek display PWM bindings
` [PATCH v2 2/2] pwm: add MediaTek display PWM driver support

Detect client connection using dbus api
 2015-06-18  9:02 UTC  (3+ messages)

[wic][PATCH] wic: removed unused command line option
 2015-06-18  9:01 UTC  (2+ messages)
` [PATCH v2] "

[Buildroot] Busybox build fails on raspberrypi defconfig
 2015-06-18  9:02 UTC  (5+ messages)

[PATCH 1/1 linux-next] HID: use swap() in cp_report_fixup()
 2015-06-18  9:01 UTC  (2+ messages)

[PATCH 1/9] drm/i915: Clear fb_tracking.busy_bits also for synchronous flips
 2015-06-18  9:00 UTC  (13+ messages)
` [PATCH 2/9] drm/i915: Filter out no-op frontbuffer tracking flushes
` [PATCH 3/9] drm/i915: debugfs for frontbuffer tracking
` [PATCH 4/9] drm/i915: Nuke lvds downclock support
` [PATCH 5/9] drm/i915: s/update/compute/ for gmch dpll register functions
` [PATCH 6/9] drm/i915/drrs: Restrict buffer tracking to the DRRS pipe
` [PATCH 7/9] drm/i915/psr: Restrict buffer tracking to the PSR pipe
` [PATCH 8/9] drm/i915/psr: Restrict single-shot updates "
` [PATCH 9/9] drm/i915: Use to_i915 in intel_frontbuffer.c

[Qemu-devel] [PATCH COLO-Frame v6 00/31] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-06-18  8:58 UTC  (33+ messages)
`  "
` [Qemu-devel] [PATCH COLO-Frame v6 01/31] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v6 02/31] migration: Introduce capability 'colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v6 03/31] COLO: migrate colo related info to slave
` [Qemu-devel] [PATCH COLO-Frame v6 04/31] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v6 05/31] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v6 06/31] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v6 07/31] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v6 08/31] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v6 09/31] COLO: Save VM state to slave when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v6 10/31] COLO RAM: Load PVM's dirty page into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v6 11/31] COLO VMstate: Load VM state into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v6 12/31] arch_init: Start to trace dirty pages of SVM
` [Qemu-devel] [PATCH COLO-Frame v6 13/31] COLO RAM: Flush cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v6 14/31] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v6 15/31] COLO failover: Implement COLO primary/secondary vm failover work
` [Qemu-devel] [PATCH COLO-Frame v6 16/31] qmp event: Add event notification for COLO error
` [Qemu-devel] [PATCH COLO-Frame v6 17/31] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v6 18/31] COLO: Add new command parameter 'colo_nicname' 'colo_script' for net
` [Qemu-devel] [PATCH COLO-Frame v6 19/31] COLO NIC: Init/remove colo nic devices when add/cleanup tap devices
` [Qemu-devel] [PATCH COLO-Frame v6 20/31] tap: Make launch_script() public
` [Qemu-devel] [PATCH COLO-Frame v6 21/31] COLO NIC: Implement colo nic device interface configure()
` [Qemu-devel] [PATCH COLO-Frame v6 22/31] COLO NIC : Implement colo nic init/destroy function
` [Qemu-devel] [PATCH COLO-Frame v6 23/31] COLO NIC: Some init work related with proxy module
` [Qemu-devel] [PATCH COLO-Frame v6 24/31] COLO: Handle nfnetlink message from "
` [Qemu-devel] [PATCH COLO-Frame v6 25/31] COLO: Do checkpoint according to the result of packets comparation
` [Qemu-devel] [PATCH COLO-Frame v6 26/31] COLO: Improve checkpoint efficiency by do additional periodic checkpoint
` [Qemu-devel] [PATCH COLO-Frame v6 27/31] COLO: Add colo-set-checkpoint-period command
` [Qemu-devel] [PATCH COLO-Frame v6 28/31] COLO NIC: Implement NIC checkpoint and failover
` [Qemu-devel] [PATCH COLO-Frame v6 29/31] COLO: Disable qdev hotplug when VM is in COLO mode
` [Qemu-devel] [PATCH COLO-Frame v6 30/31] COLO: Implement shutdown checkpoint
` [Qemu-devel] [PATCH COLO-Frame v6 31/31] COLO: Add block replication into colo process

[PATCH] i2c: davinci: Fix bus rate calculation on Keystone SoC
 2015-06-18  9:00 UTC  (2+ messages)

[PATCH v3 0/4] state: add support for fixed size strings
 2015-06-18  8:59 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl-wandboard: Add flexcan support
 2015-06-18  8:59 UTC 

[Qemu-devel] [PATCH v2 0/3] Fix exceptions handling for MIPS and i386
 2015-06-18  8:58 UTC  (5+ messages)

LOCKDEP warning around ext4_iget
 2015-06-18  8:58 UTC 

[PATCH] input: adding Surface Power Cover
 2015-06-18  8:57 UTC  (4+ messages)

How we use cgroups in rkt
 2015-06-18  8:57 UTC  (3+ messages)

[PATCH] virtio-pci: alloc only resources actually used
 2015-06-18  8:56 UTC  (5+ messages)

[PATCH] oxenstored: fix del_watches and del_transactions
 2015-06-18  8:56 UTC  (4+ messages)

Re: Query regarding IPv6 address configuration for BT 6lowpan device/interface
 2015-06-18  8:56 UTC 

[PATCH] unit-test fix make error
 2015-06-18  8:55 UTC 

subtle side effect of commit a1c48bb160f836
 2015-06-18  8:55 UTC  (7+ messages)

[PATCH] drm: bridge/dw_hdmi: Filter modes > 165MHz for DVI
 2015-06-18  8:53 UTC  (5+ messages)

performace issue when turn on apicv
 2015-06-18  8:53 UTC  (8+ messages)

[v3][PATCH 00/16] Fix RMRR
 2015-06-18  8:53 UTC  (9+ messages)
` [v3][PATCH 04/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v3][PATCH 05/16] xen: enable XENMEM_memory_map in hvm

mkfs: a possible bad
 2015-06-18  8:53 UTC  (3+ messages)

[PATCH 0/5] jbd2: Avoid unnecessary locking when buffer is already journaled
 2015-06-18  8:52 UTC  (5+ messages)
` [PATCH 4/5] jbd2: Speedup jbd2_journal_get_[write|undo]_access()

[Qemu-devel] [PATCH v2 0/6] -audiodev option
 2015-06-18  8:51 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 1/6] qapi: qapi for audio backends

[PATCH] drm/i915: Reset request handling for gen8+
 2015-06-18  8:50 UTC  (3+ messages)

[PATCH] PCI: Don't use SR-IOV lock for ATS
 2015-06-18  8:50 UTC  (2+ messages)

[PATCH V4 0/7] xen pvusb toolstack work
 2015-06-18  8:50 UTC  (19+ messages)
` [PATCH V4 3/7] libxl: add pvusb API

[PATCH v2 0/9] fix sm7xxfb
 2015-06-18  8:49 UTC  (5+ messages)

[PATCH] iommu/amd: Handle large pages correctly in free_pagetable
 2015-06-18  8:48 UTC  (2+ messages)

[PATCH] surround41/50.conf: Use chmap syntax for better flexibility
 2015-06-18  8:47 UTC 

dpdkvhostuser fail to alloc memory when receive packet from other host
 2015-06-18  8:47 UTC  (3+ messages)

[PATCH v6] usb: common: add API to set usb otg capabilities by device tree
 2015-06-18  8:47 UTC  (3+ messages)

[PATCH 1/3] HID: hid-sony: Add BT support for Navigation Controller
 2015-06-18  8:47 UTC  (2+ messages)

[PATCH] ARM: mvebu: add NAND description to Armada 370 DB and Armada XP DB
 2015-06-18  8:47 UTC 

[PATCH] git-multimail: update to release 1.1.0
 2015-06-18  8:46 UTC 

[Qemu-devel] [PATCH COLO-Block v6 00/16] Block replication for continuous checkpoints
 2015-06-18  8:49 UTC  (17+ messages)
` [Qemu-devel] [PATCH COLO-Block v6 01/16] docs: block replication's description
` [Qemu-devel] [PATCH COLO-Block v6 02/16] allow writing to the backing file
` [Qemu-devel] [PATCH COLO-Block v6 03/16] Allow creating backup jobs when opening BDS
` [Qemu-devel] [PATCH COLO-Block v6 04/16] block: Parse "backing_reference" option to reference existing BDS
` [Qemu-devel] [PATCH COLO-Block v6 05/16] Backup: clear all bitmap when doing block checkpoint
` [Qemu-devel] [PATCH COLO-Block v6 06/16] Don't allow a disk use backing reference target
` [Qemu-devel] [PATCH COLO-Block v6 07/16] Add new block driver interface to connect/disconnect the remote target
` [Qemu-devel] [PATCH COLO-Block v6 08/16] NBD client: implement block driver interfaces to connect/disconnect NBD server
` [Qemu-devel] [PATCH COLO-Block v6 09/16] Introduce a new -drive option to control whether to connect to remote target
` [Qemu-devel] [PATCH COLO-Block v6 10/16] NBD client: connect to nbd server later
` [Qemu-devel] [PATCH COLO-Block v6 11/16] Add new block driver interfaces to control block replication
` [Qemu-devel] [PATCH COLO-Block v6 12/16] skip nbd_target when starting "
` [Qemu-devel] [PATCH COLO-Block v6 13/16] quorum: implement block driver interfaces for "
` [Qemu-devel] [PATCH COLO-Block v6 14/16] introduce a new API qemu_opts_absorb_qdict_by_index()
` [Qemu-devel] [PATCH COLO-Block v6 15/16] quorum: allow ignoring child errors
` [Qemu-devel] [PATCH COLO-Block v6 16/16] Implement new driver for block replication

[PATCH v2] HID: support i2c write-read and large transfers in hid-cp2112
 2015-06-18  8:46 UTC  (7+ messages)

[Xenomai] License Issues
 2015-06-18  8:46 UTC  (4+ messages)

ath3k Bluetooth adapter not loading: [0cf3:3004] Atheros Communications, Inc. AR3012 Bluetooth 4.0
 2015-06-18  8:45 UTC  (16+ messages)

[PATCH v4] drm/i915 : Added Programming of the MOCS
 2015-06-18  8:45 UTC  (5+ messages)

How to compile glibc?
 2015-06-18  8:45 UTC 

[PATCH v2 1/5] HID: wacom: Simplify 'wacom_update_name'
 2015-06-18  8:44 UTC  (2+ messages)

[PATCH/WIP v2 00/19] Make git-am a builtin
 2015-06-18  8:44 UTC  (8+ messages)
` [PATCH/WIP v2 03/19] am: implement skeletal builtin am

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-18  8:43 UTC  (4+ messages)
` [PATCH 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] mergetools: add config option to disable auto-merge
 2015-06-18  8:42 UTC  (5+ messages)

[ath9k-devel] [PATCH] ath9k: spectral - simplify max_index calculation
 2015-06-18  8:43 UTC  (3+ messages)
`  "

[Qemu-devel] [Qemu-block] RFC cdrom in own thread?
 2015-06-18  8:42 UTC  (9+ messages)

[PATCH v2 0/5] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-06-18  8:42 UTC  (6+ messages)
` [PATCH v2 1/5] drm: Add config for detecting libdrm
` [PATCH v2 2/5] drm: Add private data field to trace control block
` [PATCH v2 3/5] drm: Add dispatcher and driver identification for DRM
  ` [PATCH v2 4/5] drm: Add decoding of i915 ioctls
` [PATCH v2 5/5] drm: Add decoding of DRM and KMS ioctls

[char-misc] mei: prevent unloading mei hw modules while the device is opened
 2015-06-18  8:41 UTC 

Oops in 3.18.14 in destroy_inode()
 2015-06-18  8:41 UTC 

[PATCH v2] Input: Add generic driver for Zeitec touchscreens
 2015-06-18  8:39 UTC  (5+ messages)

[dpdk-announce] important design choices - statistics - ABI
 2015-06-18  8:36 UTC  (3+ messages)

[PATCH wpan-tools 1/3] wpan-ping: adjust maximal packet length for extended addresses
 2015-06-18  8:37 UTC  (3+ messages)
` [PATCH wpan-tools 2/3] wpan-ping: allow usage of extended addressing scheme
` [PATCH wpan-tools 3/3] wpan-ping: switch server indicator variable to bool

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-18  8:37 UTC  (7+ messages)
` [PATCH 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

[PATCH 0/3] FBC locking
 2015-06-18  8:37 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: add the FBC mutex

[PATCH 14/20 v1] [SCSI] mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081
 2015-06-18  8:36 UTC  (3+ messages)

[qemu-mainline test] 58708: tolerable FAIL - PUSHED
 2015-06-18  8:36 UTC 

[PATCH 00/11] Demux IB CM requests in the rdma_cm module
 2015-06-18  8:34 UTC  (7+ messages)
` [PATCH 08/11] IB/cma: Add net_dev and private data checks to RDMA CM

[PATCH 3.4 000/172] 3.4.108-rc1 review
 2015-06-18  8:34 UTC  (5+ messages)

[PATCH] bpf: fix a bug in verification logic when SUB operation taken on FRAME_PTR
 2015-06-18  8:31 UTC  (2+ messages)
` [PATCH v2] "

[meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory
 2015-06-18  8:33 UTC  (4+ messages)

KVM slow LAMP guest
 2015-06-18  8:25 UTC 

[Qemu-devel] [PATCH v7 0/9] Add limited support of VMware's hyper-call rpc
 2015-06-18  8:33 UTC  (6+ messages)

[PATCH] drm/radeon: don't probe MST on hw we don't support it on
 2015-06-18  8:31 UTC  (3+ messages)

About kernel tlv320aic32x4 driver
 2015-06-18  8:31 UTC 

[PATCH] staging: rtl8188eu: kill unused hal_data_8188e::fw_ractrl flag
 2015-06-18  8:30 UTC  (2+ messages)

[PATCH v5 00/23] usb gadget update for OTG 2.0
 2015-06-18  8:30 UTC  (5+ messages)
` [PATCH v5 12/23] usb: gadget: ether: allocate and init otg descriptor by otg capabilities

[PATCH v2 0/3] Add the efuse driver on rockchip platform
 2015-06-18  8:29 UTC  (8+ messages)

[PATCH] ARM: imx6: Fix non-working MSI interrupts if PCIe switch is attached
 2015-06-18  8:29 UTC  (3+ messages)

[Buildroot] CMake and VERBOSE variable
 2015-06-18  8:29 UTC  (5+ messages)

[Qemu-devel] [PATCH v7 00/42] Postcopy implementation
 2015-06-18  8:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 01/42] Start documenting how postcopy works

brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred
 2015-06-18  8:27 UTC  (10+ messages)
          ` brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

[B.A.T.M.A.N.] [PATCH] batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_new
 2015-06-18  8:27 UTC 

[PATCH] ARM: imx6: Fix "BUG: scheduling while atomic" if PCIe switch is attached
 2015-06-18  8:27 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.