All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-22 22:02:04 to 2015-06-22 23:38:38 UTC [more...]

[Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1
 2015-06-22 23:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 01/16] ahci: Rename NCQFIS structure fields
` [Qemu-devel] [PATCH v2 02/16] ahci: use shorter variables
` [Qemu-devel] [PATCH v2 03/16] ahci: add ncq_err helper
` [Qemu-devel] [PATCH v2 04/16] ahci: check for ncq prdtl overflow

[PATCH v2] extcon: palmas: Fix NULL pointer error
 2015-06-22 23:37 UTC  (2+ messages)

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-06-22 23:31 UTC  (7+ messages)

OpenEmbedded e.V. membership status announcement
 2015-06-22 22:28 UTC  (2+ messages)

[ANNOUNCE] xfs: for-next branch updated to de50e16
 2015-06-22 23:28 UTC 

[PATCH v4] hexdump: fix for non-aligned buffers
 2015-06-22 23:23 UTC 

[RFC PATCH 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices
 2015-06-22 23:21 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] dt-bindings: Document the STM32F4 clock bindings
  ` [PATCH v3 2/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices

[linux-next test] 58827: regressions - FAIL
 2015-06-22 23:19 UTC 

[PATCH] Documentation/vDSO: don't build tests when cross compiling
 2015-06-22 23:19 UTC  (9+ messages)

[PATCH] of: acpi: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()
 2015-06-22 23:45 UTC  (2+ messages)

[PATCH v6 0/9] Add simple NVMEM Framework via regmap
 2015-06-22 23:15 UTC  (30+ messages)
` [PATCH v6 1/9] nvmem: Add a simple NVMEM framework for nvmem providers
` [PATCH v6 2/9] nvmem: Add a simple NVMEM framework for consumers
` [PATCH v6 3/9] nvmem: Add nvmem_device based consumer apis
` [PATCH v6 4/9] nvmem: Add bindings for simple nvmem framework
` [PATCH v6 5/9] Documentation: nvmem: add nvmem api level and how-to doc
` [PATCH v6 6/9] nvmem: qfprom: Add Qualcomm QFPROM support
` [PATCH v6 7/9] nvmem: qfprom: Add bindings for qfprom
` [PATCH v6 8/9] nvmem: sunxi: Move the SID driver to the nvmem framework
` [PATCH v6 9/9] nvmem: Add to MAINTAINERS for "

[PATCH 2/2] PM / Domains: Avoid infinite loops in attach/detach code
 2015-06-22 23:41 UTC  (4+ messages)

[PATCH] intel powerclamp: support Knights Landing
 2015-06-22 23:39 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/3] ich9: add TCO interface emulation
 2015-06-22 23:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 "
  ` [Qemu-devel] [PATCH v5 2/3] target-i386: reserve RCRB mmio space in ACPI DSDT table
  ` [Qemu-devel] [PATCH v5 3/3] tests: add testcase for TCO watchdog emulation

[Qemu-devel] [PATCHv2 for-2.4] block: Auto-generate node_names for each BDS entry
 2015-06-22 23:10 UTC 

[RFC][PATCH 00/13] percpu rwsem -v2
 2015-06-22 23:08 UTC  (9+ messages)
` [RFC][PATCH 05/13] percpu-rwsem: Optimize readers and reduce global impact
` [RFC][PATCH 06/13] percpu-rwsem: Provide percpu_down_read_trylock()
` [RFC][PATCH 09/13] hotplug: Replace hotplug lock with percpu-rwsem
` [RFC][PATCH 12/13] stop_machine: Remove lglock

[PATCH 1/2] ASoC: rt5677: Switch to use descriptor-based gpiod API
 2015-06-22 23:07 UTC  (5+ messages)
` [PATCH 2/2] ASoC: rt5677: Switch to use unified device property API

[PATCH 1/5] drm/i915: Enable runtime pm
 2015-06-22 23:07 UTC  (6+ messages)
` [PATCH 2/5] drm/i915: PSR: Remove Low Power HW tracking mask

[PATCHv4 00/27] perf stat: Introduce --per-thread option
 2015-06-22 23:06 UTC  (29+ messages)
` [PATCH 01/27] perf tools: Change thread_map::map into struct
` [PATCH 02/27] perf tools: Add comm string into struct thread_map
` [PATCH 03/27] perf tools: Add reference counting for cpu_map object
` [PATCH 04/27] perf tools: Add reference counting for thread_map object
` [PATCH 05/27] perf tools: Propagate cpu maps through the evlist
` [PATCH 06/27] perf tools: Propagate thread "
` [PATCH 07/27] perf tools: Make perf_evsel__(nr_)cpus generic
` [PATCH 08/27] perf tests: Add thread_map object tests
` [PATCH 09/27] perf stat: Introduce perf_counts function
` [PATCH 10/27] perf stat: Use xyarray for cpu evsel counts
` [PATCH 11/27] perf stat: Make stats work over the thread dimension
` [PATCH 12/27] perf stat: Rename struct perf_counts::cpu member to values
` [PATCH 13/27] perf stat: Introduce perf_evlist__reset_stats
` [PATCH 14/27] perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object
` [PATCH 15/27] perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts "
` [PATCH 16/27] perf stat: Move perf_evlist__(alloc|free|reset)_stats "
` [PATCH 17/27] perf stat: Introduce perf_evsel__alloc_stats function
` [PATCH 18/27] perf stat: Introduce perf_evsel__read function
` [PATCH 19/27] perf stat: Introduce read_counters function
` [PATCH 20/27] perf stat: Separate counters reading and processing
` [PATCH 21/27] perf stat: Move zero_per_pkg into counter process code
` [PATCH 22/27] perf stat: Move perf_stat initialization "
` [PATCH 23/27] perf stat: Remove perf_evsel__read_cb function
` [PATCH 24/27] perf stat: Rename print_interval to process_interval
` [PATCH 25/27] perf stat: Using init_stats instead of memset
` [PATCH 26/27] perf stat: Introduce print_counters function
` [PATCH 27/27] perf stat: Introduce --per-thread option

[PATCH v2] trace/events: add chip name and hwirq to irq entry tracepoint
 2015-06-22 23:05 UTC  (3+ messages)

[PATCH] clk: h8300: Fix signness bug
 2015-06-22 23:04 UTC  (2+ messages)

[GIT PULL] Power management and ACPI updates for v4.2-rc1
 2015-06-22 23:04 UTC  (2+ messages)

[GIT PULL] SCSI updates for the 4.0+ merge window
 2015-06-22 23:03 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/iscsi: add support for request timeouts
 2015-06-22 23:03 UTC  (2+ messages)

Bug in devicetree_for_each_node() in xen/arch/arm/bootfdt.c ?
 2015-06-22 23:02 UTC 

[PATCH V6 00/17] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing
 2015-06-22 23:00 UTC  (8+ messages)
` [PATCH V6 08/17] perf tools: Add Intel PT support

[U-Boot] [PATCH 1/2] Allow CONFIG_REGEX to be disabled when CONFIG_NET
 2015-06-22 22:57 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] blackfin: Fix build regression due to image size

[PATCH v2] kdbus: do not append the same connection to the queue twice
 2015-06-22 22:53 UTC  (2+ messages)

PulseAudio and SNDRV_PCM_INFO_BATCH
 2015-06-22 22:52 UTC  (12+ messages)

Future of Qt4 recipes
 2015-06-22 22:50 UTC  (5+ messages)

[PATCH v3] hexdump: fix for non-aligned buffers
 2015-06-22 22:50 UTC 

What's cooking in git.git (Jun 2015, #05; Mon, 22)
 2015-06-22 22:49 UTC 

[Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching
 2015-06-22 22:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 04/11] linux-user: arm: set CPSR.E correctly for BE8 mode

[PATCH 0/5] btrfs: dedupe fixes, features V2
 2015-06-22 22:47 UTC  (6+ messages)
` [PATCH 1/5] btrfs: pass unaligned length to btrfs_cmp_data()
` [PATCH 2/5] btrfs: fix deadlock with extent-same and readpage
` [PATCH 3/5] btrfs: fix clone / extent-same deadlocks
` [PATCH 4/5] btrfs: allow dedupe of same inode
` [PATCH 5/5] btrfs: add no_mtime flag to btrfs-extent-same

[Xenomai] RTDM-native brushup
 2015-06-22 22:46 UTC  (10+ messages)

[PATCH 00/08] clocksource: sh_cmt: DT binding rework
 2015-06-22 22:45 UTC  (8+ messages)
` [PATCH 08/08] ARM: shmobile: Remove CMT renesas,channels-mask from DTS

Improvements to parse-options and a new filter-objects command
 2015-06-22 22:42 UTC  (14+ messages)
` Improvements to integer option parsing
  ` [PATCH 2/2] Move unsigned long option parsing out of pack-objects.c
` Fast enumeration of objects
  ` [PATCH] Add list-all-objects command
        ` [PATCH 8/7] cat-file: sort and de-dup output of --batch-all-objects

[PATCH v2 0/4] sh-pfc: handle pin array holes in sh_pfc_map_pins()
 2015-06-22 22:42 UTC  (5+ messages)
` [PATCH v2 1/4] sh-pfc: do not call sh_pfc_get_pin_index() when unnecessary

[PATCH 1/3] contrib/subtree: Use tabs consitently for indentation in tests
 2015-06-22 22:42 UTC  (2+ messages)

[PATCH v4 00/11] add options to for-each-ref
 2015-06-22 22:41 UTC  (8+ messages)
` [PATCH v4 01/19] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v4 03/19] ref-filter: implement '--points-at' option
  ` [PATCH v4 04/19] for-each-ref: add "
  ` [PATCH v4 07/19] for-each-ref: add '--merged' and '--no-merged' options

