All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-10 16:26:29 to 2017-02-10 17:21:26 UTC [more...]

[PATCH 05/13] vmbus: remove per channel state
 2017-02-10 17:06 UTC  (3+ messages)

[PATCH 0/4] Updates for Marvell Switch SoCs
 2017-02-10 17:21 UTC  (8+ messages)
` [PATCH 4/4] clk: mvebu: Expand mv98dx3236-core-clock support

[RFC 1/2] devicetree: add lm90 thermal_zone sensor support
 2017-02-10 17:21 UTC  (4+ messages)
` [PATCH "
  ` [PATCH 2/2] hwmon: lm90: integration of channel map in dt-bindings

[PATCH] staging: bcm2835-audio: fix trailing statements
 2017-02-10 17:18 UTC  (3+ messages)

[PATCH v4 1/3] clk: zte: add i2s clocks for zx296718
 2017-02-10 17:17 UTC  (4+ messages)

[PATCH] clk: qcom: add parent for venus core0 and core1 gdsc's
 2017-02-10 17:20 UTC  (2+ messages)

[PATCHv3] arm: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGS
 2017-02-10 17:17 UTC  (7+ messages)

[PATCH v2 00/11] x86emul: MMX/SSE/SSE2 support
 2017-02-10 17:13 UTC  (5+ messages)
` [PATCH v2 01/11] x86emul: catch exceptions occurring in stubs
` [PATCH v2 02/11] x86emul: flatten twobyte_table[]

(unknown),
 2017-02-10 17:17 UTC  (3+ messages)
` [PATCH] drm/amd/amdgpu: Update read_sensor calls to have size parameter (v2)

[PATCH v4 0/6] ceph: implement new-style ENOSPC handling in kcephfs
 2017-02-10 12:59 UTC  (5+ messages)
` [PATCH v4 2/6] libceph: abort already submitted but abortable requests when map or pool goes full

[PATCH v2 0/4] New Microsemi PCI Switch Management Driver
 2017-02-10 17:09 UTC  (10+ messages)
` [PATCH v2 1/4] MicroSemi Switchtec management interface driver

[kernel-hardening] [PATCH 0/4] arm64: mmu: avoid writeable-executable mappings
 2017-02-10 17:16 UTC  (15+ messages)
`  "
` [kernel-hardening] [PATCH 1/4] arm: kvm: move kvm_vgic_global_state out of .text section
  `  "
` [kernel-hardening] [PATCH 2/4] arm64: alternatives: apply boot time fixups via the linear mapping
  `  "
` [kernel-hardening] [PATCH 3/4] arm64: mmu: map .text as read-only from the outset
  `  "
` [kernel-hardening] [PATCH 4/4] arm64: mmu: apply strict permissions to .init.text and .init.data
  `  "

Denys Dmytriyenko : linux-ti-staging: update to 4.9.9
 2017-02-10 17:16 UTC 

Denys Dmytriyenko : linux-ti-staging: update to 4.9.9
 2017-02-10 17:16 UTC 

[PATCH] virtio: Try to untangle DMA coherency
 2017-02-10 17:16 UTC  (12+ messages)

[PATCH v3 0/5] HPD support during suspend for BXT/APL
 2017-02-10 17:15 UTC  (5+ messages)
` [PATCH v3 1/5] drm/i915/bxt: Corrected the guid for bxt
` [PATCH v3 3/5] drm/i915/bxt: Added _DSM call to set HPD_CTL

[morty/master][PATCH] linux-ti-staging: update to 4.9.9
 2017-02-10 17:14 UTC 

[PATCH v3 0/4] Fixes for colorspace logic in exynos-gsc and s5p-mfc drivers
 2017-02-10 17:14 UTC  (8+ messages)
` [PATCH v3 1/4] [media] exynos-gsc: Use 576p instead 720p as a threshold for colorspaces

[PATCH v2 0/7] drm: Introduce consistent reference counting APIs
 2017-02-10 17:14 UTC  (8+ messages)
` [PATCH v2 1/7] drm: Rename drm_mode_object_get()
` [PATCH v2 2/7] drm: Introduce drm_mode_object_{get,put}()
` [PATCH v2 3/7] drm: Introduce drm_connector_{get,put}()
` [PATCH v2 4/7] drm: Introduce drm_framebuffer_{get,put}()
` [PATCH v2 5/7] drm: Introduce drm_gem_object_{get,put}()
` [PATCH v2 6/7] drm: Introduce drm_property_blob_{get,put}()
` [PATCH v2 7/7] drm: Rename connector list iterator API

[PATCH v2] staging: rtl8712: rtl8712: fixed missing conversion to le32
 2017-02-10 17:09 UTC  (2+ messages)

master - man: mention dmstats in lvmsar and lvmsadc man pages
 2017-02-10 17:12 UTC 

[Qemu-devel] [PATCH v4 00/18] Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-02-10 17:09 UTC  (19+ messages)
` [Qemu-devel] [PATCH v4 01/18] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PATCH v4 02/18] block: add ability to set a prefix for opt names
` [Qemu-devel] [PATCH v4 03/18] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PATCH v4 04/18] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PATCH v4 05/18] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PATCH v4 06/18] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PATCH v4 07/18] iotests: fix 097 when run with qcow
` [Qemu-devel] [PATCH v4 08/18] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v4 09/18] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v4 10/18] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v4 11/18] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v4 12/18] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PATCH v4 13/18] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PATCH v4 14/18] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PATCH v4 15/18] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PATCH v4 16/18] block: rip out all traces of password prompting
` [Qemu-devel] [PATCH v4 17/18] block: remove all encryption handling APIs
` [Qemu-devel] [PATCH v4 18/18] block: pass option prefix down to crypto layer

