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

[RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
 2017-12-19 19:30 UTC  (77+ 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 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/

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

[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 

Unexpected raid1 behaviour
 2017-12-19 19:35 UTC  (8+ messages)

[PATCH v3 1/5] bbdev: librte_bbdev library
 2017-12-19 19:34 UTC  (7+ messages)
` [PATCH v3 2/5] bbdev: PMD drivers (null/turbo_sw)
` [PATCH v3 5/5] bbdev: documentation

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

[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  (2+ 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  (5+ 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)

[PATCH] drm/i915/vlv: Add cdclk workaround for DSI
 2017-12-19 19:31 UTC  (2+ messages)

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

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

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

[PATCH v3 net-next 0/6] tls: Add generic NIC offload infrastructure
 2017-12-19 19:28 UTC  (8+ messages)
` [PATCH v3 net-next 1/6] tcp: Add clean acked data hook
` [PATCH v3 net-next 3/6] net: Add SW fallback infrastructure for offloaded sockets

[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  (11+ 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  (30+ messages)
` [PATCH v2 1/9] dt-bindings: arm: Add entry for Broadcom Brahma-B53
` [PATCH v2 2/9] dt-bindings: arm: brcmstb: Correct BIUCTRL node documentation
` [PATCH v2 3/9] soc: brcmstb: Make CPU credit offset more parameterized
` [PATCH v2 4/9] soc: brcmstb: Correct CPU_CREDIT_REG offset for Brahma-B53 CPUs
` [PATCH v2 5/9] soc: brcmstb: biuctrl: Prepare for saving/restoring other registers
` [PATCH v2 6/9] soc: brcmstb: biuctrl: Wire-up new registers
` [PATCH v2 7/9] soc: brcmstb: biuctrl: Fine tune B53 MCP interface settings
` [PATCH v2 8/9] soc: brcmstb: Split initialization
` [PATCH v2 9/9] soc: brcmstb: biuctrl: Move to early_initcall

[meta-python][PATCH] python-pyopenssl: update to version 17.5.0
 2017-12-19 19:27 UTC 

[-next PATCH 0/4] sysfs and DEVICE_ATTR_<foo>
 2017-12-19 19:26 UTC  (6+ messages)

[PATCH v3] Enable OpenMP RTOS eclipse plugin signature
 2017-12-19 19:26 UTC 

WARNING in refcount_inc (2)
 2017-12-19 19:26 UTC  (2+ messages)

Setting TX power on a monitoring interface
 2017-12-19 19:25 UTC  (4+ messages)
` [PATCH] mac80211: Fix setting TX power on monitor interfaces

[PATCH net-next v5 0/5] Introduce NETIF_F_GRO_HW
 2017-12-19 19:25 UTC  (5+ messages)

[PATCH BlueZ] gatt: Mark AcquireWrite and AcquireNotify as stable
 2017-12-19 19:25 UTC  (2+ messages)

[PATCH 0/4] sched: cpufreq: Track util update flags
 2017-12-19 19:25 UTC  (3+ messages)
` [PATCH 2/4] sched: cpufreq: Keep track of cpufreq utilization "

[Xenomai] Cobalt core and Yocto
 2017-12-19 19:24 UTC  (4+ messages)

[PATCH v3] NVMe: Format fix when going from 4k sector size to 512 bytes
 2017-12-19 19:24 UTC 

[PATCH for-4.15] wireless: create, don't append, to shipped-certs.c
 2017-12-19 19:23 UTC 

[PATCH net] ipv4: fib: Fix metrics match when deleting a route
 2017-12-19 19:22 UTC  (2+ messages)

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

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

[PATCH 0/8] Some V4L2 documentation pending patches
 2017-12-19 19:20 UTC  (5+ messages)
` [PATCH 2/8] media: v4l2-ioctl.h: convert debug into an enum of bits

[meta-python][PATCH] python-aws-iot-device-sdk-python: update to version 1.3.1
 2017-12-19 19:18 UTC 

[PATCH V2 net-next 00/17] add some features and fix some bugs for HNS3 driver
 2017-12-19 19:18 UTC  (5+ messages)
` [PATCH V2 net-next 01/17] net: hns3: add support to query tqps number
` [PATCH V2 net-next 02/17] net: hns3: add support to modify "

[oe-layersetup][PATCH] processor-sdk: Update 4.1 x11 config
 2017-12-19 19:18 UTC 

[Bridge] linux bridge does not forward arp reply back packets in a vmware vm
 2017-12-19 19:18 UTC  (12+ messages)

[RFC v3 00/11] Enable HDA Codec support on Intel Platforms (Series2)
 2017-12-19 19:17 UTC  (16+ messages)
` [RFC v3 06/11] ASoC: hdac_hda: add ASoC based HDA codec driver

[alsa-devel] [PATCH v5 0/6] ASoC: Intel: Skylake: Add a clk driver to enable ssp clks early
 2017-12-19 19:17 UTC  (8+ messages)
` [alsa-devel] [PATCH v5 1/6] ASoC: Intel: Skylake: Add ssp clock driver

[PATCH 0/8] Tegra210 DFLL implementation
 2017-12-19 19:17 UTC  (4+ messages)
` [PATCH 4/8] clk: tegra: dfll: support PWM regulator control

[PATCH net] net: always reevalulate autoflowlabel setting for reset packet
 2017-12-19 19:15 UTC  (2+ messages)

[PATCH v1 1/4] lib/net_utils: Relax NULL-termination requirement on input string
 2017-12-19 19:14 UTC  (4+ messages)
` [PATCH v1 2/4] lib/net_utils: Introduce mac_pton_from_user()
` [PATCH v1 3/4] staging: rtl8723bs: Replace mac address parsing
` [PATCH v1 4/4] staging: rtl8712: "

[PATCH net-next v2] cxgb4: RSS table is 4k for T6
 2017-12-19 19:14 UTC  (2+ messages)

[Patch net-next] net_sched: properly check for empty skb array on error path
 2017-12-19 19:13 UTC  (2+ messages)

[Qemu-devel] [PATCH V2 0/5] hw/pvrdma: PVRDMA device implementation
 2017-12-19 19:13 UTC  (3+ messages)
` [Qemu-devel] [PATCH V2 4/5] pvrdma: initial implementation

[PATCH 1/2] net: stmmac: Fix TX timestamp calculation
 2017-12-19 19:12 UTC  (4+ messages)
` [PATCH 2/2] net: stmmac: Fix bad RX timestamp extraction

[PATCH rdma-core] srp_daemon: Install signal handler for ibsrpdm
 2017-12-19 19:12 UTC  (7+ messages)

[Buildroot] [PATCH v2,1/1] safeclib: new package
 2017-12-19 19:12 UTC 

[PATCH 0/4] ARC: Set initial core pll output frequency via DTS
 2017-12-19 19:11 UTC  (3+ messages)

[Qemu-devel] [PULL 00/10] Block patches
 2017-12-19 19:10 UTC  (2+ messages)

[PATCH v2 0/5] SHA1DC fixes & fully moving to a git.git submodule
 2017-12-19 19:10 UTC  (6+ messages)
` [PATCH 0/4] "
  ` [PATCH v2 2/5] Makefile: under "make dist", include the sha1collisiondetection submodule

[net 1/1] tipc: fix list sorting bug in function tipc_group_update_member()
 2017-12-19 19:10 UTC  (2+ messages)

[PATCH net-next] ibmvnic: Include header descriptor support for ARP packets
 2017-12-19 19:10 UTC  (2+ messages)

[rdma-core PATCH] srp_daemon: Don't create async_ev_thread if only run once
 2017-12-19 19:09 UTC 

Initial msm8909 support
 2017-12-19 19:08 UTC  (4+ 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.