All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-25 07:35:25 to 2016-07-25 08:38:06 UTC [more...]

[PATCH v2 0/4] Add support for cros-ec-sensors
 2016-07-25  8:38 UTC  (4+ messages)
` [PATCH v2 1/4] iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub

[PATCH 0/4] MT8173 HDMI 4K support
 2016-07-25  8:37 UTC  (7+ messages)
` [PATCH 3/4] drm/mediatek: fix the wrong pixel clock when resolution is 4K

[Buildroot] [PATCH 1/1] tinycbor: new package
 2016-07-25  8:37 UTC 

problem configuring backlight brightness levels in device tree
 2016-07-25  8:37 UTC  (3+ messages)
` [PATCH 0/4] fixes some problems found in the backligth-pwm implementation

[PATCH v9 0/7] Make cpuid <-> nodeid mapping persistent
 2016-07-25  8:35 UTC  (18+ messages)
` [PATCH v9 1/7] x86, memhp, numa: Online memory-less nodes at boot time
` [PATCH v9 2/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus "
` [PATCH v9 3/7] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v9 4/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v9 5/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting
` [PATCH v9 6/7] acpi: Provide the mechanism to validate processors in the ACPI tables
` [PATCH v9 7/7] acpi: Provide the interface to validate the proc_id

[PATCH v2] mem-hotplug: alloc new page from the next node if zone is MOVABLE_ZONE
 2016-07-25  7:52 UTC  (5+ messages)

[RFC PATCH v3 00/13] ACPI IORT ARM SMMU v3 support
 2016-07-25  8:36 UTC  (5+ messages)

[PATCH 0/2] Add driver for Domintech DMARD06 accelerometer
 2016-07-25  8:36 UTC  (6+ messages)
` [PATCH 2/2] iio: accel: Add support "

[PATCH for-4.8 V2 00/10] Use jump label for cpu/mmu_has_feature
 2016-07-25  8:36 UTC  (5+ messages)
` [PATCH for-4.8 V2 03/10] powerpc/mm/radix: Add radix_set_pte to use in early init

KVM on ARM crashes with new VGIC v4.7-rc7
 2016-07-25  8:42 UTC  (13+ messages)

[GIT PULL] RAS changes for v4.8
 2016-07-25  8:33 UTC 

page content
 2016-07-25  8:33 UTC  (2+ messages)

[PATCH] getopt: Add support for '--' to stop option parsing
 2016-07-25  8:32 UTC 

[RFC PATCH 0/2] mempool vs. page allocator interaction
 2016-07-25  8:32 UTC  (8+ messages)
` [RFC PATCH 1/2] mempool: do not consume memory reserves from the reclaim path
  ` [RFC PATCH 2/2] mm, mempool: do not throttle PF_LESS_THROTTLE tasks

[PATCH 00/18] arm/altp2m: Introducing altp2m to ARM
 2016-07-25  8:32 UTC  (5+ messages)
