All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-21 14:31:41 to 2016-12-21 15:15:58 UTC [more...]

[PATCH 0/7] Remove ustr library dependency
 2016-12-21 15:15 UTC  (4+ messages)
` [PATCH 6/7] libsemanage: genhomedircon: drop ustr dependency

[RFC] pci: remove unused UNBIND support
 2016-12-21 15:15 UTC  (3+ messages)

[mcs][PATCH] python-amqplib: google code is dead, long live github
 2016-12-21 15:14 UTC 

[mcs][PATCH] identity: make work with python 3
 2016-12-21 15:14 UTC 

[PATCH] xfs_quota: Fix test for wrapped id from GETNEXTQUOTA
 2016-12-21 15:13 UTC 

[RFC][PATCH 0/5 net-next] Rework inet_csk_get_port
 2016-12-21 15:12 UTC  (6+ messages)
` [PATCH 1/5 net-next] inet: replace ->bind_conflict with ->rcv_saddr_equal
` [PATCH 3/5 net-next] inet: don't check for bind conflicts twice when searching for a port

[PATCH] i40iw: Set 128B as the only supported RQ WQE size
 2016-12-21 15:12 UTC  (10+ messages)

[PATCH v3 0/9] Decouple ethdev from PCI device
 2016-12-21 15:12 UTC  (3+ messages)

[PATCH 0/5] drm/ttm, amdgpu: fix crashes due to shadow page table evictions
 2016-12-21 15:12 UTC  (4+ messages)
` [PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify

Problems to Allwinner H3's eFUSE/SID
 2016-12-21 15:11 UTC  (3+ messages)
` [U-Boot] [linux-sunxi] "
  `  "

[PATCH v4 00/23] Decouple ethdev from PCI device
 2016-12-21 15:09 UTC  (24+ messages)
` [PATCH v4 01/23] eal: define container_of macro
` [PATCH v4 02/23] eal: Allow passing const rte_intr_handle
` [PATCH v4 03/23] rte_device: make driver pointer const
` [PATCH v4 04/23] pmd: remove useless reset of dev_info->dev_pci
` [PATCH v4 05/23] e1000: localize mapping from eth_dev to pci
` [PATCH v4 06/23] ixgbe: localize mapping from eth_dev to pci_device
` [PATCH v4 07/23] i40e: localize mapping of eth_dev to pci
` [PATCH v4 08/23] broadcom: localize mapping from "
` [PATCH v4 09/23] virtio: Don't fill dev_info->driver_name
` [PATCH v4 10/23] virtio: Add vtpci_intr_handle() helper to get rte_intr_handle
` [PATCH v4 11/23] virtio: Don't depend on struct rte_eth_dev's pci_dev
` [PATCH v4 12/23] bnx2x: localize mapping from eth_dev to pci
` [PATCH v4 13/23] fm10k: "
` [PATCH v4 14/23] qede: localize mapping of "
` [PATCH v4 15/23] szedata2: localize handling of pci resources
` [PATCH v4 16/23] nfp: localize rte_pci_device handling
` [PATCH v4 17/23] vmxnet3: use eth_dev->data->drv_name instead of pci_drv name
` [PATCH v4 18/23] ethdev: Helper to map to struct rte_pci_device
` [PATCH v4 19/23] drivers: Replace per-PMD macros with rte_eth_dev_to_pci() helper
` [PATCH v4 20/23] drivers: Use "
` [PATCH v4 21/23] ethdev: Move filling of rte_eth_dev_info->pci_dev to dev_infos_get()
` [PATCH v4 22/23] ethdev: Decouple interrupt handling from PCI device
` [PATCH v4 23/23] ethdev: Decouple struct rte_eth_dev from struct rte_pci_device

[Qemu-devel] [PATCH v10 00/24] qcow2: persistent dirty bitmaps
 2016-12-21 15:09 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/24] specs/qcow2: fix bitmap granularity qemu-specific note
` [Qemu-devel] [PATCH 02/24] specs/qcow2: do not use wording 'bitmap header'
` [Qemu-devel] [PATCH 03/24] hbitmap: improve dirty iter
` [Qemu-devel] [PATCH 04/24] tests: add hbitmap iter test
` [Qemu-devel] [PATCH 05/24] block: fix bdrv_dirty_bitmap_granularity signature
` [Qemu-devel] [PATCH 06/24] block/dirty-bitmap: add deserialize_ones func
` [Qemu-devel] [PATCH 07/24] qcow2: add bitmaps extension
` [Qemu-devel] [PATCH 08/24] block: introduce auto-loading bitmaps
` [Qemu-devel] [PATCH 09/24] qcow2: add .bdrv_load_autoloading_dirty_bitmaps
` [Qemu-devel] [PATCH 10/24] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
` [Qemu-devel] [PATCH 11/24] block: introduce persistent dirty bitmaps
` [Qemu-devel] [PATCH 12/24] block/dirty-bitmap: add bdrv_dirty_bitmap_next()
` [Qemu-devel] [PATCH 13/24] qcow2: add .bdrv_store_persistent_dirty_bitmaps()
` [Qemu-devel] [PATCH 14/24] block: add bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PATCH 15/24] qcow2: add .bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PATCH 16/24] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PATCH 17/24] qmp: add autoload parameter "
` [Qemu-devel] [PATCH 18/24] qmp: add x-debug-block-dirty-bitmap-sha256
` [Qemu-devel] [PATCH 19/24] iotests: test qcow2 persistent dirty bitmap
` [Qemu-devel] [PATCH 20/24] qcow2-refcount: rename inc_refcounts() and make it public
` [Qemu-devel] [PATCH 21/24] qcow2-bitmap: refcounts
` [Qemu-devel] [PATCH 22/24] block/dirty-bitmap: deep release dirty bitmaps
` [Qemu-devel] [PATCH 23/24] qcow2: add .bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PATCH 24/24] qcow2-bitmap: cache bitmap list in BDRVQcow2State

