All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-25 15:12:25 to 2017-02-25 17:43:29 UTC [more...]

[PATCH v5 0/6] ceph: implement new-style ENOSPC handling in kcephfs
 2017-02-25 17:43 UTC  (6+ messages)
` [PATCH v5 1/6] libceph: allow requests to return immediately on full conditions if caller wishes
` [PATCH v5 2/6] libceph: abort already submitted but abortable requests when map or pool goes full
` [PATCH v5 3/6] libceph: add an epoch_barrier field to struct ceph_osd_client
` [PATCH v5 4/6] ceph: handle epoch barriers in cap messages
` [PATCH v5 5/6] Revert "ceph: SetPageError() for writeback pages if writepages fails"

[PATCH] setterm: fix bitfield warning [smatch]
 2017-02-25 17:35 UTC 

[PATCH] iproute2: show network device dependency tree
 2017-02-25 17:39 UTC  (2+ messages)

[Intel-wired-lan] [net-next PATCH 0/3] XDP for ixgbe
 2017-02-25 17:38 UTC  (5+ messages)
` [Intel-wired-lan] [net-next PATCH 1/3] ixgbe: add XDP support for pass and drop actions
` [Intel-wired-lan] [net-next PATCH 2/3] ixgbe: add support for XDP_TX action
` [Intel-wired-lan] [net-next PATCH 3/3] ixgbe: xdp support for adjust head

[PATCH 1/2] iio: adc: break out common code from SPMI VADC
 2017-02-25 17:37 UTC  (3+ messages)

[PATCH] drm/msm: move submit fence wait out of struct_mutex
 2017-02-25 17:36 UTC  (3+ messages)

[PATCH 0/7] pull: make smatch scan output easy to digest
 2017-02-25 17:32 UTC  (7+ messages)

[PATCH 0/5] LTTng, Babeltrace updates
 2017-02-25 17:30 UTC  (3+ messages)
` [PATCH 3/5] lttng-modules: upgrade to 2.9.0

[PATCH 1/1] color: use "light" colors for dark background
 2017-02-25 17:29 UTC  (2+ messages)

Associate dma_fence and amdpgu tracepoints
 2017-02-25 17:28 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: trace fence details in amdgpu_sched_run_job

[PATCH] zswap: Zero-filled pages handling
 2017-02-25 17:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/17] Dirty bitmaps postcopy migration
 2017-02-25 17:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH 12/17] migration: add postcopy migration of dirty bitmaps

[PATCH 0/3] Allow setting dmi-product-name on the cmdline + dmi sdhci quirk
 2017-02-25 17:23 UTC  (4+ messages)
` [PATCH 1/3] firmware: dmi_scan: Add dmi_product_name kernel cmdline option
` [PATCH 2/3] mmc: sdhci-acpi: Check device status before calling fix_up_power()
` [PATCH 3/3] mmc: sdhci-acpi: Add a quirk to not break wifi on GPD WIN I55 machines

i need to send a known number of beacons
 2017-02-25 17:14 UTC 

[PATCH] arm64: dts: allwinner: add support for Pinebook
 2017-02-25 17:03 UTC  (9+ messages)
    ` [linux-sunxi] "
      `  "

[PATCH 0/2] fix for direct-I/O to DAX mappings
 2017-02-25 17:08 UTC  (6+ messages)
` [PATCH 1/2] x86, mm: fix gup_pte_range() vs "
` [PATCH 2/2] x86, mm: unify exit paths in gup_pte_range()

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-25 17:10 UTC  (9+ messages)
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption

[GIT PULL] Orangefs update for 4.11 merge window
 2017-02-25 17:09 UTC 

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

[PATCH v2 6/7] tpm: expose spaces via a device link /dev/tpms<n>
 2017-02-25 17:04 UTC  (13+ messages)
            ` [tpmdd-devel] "

[ANNOUNCE] Git for Windows 2.12.0
 2017-02-25 16:55 UTC 

[PATCH v2] hid: hid-sensor-prox: Add more data field for hysteresis parsing
 2017-02-25 16:44 UTC  (3+ messages)

[PATCH v3 00/18] add support for AXP20X and AXP22X power supply drivers
 2017-02-25 16:53 UTC  (7+ messages)
` [PATCH v3 04/18] iio: adc: add support for X-Powers AXP20X and AXP22X PMICs ADCs

[RFC PATCH v2] lightnvm: pblk
 2017-02-25 16:53 UTC  (2+ messages)
` [RFC PATCH v2] lightnvm: physical block device (pblk) target

[PATCH] iio: hid-sensor-trigger: Change get poll value function order to avoid sensor properties losing after resume from S3
 2017-02-25 16:51 UTC  (4+ messages)

[PATCH RFC] coredump: virtualize core dump path configuration
 2017-02-25 16:48 UTC  (5+ messages)

[PATCH v2 0/2] Use BIT() and GENMASK() macros
 2017-02-25 16:47 UTC  (4+ messages)
` [PATCH v2 1/2] staging: iio: ad7152: Use BIT() macro for left shifting 1
  ` [Outreachy kernel] "

[PATCH 1/2] xf86-video-imxfb-vivante: silence xorg-abi- warning
 2017-02-25 16:43 UTC  (2+ messages)
` [PATCH 2/2] xf86-video-imxfb-vivante: cleanup

