All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-28 08:03:52 to 2016-10-28 08:46:22 UTC [more...]

Patch "drm/fsl-dcu: fix endian issue when using clk_register_divider" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/i915/backlight: setup and cache pwm alternate increment value" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_init" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce8: disable hpd on local panels" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amd/powerplay: fix mclk not switching back after multi-head was disabled" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu: fix IB alignment for UVD" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce10: disable hpd on local panels" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce11: disable hpd on local panels" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce11: add missing drm_mode_config_cleanup call" has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu: change vblank_time's calculation method to reduce computational error." has been added to the 4.8-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/vmwgfx: Limit the user-space command buffer size" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/radeon/si/dpm: fix phase shedding setup" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/radeon: narrow asic_init for virtualization" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/radeon: change vblank_time's calculation method to reduce computational error." has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu: fix IB alignment for UVD" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce11: add missing drm_mode_config_cleanup call" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce8: disable hpd on local panels" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

[PATCH 0/4] drivers: base: cacheinfo: fixes/updates
 2016-10-28  8:45 UTC  (7+ messages)
  ` [PATCH 1/4] drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled
` [PATCH 2/4] drivers: base: cacheinfo: fix boot error message when acpi is enabled
` [PATCH 3/4] drivers: base: cacheinfo: add pr_fmt logging
` [PATCH 4/4] drivers: base: cacheinfo: support DT overrides for cache properties

Patch "drm/amdgpu/dce11: disable hpd on local panels" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu/dce10: disable hpd on local panels" has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

Patch "drm/amdgpu: change vblank_time's calculation method to reduce computational error." has been added to the 4.4-stable tree
 2016-10-28  8:46 UTC 

[PATCH] [RFC] drm: Nerf DRM_CONTROL nodes
 2016-10-28  8:45 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[rbd] should we add iov support to read/write/aio_read/aio_write
 2016-10-28  8:45 UTC  (2+ messages)

[PATCH v2 0/9] f2fs: Zoned block device support
 2016-10-28  8:45 UTC  (4+ messages)
` [PATCH v2 1/9] f2fs: Add missing break in switch-case
` [PATCH v2 5/9] f2fs: Always enable discard for zoned blocks devices
` [PATCH v2 9/9] f2fs: Trace reset zone events

FAILED: patch "[PATCH] drm/i915/gen9: Drop invalid WARN() during data rate" failed to apply to 4.8-stable tree
 2016-10-28  8:44 UTC 

FAILED: patch "[PATCH] drm/i915/gen9: Initialize intel_state->active_crtcs during WM" failed to apply to 4.8-stable tree
 2016-10-28  8:44 UTC 

rocksdb breakage on master?
 2016-10-28  8:43 UTC  (2+ messages)

[PATCH v4 nftables] rt: introduce routing expression
 2016-10-28  8:43 UTC  (3+ messages)

[Qemu-devel] [PATCH v10 00/12] virtio-crypto: introduce framework and device emulation
 2016-10-28  8:33 UTC  (13+ messages)
` [Qemu-devel] [PATCH v10 01/12] cryptodev: introduce cryptodev backend interface
` [Qemu-devel] [PATCH v10 02/12] cryptodev: add symmetric algorithm operation stuff
` [Qemu-devel] [PATCH v10 03/12] virtio-crypto: introduce virtio_crypto.h
` [Qemu-devel] [PATCH v10 04/12] cryptodev: introduce a new cryptodev backend
` [Qemu-devel] [PATCH v10 05/12] virtio-crypto: add virtio crypto device emulation
` [Qemu-devel] [PATCH v10 06/12] virtio-crypto-pci: add virtio crypto pci support
` [Qemu-devel] [PATCH v10 07/12] virtio-crypto: set capacity of algorithms supported
` [Qemu-devel] [PATCH v10 08/12] virtio-crypto: add control queue handler
` [Qemu-devel] [PATCH v10 09/12] virtio-crypto: add data queue processing handler
` [Qemu-devel] [PATCH v10 10/12] cryptodev: introduce an unified wrapper for crypto operation
` [Qemu-devel] [PATCH v10 11/12] virtio-crypto: using bh to handle dataq's requests
` [Qemu-devel] [PATCH v10 12/12] virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer

[dim PATCH] dim: include "dim:" prefix to error messages in echoerr
 2016-10-28  8:42 UTC 

FAILED: patch "[PATCH] drm/vmwgfx: Avoid validating views on view destruction" failed to apply to 4.8-stable tree
 2016-10-28  8:42 UTC 

[PATCH nf-next v2] netfilter: conntrack: simplify init/uninit of L4 protocol trackers
 2016-10-28  8:42 UTC 

[PATCH 00/10] scripts/basic: Fine-tuning for seven function implementations
 2016-10-28  8:41 UTC  (22+ messages)
` [PATCH 01/10] scripts/basic/bin2c: Complete error handling in main()
` [PATCH 02/10] scripts/basic/fixdep: Complete error handling in print_deps()
` [PATCH 03/10] scripts/basic/fixdep: Use the symbol "MAP_FAILED" "
` [PATCH 04/10] scripts/basic/fixdep: Fix error log output "
` [PATCH 05/10] scripts/basic/fixdep: Complete error handling in parse_dep_file()
` [PATCH 06/10] scripts/basic/fixdep: Complete error handling in do_config_file()
` [PATCH 07/10] scripts/basic/fixdep: Fix error log output "
` [PATCH 08/10] scripts/basic/fixdep: Complete error handling in print_config()
` [PATCH 09/10] scripts/basic/fixdep: Complete error handling in print_cmdline()
` [PATCH 10/10] scripts/basic/fixdep: Combine two fprintf() calls into one fputs() call in usage()

[PATCH] ARC: Enable PERF_EVENTS in nSIM driven platforms
 2016-10-28  8:41 UTC  (2+ messages)

[PATCH v8 0/8] power: add power sequence library
 2016-10-28  8:41 UTC  (3+ messages)
` [PATCH v8 4/8] usb: core: add power sequence handling for USB devices