Question concerning -l option
 2017-02-10 17:09 UTC  (2+ messages)

[PATCH 00/11 v3] Let IOMMU core know about individual IOMMUs
 2017-02-10 17:07 UTC  (13+ messages)
` [PATCH 06/11] iommu: Add iommu_device_set_fwnode() interface
` [PATCH 07/11] iommu/arm-smmu: Make use of the iommu_register interface

[PATCH 1/2] optee: Update SRCREV for client, os and test
 2017-02-10 17:07 UTC  (2+ messages)
` [PATCH 2/2] optee: client: Remove unneeded patch for gcc6

[PATCH] MIPS: ralink: fix mt7628 alternative functions names
 2017-02-10 17:06 UTC  (3+ messages)

[PATCH] fstests: sanity check that test partitions are not mounted elsewhere
 2017-02-10 17:06 UTC 

[PATCH RFC v2 1/8] xdp: Infrastructure to generalize XDP
 2017-02-10 15:12 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu: drop multiple bo_unreserve() calls in amdgpu_gem_op_ioctl()
 2017-02-10 17:06 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: use amdgpu_gem_va_check() in amdgpu_gem_va_update_vm()

[RFC v2 00/19] vITS save/restore
 2017-02-10 17:06 UTC  (6+ messages)
` [RFC v2 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access

[patchwork][PATCH] parsemail: Split PATCH prefix if not single
 2017-02-10 17:05 UTC 

[PATCH] fstests: sanity check that test partitions are not mounted elsewhere
 2017-02-10 17:04 UTC 

[PATCH] building libtraceevent with clang
 2017-02-10 17:03 UTC 

[U-Boot] [RFC PATCH] armv8: cache: Switch MMU table without turning off MMU
 2017-02-10 17:04 UTC  (2+ messages)

[PATCH v2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-10 17:00 UTC  (7+ messages)

fs/crypto: file-name encryption, optional ?
 2017-02-10 15:55 UTC  (6+ messages)

[PATCH linux dev-4.7 v2 0/2] drivers: fsi: i2c Fixes
 2017-02-10 16:59 UTC  (4+ messages)
` [PATCH linux dev-4.7 v2 1/2] drivers: fsi: i2c fix probing
` [PATCH linux dev-4.7 v2 2/2] drivers: fsi: i2c fix ports

[PATCH net] at803x: insure minimum delay for SGMII link AN completion ckeck
 2017-02-10 16:42 UTC 

[PATCH] Input: pwm-beeper: support customized freq for SND_BELL
 2017-02-10 15:48 UTC  (2+ messages)

[PATCH net-next 0/2] afs: Use system UUID generation
 2017-02-10 16:46 UTC  (3+ messages)
` [PATCH net-next 1/2] afs: Move UUID struct to linux/uuid.h
` [PATCH net-next 2/2] afs: Use core kernel UUID generation

[PATCH 0/3] xfs: restore and enhance xfs indlen test
 2017-02-10 16:32 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/4] Allow disabling non-FIT image loading from SPL
 2017-02-10 16:57 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/4] Introduce CONFIG_SPL_ABORT_ON_NON_FIT_IMAGE