[PATCH] serial: samsung: Continue to work if DMA request fails
 2017-02-25 16:34 UTC  (3+ messages)

[PATCH v2] iio: adc: xilinx: Fix error handling
 2017-02-25 16:41 UTC  (5+ messages)

financial project loan offer
 2017-02-25 15:20 UTC 

[PATCH v2 0/2] iio: Add parent_trigger attribute to triggers
 2017-02-25 16:37 UTC  (5+ messages)
` [PATCH v2 2/2] iio: stm32 trigger: Implement parent trigger feature

[Qemu-devel] [PULL 00/24] option cutils: Fix and clean up number conversions
 2017-02-25 16:37 UTC  (2+ messages)

[PATCH v3] serial: samsung: Continue to work if DMA request fails
 2017-02-25 16:36 UTC 

[PATCH v2] serial: samsung: Continue to work if DMA request fails
 2017-02-25 16:26 UTC 

[Qemu-devel] [PATCH 00/10] Improvements for sm501 display controller emulation
 2017-02-25 16:31 UTC  (22+ messages)
` [Qemu-devel] [PATCH 06/10] sm501: Fix device endianness
` [Qemu-devel] [PATCH 09/10] sm501: Add some more missing registers
` [Qemu-devel] [PATCH 08/10] sm501: Add support for panel layer
` [Qemu-devel] [PATCH 04/10] sm501: Add emulation of chip connected via PCI
` [Qemu-devel] [PATCH 03/10] sm501: QOMify

[Qemu-devel] [PATCH 00/21] qapi: QMP dispatch and input visitor work
 2017-02-25 16:30 UTC  (17+ messages)
` [Qemu-devel] [PATCH 09/21] qapi: Improve a QObject input visitor error message
` [Qemu-devel] [PATCH 10/21] qapi: Clean up after commit 3d344c2
` [Qemu-devel] [PATCH 11/21] qapi: Make QObject input visitor set *list reliably
` [Qemu-devel] [PATCH 12/21] qapi: Improve qobject input visitor error reporting
` [Qemu-devel] [PATCH 13/21] qapi: Drop string input visitor method optional()
` [Qemu-devel] [PATCH 14/21] qapi: Make string input and opts visitor require non-null input
` [Qemu-devel] [PATCH 15/21] qom: Make object_property_set_qobject()'s input visitor strict
` [Qemu-devel] [PATCH 16/21] test-qobject-input-visitor: Use strict visitor

[PATCH 00/50] LiquidIO PMD
 2017-02-25 16:26 UTC  (4+ messages)
` [PATCH 50/50] doc: added documents

[distros-debian-stretch test] 68615: regressions - trouble: blocked/broken/fail/pass
 2017-02-25 16:27 UTC 

[RFC 0/4] iio: trigger: Add OF support and GPIO based trigger
 2017-02-25 16:21 UTC  (8+ messages)
` [RFC 4/4] iio: trigger: add GPIO trigger

[PATCH net] net/mlx4_en: fix overflow in mlx4_en_init_timestamp()
 2017-02-25 16:11 UTC  (3+ messages)

Trying to build yocto-morty on ubuntu-16, machine reboots in the middle of the build
 2017-02-25 16:16 UTC  (3+ messages)

[PATCH 1/2] regulator: core: Add new notification for enabling of regulator
 2017-02-25 16:16 UTC  (4+ messages)
` [PATCH 2/2] [RFC] iio: dht11: Add optional support for supply control via regulator framework

[Qemu-devel] [PATCH v15 00/25] qcow2: persistent dirty bitmaps
 2017-02-25 16:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH v15 21/25] qcow2-bitmap: refcounts

[PATCH 0/4] iio: adc: Maxim max961x driver
 2017-02-25 16:09 UTC  (17+ messages)
` [PATCH 1/4] Documentation: dt-bindings: iio: Add max961x
` [PATCH 2/4] iio: Documentation: Add max961x sysfs documentation
` [PATCH 3/4] iio: adc: Add max9611/9612 ADC driver

[PATCH net] net/mlx4_en: reception NAPI/IRQ race breaker
 2017-02-25 14:22 UTC 

[PATCH 0/3] fs: Support compiling out the pivot_root syscall
 2017-02-25 16:06 UTC  (5+ messages)