[PATCH v4 00/25] Generic flow API (rte_flow)
 2016-12-21 15:09 UTC  (29+ messages)
` [PATCH v5 00/26] "
  ` [PATCH v5 01/26] ethdev: introduce generic flow API
  ` [PATCH v5 02/26] doc: add rte_flow prog guide
  ` [PATCH v5 03/26] doc: announce deprecation of legacy filter types
  ` [PATCH v5 04/26] cmdline: add support for dynamic tokens
  ` [PATCH v5 05/26] cmdline: add alignment constraint
  ` [PATCH v5 06/26] app/testpmd: implement basic support for rte_flow
  ` [PATCH v5 07/26] app/testpmd: add flow command
  ` [PATCH v5 08/26] app/testpmd: add rte_flow integer support
  ` [PATCH v5 09/26] app/testpmd: add flow list command
  ` [PATCH v5 10/26] app/testpmd: add flow flush command
  ` [PATCH v5 11/26] app/testpmd: add flow destroy command
  ` [PATCH v5 12/26] app/testpmd: add flow validate/create commands
  ` [PATCH v5 13/26] app/testpmd: add flow query command
  ` [PATCH v5 14/26] app/testpmd: add rte_flow item spec handler
  ` [PATCH v5 15/26] app/testpmd: add rte_flow item spec prefix length
  ` [PATCH v5 16/26] app/testpmd: add rte_flow bit-field support
  ` [PATCH v5 17/26] app/testpmd: add item any to flow command
  ` [PATCH v5 18/26] app/testpmd: add various items "
  ` [PATCH v5 19/26] app/testpmd: add item raw "
  ` [PATCH v5 20/26] app/testpmd: add items eth/vlan "
  ` [PATCH v5 21/26] app/testpmd: add items ipv4/ipv6 "
  ` [PATCH v5 22/26] app/testpmd: add L4 items "
  ` [PATCH v5 23/26] app/testpmd: add various actions "
  ` [PATCH v5 24/26] app/testpmd: add queue "
  ` [PATCH v5 25/26] doc: describe testpmd "
  ` [PATCH v5 26/26] app/testpmd: add protocol fields to "

Example(Load_balancer) Tx Flush Bug(This bug DPDK each version)
 2016-12-21 15:08 UTC  (2+ messages)

[SPDK] DPDK Integration
 2016-12-21 15:07 UTC 

[PATCH] snic: Return error code on memory allocation failure
 2016-12-21 15:07 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself as maintainer of fbdev
 2016-12-21 15:06 UTC  (4+ messages)

[PATCH] selinux: keep SELinux in sync with new capability definitions
 2016-12-21 15:07 UTC  (6+ messages)

[RFC][PATCH 00/11] common implementation of dirent file types
 2016-12-21 15:06 UTC  (6+ messages)
` [RFC][PATCH 11/11] xfs: use common file type conversion

[Bug 99130] [IVB] CONFIG_PROVE_LOCKING=y causes igt/gem_exec/basic-wait-all (and possibly others) to fail
 2016-12-21 15:06 UTC  (4+ messages)

Orphaned objects after deleting rbd images
 2016-12-21 15:06 UTC 

[wic][PATCH] wic: fix parsing of 'bitbake -e' output
 2016-12-21 15:05 UTC  (2+ messages)