` [PATCH 16/18] arm/altp2m: Extended libxl to activate altp2m on ARM

[patch] hwmon: (pmbus) Add explicit support for DPS-460, DPS-800, and SGD009
 2016-07-25  8:32 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] Fix migration issues with arbitrary cpu-hot(un)plug
 2016-07-25  8:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/8] exec: don't use cpu_index to detect if cpu_exec_init()'s been called for cpu

[PATCH] mmc: moxart: fix wait_for_completion_interruptible_timeout return variable type
 2016-07-25  8:29 UTC  (2+ messages)

[ANNOUNCE] git-cinnabar 0.4.0 beta 2
 2016-07-25  8:29 UTC 

linux-next: manual merge of the pwm tree with the regulator tree
 2016-07-25  8:29 UTC  (5+ messages)

[GIT PULL] perf changes for v4.8
 2016-07-25  8:28 UTC 

Refined set of intel_ringbuffer renames
 2016-07-25  8:28 UTC  (36+ messages)
` [PATCH 01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` [PATCH 02/31] drm/i915: Prefer list_first_entry_or_null
` [PATCH 03/31] drm/i915: Only clear the client pointer when tearing down the file
` [PATCH 04/31] drm/i915: Only drop the batch-pool's object reference
` [PATCH 05/31] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
` [PATCH 06/31] drm/i915: Use engine to refer to the user's BSD intel_engine_cs
` [PATCH 07/31] drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
` [PATCH 08/31] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH 09/31] drm/i915: Update a couple of hangcheck comments to talk about engines
` [PATCH 10/31] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 11/31] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 12/31] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 13/31] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 14/31] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH 15/31] drm/i915: Rename residual ringbuf parameters
` [PATCH 16/31] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 17/31] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 18/31] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 19/31] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 20/31] drm/i915: Remove intel_ring_get_tail()
` [PATCH 21/31] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 22/31] drm/i915: Unify request submission
` [PATCH 23/31] drm/i915/lrc: Update function names to match request flow
` [PATCH 24/31] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH 25/31] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH 26/31] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 27/31] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 28/31] drm/i915: Refactor golden render state emission to unconfuse gcc
` [PATCH 29/31] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 30/31] drm/i915: Simplify calling engine->sync_to
` [PATCH 31/31] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` ✓ Ro.CI.BAT: success for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()

i2c: slave support framework improvements
 2016-07-25  8:28 UTC  (6+ messages)

[PATCH 1/3] state: only build circular backend if MTD is enabled
 2016-07-25  8:27 UTC  (4+ messages)
` [PATCH 3/3] nand: mrvl: don't double cast error pointer

Help with DISTRO settings
 2016-07-25  8:27 UTC  (7+ messages)

[PATCH] nand: mrvl: use ERR_CAST() for returning error pointers
 2016-07-25  8:27 UTC 

Thermal regulation for Orange Pi PC and Orange Pi One
 2016-07-25  8:26 UTC  (10+ messages)
` [PATCH 06/14] ARM: dts: sun8i: Add cpu0 label to sun8i-h3.dtsi

Updating http://dpdk.org/doc/nics
 2016-07-25  8:25 UTC  (2+ messages)

Adjusting polaris gpu speed/voltages/fan speed via linux ?
 2016-07-25  8:22 UTC 

[PATCH 1/3] x86/apic: Remove "focus disabled" for 64bit case
 2016-07-25  8:21 UTC  (6+ messages)
` [PATCH 3/3] x86/apic: Improved the setting of interrupt mode for bsp

[PATCH v2] Coccinelle: Script to replace NULL test with IS_ERR test for devm_ioremap_resource
 2016-07-25  8:21 UTC  (2+ messages)
` [Cocci] "

BT PAN Connection - NAP with PANU ?
 2016-07-25  8:20 UTC  (2+ messages)

[PATCH v5 00/15] allow BFLT executables on systems with a MMU
 2016-07-25  8:18 UTC  (6+ messages)
` [PATCH v5 12/15] binfmt_flat: allow compressed flat binary format to work on MMU systems

How to port Telit LE910V2 module
 2016-07-25  8:19 UTC  (2+ messages)

[PATCH 1/6] ARM: imx: add QP as supported i.MX6 variant
 2016-07-25  8:18 UTC  (2+ messages)

[RFC 0/6] Add support for Tegra20/30 NOR bus controller
 2016-07-25  8:19 UTC  (17+ messages)
` [RFC 3/6] dt/bindings: Add bindings for Tegra20/30 NOR bus driver
` [RFC 6/6] bus: Add support for Tegra NOR controller

[RESEND PATCH v2] thermal: tango: add resume support
 2016-07-25  8:18 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v12.2 03/15] btrfs: dedupe: Introduce function to initialize dedupe info
 2016-07-25  8:17 UTC  (2+ messages)

[PATCH 0/4] mmc: sunxi: Make sample clocks optional
 2016-07-25  8:18 UTC  (4+ messages)