FAILED: patch "[PATCH] drm/amdgpu: fix amdgpu_need_full_reset (v2)" failed to apply to 4.8-stable tree
 2016-10-28  8:41 UTC 

[GIT PULL] x86 fixes
 2016-10-28  8:41 UTC 

FAILED: patch "[PATCH] drm/amdgpu/gfx8: fix CGCG_CGLS handling" failed to apply to 4.8-stable tree
 2016-10-28  8:41 UTC 

CONFIG_VMAP_STACK, on-stack struct, and wake_up_bit
 2016-10-28  8:37 UTC  (3+ messages)
` [tip:x86/urgent] x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=y

Changes to Rocksdb in tree
 2016-10-28  8:40 UTC 

FAILED: patch "[PATCH] drm/amdgpu/vi: Use correct external_rev_id for stoney" failed to apply to 4.8-stable tree
 2016-10-28  8:39 UTC 

FAILED: patch "[PATCH] drm/amdgpu: fix amdgpu_move_blit on 32bit systems" failed to apply to 4.8-stable tree
 2016-10-28  8:39 UTC 

[Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults
 2016-10-28  8:38 UTC  (5+ messages)
` [PATCH v5 30/33] target-arm/cpu: don't reset TLB structures, use cputlb to do it
    ` [Qemu-devel] "

FAILED: patch "[PATCH] drm/amdgpu/gmc7: add missing mullins case" failed to apply to 4.8-stable tree
 2016-10-28  8:38 UTC 

[GIT PULL] timer fixes
 2016-10-28  8:38 UTC 

FAILED: patch "[PATCH] drm/amdgpu: revert "use more than 64KB fragment size if" failed to apply to 4.8-stable tree
 2016-10-28  8:38 UTC 

[kernel-hardening] [RFC v2 PATCH 00/13] HARDENED_ATOMIC
 2016-10-28  8:37 UTC  (16+ messages)

[Qemu-devel] [PATCH] curses: build with -std=gnu99
 2016-10-28  8:37 UTC  (11+ messages)

[RFC] libeventdev: event driven programming model framework for DPDK
 2016-10-28  8:36 UTC  (8+ messages)
` [RFC] [PATCH v2] "

[Qemu-devel] [Bug 1636217] [NEW] qemu-kvm 2.7 does not boot kvm VMs with virtio on top of VMware ESX
 2016-10-28  8:23 UTC  (2+ messages)
