All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-30 07:33:41 to 2016-08-30 08:35:37 UTC [more...]

[PATCH 0/5] -Wmaybe-uninitialized bug fixes for linux-next
 2016-08-30  8:35 UTC  (4+ messages)
` [PATCH 2/5] video: ARM CLCD: fix endpoint lookup logic

[PATCH][v8] PM / hibernate: Verify the consistent of e820 memory map by md5 value
 2016-08-30  8:35 UTC  (5+ messages)

Explicit fencing + nonblocking execbuf
 2016-08-30  8:35 UTC  (11+ messages)
` [PATCH 01/17] drm/i915: Add a sw fence for collecting up dma fences
` [PATCH 12/17] drm/i915: Drive request submission through fence callbacks
` [PATCH 13/17] drm/i915: Move execbuf object synchronisation to i915_gem_execbuffer
` [PATCH 14/17] drm/i915: Nonblocking request submission

[PATCH RFC] tools/libxc, xen/x86: Added xc_set_mem_access_sparse()
 2016-08-30  8:34 UTC  (11+ messages)

[RFC PATCH 0/3] ARm64: amlogic: Introduce common GX family dtsi
 2016-08-30  8:33 UTC  (9+ messages)

[meta-oe][PATCH] geany-plugins: include GPLv3 in the main LICENSE
 2016-08-30  8:33 UTC  (6+ messages)

[PATCH 0/3] Clean up X init (oe-core vs meta-oe)
 2016-08-30  8:32 UTC  (4+ messages)
` [PATCH 1/3] base-files: Add shell test quoting
` [PATCH 2/3] xserver-nodm-init: Deprecate /etc/X11/Xserver
` [PATCH 3/3] x11-common: Remove Xserver script

No sound for several minutes after reboot
 2016-08-30  8:32 UTC  (12+ messages)

[PATCH] arm64: Set UTS_MACHINE in the Makefile
 2016-08-30  8:31 UTC 

[PATCH v4 00/16] Xen ARM DomU ACPI support
 2016-08-30  8:29 UTC  (4+ messages)
` [PATCH v4 16/16] libxl/arm: Add the size of ACPI tables to maxmem

[PATCH v2 01/10] reset: ath79: add driver Kconfig option
 2016-08-30  8:24 UTC  (20+ messages)
` [PATCH v2 02/10] reset: berlin: "
` [PATCH v2 03/10] reset: lpc18xx: "
` [PATCH v2 04/10] reset: meson: "
` [PATCH v2 05/10] reset: pistachio: "
` [PATCH v2 06/10] reset: socfpga: "
` [PATCH v2 07/10] reset: stm32: "
` [PATCH v2 08/10] reset: sunxi: "
` [PATCH v2 09/10] reset: zynq: "
` [PATCH v2 10/10] reset: hi6220: allow to compile test driver on other architectures

[PATCH v2 0/8] ARM: V7M: Support caches
 2016-08-30  8:26 UTC  (5+ messages)

[libvirt test] 100658: tolerable FAIL - PUSHED
 2016-08-30  8:25 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] 66b43eef432d6884ac6fb6f9cb82fecab3157076 BUILD SUCCESS
 2016-08-30  8:24 UTC 

[PATCH] meta-ide-support: set noexec for tasks
 2016-08-30  8:08 UTC 

[Qemu-devel] ARM Cortex-M issues
 2016-08-30  8:23 UTC  (6+ messages)

[PATCH] bluetooth, regression: MSG_TRUNC fixes
 2016-08-30  8:23 UTC  (3+ messages)

[rtc-linux] [PATCH V3 0/2] rtc-cmos: Workaround unwanted interrupt generation
 2016-08-30  8:22 UTC  (4+ messages)
` [rtc-linux] [PATCH V3 2/2] rtc/rtc-cmos: Initialize software counters before irq is registered
  `  "
    ` [rtc-linux] "

[PATCHv6 0/3] USB Type-C Connector class
 2016-08-30  8:22 UTC  (11+ messages)
` [PATCHv6 1/3] usb: USB Type-C connector class

[PATCH v5 0/6] Introduce ZONE_CMA
 2016-08-30  8:21 UTC  (4+ messages)

Regarding IPSP over GATT Support in blueZ
 2016-08-30  8:21 UTC  (2+ messages)

