messages from 2017-02-13 17:01:14 to 2017-02-13 17:33:00 UTC [more...]
[PATCH v2] gpio: return NULL from gpiod_get_optional when GPIOLIB is disabled
2017-02-13 17:32 UTC (6+ messages)
[PATCH 0/3] apci, nfit: DSM improvements
2017-02-13 17:32 UTC (5+ messages)
` [PATCH 1/3] Allow all supported HPE DSM functions to be called
` [PATCH 3/3] Remove unnecessary newline
[PATCH 1/2] drm/amdgpu: fix PRT cleanup order in the VM
2017-02-13 17:32 UTC (3+ messages)
[PATCH] nbd: use bdget_disk to get bdev
2017-02-13 17:31 UTC
[PATCH net] at803x: insure minimum delay for SGMII link AN completion ckeck
2017-02-13 17:31 UTC (4+ messages)
[PATCH v2 0/4] Largedir support for e2fsprogs
2017-02-13 9:20 UTC (5+ messages)
` [PATCH v2 1/4] e2fsprogs: supersede i_dir_acl with i_size_high for all cases
` [PATCH v2 2/4] e2fsprogs: add support for 3-level htree
` [PATCH v2 3/4] e2fsck: 3 level hash tree directory optimization
` [PATCH v2 4/4] tests: 3 level hash tree test
[PATCH RESEND 0/5] mtd: nand: Rework/cleanup the Atmel NAND driver
2017-02-13 17:31 UTC (5+ messages)
` [PATCH RESEND 4/5] mtd: nand: atmel: Document the new DT bindings
[stericsson:mmc-no-NULL 29/34] ERROR: "mmc_blk_rw_done" [drivers/mmc/core/mmc_core.ko] undefined!
2017-02-13 17:30 UTC
[kernel-hardening] [RFC PATCH 2/4] security: mark nf ops in SELinux and Smack as __ro_after_init
2017-02-13 17:29 UTC (3+ messages)
` [kernel-hardening] "
[kernel-hardening] Merge in PAX_MEMORY_SANITIZE work from grsec to linux-next
2017-02-13 17:28 UTC (6+ messages)
[PATCH 1/2] exec: don't wait for zombie threads with cred_guard_mutex held
2017-02-13 17:27 UTC (2+ messages)
[PATCH 00/52] akuster/krogoth-next pull request
2017-02-13 17:26 UTC
[Buildroot] [PATCH] kmscube: Add new package
2017-02-13 17:26 UTC (2+ messages)
[PATCH] net:ethernet:aquantia: Add 2500/5000 mbit link modes support
2017-02-13 17:26 UTC (2+ messages)
[PATCH] tracing: hwlat: update old comment
2017-02-13 17:25 UTC
[PATCH linux dev-4.7 0/3] pinctrl devicetree fixes for aspeed-g5
2017-02-13 17:24 UTC (3+ messages)
` [PATCH linux dev-4.7 1/3] ARM: dts: aspeed-g5: Add SoC Display Controller node
[PATCH 1/1] MAINTAINERS: Remove old e-mail address
2017-02-13 17:24 UTC (2+ messages)
[PATCH 4.9 00/60] 4.9.10-stable review
2017-02-13 17:24 UTC (3+ messages)
[Buildroot] [PATCH 1/1] domoticz: fix build on powerpc64le
2017-02-13 17:24 UTC
[Qemu-devel] [RFC PATCH 00/41] New op blocker system
2017-02-13 17:23 UTC (42+ messages)
` [Qemu-devel] [RFC PATCH 01/41] block: Attach bs->file only during .bdrv_open()
` [Qemu-devel] [RFC PATCH 02/41] block: Add op blocker permission constants
` [Qemu-devel] [RFC PATCH 03/41] block: Add Error argument to bdrv_attach_child()
` [Qemu-devel] [RFC PATCH 04/41] block: Let callers request permissions when attaching a child node
` [Qemu-devel] [RFC PATCH 05/41] tests: Use opened block node for block job tests
` [Qemu-devel] [RFC PATCH 06/41] block: Involve block drivers in permission granting
` [Qemu-devel] [RFC PATCH 07/41] block: Default .bdrv_child_perm() for filter drivers
` [Qemu-devel] [RFC PATCH 08/41] block: Request child permissions in "
` [Qemu-devel] [RFC PATCH 09/41] block: Default .bdrv_child_perm() for format drivers
` [Qemu-devel] [RFC PATCH 10/41] block: Request child permissions in "
` [Qemu-devel] [RFC PATCH 11/41] vvfat: Implement .bdrv_child_perm()
` [Qemu-devel] [RFC PATCH 12/41] block: Require .bdrv_child_perm() with child nodes
` [Qemu-devel] [RFC PATCH 13/41] block: Request real permissions in bdrv_attach_child()
` [Qemu-devel] [RFC PATCH 14/41] block: Add permissions to BlockBackend
` [Qemu-devel] [RFC PATCH 15/41] block: Add permissions to blk_new()
` [Qemu-devel] [RFC PATCH 16/41] block: Add error parameter to blk_insert_bs()
` [Qemu-devel] [RFC PATCH 17/41] block: Request real permissions in blk_new_open()
` [Qemu-devel] [RFC PATCH 18/41] block: Allow error return in BlockDevOps.change_media_cb()
` [Qemu-devel] [RFC PATCH 19/41] hw/block: Request permissions
` [Qemu-devel] [RFC PATCH 20/41] hw/block: Introduce share-rw qdev property
` [Qemu-devel] [RFC PATCH 21/41] blockjob: Add permissions to block_job_create()
` [Qemu-devel] [RFC PATCH 22/41] block: Add BdrvChildRole.get_link_name()
` [Qemu-devel] [RFC PATCH 23/41] block: Include details on permission errors in message
` [Qemu-devel] [RFC PATCH 24/41] block: Add BdrvChildRole.stay_at_node
` [Qemu-devel] [RFC PATCH 25/41] blockjob: Add permissions to block_job_add_bdrv()
` [Qemu-devel] [RFC PATCH 26/41] block: Factor out bdrv_open_driver()
` [Qemu-devel] [RFC PATCH 27/41] block: Add bdrv_new_open_driver()
` [Qemu-devel] [RFC PATCH 28/41] commit: Use real permissions in commit block job
` [Qemu-devel] [RFC PATCH 29/41] commit: Use real permissions for HMP 'commit'
` [Qemu-devel] [RFC PATCH 30/41] backup: Use real permissions in backup block job
` [Qemu-devel] [RFC PATCH 31/41] block: Fix pending requests check in bdrv_append()
` [Qemu-devel] [RFC PATCH 32/41] block: BdrvChildRole.attach/detach() callbacks
` [Qemu-devel] [RFC PATCH 33/41] block: Allow backing file links in change_parent_backing_link()
` [Qemu-devel] [RFC PATCH 34/41] mirror: Use real permissions in mirror/active commit block job
` [Qemu-devel] [RFC PATCH 35/41] stream: Use real permissions in streaming "
` [Qemu-devel] [RFC PATCH 36/41] hmp: Request permissions in qemu-io
` [Qemu-devel] [RFC PATCH 37/41] migration/block: Use real permissions
` [Qemu-devel] [RFC PATCH 38/41] nbd/server: Use real permissions for NBD exports
` [Qemu-devel] [RFC PATCH 39/41] tests: Remove FIXME comments
` [Qemu-devel] [RFC PATCH 40/41] block: Pass BdrvChild to bdrv_aligned_preadv/pwritev
` [Qemu-devel] [RFC PATCH 41/41] block: Assertions for write permissions
[PATCH 0/5] Improvements to HVM Hypercall dispatching
2017-02-13 17:23 UTC (5+ messages)
` [PATCH 1/5] x86/hvm: Rework HVM_HCALL_invalidate handling
[PATCH] oeqa: fix typo
2017-02-13 17:25 UTC
[PATCH] Revert "i2c: designware: detect when dynamic tar update is possible"
2017-02-13 17:22 UTC (2+ messages)
doc: deprecation notice for ethdev ops?
2017-02-13 17:21 UTC (4+ messages)
crypto: NULL deref in sha512_mb_mgr_get_comp_job_avx2
2017-02-13 17:20 UTC (4+ messages)
[Qemu-arm] [PATCH 0/2] aspeed/smc: add support for DMAs
2017-02-13 17:20 UTC (2+ messages)
` [Qemu-devel] "
[PATCH] building libtraceevent with clang
2017-02-13 17:20 UTC (6+ messages)
[Qemu-devel] [PATCH 00/12] Multifd v4
2017-02-13 17:19 UTC (13+ messages)
` [Qemu-devel] [PULL 01/12] migration: Test for disabled features on reception
` [Qemu-devel] [PULL 02/12] migration: Don't create decompression threads if not enabled
` [Qemu-devel] [PULL 03/12] migration: Add multifd capability
` [Qemu-devel] [PULL 04/12] migration: Create x-multifd-threads parameter
` [Qemu-devel] [PULL 05/12] migration: Create x-multifd-group parameter
` [Qemu-devel] [PULL 06/12] migration: Create multifd migration threads
` [Qemu-devel] [PULL 07/12] migration: Start of multiple fd work
` [Qemu-devel] [PULL 08/12] migration: Create ram_multifd_page
` [Qemu-devel] [PULL 09/12] migration: Create thread infrastructure for multifd send side
` [Qemu-devel] [PULL 10/12] migration: Really use multiple pages at a time
` [Qemu-devel] [PULL 11/12] migration: Send the fd number which we are going to use for this page
` [Qemu-devel] [PULL 12/12] migration: Test new fd infrastructure
[PATCH] pcm_rate: Do not discard slave reported delay in status result
2017-02-13 17:20 UTC (4+ messages)
` [PATCH] pcm: rate: Add capability to pass configuration node to plugins
` [PATCH] [updated] "
[U-Boot] [PATCH 2/5] Revert "configs: am335x: usb: do not define CONFIG_DM_USB for spl"
2017-02-13 17:18 UTC (4+ messages)
` [U-Boot] [PATCH] am33xx: board: Refactor USB initialization into separate function
PML causing race condition during guest bootstorm and host crash on Broadwell cpu
2017-02-13 17:17 UTC (6+ messages)
[PATCH] drm: Reduce EDID warnings from DRM_ERROR to DRM_NOTE
2017-02-13 17:17 UTC (4+ messages)
[RFC,v2 1/3] sched: set loop_max after rq lock is taken
2017-02-13 17:17 UTC (6+ messages)
` [RFC,v2 3/3] sched: ignore task_h_load for CPU_NEWLY_IDLE
[Qemu-devel] Estimation of qcow2 image size converted from raw image
2017-02-13 17:16 UTC (3+ messages)
BTRFS for OLTP Databases
2017-02-13 17:16 UTC (7+ messages)
[PATCH] mingw: use OpenSSL's SHA-1 routines
2017-02-13 17:16 UTC (4+ messages)
[Qemu-devel] [PATCH 1/1] mirror: do not increase offset during initial zero_or_discard phase
2017-02-13 17:16 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/1] mirror: do not increase offset during initial zero_or_discard phase - pls consider this as V3 patch
[CI 01/47] drm/i915: Provide a hook for selftests
2017-02-13 17:15 UTC (47+ messages)
` [CI 02/47] drm/i915: Add some selftests for sg_table manipulation
` [CI 03/47] drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
` [CI 04/47] drm/i915: Add unit tests for the breadcrumb rbtree, completion
` [CI 05/47] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
` [CI 06/47] drm/i915: Mock the GEM device for self-testing
` [CI 07/47] drm/i915: Mock a GGTT "
` [CI 08/47] drm/i915: Mock infrastructure for request emission
` [CI 09/47] drm/i915: Create a fake object for testing huge allocations
` [CI 10/47] drm/i915: Add selftests for i915_gem_request
` [CI 11/47] drm/i915: Add a simple request selftest for waiting
` [CI 12/47] drm/i915: Add a simple fence selftest to i915_gem_request
` [CI 13/47] drm/i915: Simple selftest to exercise live requests
` [CI 14/47] drm/i915: Test simultaneously submitting requests to all engines
` [CI 15/47] drm/i915: Test request ordering between engines
` [CI 16/47] drm/i915: Live testing of empty requests
` [CI 17/47] drm/i915: Add selftests for object allocation, phys
` [CI 18/47] drm/i915: Add a live seftest for GEM objects
` [CI 19/47] drm/i915: Test partial mappings
` [CI 20/47] drm/i915: Test exhaustion of the mmap space
` [CI 21/47] drm/i915: Test coherency of and barriers between cache domains
` [CI 22/47] drm/i915: Move uncore selfchecks to live selftest infrastructure
` [CI 23/47] drm/i915: Test all fw tables during mock selftests
` [CI 24/47] drm/i915: Sanity check all registers for matching fw domains
` [CI 25/47] drm/i915: Add some mock tests for dmabuf interop
` [CI 26/47] drm/i915: Add a live dmabuf selftest
` [CI 27/47] drm/i915: Add initial selftests for i915_gem_gtt
` [CI 28/47] drm/i915: Exercise filling the top/bottom portions of the ppgtt
` [CI 29/47] drm/i915: Exercise filling the top/bottom portions of the global GTT
` [CI 30/47] drm/i915: Fill different pages of the GTT
` [CI 31/47] drm/i915: Exercise filling and removing random ranges from the live GTT
` [CI 32/47] drm/i915: Live testing of lowlevel GTT operations
` [CI 33/47] drm/i915: Use fault-injection to force the shrinker to run in live GTT tests
` [CI 34/47] drm/i915: Test creation of VMA
` [CI 35/47] drm/i915: Exercise i915_vma_pin/i915_vma_insert
` [CI 36/47] drm/i915: Verify page layout for rotated VMA
` [CI 37/47] drm/i915: Test creation of partial VMA
` [CI 38/47] drm/i915: Live testing for context execution
` [CI 39/47] drm/i915: Extract aliasing ppgtt setup
` [CI 40/47] drm/i915: Force an aliasing_ppgtt test for context execution
` [CI 41/47] drm/i915: Initial selftests for exercising eviction
` [CI 42/47] drm/i915: Add mock exercise for i915_gem_gtt_reserve
` [CI 43/47] drm/i915: Add mock exercise for i915_gem_gtt_insert
` [CI 44/47] drm/i915: Add mock tests for GTT/VMA handling
` [CI 45/47] drm/i915: Exercise manipulate of single pages in the GGTT
` [CI 46/47] drm/i915: Exercise crossing pot boundaries in the GTT
` [CI 47/47] drm/i915: Add initial selftests for hang detection and resets
[PATCH v3 net-next 0/9] sunvnet driver updates
2017-02-13 17:16 UTC (10+ messages)
` [PATCH v3 net-next 1/9] sunvnet: make sunvnet common code dynamically loadable
` [PATCH v3 net-next 4/9] sunvnet: add driver stats for ethtool support
[PATCHES] Networking
2017-02-13 17:15 UTC
net/kcm: GPF in kcm_sendmsg
2017-02-13 17:06 UTC (2+ messages)
[Qemu-devel] [PATCH] block: Swap request limit definitions
2017-02-13 17:13 UTC (3+ messages)
` [Qemu-devel] [Qemu-block] "
[PATCH 9/9] drm/i915: Add render decompression support
2017-02-13 17:13 UTC (4+ messages)
` [PATCH v2 "
[Qemu-devel] [PATCH 00/17] multifd v3
2017-02-13 17:13 UTC (4+ messages)
` [Qemu-devel] [PATCH 17/17] migration: flush receive queue
[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)
2017-02-13 17:12 UTC
[U-Boot] [PATCH] arm: am57xx: Set serial# variable
2017-02-13 17:11 UTC (2+ messages)
[Qemu-devel] [PATCH v2 00/16] Postcopy: Hugepage support
2017-02-13 17:11 UTC (3+ messages)
[PATCH 1/2] gianfar: Deal with link state changes during GFAR_RESETTING dev state
2017-02-13 17:10 UTC (2+ messages)
[Bug 194579] New: AMDGPU: Possible size overflow detected by PaX in ttm_bo_handle_move_mem (drivers/gpu/drm/ttm/ttm_bo.c:388)
2017-02-13 17:10 UTC (2+ messages)
` [Bug 194579] "
[PATCH 4.4 00/20] 4.4.49-stable review
2017-02-13 17:09 UTC (2+ messages)
[RFC v3 00/11] HFI Virtual Network Interface Controller (VNIC)
2017-02-13 17:09 UTC (3+ messages)
[PATCH] drm/i915: Exercise crossing pot boundaries
2017-02-13 17:09 UTC (2+ messages)
SED Opal Fixups
2017-02-13 17:07 UTC (9+ messages)
` [PATCH V5 3/4] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
[U-Boot] [PATCH v2 2/6] usb: host: xhci-omap: fix double weak board_usb_init functions
2017-02-13 17:07 UTC (2+ messages)
[U-Boot] [PATCH 0/2] omapl: mmc boot help
2017-02-13 17:07 UTC (8+ messages)
` [U-Boot] [PATCH 2/2] omapl138_lcdk: Set uboot raw mmc sector to 0x41
[PATCH] drm/radeon: allow unaligned shader loads on CIK
2017-02-13 17:07 UTC (4+ messages)
[PATCH] at91: serial: pullup RX pins, do not pullup TX pins
2017-02-13 17:06 UTC
Does recipe specific sysrooot (or whatelse in current oe) break native dependencies?
2017-02-13 17:06 UTC (6+ messages)
[PATCH 0/4] A few more extensions to LPE audio driver
2017-02-13 17:05 UTC (3+ messages)
` [PATCH 4/4] ALSA: x86: Enable keep-link feature
[PATCH] drm: mali-dp: add atomic_print_state for planes
2017-02-13 17:05 UTC (2+ messages)
[meta-rockchip][morty][PATH 0/3] add main line kernel support
2017-02-13 17:05 UTC (5+ messages)
` [meta-rockchip][morty][PATH 2/3] machine: Use SOC specific assignements
` [meta-rockchip][morty][PATH 3/3] recipes-kernel: linux: Add mainline kernel
[PATCH] doc: postpone API change in ethdev
2017-02-13 17:05 UTC (2+ messages)
[PATCH] slang: rewrite recipe to run autoconf
2017-02-13 17:04 UTC
[PATCH v3 0/3] xen/privcmd: support for dm_op and restriction
2017-02-13 17:03 UTC (7+ messages)
` [PATCH v3 1/3] xen/privcmd: return -ENOTTY for unimplemented IOCTLs
` [PATCH v3 2/3] xen/privcmd: Add IOCTL_PRIVCMD_DM_OP
` [PATCH v3 3/3] xen/privcmd: add IOCTL_PRIVCMD_RESTRICT
[PATCH v3 0/3] xen/privcmd: support for dm_op and restriction
2017-02-13 17:03 UTC
building netdata: "No package 'zlib' found"
2017-02-13 17:01 UTC
[Buildroot] [PATCH] riemann-c-client: disable parallel make
2017-02-13 17:02 UTC (2+ messages)
[Buildroot] [PATCH] bind: security bump to version 9.11.0-P3
2017-02-13 17:01 UTC (2+ messages)
[Buildroot] [git commit] riemann-c-client: disable parallel make
2017-02-13 17:01 UTC
[Buildroot] [git commit] bind: security bump to version 9.11.0-P3
2017-02-13 17:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.