Warnings/errors in use with a QCA989x card
 2015-06-22 22:40 UTC  (5+ messages)

[PATCHv2 RFC] IB: Add rdma_cap_ib_switch helper and use where appropriate
 2015-06-22 22:40 UTC  (4+ messages)

[PATCH RESEND V3] spmi: add command tracepoints for SPMI
 2015-06-22 22:38 UTC  (3+ messages)

[Buildroot] [PATCH] package/perl: Fix typos in HOSTCC specification
 2015-06-22 22:39 UTC  (5+ messages)

[Buildroot] [git commit] package/perl: Fix typos in HOSTCC specification
 2015-06-22 22:39 UTC 

[PATCH 0/2] x86/mm/pat: don't use WARN for nopat requirement
 2015-06-22 22:31 UTC  (9+ messages)
` [PATCH 1/2] x86/mm/pat, drivers/infiniband/ipath: replace WARN() with pr_warn()
` [PATCH 2/2] x86/mm/pat, drivers/media/ivtv: "

Best Dual Band Linux Drivers
 2015-06-22 21:29 UTC 

[PATCH 1/1] ipr: Fix incorrect trace indexing
 2015-06-22 22:33 UTC  (2+ messages)

[PATCH RFC 0/2] huawei_cdc_ncm: new NCM TX stack for Huawei-style NCM
 2015-06-22 22:32 UTC  (3+ messages)