[PATCH v3 0/7] tpm: TPM2.0 eventlog securityfs support
 2016-08-30  8:21 UTC  (11+ messages)
` [PATCH v3 1/7] tpm: Define a generic open() method for ascii & bios measurements
` [PATCH v3 2/7] tpm: Replace the dynamically allocated bios_dir as struct dentry array
` [PATCH v3 3/7] tpm: Validate the eventlog access before tpm_bios_log_setup
` [PATCH v3 6/7] tpm: Moves the eventlog init functions to tpm_eventlog_init.c
` [PATCH v3 7/7] tpm: Adds securityfs support for TPM2.0 eventlog

[PACTH v2 0/3] Implement /proc/<pid>/totmaps
 2016-08-30  8:20 UTC  (13+ messages)

btrfs and systemd
 2016-08-30  8:20 UTC  (5+ messages)

[PATCH] iio: st_sensors: fix errorcheck for regulators
 2016-08-30  8:18 UTC 

Non-blocking fences, now GuC compatible
 2016-08-30  8:18 UTC  (19+ messages)
` [PATCH 01/18] drm/i915: Add a sw fence for collecting up dma fences
` [PATCH 02/18] drm/i915: Only queue requests during execlists submission
` [PATCH 03/18] drm/i915: Record the position of the workarounds in the tail of the request
` [PATCH 04/18] drm/i915: Compute the ELSP register location once
` [PATCH 05/18] drm/i915: Reorder submitting the requests to ELSP
` [PATCH 06/18] drm/i915: Simplify ELSP queue request tracking
` [PATCH 07/18] drm/i915: Separate out reset flags from the reset counter
` [PATCH 08/18] drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
` [PATCH 09/18] drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
` [PATCH 10/18] drm/i915: Perform a direct reset of the GPU from the waiter
` [PATCH 11/18] drm/i915: Update reset path to fix incomplete requests
` [PATCH 12/18] drm/i915: Drive request submission through fence callbacks
` [PATCH 13/18] drm/i915: Move execbuf object synchronisation to i915_gem_execbuffer
` [PATCH 14/18] drm/i915/guc: Prepare for nonblocking execbuf submission
` [PATCH 15/18] drm/i915: Nonblocking request submission
` [PATCH 16/18] drm/i915: Serialise execbuf operation after a dma-buf reservation object
` [PATCH 17/18] drm/i915: Enable userspace to opt-out of implicit fencing
` [PATCH 18/18] drm/i915: Support explicit fencing for execbuf

[RFC] Bluetooth: API: Registering Agent1 object has no effect
 2016-08-30  8:18 UTC  (2+ messages)

[PATCH v2 0/2] mini-os: repair stubdom build
 2016-08-30  8:16 UTC  (2+ messages)

[Buildroot] Question regarding support/kconfig
 2016-08-30  8:15 UTC 

[MINIOS PATCH 0/3] Some miscellaneous patches
 2016-08-30  8:15 UTC  (2+ messages)

Range of pitchbend MIDI events
 2016-08-30  8:15 UTC  (2+ messages)

[RFC PATCH 0/6] Reduce cache miss for snmp_fold_field
 2016-08-30  8:15 UTC  (5+ messages)
` [RFC PATCH 1/6] proc: Reduce cache miss in {snmp,netstat}_seq_show

[PATCH 1/2] tracing/syscalls: allow multiple syscall numbers per syscall
 2016-08-30  8:14 UTC  (5+ messages)

[U-Boot] [PATCH v1] mmc: mmc-uclass: Add mmc_init() in mmc preinit phrase
 2016-08-30  8:14 UTC 

[PATCH 1/2] KVM: lapic: fix preemption timer backward when TSC backward
 2016-08-30  8:14 UTC  (2+ messages)
` [PATCH 2/2] KVM: nVMX: make emulated nested preemption timer pinned

xHCI problem? [was Re: Erratic USB device behavior and device loss]
 2016-08-30  8:14 UTC  (2+ messages)

[PATCH 0/1] drm: i915: don't use OpRegion for XPS 13 IvyBridge
 2016-08-30  8:13 UTC  (5+ messages)
` [PATCH 1/1] "

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-08-30  8:13 UTC  (17+ messages)

