All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-19 19:27:19 to 2017-12-19 19:53:37 UTC [more...]

[PATCH] 4.15 vmgfx boot warning
 2017-12-19 19:50 UTC  (5+ messages)
    ` [PATCH v.2] "

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-19 19:48 UTC  (12+ messages)

[PATCH 0/8] kvm: nVMX: Checkpoint/restore support for VMX state
 2017-12-19 19:52 UTC  (17+ messages)
` [PATCH 7/8] kvm: nVMX: Introduce KVM_CAP_VMX_STATE

[PATCH] clk: sunxi: sun9i-mmc: Implement reset callback for reset controls
 2017-12-19 19:51 UTC  (6+ messages)

[Bug 100423] New: MMIO read of 00000000 FAULT at 022554 [ IBUS ]
 2017-12-19 19:51 UTC  (2+ messages)
  ` [Bug 100423] "

[RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
 2017-12-19 19:30 UTC  (133+ messages)
` [RFC PATCH 02/60] hyper_dmabuf: added a doc for hyper_dmabuf sharing
` [RFC PATCH 03/60] hyper_dmabuf: re-use dma_buf previously exported if exist
` [RFC PATCH 04/60] hyper_dmabuf: new index, k for pointing a right n-th page
` [RFC PATCH 05/60] hyper_dmabuf: skip creating a comm ch if exist for the VM
` [RFC PATCH 06/60] hyper_dmabuf: map shared pages only once when importing
` [RFC PATCH 07/60] hyper_dmabuf: message parsing done via workqueue
` [RFC PATCH 08/60] hyper_dmabuf: automatic comm channel initialization using xenstore
` [RFC PATCH 09/60] hyper_dmabuf: indirect DMA_BUF synchronization via shadowing
` [RFC PATCH 10/60] hyper_dmabuf: make sure to free memory to prevent leak
` [RFC PATCH 11/60] hyper_dmabuf: check stack before unmapping/detaching shadow DMA_BUF
` [RFC PATCH 12/60] hyper_dmabuf: two different unexporting mechanisms
` [RFC PATCH 13/60] hyper_dmabuf: postponing cleanup of hyper_DMABUF
` [RFC PATCH 14/60] hyper_dmabuf: clean-up process based on file->f_count
` [RFC PATCH 15/60] hyper_dmabuf: reusing previously released hyper_dmabuf_id
` [RFC PATCH 16/60] hyper_dmabuf: define hypervisor specific backend API
` [RFC PATCH 17/60] hyper_dmabuf: use dynamic debug macros for logging
` [RFC PATCH 18/60] hyper_dmabuf: reset comm channel when one end has disconnected
` [RFC PATCH 19/60] hyper_dmabuf: fix the case with sharing a buffer with 2 pages
` [RFC PATCH 20/60] hyper_dmabuf: optimized loop with less condition check
` [RFC PATCH 21/60] hyper_dmabuf: exposing drv information using sysfs
` [RFC PATCH 22/60] hyper_dmabuf: configure license
` [RFC PATCH 23/60] hyper_dmabuf: use CONFIG_HYPER_DMABUF_XEN instead of CONFIG_XEN
` [RFC PATCH 24/60] hyper_dmabuf: waits for resp only if WAIT_AFTER_SYNC_REQ == 1
` [RFC PATCH 25/60] hyper_dmabuf: introduced delayed unexport
` [RFC PATCH 26/60] hyper_dmabuf: add mutexes to prevent several race conditions
` [RFC PATCH 27/60] hyper_dmabuf: use proper error codes
` [RFC PATCH 28/60] hyper_dmabuf: address several synchronization issues
` [RFC PATCH 29/60] hyper_dmabuf: make sure to release allocated buffers when exiting
` [RFC PATCH 30/60] hyper_dmabuf: free already mapped pages when error happens
` [RFC PATCH 31/60] hyper_dmabuf: built-in compilation option
` [RFC PATCH 32/60] hyper_dmabuf: make all shared pages read-only
` [RFC PATCH 33/60] hyper_dmabuf: error checking on the result of dma_buf_map_attachment
` [RFC PATCH 34/60] hyper_dmabuf: extend DMA bitmask to 64-bits
` [RFC PATCH 35/60] hyper_dmabuf: 128bit hyper_dmabuf_id with random keys
` [RFC PATCH 36/60] hyper_dmabuf: error handling when share_pages fails
` [RFC PATCH 37/60] hyper_dmabuf: implementation of query ioctl
` [RFC PATCH 38/60] hyper_dmabuf: preventing self exporting of dma_buf
` [RFC PATCH 39/60] hyper_dmabuf: correcting DMA-BUF clean-up order
` [RFC PATCH 40/60] hyper_dmabuf: do not use 'private' as field name
` [RFC PATCH 41/60] hyper_dmabuf: re-organize driver source
` [RFC PATCH 42/60] hyper_dmabuf: always generate a new random keys
` [RFC PATCH 43/60] hyper_dmabuf: fixes on memory leaks in various places
` [RFC PATCH 44/60] hyper_dmabuf: proper handling of sgt_info->priv
` [RFC PATCH 45/60] hyper_dmabuf: adding poll/read for event generation
` [RFC PATCH 46/60] hyper_dmabuf: delay auto initialization of comm_env
` [RFC PATCH 47/60] hyper_dmabuf: fix issues with event-polling
` [RFC PATCH 48/60] hyper_dmabuf: add query items for buffer private info
` [RFC PATCH 49/60] hyper_dmabuf: general clean-up and fixes
` [RFC PATCH 50/60] hyper_dmabuf: fix styling err and warns caught by checkpatch.pl
` [RFC PATCH 51/60] hyper_dmabuf: missing mutex_unlock and move spinlock
` [RFC PATCH 52/60] hyper_dmabuf: remove prefix 'hyper_dmabuf' from static func and backend APIs
` [RFC PATCH 53/60] hyper_dmabuf: define fastpath_export for exporting existing buffer
` [RFC PATCH 54/60] hyper_dmabuf: 'backend_ops' reduced to 'bknd_ops' and 'ops' to 'bknd_ops'
` [RFC PATCH 55/60] hyper_dmabuf: fixed wrong send_req call
` [RFC PATCH 56/60] hyper_dmabuf: add initialization and cleanup to bknd_ops
` [RFC PATCH 57/60] hyper_dmabuf: change type of ref to shared pages to unsigned long
` [RFC PATCH 58/60] hyper_dmabuf: move device node out of /dev/xen/
` [RFC PATCH 59/60] hyper_dmabuf: freeing hy_drv_priv when drv init fails (v2)
` [RFC PATCH 60/60] hyper_dmabuf: move hyper_dmabuf to under drivers/dma-buf/