` [PATCH RFC] 1/2 cdc_ncm: export cdc_ncm_align_tail
` [PATCH RFC] 2/2 huawei_cdc_ncm: introduce new TX ncm stack

[PATCH] sched,numa: document and fix numa_preferred_nid setting
 2015-06-22 22:28 UTC  (3+ messages)

[Buildroot] [PATCH 0/6] Internal toolchain backend updates
 2015-06-22 22:28 UTC  (18+ messages)
` [Buildroot] [PATCH 1/6] uclibc: bump uClibc-ng to 1.0.3
` [Buildroot] [PATCH 2/6] uclibc: add libgcc_s_resume fix
` [Buildroot] [PATCH 3/6] gcc: add support for gcc 5.1
` [Buildroot] [PATCH 4/6] gcc: switch to gcc 4.9 as the default version
` [Buildroot] [PATCH 5/6] gdb: bump 7.9 series to 7.9.1
` [Buildroot] [PATCH 6/6] toolchain-buildroot: mark eglibc as deprecated

[PATCH v3.10-rt] rtmutex: fixup semi incomplete backport causing new warning spew
 2015-06-22 22:23 UTC 

[PATCH v2] ipc: Modify message queue accounting to reflect both total user data and auxiliary kernel data
 2015-06-22 22:25 UTC  (2+ messages)

[Buildroot] [git commit] toolchain-buildroot: mark eglibc as deprecated
 2015-06-22 22:24 UTC 

[Buildroot] [git commit] gdb: bump 7.9 series to 7.9.1
 2015-06-22 22:23 UTC 

[Buildroot] [git commit] gcc: switch to gcc 4.9 as the default version
 2015-06-22 22:19 UTC 

[Qemu-devel] [PATCH] Peek dont read for vmdescription
 2015-06-22 22:18 UTC  (2+ messages)

[Buildroot] [git commit] gcc: add support for gcc 5.1
 2015-06-22 22:18 UTC 

Persistent memory interface
 2015-06-22 22:17 UTC  (5+ messages)

[Buildroot] [PATCH] python: bump to 2.7.10
 2015-06-22 22:12 UTC  (3+ messages)

[Qemu-devel] 4 CPUs with vexpress is slow?
 2015-06-22 22:10 UTC  (3+ messages)

[Qemu-devel] Hang on reboot in FreeBSD guest on Linux KVM host
 2015-06-22 22:08 UTC  (9+ messages)
      `  "

Infiniband Adapter with Documentation
 2015-06-22 22:04 UTC 

[PATCH 0/9] Helper to abstract vma handling in media layer
 2015-06-22 22:04 UTC  (2+ messages)

LTTng event loglevel
 2015-06-22 22:03 UTC 

[PATCH v5 0/5] usb/gadget: independent registration of gadgets and gadget drivers
 2015-06-22 22:01 UTC  (4+ messages)
` [PATCH v5 3/5] usb: gadget: udc-core: remove unused usb_udc_attach_driver()
` [PATCH v5 4/5] usb: gadget: legacy: don't use __init/__exit attributes for bind/unbind path
` [PATCH v5 5/5] usb: gadget: udc-core: independent registration of gadgets and gadget drivers


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.