` [wic][PATCH v2] "

some minor dal cleanups and example of future patches
 2016-12-21 15:04 UTC  (7+ messages)
` [PATCH 2/8] dal: remove some unused wrappers

[Buildroot] logrotate error
 2016-12-21 15:04 UTC  (3+ messages)

[PATCH v2 0/2] mark driver as non-removable
 2016-12-21 15:03 UTC  (6+ messages)
` [PATCH v2 1/2] drivers/perf: arm_pmu: Use devm_ allocators
` [PATCH v2 2/2] arm: perf: Mark as non-removable

[PATCH v1 0/4] app: make python apps python2/3 compliant
 2016-12-21 15:03 UTC  (5+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] app: make python apps pep8 compliant
` [PATCH v4 2/3] app: make python apps python2/3 compliant
` [PATCH v4 3/3] doc: add required python versions to docs

[PATCH 1/2] usb: host: xhci: Fix possible wild pointer when handling abort command
 2016-12-21 15:04 UTC  (18+ messages)
` [PATCH 2/2] usb: host: xhci: Handle the right timeout command

[PATCH][V2] qed: fix memory leak of a qed_spq_entry on error failure paths
 2016-12-21 13:29 UTC  (2+ messages)

[PATCH] usbip: vudc: check for NULL before use
 2016-12-21 15:02 UTC  (5+ messages)

[PATCH 0/2] ASoC: Use DMI name in sound card long name
 2016-12-21 15:01 UTC  (4+ messages)
` [PATCH 1/2] ASoC: core: Add API to use "

[PATCH] Add crypto PMD optimized for ARMv8
 2016-12-21 15:01 UTC  (8+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] mk: fix build of assembly files for ARM64
  ` [PATCH v2 06/12] crypto/armv8: add PMD optimized for ARMv8 processors
  ` [PATCH v2 08/12] mk/crypto/armv8: add PMD to the build system

[Qemu-devel] [PATCH v4 00/17] Dirty bitmaps postcopy migration
 2016-12-21 14:58 UTC  (2+ messages)
` [Qemu-devel] ping "

[Bug 99147] New: xorg hangs at initial startup on linux-4.9.0
 2016-12-21 14:57 UTC  (2+ messages)
  ` [Bug 99147] "

[U-Boot] [PATCH v4 5/9] net: gmac_rk3288: Add RK3288 GMAC driver
 2016-12-21 14:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH 0/3] dm: goni: support the DM PMIC
 2016-12-21 14:54 UTC  (2+ messages)

[PATCH V2] i40iw: Set 128B as the only supported RQ WQE size
 2016-12-21 14:53 UTC 

[PATCH V2 0/2] mm/memblock.c: fix potential bug and code refine
 2016-12-21 14:52 UTC  (11+ messages)
` [PATCH V2 2/2] mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal()

btrfs_log2phys: cannot lookup extent mapping
 2016-12-21 14:50 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] libnftnl: bump to version 1.0.7
 2016-12-21 14:47 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] nftables: bump to version 0.7

[PATCH 1/2] ucm: Automatically load the best config file based on the card long name
 2016-12-21 14:46 UTC  (3+ messages)

[PATCH 0/3] arm perf: Support DEBUG_TEST_DRIVER_REMOVE
 2016-12-21 14:45 UTC  (5+ messages)
` [PATCH 2/3] drivers/perf: arm_pmu: add arm_pmu_device_remove

[PATCH] drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
 2016-12-21 14:45 UTC  (2+ messages)
` [PATCH] drm/i915: Initialize overlay->last_flip properly

[PATCH] drm/i915/guc: Reserve the upper end of the Global GTT for the GuC
 2016-12-21 14:45 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] Staging: vt6656: checkpatch: fix identifier name in wcmd.h
 2016-12-21 14:35 UTC 

[Buildroot] [PATCH v13 1/8] policycoreutils: new package
 2016-12-21 14:45 UTC  (5+ messages)
` [Buildroot] [PATCH v13 2/8] refpolicy: "

[PATCH 00/15] hyperv: more stuff to uapi + cleanup
 2016-12-21 14:39 UTC  (9+ messages)
` [PATCH 12/15] hyperv: move VMBus connection ids to uapi

[PATCH v3 00/15] livepatch: hybrid consistency model
 2016-12-21 14:44 UTC  (3+ messages)
` [PATCH v3 15/15] livepatch: allow removal of a disabled patch

A small window for a race condition in mm/rmap.c:page_lock_anon_vma_read
 2016-12-21 14:43 UTC  (3+ messages)