State of bitbake world, Failed tasks 2017-12-17
 2017-12-19 19:49 UTC 

audit-userspace: auparse/lru.c sanity_check_queue() compile error with DEBUG
 2017-12-19 19:49 UTC  (3+ messages)

[PATCH] net/pcap: convert license headers to SPDX tags
 2017-12-19 19:48 UTC  (6+ messages)

[PATCH] drm/i915/vlv: Add cdclk workaround for DSI
 2017-12-19 19:48 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

BUG: unable to handle kernel NULL pointer dereference in addrconf_notify
 2017-12-19 19:48 UTC 

Unexpected raid1 behaviour
 2017-12-19 19:47 UTC  (11+ messages)

[RFC PATCH] virtio_net: Extend virtio to use VF datapath when available
 2017-12-19 19:46 UTC  (9+ messages)

[Cluster-devel] [GFS2 PATCH] GFS2: Reduce code redundancy writing log headers
 2017-12-19 19:45 UTC  (2+ messages)

[PATCH v1] net: pasemi: Replace mac address parsing
 2017-12-19 19:45 UTC  (4+ messages)

[PATCH v2] clk: check ops pointer on clock register
 2017-12-19 19:44 UTC  (3+ messages)

[RFC PATCH] btrfs: qgroup: Deprecate the ability to manually inherit rfer/excl numbers
 2017-12-19 19:44 UTC  (5+ messages)

