All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-06 15:33:44 to 2017-10-06 15:59:02 UTC [more...]

[Qemu-devel] [PULL 00/20] target-arm queue
 2017-10-06 15:59 UTC  (3+ messages)
` [Qemu-devel] [PULL 13/20] target/arm: Update excret sanity checks for v8M
` [Qemu-devel] [PULL 14/20] target/arm: Add support for restoring v8M additional state context

[net-next V4 PATCH 0/5] New bpf cpumap type for XDP_REDIRECT
 2017-10-06 15:58 UTC  (10+ messages)
` [net-next V4 PATCH 1/5] bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
` [net-next V4 PATCH 2/5] bpf: XDP_REDIRECT enable use of cpumap

[Fuego] Benchmark.lmbench2 failed during 'fuego phase: run' stage on x86 64-bit target
 2017-10-06 15:58 UTC  (5+ messages)

[PATCH] arm64: dts: qcom: msm8916: Shrink mdp address length for msm8916
 2017-10-06 15:57 UTC  (3+ messages)

[Qemu-devel] [PULL 00/54] Block layer patches
 2017-10-06 15:54 UTC  (55+ messages)
` [Qemu-devel] [PULL 01/54] block: Typo fix in copy_on_readv()
` [Qemu-devel] [PULL 02/54] block: Make bdrv_img_create() size selection easier to read
` [Qemu-devel] [PULL 03/54] hbitmap: Rename serialization_granularity to serialization_align
` [Qemu-devel] [PULL 04/54] qcow2: Ensure bitmap serialization is aligned
` [Qemu-devel] [PULL 05/54] dirty-bitmap: Drop unused functions
` [Qemu-devel] [PULL 06/54] dirty-bitmap: Avoid size query failure during truncate
` [Qemu-devel] [PULL 07/54] dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes
` [Qemu-devel] [PULL 08/54] dirty-bitmap: Track bitmap size by bytes
` [Qemu-devel] [PULL 09/54] dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes
` [Qemu-devel] [PULL 10/54] qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based
` [Qemu-devel] [PULL 11/54] dirty-bitmap: Set iterator start by offset, not sector
` [Qemu-devel] [PULL 12/54] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
` [Qemu-devel] [PULL 13/54] dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
` [Qemu-devel] [PULL 14/54] dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
` [Qemu-devel] [PULL 15/54] dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
` [Qemu-devel] [PULL 16/54] mirror: Switch mirror_dirty_init() to byte-based iteration
` [Qemu-devel] [PULL 17/54] qcow2: Switch qcow2_measure() "
` [Qemu-devel] [PULL 18/54] qcow2: Switch load_bitmap_data() "
` [Qemu-devel] [PULL 19/54] qcow2: Switch store_bitmap_data() "
` [Qemu-devel] [PULL 20/54] dirty-bitmap: Switch bdrv_set_dirty() to bytes
` [Qemu-devel] [PULL 21/54] dirty-bitmap: Convert internal hbitmap size/granularity
` [Qemu-devel] [PULL 22/54] hw/block/onenand: Remove dead code block
` [Qemu-devel] [PULL 23/54] qemu-iotests: remove dead code
` [Qemu-devel] [PULL 24/54] qemu-iotests: get rid of AWK_PROG
` [Qemu-devel] [PULL 25/54] qemu-iotests: move "check" code out of common.rc
` [Qemu-devel] [PULL 26/54] qemu-iotests: cleanup and fix search for programs
` [Qemu-devel] [PULL 27/54] qemu-iotests: limit non-_PROG-suffixed variables to common.rc
` [Qemu-devel] [PULL 28/54] qemu-iotests: do not include common.rc in "check"
` [Qemu-devel] [PULL 29/54] qemu-iotests: disintegrate more parts of common.config
` [Qemu-devel] [PULL 30/54] qemu-iotests: fix uninitialized variable
` [Qemu-devel] [PULL 31/54] qemu-iotests: get rid of $iam
` [Qemu-devel] [PULL 32/54] qemu-iotests: merge "check" and "common"
` [Qemu-devel] [PULL 33/54] block: Introduce BdrvChildRole.update_filename
` [Qemu-devel] [PULL 34/54] commit: Support multiple roots above top node
` [Qemu-devel] [PULL 35/54] qemu-iotests: Allow QMP pretty printing in common.qemu
` [Qemu-devel] [PULL 36/54] qemu-iotests: Test commit block job where top has two parents
` [Qemu-devel] [PULL 37/54] commit: Remove overlay_bs
` [Qemu-devel] [PULL 38/54] qemu-io: Add -C for opening with copy-on-read
` [Qemu-devel] [PULL 39/54] block: Uniform handling of 0-length bdrv_get_block_status()
` [Qemu-devel] [PULL 40/54] iotests: Restore stty settings on completion
` [Qemu-devel] [PULL 41/54] block: Add blkdebug hook for copy-on-read
` [Qemu-devel] [PULL 42/54] block: Perform copy-on-read in loop
` [Qemu-devel] [PULL 43/54] iotests: Add test 197 for covering copy-on-read
` [Qemu-devel] [PULL 44/54] block: use 1 MB bounce buffers for crypto instead of 16KB
` [Qemu-devel] [PULL 45/54] crypto: expose encryption sector size in APIs
` [Qemu-devel] [PULL 46/54] block: fix data type casting for crypto payload offset
` [Qemu-devel] [PULL 47/54] block: convert crypto driver to bdrv_co_preadv|pwritev
` [Qemu-devel] [PULL 48/54] block: convert qcrypto_block_encrypt|decrypt to take bytes offset
` [Qemu-devel] [PULL 49/54] block: support passthrough of BDRV_REQ_FUA in crypto driver
` [Qemu-devel] [PULL 50/54] block/mirror: check backing in bdrv_mirror_top_refresh_filename
` [Qemu-devel] [PULL 51/54] iotests: Fix 195 if IMGFMT is part of TEST_DIR
` [Qemu-devel] [PULL 52/54] qcow2: fix return error code in qcow2_truncate()
` [Qemu-devel] [PULL 53/54] qcow2: truncate the tail of the image file after shrinking the image
` [Qemu-devel] [PULL 54/54] block/mirror: check backing in bdrv_mirror_top_flush