[kernel-hardening] Re: HalfSipHash Acceptable Usage
 2016-12-21 14:42 UTC  (4+ messages)
  `  "

[PATCH] eal: postpone vdev initialization
 2016-12-21 14:42 UTC  (4+ messages)
` [PATCH v2 0/2] "

[PATCH] input: synaptics-rmi4: check for null rmi_dev before it is dereferenced
 2016-12-21 14:41 UTC  (3+ messages)

[PATCHv6 0/7] printk: use printk_safe to handle printk() recursive calls
 2016-12-21 14:36 UTC  (8+ messages)
` [PATCHv6 1/7] printk: use vprintk_func in vprintk()
` [PATCHv6 2/7] printk: rename nmi.c and exported api
` [PATCHv6 3/7] printk: introduce per-cpu safe_print seq buffer
` [PATCHv6 4/7] printk: always use deferred printk when flush printk_safe lines
` [PATCHv6 5/7] printk: report lost messages in printk safe/nmi contexts
` [PATCHv6 6/7] printk: use printk_safe buffers in printk
` [PATCHv6 7/7] printk: remove zap_locks() function

JMS56x not working reliably with uas driver
 2016-12-21 14:39 UTC  (6+ messages)

[PATCH] input: synaptics-rmi4: remove redundant null check on rmi_dev
 2016-12-21 14:41 UTC 

[PATCH 1/2] net: mdio: add mdio45_ethtool_ksettings_get
 2016-12-21 14:38 UTC  (3+ messages)
` [PATCH 2/2] net: sfc: falcon: use new api ethtool_{get|set}_link_ksettings

[U-Boot] [PATCH] usb: storage: Show number of storage devices detected for DM_USB
 2016-12-21 14:38 UTC  (3+ messages)

[PATCH] policycoreutils/setfiles: Mention customizable types in restorecon man page
 2016-12-21 14:37 UTC  (3+ messages)

[PATCH v2 00/12] power: supply: axp288_charger: Various fixes
 2016-12-21 14:36 UTC  (13+ messages)
` [PATCH v2 01/12] power: supply: axp288_charger: Make charger_init_hw_regs propagate i2c errors
` [PATCH v2 02/12] power: supply: axp288_charger: Drop platform_data dependency
` [PATCH v2 03/12] power: supply: axp288_charger: Use devm_power_supply_register
` [PATCH v2 04/12] power: supply: axp288_charger: Register extcon notifers after power_supply
` [PATCH v2 05/12] power: supply: axp288_charger: Move init_hw_regs call before supply registration
` [PATCH v2 06/12] power: supply: axp288_charger: Actually get and use the USB_HOST extcon device
` [PATCH v2 07/12] power: supply: axp288_charger: Handle charger type changing without disconnect
` [PATCH v2 08/12] power: supply: axp288_charger: Some minor cleanups
` [PATCH v2 09/12] power: supply: axp288_charger: Get and process initial hardware-state
` [PATCH v2 10/12] power: supply: axp288_charger: Fix wrong regmap_update_bits
` [PATCH v2 11/12] power: supply: axp288_charger: Remove unnecessary irq?_en register writes
` [PATCH v2 12/12] power: supply: axp288_charger: Fix the module not auto-loading

[PATCH v3 0/6] Convert rollback rework for v4.9
 2016-12-21 14:35 UTC  (2+ messages)

[Qemu-devel] [PULL v1 0/7] Merge qcrypto 2016/12/21
 2016-12-21 14:35 UTC  (8+ messages)
` [Qemu-devel] [PULL v1 1/7] cipher: fix leak on initialization error
` [Qemu-devel] [PULL v1 2/7] crypto: add 3des-ede support when using libgcrypt/nettle
` [Qemu-devel] [PULL v1 3/7] crypto: add HMAC algorithms framework
` [Qemu-devel] [PULL v1 4/7] crypto: support HMAC algorithms based on libgcrypt
` [Qemu-devel] [PULL v1 5/7] crypto: support HMAC algorithms based on glib
` [Qemu-devel] [PULL v1 6/7] crypto: support HMAC algorithms based on nettle
` [Qemu-devel] [PULL v1 7/7] crypto: add HMAC algorithms testcases

[PATCH v2 0/6] Fix tvp5150 regression with em28xx
 2016-12-21 14:35 UTC  (7+ messages)

[PATCH] rtlwifi: Fix kernel oops introduced with commit e49656147359
 2016-12-21 14:35 UTC  (2+ messages)
`  "

[PATCH v3] eal: restrict cores detection
 2016-12-21 14:31 UTC  (4+ messages)
` [PATCH v4] eal: restrict cores auto detection


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.