All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-02 17:03:28 to 2016-02-02 17:38:36 UTC [more...]

[PATCH v4 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-02 17:59 UTC  (4+ messages)
` [PATCH v4 1/2] clk: sunxi: Add sun6i/8i video support

[PATCH v4 0/4] iio: AFE4404 Heart Rate Monitor and Bio-Sensing
 2016-02-02 17:38 UTC  (5+ messages)
` [PATCH v4 4/4] iio: health: Add driver for the TI AFE4403 heart monitor

[PATCH v1] crypto: ccp - Don't assume export/import areas are aligned
 2016-02-02 17:38 UTC 

[PATCH 00/11] arm64: Introduce Allwinner A64 and Pine64 support
 2016-02-02 17:37 UTC  (7+ messages)
` [PATCH 05/11] drivers: pinctrl: add driver for Allwinner A64 SoC
      `  "
        ` [linux-sunxi] "

[Buildroot] [PATCH v2] gr-osmosdr: new package
 2016-02-02 17:37 UTC 

[Qemu-devel] [PULL v2 00/50] Block patches
 2016-02-02 17:35 UTC  (51+ messages)
` [Qemu-devel] [PULL v2 01/50] block: Add blk_dev_has_tray()
` [Qemu-devel] [PULL v2 02/50] blockdev: Fix 'change' for slot devices
` [Qemu-devel] [PULL v2 03/50] Revert "hw/block/fdc: Implement tray status"
` [Qemu-devel] [PULL v2 04/50] block/qapi: Emit tray_open only if there is a tray
` [Qemu-devel] [PULL v2 05/50] vmdk: Fix converting to streamOptimized
` [Qemu-devel] [PULL v2 06/50] iotests: Limit supported formats for 118
` [Qemu-devel] [PULL v2 07/50] nbd: client_close on error in nbd_co_client_start
` [Qemu-devel] [PULL v2 08/50] iotests: Rename filter_nbd to _filter_nbd in 083
` [Qemu-devel] [PULL v2 09/50] iotests: Change coding style of "
` [Qemu-devel] [PULL v2 10/50] iotests: Move _filter_nbd into common.filter
` [Qemu-devel] [PULL v2 11/50] iotests: Make _filter_nbd drop log lines
` [Qemu-devel] [PULL v2 12/50] iotests: Make _filter_nbd support more URL types
` [Qemu-devel] [PULL v2 13/50] iotests: Make redirecting qemu's stderr optional
` [Qemu-devel] [PULL v2 14/50] iotests: Add test for a nonexistent NBD export
` [Qemu-devel] [PULL v2 15/50] block: Remove unused struct definition BlockFinishData
` [Qemu-devel] [PULL v2 16/50] block: Release named dirty bitmaps in bdrv_close()
` [Qemu-devel] [PULL v2 17/50] iotests: Add test for eject under NBD server
` [Qemu-devel] [PULL v2 18/50] block: Add BB-BDS remove/insert notifiers
` [Qemu-devel] [PULL v2 19/50] virtio-blk: Functions for op blocker management
` [Qemu-devel] [PULL v2 20/50] virtio-scsi: Catch BDS-BB removal/insertion
` [Qemu-devel] [PULL v2 21/50] nbd: Switch from close to eject notifier
` [Qemu-devel] [PULL v2 22/50] block: Remove BDS close notifier
` [Qemu-devel] [PULL v2 23/50] block: Use blk_remove_bs() in blk_delete()
` [Qemu-devel] [PULL v2 24/50] blockdev: Use blk_remove_bs() in do_drive_del()
` [Qemu-devel] [PULL v2 25/50] block: Make bdrv_close() static
` [Qemu-devel] [PULL v2 26/50] block: Add list of all BlockDriverStates
` [Qemu-devel] [PULL v2 27/50] blockdev: Keep track of monitor-owned BDS
` [Qemu-devel] [PULL v2 28/50] block: Add blk_remove_all_bs()
` [Qemu-devel] [PULL v2 29/50] block: Rewrite bdrv_close_all()
` [Qemu-devel] [PULL v2 30/50] iotests: Add test for multiple BB on BDS tree
` [Qemu-devel] [PULL v2 31/50] iotests: Add test for block jobs and BDS ejection
` [Qemu-devel] [PULL v2 32/50] block: acquire in bdrv_query_image_info
` [Qemu-devel] [PULL v2 33/50] block: Add "file" output parameter to block status query functions
` [Qemu-devel] [PULL v2 34/50] qcow: Assign bs->file->bs to file in qcow_co_get_block_status
` [Qemu-devel] [PULL v2 35/50] qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
` [Qemu-devel] [PULL v2 36/50] raw: Assign bs to file in raw_co_get_block_status
` [Qemu-devel] [PULL v2 37/50] iscsi: Assign bs to file in iscsi_co_get_block_status
` [Qemu-devel] [PULL v2 38/50] parallels: Assign bs->file->bs to file in parallels_co_get_block_status
` [Qemu-devel] [PULL v2 39/50] qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
` [Qemu-devel] [PULL v2 40/50] sheepdog: Assign bs to file in sd_co_get_block_status
` [Qemu-devel] [PULL v2 41/50] vdi: Assign bs->file->bs to file in vdi_co_get_block_status
` [Qemu-devel] [PULL v2 42/50] vpc: Assign bs->file->bs to file in vpc_co_get_block_status
` [Qemu-devel] [PULL v2 43/50] vmdk: Fix calculation of block status's offset
` [Qemu-devel] [PULL v2 44/50] vmdk: Return extent's file in bdrv_get_block_status
` [Qemu-devel] [PULL v2 45/50] block: Use returned *file in bdrv_co_get_block_status
` [Qemu-devel] [PULL v2 46/50] qemu-img: In "map", use the returned "file" from bdrv_get_block_status
` [Qemu-devel] [PULL v2 47/50] qemu-img: Make MapEntry a QAPI struct
` [Qemu-devel] [PULL v2 48/50] iotests: Add "qemu-img map" test for VMDK extents
` [Qemu-devel] [PULL v2 49/50] block: set device_list.tqe_prev to NULL on BDS removal
` [Qemu-devel] [PULL v2 50/50] block: qemu-iotests - add test for snapshot, commit, snapshot bug

[RFC][PATCH] mips: Fix arch_spin_unlock()
 2016-02-02 17:37 UTC  (21+ messages)

[U-Boot] [ANN] U-Boot v2016.03-rc1 released
 2016-02-02 17:37 UTC 

[Qemu-devel] [PATCH] dimm: Correct type of MemoryHotplugState->base
 2016-02-02 17:37 UTC  (6+ messages)

[PATCH v4 00/21] Add ACPI support for Xen itself on ARM64
 2016-02-02 17:36 UTC  (5+ messages)
` [PATCH v4 14/21] arm/gic-v3: Add ACPI boot support for GICv3
` [PATCH v4 15/21] arm/gic: Add ACPI support for GIC preinit

[U-Boot] do i have any chance of booting a vxworks 5.5.2 image with u-boot?
 2016-02-02 17:36 UTC  (2+ messages)

[3.13.y-ckt stable] Patch "=?UTF-8?q?veth:=20don=E2=80=99t=20modify=20ip=5Fsummed;=20doing?= =?UTF-8?q?=20so=20treats=20packets=20with=20bad=20checksums=20as=20good.?=" has been added to the 3.13.y-ckt tree
 2016-02-02 17:36 UTC  (2+ messages)

[U-Boot] [PATCH 00/16] EFI payload / application support v3
 2016-02-02 17:35 UTC  (3+ messages)
` [U-Boot] [PATCH 09/16] efi_loader: Implement memory allocation and map

[PATCH v3] ARM: xip: Use correct symbol for end of ROM marker
 2016-02-02 17:35 UTC  (8+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH 1/2] block: fix pfn_mkwrite() DAX fault handler
 2016-02-02 17:34 UTC  (12+ messages)
` [PATCH 2/2] dax: fix bdev NULL pointer dereferences

[Qemu-devel] [PATCH v4 0/6] Travis updates
 2016-02-02 17:34 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 1/6] .travis.yml: migrate to container builds
` [Qemu-devel] [PATCH v4 2/6] .travis.yml: run make check for all matrix targets
` [Qemu-devel] [PATCH v4 3/6] .travis.yml: enable each of the co-routine backends
` [Qemu-devel] [PATCH v4 4/6] .travis.yml: enable ccache for the builds
` [Qemu-devel] [PATCH v4 5/6] .travis.yml: reduce the test matrix a little
` [Qemu-devel] [PATCH v4 6/6] MAINTAINERS: Add .travis.yml

[PATCH v2] unix: properly account for FDs passed over unix sockets
 2016-02-02 17:34 UTC  (2+ messages)

[PATCH 3.14 00/59] 3.14.60-stable review
 2016-02-02 17:34 UTC  (6+ messages)
` [PATCH 3.14 30/59] xhci: refuse loading if nousb is used

[PATCH RFC 10/11] clk: sunxi: rewrite sun6i-ar100 using factors clk
 2016-02-02 17:33 UTC  (4+ messages)
` [PATCH] clk: sunxi: don't mark sun6i_ar100_data __initconst

[PATCH 0/6] Use more atomic state in i915
 2016-02-02 17:32 UTC  (4+ messages)
` [PATCH 1/6] drm/i915: Use atomic state to obtain load detection crtc
  ` [PATCH v2 1/6] drm/i915: Use atomic state to obtain load detection crtc, v2

[PATCH v2 0/5] alienware-wmi new platform and feature support
 2016-02-02 17:32 UTC  (5+ messages)
` [PATCH v2 3/5] Add initial support for alienware graphics amplifier
` [PATCH v2 4/5] Add support for deep sleep control

[PATCH] recordmcount: arm: Implement make_nop
 2016-02-02 17:31 UTC  (5+ messages)

[Qemu-devel] [PATCH] coroutine: drop GThread coroutine backend
 2016-02-02 17:29 UTC  (6+ messages)

[Qemu-devel] ping: [PATCH v13] block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host
 2016-02-02 17:31 UTC  (4+ messages)

[PATCH] arm64: Add support for Half precision floating point
 2016-02-02 17:31 UTC  (7+ messages)

[PATCH v5 1/3] Add BUG_XX() debugging options
 2016-02-02 17:30 UTC  (3+ messages)
` [PATCH v5 3/3] Add BUG_XX() debugging hard/soft lockup detection

mirrors of nftable repo
 2016-02-02 17:30 UTC 

[LTP] [PATCH V2 01/32] ltp: Don't link against libfl
 2016-02-02 17:28 UTC  (13+ messages)
` [LTP] [PATCH V2 24/32] rt_sigaction/rt_sigprocmark: Define _GNU_SOURCE
` [LTP] [PATCH V2 25/32] mc_gethost: include sys/types.h
` [LTP] [PATCH V2 26/32] crash01: Define _GNU_SOURCE
` [LTP] [PATCH V2 27/32] sysconf01: Use _SC_2_C_VERSION conditionally
` [LTP] [PATCH V2 28/32] rt_sigaction.h: Use sighandler_t instead of __sighandler_t
` [LTP] [PATCH V2 29/32] trace_shed: Fix build with musl

[review-request] [PATCH] toaster-manual: Improve the explanation of TOASTER_DIR and checksettings
 2016-02-02 17:28 UTC 

[Qemu-devel] [PATCH] qapi: Fix compilation failure on MIPS
 2016-02-02 17:26 UTC  (2+ messages)

[PATCH v2 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-02 17:26 UTC  (9+ messages)
` [PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

[Qemu-devel] [PATCH 00/16] aio: first part of aio_context_acquire/release pushdown
 2016-02-02 17:26 UTC  (2+ messages)

[PATCH v2] recordmcount: arm: Implement make_nop
 2016-02-02 17:25 UTC  (3+ messages)

[PATCH] NVMe: do not touch sq door bell if nvmeq has been suspended
 2016-02-02 17:25 UTC  (11+ messages)

[PATCH v7 0/2] adding PCI support to AXS10x
 2016-02-02 17:24 UTC  (10+ messages)
` [PATCH v7 2/2] add new platform driver for PCI RC

Linux/m68k on the Apollo FPGA softcore?
 2016-02-02 17:16 UTC 

git object-count differs between clones
 2016-02-02 17:22 UTC  (5+ messages)

[Bridge] [RFC PATCH] bridge: mdb: add support for more attributes and export timer
 2016-02-02 17:22 UTC  (2+ messages)
`  "

[PATCH 0/4 v5] sched,time: reduce nohz_full syscall overhead 40%
 2016-02-02 17:19 UTC  (5+ messages)
` [PATCH 1/4] sched,time: remove non-power-of-two divides from __acct_update_integrals
` [PATCH 2/4] acct,time: change indentation in __acct_update_integrals
` [PATCH 3/4] time,acct: drop irq save & restore from __acct_update_integrals
` [PATCH 4/4] sched,time: only call account_{user,sys,guest,idle}_time once a jiffy

[xen-unstable-smoke test] 79987: tolerable all pass - PUSHED
 2016-02-02 17:20 UTC 

[Qemu-devel] [PATCH v10 0/2] mirror: Improve zero write and discard
 2016-02-02 17:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH v10 1/2] mirror: Rewrite mirror_iteration

Minutes: Yocto Project Technical Team Meeting - Tuesday, Feb. 2, 2016 8:00 AM US Pacific Time
 2016-02-02 17:19 UTC  (2+ messages)

[PATCH v6] kernel: add kcov code coverage
 2016-02-02 17:19 UTC  (3+ messages)

[PATCH] misc: Move panel driver out of staging
 2016-02-02 17:19 UTC  (5+ messages)

[PATCH v2 00/11] HVMlite domU support
 2016-02-02 17:19 UTC  (5+ messages)
` [PATCH v2 02/11] xen/hvmlite: Bootstrap HVMlite guest
  ` [Xen-devel] "

[PATCH v3 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-02 17:19 UTC  (4+ messages)
` [PATCH v3 1/2] clk: sunxi: Add sun6i/8i video support

[PATCH v2 1/3] crypto: sahara - avoid needlessly saving and restoring sahara_ctx
 2016-02-02 17:18 UTC  (5+ messages)

[PATCH] net: drop write-only stack variable
 2016-02-02 17:17 UTC 

git submodule should honor "-c credential.helper" command line argument
 2016-02-02 17:13 UTC 

[PATCH 2/2] KVM: Create debugfs dir and stat files for each VM
 2016-02-02 17:15 UTC  (8+ messages)

Isn't 4.4 long term stable?
 2016-02-02 17:15 UTC  (3+ messages)

OMAP baseline test results for v4.5-rc2
 2016-02-02 17:15 UTC  (2+ messages)

Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
 2016-02-02 17:14 UTC  (4+ messages)

[PATCH] kernel/fork.c: use sizeof() instead of sizeof
 2016-02-02 17:11 UTC  (6+ messages)

[PATCH v9 00/14] MT8173 DRM support
 2016-02-02 17:12 UTC  (4+ messages)
` [PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173

[PATCH 0/5] Nokia N950 modem support
 2016-02-02 17:05 UTC  (5+ messages)
` [PATCH 1/5] ARM: OMAP2+: hwmod data: Add SSI data for omap36xx

[RFC Design Doc] Add vNVDIMM support for Xen
 2016-02-02 17:11 UTC  (2+ messages)

[RFC PATCH v1 1/1] vGPU core driver : to provide common interface for vGPU
 2016-02-02 17:11 UTC  (8+ messages)
            ` [Qemu-devel] "

Status of multiboot2 support on EFI?
 2016-02-02 17:10 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.7.0(2)
 2016-02-02 17:09 UTC 

[PATCH net-next v2 0/6] vxlan: cleanup headers and tx path
 2016-02-02 17:09 UTC  (7+ messages)
` [PATCH net-next v2 1/6] vxlan: cleanup types
` [PATCH net-next v2 2/6] vxlan: remove duplicated macros
` [PATCH net-next v2 3/6] vxlan: restructure vxlan.h definitions
` [PATCH net-next v2 4/6] vxlan: consolidate output route calculation
` [PATCH net-next v2 5/6] vxlan: consolidate csum flag handling
` [PATCH net-next v2 6/6] vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb

[Qemu-devel] [PATCH v2 0/2] Active commit regression fix
 2016-02-02 17:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] block: qemu-iotests - add test for snapshot, commit, snapshot bug

[PATCH] nbd: ratelimit error msgs after socket close
 2016-02-02 17:07 UTC  (2+ messages)

[PATCH 1/2] dbus: use ${systemd_system_unitdir}
 2016-02-02 17:06 UTC  (2+ messages)
` [PATCH 2/2] dbus: add user sessions support

[Qemu-devel] [PATCH v1 00/22] Convert migration to QIOChannel & support TLS
 2016-02-02 17:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 07/22] migration: introduce a new QEMUFile impl based on QIOChannel

[ANNOUNCE] Git Developer Summit, April 4th, 2016, NYC
 2016-02-02 17:06 UTC  (2+ messages)

[PATCH 00/29][jethro] Pull request Jethro-next
 2016-02-02 17:05 UTC  (3+ messages)

Current Red Hat Kernels 2.6.18 & 2.6.32 not able to have non-existent files in audit.rules?
 2016-02-02 17:05 UTC 

[Buildroot] [PATCH 00/19] Changes needed to compile crossbar
 2016-02-02 17:05 UTC  (3+ messages)
` [Buildroot] [PATCH 06/19] python-mistune: new package

[meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support
 2016-02-02 17:04 UTC  (2+ messages)
` [meta-raspberrypi][PATCH v3 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

[meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set
 2016-02-02 17:03 UTC  (3+ messages)
` [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support
  ` [meta-raspberrypi][PATCH v3 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

[PATCH 0/5] clk: sunxi: Rework the clocks code to deal with orphans
 2016-02-02 17:04 UTC  (6+ messages)
` [PATCH 3/5] clk: sunxi: convert current clocks registration to CLK_OF_DECLARE

[PATCH v1 0/5] arm64: kernel: Add support for User Access Override
 2016-02-02 17:03 UTC  (5+ messages)
` [PATCH v1 2/5] arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
` [PATCH v1 3/5] arm64: kernel: Add support for User Access Override
` [PATCH v1 4/5] arm64: cpufeature: Test 'matches' pointer to find the end of the list
` [PATCH v1 5/5] arm64: kernel: Don't toggle PAN on systems with UAO


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.