[patch net-next 0/6] sched: cls_api: small cleanup
 2017-02-10 16:38 UTC  (2+ messages)

[dpdk-announce] release candidate 17.02-rc3
 2017-02-10 16:55 UTC 

[U-Boot] [PATCH] armv8: Fix MMU table page descriptor
 2017-02-10 16:55 UTC  (2+ messages)

sfc: process RX event inner checksum flags
 2017-02-10 16:52 UTC  (2+ messages)

[PATCH] drm: change connector disconnected debug message to an error
 2017-02-10 16:29 UTC  (5+ messages)

[PATCH 0/2] ARM: ARMv7 (with MMU) XIP without ARCH_MULTIPLATFORM
 2017-02-10 16:39 UTC  (8+ messages)
` [PATCH 1/2] ARM: add ARM_SINGLE_ARMV7 as config option

failed to build sdimg
 2017-02-10 16:54 UTC  (2+ messages)

[PATCH] x86: Clean up a tiny description mistake in kernel ld script
 2017-02-10 12:37 UTC  (3+ messages)

[PATCH] drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
 2017-02-10 16:52 UTC  (4+ messages)

[PATCH] drm/i915: Simplify platform checks in intel_fb_pitch_limit()
 2017-02-10 16:51 UTC  (3+ messages)

[PATCH -tip 0/4] ipc/shm: moar updates for v4.11
 2017-02-10 16:51 UTC  (5+ messages)
` [PATCH 4/4] mm,hugetlb: compute page_size_log properly

[WIP PATCHSET 0/4] WIP branch for bfq-mq
 2017-02-10 16:49 UTC  (8+ messages)

[PATCH v3] fork: free vmapped stacks in cache when cpus are offline
 2017-02-10 16:42 UTC  (7+ messages)
          ` [kernel-hardening] "

[PATCH 1/1] Ddrivers: hv: Turn off write permission on the hypercall page
 2017-02-10 15:15 UTC  (2+ messages)

[PATCH] x86/selftests: add clobbers for int80 on x86_64
 2017-02-10 16:45 UTC  (4+ messages)

[PATCH RFC 00/39] mmc: Add Command Queue support
 2017-02-10 12:55 UTC  (2+ messages)
` [PATCH RFC 24/39] mmc: cqhci: support for command queue enabled host

[Qemu-devel] [PULL 0/1] Ide patches
 2017-02-10 16:48 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] ahci: advertise HOST_CAP_64

[PATCH v2 0/4] dtc unit-address and character set checks
 2017-02-10 16:47 UTC  (5+ messages)
  ` [PATCH v2 1/4] checks: Add Warning for stricter property name character checking
  ` [PATCH v2 2/4] checks: Add Warning for stricter node "
  ` [PATCH v2 3/4] checks: Warn on node name unit-addresses with '0x' or leading 0s
  ` [PATCH v2 4/4] checks: Add bus checks for PCI buses

[PATCH] eal: fix bug in x86 cmpset
 2017-02-10 16:46 UTC  (5+ messages)

[PATCH v2 0/4] SED OPAL Library
 2017-02-10 16:46 UTC  (4+ messages)
` [PATCH v2 4/4] Maintainers: Add Information for SED Opal library

[tpmdd-devel] [RFC] tpm2-space: add handling for global session exhaustion
 2017-02-10 16:46 UTC  (2+ messages)
  `  "

[PATCH v2 0/9] Store submodules in a hash, not a linked list
 2017-02-10 16:44 UTC  (3+ messages)

Please pull my kvm-ppc-next branch again
 2017-02-10 16:35 UTC  (3+ messages)

[U-Boot] [PATCH] ddr:fsl: Fix warnings on gcc-6.x
 2017-02-10 16:45 UTC  (2+ messages)

PCID review?
 2017-02-10 16:44 UTC  (6+ messages)

[PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()
 2017-02-10 16:43 UTC  (6+ messages)

[U-Boot] [PATCH 0/3] driver: ti_qspi: Use a SYSCON device to map the ctrl_mod_mmap register
 2017-02-10 16:42 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] regmap: use fdt address translation

[PATCH] Do not initialise statics to NULL
 2017-02-10 15:04 UTC  (2+ messages)