` [Qemu-devel] [Bug 1636217] "

[PATCH] Increase buffer for sysfs path
 2016-10-28  8:35 UTC 

[GIT PULL] scheduler fix
 2016-10-28  8:35 UTC 

[PATCH] KVM: arm/arm64: Kick VCPUs when queueing already pending IRQs
 2016-10-28  8:35 UTC  (3+ messages)

[PATCH] drm/mediatek: fix null pointer dereference
 2016-10-28  8:34 UTC  (3+ messages)

[GIT PULL] irq fix
 2016-10-28  8:33 UTC 

[kernel-hardening] [RFC 0/2] arm: implementation of HARDENED_ATOMIC
 2016-10-28  8:33 UTC  (4+ messages)
` [kernel-hardening] [RFC 2/2] arm: implementation for HARDENED_ATOMIC

[PATCH v4 libnftnl] introduce rt expression
 2016-10-28  8:32 UTC  (2+ messages)

[PATCH net-next 5/5] ipv6: Compute multipath hash for forwarded ICMP errors from offending packet
 2016-10-28  8:32 UTC  (2+ messages)

[PATCH] phy-rockchip-pcie: remove deassert of phy_rst from exit callback
 2016-10-28  8:31 UTC  (2+ messages)

[PATCH -v4 RESEND 0/9] THP swap: Delay splitting THP during swapping out
 2016-10-28  8:30 UTC  (6+ messages)
` [PATCH -v4 RESEND 6/9] mm, THP, swap: Support to add/delete THP to/from swap cache

[GIT PULL] objtool fix
 2016-10-28  8:30 UTC 

Adding Thermal SoC tree into 0-Day testing
 2016-10-28  8:29 UTC  (2+ messages)

[PATCH v3] staging: iio: cdc: ad7746: add additional config defines
 2016-10-28  8:26 UTC 

Patch "drm/vc4: Fix races when the CS reads from render targets." has been added to the 4.8-stable tree
 2016-10-28  8:28 UTC 

Patch "drm/prime: Pass the right module owner through to dma_buf_export()" has been added to the 4.8-stable tree
 2016-10-28  8:28 UTC 

Patch "drm/prime: Pass the right module owner through to dma_buf_export()" has been added to the 4.4-stable tree
 2016-10-28  8:27 UTC 

[PATCH] scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()
 2016-10-28  8:27 UTC  (2+ messages)

[PATCH v3 5/7] nvme-fabrics: Add host support for FC transport
 2016-10-28  8:27 UTC  (4+ messages)

[PATCH 0/7] f2fs-tools: zoned block device support
 2016-10-28  7:57 UTC  (9+ messages)
` [PATCH 1/7] f2fs-tools: Add executable files to .gitignore
` [PATCH 1/7] Gitignore: add executable files
` [PATCH 2/7] f2fs-tools: Use zoned block device terminology
` [PATCH 3/7] f2fs-tools: Introduce support for zoned block devices
` [PATCH 4/7] mkfs.f2fs: Check options "
` [PATCH 5/7] mkfs.f2fs: Reset sequential zones on device discard
` [PATCH 6/7] mkfs.f2fs: Check zoned block devices configuration
` [PATCH 7/7] fsck.f2fs: Check BLKZONED feature on mount

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 27e5a3d4a5399b98ff16402be79c2445383cbbdb
 2016-10-28  8:27 UTC 

[PULL v2] mtd: nand: Fixes for 4.9-rc3
 2016-10-28  8:26 UTC 

[PULL] mtd: nand: Fixes for 4.9-rc3
 2016-10-28  8:25 UTC  (2+ messages)

FAILED: patch "[PATCH] drm/prime: Take a ref on the drm_dev when exporting a dma_buf" failed to apply to 4.8-stable tree
 2016-10-28  8:25 UTC 

[PATCH v4 nf-next] netfilter: nft: introduce routing expression
 2016-10-28  8:24 UTC  (2+ messages)

Linux 4.8.5
 2016-10-28  8:23 UTC  (2+ messages)

Linux 4.4.28
 2016-10-28  8:22 UTC  (2+ messages)

[PATCH] scsi_dh_alua: fix wrong scsi_device_put() in alua_rtpg_queue()
 2016-10-28  8:21 UTC 

[PATCH v6 0/5] da8xx USB PHY platform devices and clocks
 2016-10-28  8:21 UTC  (6+ messages)
` [PATCH v6 4/5] ARM: DTS: da850: Add cfgchip syscon node

It takes me up to 20 reboots for the system to start sda
 2016-10-28  8:21 UTC  (2+ messages)

patch "vgacon: remove prehistoric macros" added to tty-testing
 2016-10-28  8:21 UTC  (2+ messages)