[PATCH v6] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support
 2016-08-30  8:12 UTC  (3+ messages)

[PATCH] diff-highlight: add some tests
 2016-08-30  8:11 UTC  (3+ messages)
` [PATCH v4 0/3] diff-highlight: add support for --graph option

[U-Boot] [PATCH v1 0/2] clk: at91: Fix the wrong used class ID
 2016-08-30  8:11 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] clk: at91: Fix at91-pmc and at91-sckc's "
` [U-Boot] [PATCH v1 2/2] clk: at91: Add .ops callback for clk_generic

Device Driver problem
 2016-08-30  8:11 UTC  (2+ messages)

XZ compressed zImage support
 2016-08-30  8:10 UTC  (7+ messages)
` [PATCH 1/6] powerpc/boot: add sed script
` [PATCH 2/6] powerpc/boot: Use CONFIG_KERNEL_GZIP
` [PATCH 3/6] powerpc/boot: use the preboot decompression API
` [PATCH 4/6] powerpc/boot: remove legacy gzip wrapper
` [PATCH 5/6] powerpc/boot: add xz support to the wrapper script
` [PATCH 6/6] powerpc/boot: Add support for XZ compression

[PATCHV5 0/3] Integration of function trace with System Trace IP blocks
 2016-08-30  8:07 UTC  (8+ messages)