` [PATCH 2/4] "

[PATCH 0/5] Candidate fixes for premature OOM kills with node-lru v2
 2016-07-25  8:18 UTC  (7+ messages)
` [PATCH 2/5] mm, vmscan: Remove highmem_file_pages
` [PATCH 3/5] mm: Remove reclaim and compaction retry approximations

[PATCH] ARM: dts: i.MX6: update RIoTboard device tree
 2016-07-25  8:17 UTC  (2+ messages)

FYI: Linux 4.1.27: WARNING: CPU: 0 PID: 1690 at ../drivers/gpu/drm/drm_irq.c:1141
 2016-07-25  8:16 UTC 

[U-Boot] [PATCH 1/5] warp: Use imx_ddr_size() for calculating the DDR size
 2016-07-25  8:16 UTC  (3+ messages)
` [U-Boot] [PATCH 2/5] aristainetos: "

[PATCH v2] i2c: hibvt: add Hisilicon BVT I2C controller driver
 2016-07-25  7:28 UTC  (4+ messages)

[V2 PATCH 0/7] Packages Upgrade
 2016-07-25  8:16 UTC  (8+ messages)
` [PATCH 1/7] git: 2.8.4 -> 2.9.2
` [PATCH 2/7] guile: 2.0.11 -> 2.0.12
` [PATCH 3/7] gnu-efi: 3.0.3 -> 3.0.4
` [PATCH 4/7] slang: 2.2.4 -> 2.3.0
` [PATCH 5/7] gettext: 0.19.6 -> 0.19.8.1
` [PATCH 6/7] gettext-minimal-native: 0.19.4 "
` [PATCH 7/7] ccache: 3.2.4 -> 3.2.5

CephFS usability
 2016-07-25  8:15 UTC  (3+ messages)

[Qemu-devel] [RFC 0/2] cpu-add compatibility for query-hotpluggable-cpus implementations
 2016-07-25  8:14 UTC  (7+ messages)
` [Qemu-devel] [RFC 1/2] spapr: Reverse order of hotpluggable cpus list

[PATCH] net: neigh: disallow state transition DELAY->STALE in neigh_update()
 2016-07-25  8:13 UTC  (4+ messages)

9209 moved to 2.2 M3
 2016-07-25  8:12 UTC 

Hello,
 2016-07-25  8:12 UTC 

fix stgt crash in conn_close
 2016-07-25  8:11 UTC  (3+ messages)

[PATCH v2 0/2] VFIO SRIOV support
 2016-07-25  7:53 UTC  (12+ messages)

[PATCH v.2 RESEND] Add metadata signature check for IMSM on 4Kn drives (v.2)
 2016-07-25  8:07 UTC 

linux-next: manual merge of the vfs tree with the overlayfs tree
 2016-07-25  8:09 UTC  (3+ messages)

Bug: "git log --format='format:%+s%+b'" doesn't insert newline before body
 2016-07-25  8:06 UTC  (4+ messages)

[PATCH -next] xtensa: Fix build error due to missing include file
 2016-07-25  8:07 UTC  (7+ messages)

[PATCH 0/5] Candidate fixes for premature OOM kills with node-lru v1
 2016-07-25  8:04 UTC  (4+ messages)