` patch "vgacon: remove prehistoric macros" added to tty-next

patch "vgacon: switch boolean variables to bool" added to tty-testing
 2016-10-28  8:21 UTC  (2+ messages)
` patch "vgacon: switch boolean variables to bool" added to tty-next

patch "tty: vgacon+sisusb, move scrolldelta to a common helper" added to tty-testing
 2016-10-28  8:21 UTC  (2+ messages)
` patch "tty: vgacon+sisusb, move scrolldelta to a common helper" added to tty-next

patch "tty: vt, cleanup and document con_scroll" added to tty-next
 2016-10-28  8:21 UTC  (2+ messages)

[PATCH 2/2] serial: 8250_dw: Add support for IrDA SIR mode
 2016-10-28  8:20 UTC  (3+ messages)

[PATCH 8/9] f2fs: Reset sequential zones on zoned block devices
 2016-10-28  8:19 UTC  (3+ messages)

[PATCH] pinctrl: max77620: add OF dependency
 2016-10-28  8:19 UTC 

imx-drm hang issue with etnaviv (GC3000)
 2016-10-28  8:18 UTC  (2+ messages)

[PATCH] ASoC: hdmi-codec: Fix hdmi_of_xlate_dai_name when #sound-dai-cells = <0>
 2016-10-28  8:18 UTC  (4+ messages)
  ` [PATCH v2] "

Infinite loop with DAX PMD faults
 2016-10-28  8:17 UTC  (9+ messages)

[conntrack-tools PATCH v2] log: print messages to stdout/sderr if running in console mode
 2016-10-28  8:16 UTC  (2+ messages)

Multimedia/Graphics image for Beagleboard X15
 2016-10-28  8:15 UTC 

[Buildroot] [Bug 9201] Permission denied make: *** [core-dependencies] Error 126 in Buildroot-2015.08.1
 2016-10-28  8:15 UTC 

The failure summary report of GEN2 for linux stable v4.8
 2016-10-28  8:14 UTC  (4+ messages)

Linux kernel 4.8.5 released
 2016-10-28  8:12 UTC 

[RFC 0/2] mmc: sdhci: Fix sdhci caps register bits with corrections provided by dt
 2016-10-28  8:12 UTC  (4+ messages)
` [RFC 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask

[PATCH v6 00/11] implement vcpu preempted check
 2016-10-28  8:11 UTC  (22+ messages)
` [PATCH v6 01/11] kernel/sched: introduce vcpu preempted check interface
` [PATCH v6 02/11] locking/osq: Drop the overload of osq_lock()
` [PATCH v6 03/11] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v6 04/11] powerpc/spinlock: support vcpu preempted check
` [PATCH v6 05/11] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v6 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
` [PATCH v6 07/11] KVM: Introduce kvm_write_guest_offset_cached
` [PATCH v6 08/11] x86, kvm/x86.c: support vcpu preempted check
` [PATCH v6 09/11] x86, kernel/kvm.c: "
` [PATCH v6 10/11] x86, xen: "
` [PATCH v6 11/11] Documentation: virtual: kvm: Support "

Expanding Includes in .gitignore
 2016-10-28  8:10 UTC  (7+ messages)

[RFC PATCH] kbuild: add -fno-PIE
 2016-10-28  8:09 UTC  (3+ messages)

[PATCH] [media] lirc: introduce LIRC_SET_TRANSMITTER_WAIT ioctl
 2016-10-28  7:38 UTC  (2+ messages)

[PATCH] mtd: nand: pxa3xx_nand: write exactly one message on probe failure
 2016-10-28  8:04 UTC  (2+ messages)

[PATCH v2 1/2] arm64: dts: hikey: extend default cma size to 128MB
 2016-10-28  7:33 UTC  (7+ messages)
` [PATCH v2 2/2] arm64: dts: hi6220: add resets property into dwmmc nodes

nftables: named set for ipv4 networks
 2016-10-28  8:04 UTC  (4+ messages)

[U-Boot] [PATCH v3] efi_loader: console: Correctly report modes
 2016-10-28  8:04 UTC 

Oops in rapl_cpu_prepare()
 2016-10-28  8:03 UTC  (6+ messages)
` [PREEMPT-RT] "

[RFC PATCH 0/3] sched: Introduce Window Assisted Load Tracking
 2016-10-28  8:03 UTC  (4+ messages)
` [RFC PATCH 2/3] sched: Introduce Window-Assisted CPU utilization Tracking


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.