` [PATCHV5 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only
` [PATCHV5 2/3] stm class: ftrace: Add ftrace-export-over-stm driver
` [PATCHV5 3/3] stm: Mark the functions of writing buffer with notrace

[PATCH net 1/2] ipv6: add missing netconf notif when 'all' is updated
 2016-08-30  8:09 UTC  (5+ messages)
` [PATCH net v2 "
  ` [PATCH net v2 2/2] netconf: add a notif when settings are created

cifs_upcall dns_resolver
 2016-08-30  8:08 UTC 

ath10k: qca6174 firmware: difference between hw2.1/firmware-5 and hw3.0/firmware-4
 2016-08-30  8:03 UTC  (4+ messages)

[RFC][PATCH 0/4] ALSA: control: return payload length of TLV operation
 2016-08-30  8:04 UTC  (10+ messages)
` [PATCH 1/4] ALSA: control: return payload length for "

[PATCH 1/1] Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle"
 2016-08-30  8:04 UTC  (5+ messages)

[U-Boot] [PATCH v1] i2c: at91_i2c: Fix the wrong include file
 2016-08-30  8:03 UTC 

[PATCH] iio: st_sensors: fetch and enable regulators unconditionally
 2016-08-30  8:03 UTC  (4+ messages)

[LTP] [PATCH] containers/netns/netns_sysfs.sh: add kernel version check
 2016-08-30  8:01 UTC 

[GIT PULL] imx-drm atomic modeset regression fixes
 2016-08-30  8:01 UTC 

[PATCH v15 00/13] support "task_isolation" mode
 2016-08-30  7:59 UTC  (10+ messages)
` [PATCH v15 04/13] task_isolation: add initial support

[PATCH] printk/nmi: avoid direct printk()-s from __printk_nmi_flush()
 2016-08-30  7:58 UTC  (3+ messages)

[PATCH v2] ALSA: hda - Enable subwoofer on Dell Inspiron 7559
 2016-08-30  7:54 UTC  (3+ messages)

[ath9k-devel] [PATCH 0/5] ath9k: EEPROM swapping improvements
 2016-08-30  7:57 UTC  (6+ messages)
` [ath9k-devel] [PATCH 5/5] ath9k: Make EEPROM endianness swapping configurable via devicetree
    `  "

[PATCH v3 0/7] aspeed: Integrate pinctrl and gpio drivers
 2016-08-30  7:56 UTC  (19+ messages)
` [PATCH v3 1/7] mach-aspeed: Select pinctrl drivers
` [PATCH v3 2/7] mach-aspeed: Select GPIO driver
` [PATCH v3 3/7] aspeed-g4: Add syscon and pin controller nodes
` [PATCH v3 4/7] palmetto: Request relevant mux functions in devicetree
` [PATCH v3 5/7] aspeed-g4: Add gpio controller to devicetree
` [PATCH v3 6/7] aspeed-g5: Add syscon and pin controller nodes
` [PATCH v3 7/7] aspeed-g5: Add gpio controller to devicetree

[PATCH v2] add mtu set in virtio
 2016-08-30  7:57 UTC  (2+ messages)

Did you get my message?
 2016-08-30  7:41 UTC 

[PATCH v3 0/8] aspeed: Add pinctrl and gpio drivers
 2016-08-30  7:54 UTC  (11+ messages)
` [PATCH v3 1/8] MAINTAINERS: Add glob for Aspeed devicetree bindings
` [PATCH v3 2/8] syscon: dt-bindings: Add documentation for Aspeed system control units
` [PATCH v3 3/8] pinctrl: dt-bindings: Add documentation for Aspeed pin controllers
` [PATCH v3 4/8] gpio: dt-bindings: Add documentation for Aspeed GPIO controllers
` [PATCH v3 5/8] pinctrl: Add core support for Aspeed SoCs
` [PATCH v3 6/8] pinctrl: Add pinctrl-aspeed-g4 driver
` [PATCH v3 7/8] pinctrl: Add pinctrl-aspeed-g5 driver
` [PATCH v3 8/8] gpio: Add Aspeed driver

[PATCH v3 0/2] mtd: nand: fix writing incorrect ECC data in OOB region
 2016-08-30  7:52 UTC  (4+ messages)
` [PATCH v3 2/2] mtd: nand: fix chances to create incomplete ECC data when writing

[Devel] [PATCH] iasl:iort fix the incorrect MappingOffset value for ITS group
 2016-08-30  7:52 UTC 

[PATCH 00/12] ASoC: hdac: Add hdac generic driver
 2016-08-30  7:46 UTC  (10+ messages)
` [PATCH 01/12] ALSA: hdac: Add codec helper library

[Ocfs2-devel] OCFS2 test report for linux vanilla kernel V4.7.0
 2016-08-30  7:51 UTC  (3+ messages)
  ` [Ocfs2-devel] [Ocfs2-test-devel] "

[PATCH 00/15] Lib'ify quite a few functions in sequencer.c
 2016-08-30  7:49 UTC  (5+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 03/14] sequencer: lib'ify write_message()

[PATCH] drm/imx: fix crtc vblank state regression
 2016-08-30  7:46 UTC  (2+ messages)

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-08-30  7:46 UTC  (5+ messages)

Split large VRAM allocations into smaller parts
 2016-08-30  7:44 UTC  (6+ messages)
` [PATCH 1/5] drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_LINEAR flag v2

[PATCH 0/3] S4 issue on CI
 2016-08-30  7:41 UTC  (3+ messages)
` [PATCH 1/3] drm/amd/amdgpu: VCE ring test fail during S4 "

[RFC PATCH 00/33] SA11x0/PXA GPIO rework (Core + PCMCIA only)
 2016-08-30  7:41 UTC  (6+ messages)
` [PATCH 05/33] gpio: add generic single-register fixed-direction GPIO driver

iio channel sync
 2016-08-30  7:41 UTC  (2+ messages)

[PATCH v3] Add a test for listxattr syscall with different buffer sizes
 2016-08-30  7:39 UTC  (2+ messages)
` [PATCH v4] "

[Ocfs2-devel] [PATCH v2] ocfs2: Fix start offset to ocfs2_zero_range_for_truncate()
 2016-08-30  7:38 UTC  (6+ messages)

[PATCH 2/2] ARM: dts: add TOPEET itop elite based board
 2016-08-30  7:35 UTC  (8+ messages)
` [PATCH 0/4 v3] Add a new board TOPEET iTOP for exynos 4412
  ` [PATCH 3/4] ARM: dts: add fimc support in exynos4412 TOPEET iTop Elite board
  ` [PATCH 4/4] ARM: dts: samsung: add analog audio codec on TOPEET iTop 4412 Elite

[PATCH] xfs/187: fix new sb_features2 ftype stop case running
 2016-08-30  7:35 UTC  (2+ messages)

[PATCH v05 00/72] Userspace compile test and fixes for exported uapi header files
 2016-08-30  7:34 UTC  (6+ messages)
` [PATCH v05 69/72] uapi rose.h: glibc netrose/rose.h header file compatibility fixes


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.