[PATCH v3 00/22] firmware: ARM System Control and Management Interface(SCMI) support
 2017-10-06 15:54 UTC  (6+ messages)
` [PATCH v3 03/22] dt-bindings: arm: scmi: add ARM MHU specific mailbox client bindings

[U-Boot] [PATCH v2 1/2] rockchip: configs: only add available BOOT_TARGET_DEVICES
 2017-10-06 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[PATCH v2] gso: fix payload length when gso_size is zero
 2017-10-06 16:02 UTC 

[PATCH v2 01/13] x86emul/fuzz: add rudimentary limit checking
 2017-10-06 15:54 UTC  (3+ messages)

[meta-processor-sdk][PATCH] ti-xsgx-ddk-um: add shell file xorg to start/stop Xorg
 2017-10-06 15:53 UTC 

[Patch v6 0/7] Introduce framework for SLIMbus device drivers
 2017-10-06 15:51 UTC  (12+ messages)
` [Patch v6 1/7] slimbus: Device management on SLIMbus
` [Patch v6 3/7] slimbus: qcom: Add Qualcomm Slimbus controller driver
` [Patch v6 4/7] slimbus: Add support for 'clock-pause' feature
  ` [Patch v6 2/7] slimbus: Add messaging APIs to slimbus framework
  ` [Patch v6 5/7] slimbus: qcom: Add runtime-pm support using clock-pause feature
  ` [Patch v6 7/7] MAINTAINERS: Add SLIMbus maintainer
` [Patch v6 6/7] regmap: add SLIMBUS support

[PATCH 1/2] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
 2017-10-06 15:52 UTC  (2+ messages)
` [PATCH] "

[PATCH v1 1/2] net/mlx5: change eth device reference for secondary process
 2017-10-06 15:52 UTC  (10+ messages)
` [PATCH v4 0/5] net/mlx5 multi-process support
` [PATCH v5 "
` [PATCH v5 1/5] net/mlx5: change eth device reference for secondary process
` [PATCH v5 2/5] net/mlx5: install a socket to exchange a file descriptor
` [PATCH v5 3/5] net/mlx5: allocate verbs object into shared memory
` [PATCH v5 4/5] net/mlx5: add operations for secondary process
` [PATCH v5 5/5] net/mlx5: multi-process document update

[U-Boot] [PATCH 8/8] rockchip: rk3128: add sdram driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,8/8] "

[U-Boot] [PATCH 5/8] rockchip: rk3128: add sysreset driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,5/8] "

[U-Boot] [PATCH 6/8] rockchip: rk3128: add evb-rk3128 support
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,6/8] "

[U-Boot] [PATCH 7/8] rockchip: rk3128: add defconfig for evb-rk3128
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/8] rockchip: rk3128: add pinctrl driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,4/8] "

[U-Boot] [PATCH 1/8] rockchip: rk3128: add device tree file
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/8] "

[U-Boot] [PATCH 3/8] rockchip: rk3128: add clock driver
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/8] "

[U-Boot] [PATCH 2/8] rockchip: rk3128: add soc basic support
 2017-10-06 15:51 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/8] "

[PATCH] crypto: atmel-aes - properly set IV after {en,de}crypt
 2017-10-06 15:51 UTC  (2+ messages)

[PATCH 00/14] VFS: Introduce filesystem context [ver #6]
 2017-10-06 15:50 UTC  (15+ messages)
` [PATCH 01/14] VFS: Introduce the structs and doc for a "
` [PATCH 02/14] VFS: Add LSM hooks for "
` [PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration "
` [PATCH 04/14] VFS: Remove unused code after filesystem context changes "
` [PATCH 05/14] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 06/14] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 07/14] VFS: Add a sample program for fsopen/fsmount "
` [PATCH 08/14] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 09/14] proc: Add fs_context support to procfs "
` [PATCH 10/14] ipc: Convert mqueue fs to fs_context "
` [PATCH 11/14] cpuset: Use "
` [PATCH 12/14] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 13/14] hugetlbfs: Convert to "
` [PATCH 14/14] VFS: Remove kern_mount_data() "