` [PATCH 2/3] fs: Extracts pivot_root so it can be made optional

[PATCH v3] staging: rtl8192u: ieee80211: Remove typedef to structure _bandwidth_autoswitch
 2017-02-25 16:04 UTC 

[PATCH v3 00/25] linux/eal: Remove most causes of panic on init
 2017-02-25 16:03 UTC  (28+ messages)
` [PATCH v4 00/26] "
  ` [PATCH v4 01/26] eal: CPU init will no longer panic
  ` [PATCH v4 02/26] eal: return error instead of panic for cpu init
  ` [PATCH v4 03/26] eal: No panic on hugepages info init
  ` [PATCH v4 04/26] eal: do not panic on failed hugepage query
  ` [PATCH v4 05/26] eal: failure to parse args returns error
  ` [PATCH v4 06/26] eal-common: introduce a way to query cpu support
  ` [PATCH v4 07/26] eal: Signal error when CPU isn't supported
  ` [PATCH v4 08/26] eal: do not panic on memzone initialization fails
  ` [PATCH v4 09/26] eal: set errno when exiting for already called
  ` [PATCH v4 10/26] eal: Do not panic on log failures
  ` [PATCH v4 11/26] eal: Do not panic on pci-probe
  ` [PATCH v4 12/26] eal: do not panic on vfio failure
  ` [PATCH v4 13/26] eal: do not panic on memory init
  ` [PATCH v4 14/26] eal: do not panic on tailq init
  ` [PATCH v4 15/26] eal: do not panic on alarm init
  ` [PATCH v4 16/26] eal: convert timer_init not to call panic
  ` [PATCH v4 17/26] eal: change the private pipe call to reflect errno
  ` [PATCH v4 18/26] eal: Do not panic on interrupt thread init
  ` [PATCH v4 19/26] eal: do not error if plugins fail to init
  ` [PATCH v4 20/26] eal_pci: Continue probing even on failures
  ` [PATCH v4 21/26] eal: do not panic on failed PCI probe
  ` [PATCH v4 22/26] eal_common_dev: continue initializing vdevs
  ` [PATCH v4 23/26] eal: do not panic (or abort) if vdev init fails
  ` [PATCH v4 24/26] eal: do not panic when bus probe fails
  ` [PATCH v4 25/26] eal: do not panic on failed bus scan
  ` [PATCH v4 26/26] rte_eal_init: add info about rte_errno codes

[PATCH net] xfrm: provide correct dst in xfrm_neigh_lookup
 2017-02-25 15:57 UTC 

[PATCH] strbuf: add strbuf_add_real_path()
 2017-02-25 16:00 UTC 

[Qemu-devel] [PATCH 00/54] New op blocker system, part 1
 2017-02-25 15:49 UTC  (11+ messages)
` [Qemu-devel] [PATCH 50/54] block: Pass BdrvChild to bdrv_aligned_preadv/pwritev
` [Qemu-devel] [PATCH 51/54] block: Assertions for write permissions
` [Qemu-devel] [PATCH 52/54] block: Assertions for resize permission
` [Qemu-devel] [PATCH 53/54] block: Add Error parameter to bdrv_set_backing_hd()
` [Qemu-devel] [PATCH 54/54] block: Add Error parameter to bdrv_append()

[Buildroot] [git commit] binutils: fix for ld segfault for microblaze when --gc-sections is used
 2017-02-25 15:47 UTC 

[Buildroot] [PATCH] package/oracle-mysql: fix path to systemd service file
 2017-02-25 15:46 UTC  (2+ messages)

[Buildroot] [git commit] package/oracle-mysql: fix path to systemd service file
 2017-02-25 15:46 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2017-02-24
 2017-02-25 15:45 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] glibc: install libanl.so to target
 2017-02-25 15:44 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/2] "
  ` [Buildroot] [PATCH v2 2/2] toolchain-external: install libanl.so for glibc

[refpolicy] [PATCH] mta patches
 2017-02-25 15:39 UTC  (2+ messages)

[qemu-mainline baseline-only test] 68614: tolerable trouble: blocked/broken/fail/pass
 2017-02-25 15:36 UTC 

[PATCH v9 0/2] Add support for Omnivision OV5647
 2017-02-25 14:55 UTC  (9+ messages)
` [PATCH v9 1/2] Add OV5647 device tree documentation

git diff --quiet exits with 1 on clean tree with CRLF conversions
 2017-02-25 15:32 UTC  (6+ messages)

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-02-25 15:31 UTC  (7+ messages)
` [PATCH] drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW

[PATCH] pulseaudio: 9.0 -> 10.0
 2017-02-25 15:30 UTC  (3+ messages)

[PATCH] squash4: fix handling of fragments and sparse files
 2017-02-25 15:26 UTC  (5+ messages)
        ` sqaush4 tests (was: Re: [PATCH] squash4: fix handling of fragments and sparse files)

Mullvad public WireGuard server for testing
 2017-02-25 15:25 UTC  (2+ messages)

crypto: hang in crypto_larval_lookup
 2017-02-25 15:17 UTC  (5+ messages)

[PATCHv2 3/4] cfg80211: Add Support set btcoex priority value
 2017-02-25 15:12 UTC  (3+ messages)

[refpolicy] [PATCH] network daemon patches
 2017-02-25 15:16 UTC  (2+ messages)

[PATCH 0/2] iio: allow to set STM32 ADC resolution
 2017-02-25 15:11 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: iio: stm32-adc: add option to set resolution

Bug#856143: installation-reports: 4.9.10-2+reiser4.0.1 jessie-backport successful wireless install onto HP NoteBook PC
 2017-02-25 15:14 UTC 


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.