[patch net-next 0/7] mlxsw: Identical routes handling
 2017-02-10 16:34 UTC  (2+ messages)

[PATCH net-next 0/4] net/sched: Use TC skip flags to reflect HW offload status
 2017-02-10 16:33 UTC  (4+ messages)
` [PATCH net-next 4/4] net/sched: cls_bpf: Use "

[PATCH v2 0/3] xen/privcmd: support for dm_op and restriction
 2017-02-10 16:28 UTC  (5+ messages)
` [PATCH v2 2/3] xen/privcmd: Add IOCTL_PRIVCMD_DM_OP

[PATCH v4 fpga 0/4] Gather DMA for Zynq FPGA programming
 2017-02-10 16:37 UTC  (3+ messages)
` [PATCH v4 fpga 4/4] fpga zynq: Use the scatterlist interface

[Qemu-devel] [PATCH v2] tests/prom-env: Ease time-out problems on slow hosts
 2017-02-10 16:37 UTC  (2+ messages)

[PATCH v2 0/2] i2c: Add Tegra BPMP I2C proxy driver
 2017-02-10 16:37 UTC  (3+ messages)
` [PATCH v2 2/2] "

[CI 1/3] drm/i915: Split device release from unload
 2017-02-10 16:35 UTC  (3+ messages)
` [CI 2/3] drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown
` [CI 3/3] drm/i915: Flush the freed object queue on device release

[Qemu-devel] [PATCH 0/2] qemu-img: fix coverity nits
 2017-02-10 16:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-img: Use qemu_strtoul() rather than raw strtoul()
` [Qemu-devel] [PATCH 2/2] qemu-img: Avoid setting ret to unused value in img_convert()

Change queue/pipe split between amdkfd and amdgpu
 2017-02-10 16:33 UTC  (9+ messages)

[U-Boot] [PATCH v1] usb: gadget: f_dfu: write req->actual bytes
 2017-02-10 16:32 UTC 

[PATCH] multipath-tools: Remove trailing and leading whitespaces
 2017-02-10 16:32 UTC  (4+ messages)

[PATCH] mingw: use OpenSSL's SHA-1 routines
 2017-02-10 16:04 UTC  (4+ messages)

[PATCH 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
 2017-02-10 16:31 UTC  (8+ messages)
` [PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method

Google Doc about the Contributors' Summit
 2017-02-10 15:59 UTC  (3+ messages)

[PATCH] insane.bbclass: print QA message correctly
 2017-02-10 16:30 UTC  (2+ messages)

Which events can use PEBS?
 2017-02-10 15:35 UTC 

[PATCH RFC net] net/mlx5e: Add preemption enable/disable around TC statistics upcall
 2017-02-10 16:21 UTC  (3+ messages)

[PATCH] net/bonding: improve non-ip packets RSS
 2017-02-10 16:30 UTC  (2+ messages)

[PATCH 00/23] Fix for #7040 - Support for /usr merge
 2017-02-10 16:29 UTC  (3+ messages)
` [PATCH 01/23] bitbake.conf: support for merged usr with DISTRO_FEATURE usrmerge

[PATCH v3 0/6] HDMI 2.0: Scrambling in DRM layer
 2017-02-10 16:29 UTC  (7+ messages)
` [PATCH v3 1/6] drm: Add SCDC helpers
` [PATCH v3 2/6] drm/edid: check for HF-VSDB block
` [PATCH v3 3/6] drm/edid: detect SCDC support in HF-VSDB
` [PATCH v3 4/6] drm: scrambling support in drm layer
` [PATCH v3 5/6] drm/i915: enable scrambling
` [PATCH v3 6/6] drm/i915: allow HDMI 2.0 clock rates

[U-Boot] [PATCH] [V2] bcm2835: wdt: support for the bcm2835/2836 wdt
 2017-02-10 16:28 UTC  (2+ messages)
` [U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog

[PATCH] leds: pca9532: Extend pca9532 device tree support
 2017-02-10 16:26 UTC  (7+ messages)

State of bitbake world, Failed tasks 2017-02-08
 2017-02-10 16:26 UTC  (2+ messages)

[PATCH 0/8] Refactor DC atomic commit and gamma
 2017-02-10 16:26 UTC  (3+ messages)
  ` [PATCH 7/8] drm/amd/display: Refactor headless to use atomic commit
  ` [PATCH 8/8] Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"


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.