[PATCH 00/21] huge gtt pages
 2017-10-06 15:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for huge gtt pages (rev13)

[PATCH v2 0/3] NVIDIA Tegra AHB DMA controller driver
 2017-10-06 15:50 UTC  (5+ messages)
` [PATCH v2 2/3] dmaengine: Add driver for NVIDIA Tegra AHB DMA controller

[PATCH 0/3] Cleanup sector_t
 2017-10-06 15:48 UTC  (4+ messages)
` [PATCH 1/3] btrfs: scrub: get rid of sector_t

[PATCH iproute2 v2 0/3] ss: add AF_VSOCK support
 2017-10-06 15:48 UTC  (4+ messages)
` [PATCH iproute2 v2 1/3] ss: allow AF_FAMILY constants >32
` [PATCH iproute2 v2 2/3] include: add <linux/vm_sockets_diag.h>
` [PATCH iproute2 v2 3/3] ss: add AF_VSOCK support

[PATCH] x86/hyperv: clear vcpu banks between calls to avoid flushing unneeded vCPUs
 2017-10-06 15:48 UTC 

[PATCH 00/14] VFS: Introduce filesystem context
 2017-10-06 15:48 UTC  (2+ messages)
` [PATCH 01/14] VFS: Introduce the structs and doc for a "

[xen-unstable-smoke test] 114077: regressions - FAIL
 2017-10-06 15:48 UTC 

[PATCH 0/6] Baytrail-Cherrytrail updates
 2017-10-06 15:48 UTC  (7+ messages)
` [PATCH 6/6] ASoC: Intel: boards: use strcmp with constant literals

Kernel panic and boot failures with QCA9377
 2017-10-06 15:07 UTC 

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-06 15:43 UTC  (4+ messages)
` [PATCH v2 26/28] arm64/sve: Add documentation

[bug] git add -p breaks, if color.ui is set to "always"
 2017-10-06 15:42 UTC  (2+ messages)

[PATCH v2 00/10] ARM: bcm: Add support for Broadcom Hurricane 2 SoC
 2017-10-06 15:39 UTC  (14+ messages)
` [PATCH v2 02/10] dt-bindings: Add documentation for Broadcom Hurricane 2 SoCs
` [PATCH v2 04/10] dt-bindings: Document Broadcom Hurricane 2 clocks
` [PATCH v2 08/10] dt-bindings: Add Ubiquiti Networks vendor prefix

OpenBMC on Raspberry PI 3
 2017-10-06 15:38 UTC 

[Qemu-devel] [PULL 0/9] x86 and machine queue, 2017-10-05
 2017-10-06 15:37 UTC  (4+ messages)

agcount for 2TB, 4TB and 8TB drives
 2017-10-06 15:38 UTC  (2+ messages)

[PATCH] parser: Remove escape from the state transitions
 2017-10-06 15:37 UTC  (3+ messages)

[RFC PATCH -tip 0/5] kprobes: Abolish jprobe APIs
 2017-10-06 15:34 UTC  (5+ messages)

[PATCH net-next,0/3] hv_netvsc: support changing TCP hash level
 2017-10-06 15:33 UTC  (4+ messages)
` [PATCH net-next,1/3] hv_netvsc: Change the hash level variable to bit flags
` [PATCH net-next,2/3] hv_netvsc: Add ethtool handler to set and get TCP hash levels
` [PATCH net-next,3/3] hv_netvsc: Update netvsc Document for TCP hash level setting

[GIT PULL] Btrfs fixes for 4.14-rc4
 2017-10-06 15:34 UTC 

[PATCH 1/2] arm64: Ensure the instruction emulation is ready for userspace
 2017-10-06 15:35 UTC  (3+ messages)

[PATCH] drm/amdgpu: Set the correct value for PDEs/PTEs of ATC memory on Raven
 2017-10-06 15:35 UTC 

[PATCH v4 1/6] libmultipath: add detect_checker option
 2017-10-06 15:35 UTC  (4+ messages)
  ` [PATCH 1/1] limbultipath: prefer RDAC checker with detect_checker

[PATCH net-next 0/7] nfp: extend match and action for flower offload
 2017-10-06 15:34 UTC  (2+ messages)

[PATCH v4 00/26] KVM/ARM: Add support for GICv4
 2017-10-06 15:34 UTC  (42+ messages)
` [PATCH v4 01/26] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 04/26] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v4 06/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v4 08/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v4 09/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v4 10/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v4 11/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v4 12/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v4 13/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v4 14/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v4 15/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v4 16/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v4 17/26] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v4 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v4 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v4 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v4 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v4 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 24/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v4 26/26] KVM: arm/arm64: GICv4: Theory of operations

[PATCH v3] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-10-06 15:34 UTC  (2+ 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.