[RFC PATCH] sched: Improve scalability of select_idle_sibling using SMT balance
 2017-12-19 19:36 UTC  (2+ messages)

[PATCH v3 net-next 0/6] tls: Add generic NIC offload infrastructure
 2017-12-19 19:43 UTC  (6+ messages)
` [PATCH v3 net-next 1/6] tcp: Add clean acked data hook

[PATCH] kfree_rcu() should use the new kfree_bulk() interface for freeing rcu structures
 2017-12-19 19:42 UTC  (10+ messages)

[PATCH] md/r5cache: print more info of log recovery
 2017-12-19 19:43 UTC 

[PATCH] generic/473: test return EBUSY from BLKRRPART for mounted whole-dev
 2017-12-19 19:42 UTC  (4+ messages)
` [PATCH blktests] block/013: Add test for BLKRRPART ioctl

[PATCHv5 0/7] describe blob
 2017-12-19 19:39 UTC  (4+ messages)
` [PATCHv5 7/7] builtin/describe.c: describe a blob

[PATCH net] openvswitch: Fix pop_vlan action for double tagged frames
 2017-12-19 19:39 UTC  (3+ messages)

[morty][meta-processor-sdk][PATCH] osal-rtos: Adding support for c66x
 2017-12-19 19:38 UTC 

[RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
 2017-12-19 19:29 UTC 

[RFC] hv_netvsc: automatically name slave VF network device
 2017-12-19 19:35 UTC 

[PATCH v3 1/5] bbdev: librte_bbdev library
 2017-12-19 19:34 UTC  (4+ messages)
` [PATCH v3 5/5] bbdev: documentation

[Qemu-devel] [PATCH] Split adb.c into adb.c, adb-mouse.c and adb-kbd.c
 2017-12-19 19:33 UTC  (2+ messages)

[1/2] usb: musb: un-break davinci glue layer
 2017-12-19 19:33 UTC  (4+ messages)
    ` [PATCH 1/2] "

[PATCH] sched/fair: Prevent a division by 0 in scale_rt_capacity()
 2017-12-19 19:33 UTC  (2+ messages)

[Bridge] [PATCH v1] bridge: Use helpers to handle MAC address
 2017-12-19 19:33 UTC  (4+ messages)
  `  "

[PATCH v3] sched/deadline: runtime overrun signal
 2017-12-19 19:32 UTC  (3+ messages)

[PATCH RESEND] cpufreq: schedutil: Use idle_calls counter of the remote CPU
 2017-12-19 19:32 UTC  (3+ messages)

crash in iscsi/scsi initiator with linux-4.15.0-rc1
 2017-12-19 19:31 UTC  (3+ messages)

proc_flush_task oops
 2017-12-19 19:30 UTC  (7+ messages)

[PATCH RFC] stat.2: Document that stat can fail with EINTR
 2017-12-19 19:28 UTC  (7+ messages)

[PATCH] arm64: Stop printing the virtual memory layout
 2017-12-19 19:28 UTC  (2+ messages)

[PATCH 0/3] [v10] pinctrl: qcom: add support for sparse GPIOs
 2017-12-19 19:27 UTC  (8+ messages)
` [PATCH 3/3] [v6] pinctrl: qcom: qdf2xxx: add support for new ACPI HID QCOM8002

[PATCH v2 0/9] soc: brcmstb: biuctrl updates for 64-bit chips
 2017-12-19 19:22 UTC  (2+ messages)
` [PATCH v2 3/9] soc: brcmstb: Make CPU credit offset more parameterized


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.