` [PATCH 1/5] mm, vmscan: Do not account skipped pages as scanned

[U-Boot] [PATCH v5] dm: at91: Add driver model support for the spi driver
 2016-07-25  8:04 UTC  (3+ messages)

[PATCH v3 00/13] sunxi spi fixes
 2016-07-25  8:03 UTC  (8+ messages)

[PATCH -next] mm: Drop unnecessary include file
 2016-07-25  8:02 UTC  (2+ messages)

[GIT PULL] bulk GPIO changes for v4.8
 2016-07-25  8:02 UTC  (2+ messages)

[PATCH] mm: add per-zone lru list stat -fix
 2016-07-25  8:01 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.7] fix qemu exit on memory hotplug when allocation fails at prealloc time
 2016-07-25  7:59 UTC  (5+ messages)

[mips-sjhill:mips-for-linux-next 4/17] arch/mips/include/asm/mach-cavium-octeon/mangle-port.h:19:40: error: right shift count >= width of type
 2016-07-25  7:58 UTC  (2+ messages)

[GIT PULL] locking changes for v4.8
 2016-07-25  7:57 UTC 

[PATCH] toaster: show loading spinner after creating custom image
 2016-07-25  7:57 UTC 

[PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space
 2016-07-25  7:56 UTC  (12+ messages)

[Ocfs2-devel] A question on AST
 2016-07-25  7:55 UTC  (2+ messages)

[PATCH v2 0/4] update bytes_may_use timely to avoid false ENOSPC issue
 2016-07-25  7:51 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
` [PATCH v2 2/4] btrfs: divide btrfs_update_reserved_bytes() into two functions
` [PATCH v2 3/4] btrfs: update btrfs_space_info's bytes_may_use timely
` [PATCH v2 4/4] btrfs: should block unused block groups deletion work when allocating data space

[PATCH v11 4/8] vfio/type1: handle unmap/unpin and replay for VFIO_IOVA_RESERVED slots
 2016-07-25  7:53 UTC  (4+ messages)

[PATCH] net: neigh: disallow state transition DELAY->STALE in neigh_update()
 2016-07-25  7:52 UTC  (4+ messages)

[RFC] ath10k: silence firmware file probing warnings
 2016-07-25  7:51 UTC  (13+ messages)

[RFC] mm: bail out in shrin_inactive_list
 2016-07-25  7:51 UTC  (2+ messages)

[PATCH 0/1] power: sbs-manager: Add interrupt support and battery detect gpios
 2016-07-25  7:50 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3] virtio: new feature to detect IOMMU device quirk
 2016-07-25  7:50 UTC  (2+ messages)

About the patch " block: flush writeback dwork before detaching a bdev inode from it"
 2016-07-25  7:48 UTC 

Pool creation fails: 'failed run crushtool: fork failed: (12) Cannot allocate memory'
 2016-07-25  7:47 UTC  (7+ messages)

[Buildroot] [PATCH v11 1/2] package/btrfs-progs: install to staging directory
 2016-07-25  7:47 UTC  (4+ messages)

[PATCH v2] generic/371: run write(2) and fallocate(2) in parallel
 2016-07-25  7:43 UTC 

[GIT PULL] LED updates for 4.8
 2016-07-25  7:45 UTC 

[PATCH] genirq/msi: Make sure PCI MSIs are activated early
 2016-07-25  7:45 UTC  (3+ messages)

[U-Boot] Stepping down as sunxi u-boot custodian
 2016-07-25  7:42 UTC  (3+ messages)

[PATCH 0/8] Extensible SDK improvements
 2016-07-25  7:42 UTC  (4+ messages)

[PATCH RFC] arm64: mm: convert __dma_* routines to use start, size
 2016-07-25  7:40 UTC  (2+ messages)

Problem with b43 monitor mode (14e4:4331)
 2016-07-25  7:40 UTC 

[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
 2016-07-25  7:39 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[Bug 97065] New: memory leak under Xwayland with old sdl1 applications
 2016-07-25  7:38 UTC  (2+ messages)
  ` [Bug 97065] "

[PATCH 1/3] RFC: drm: Restrict vblank ioctl to master
 2016-07-25  7:38 UTC  (14+ messages)

[PATCH 0/3] mmc: Fixes for 150 MHz Rockchip eMMC series
 2016-07-25  7:37 UTC  (8+ messages)
` [PATCH 2/3] phy: rockchip-emmc: Be tolerant to card clock of 0 in power on

[GIT PULL] EFI changes for v4.8
 2016-07-25  7:37 UTC 

[PATCH v10 00/12] Add driver bpf hook for early packet drop and forwarding
 2016-07-25  7:35 UTC  (3+ messages)
` [PATCH v10 07/12] net/mlx4_en: add page recycle to prepare rx ring for tx support


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.