All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-24 17:26:25 to 2015-04-24 18:56:43 UTC [more...]

[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-24 18:56 UTC  (31+ messages)
` [PATCH v16 01/14] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v16 02/14] qspinlock, x86: Enable x86-64 to use "
` [PATCH v16 03/14] qspinlock: Add pending bit
` [PATCH v16 04/14] qspinlock: Extract out code snippets for the next patch
` [PATCH v16 05/14] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v16 06/14] qspinlock: Use a simple write to grab the lock
` [PATCH v16 07/14] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v16 08/14] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v16 09/14] pvqspinlock, x86: Implement the paravirt qspinlock call patching
` [PATCH v16 10/14] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v16 11/14] pvqspinlock, x86: Enable PV qspinlock for Xen
` [PATCH v16 12/14] pvqspinlock: Only kick CPU at unlock time
` [PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
` [PATCH v16 14/14] pvqspinlock: Collect slowpath lock statistics

[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-24 18:56 UTC 

[Qemu-devel] [PATCH] Enable NVMe start controller for Windows guest
 2015-04-24 18:55 UTC 

[PATCH] pinctrl: zynq: configure SPI SSx pins separately
 2015-04-24 18:21 UTC  (2+ messages)

[PATCH v7 0/6] Move EAL common functions
 2015-04-24 18:53 UTC  (7+ messages)
` [PATCH v7 1/6] Move common functions in eal_thread.c

[PATCH v3] Renesas Ethernet AVB driver
 2015-04-24 18:53 UTC  (6+ messages)

[PATCH] MAINTAINERS: Add co-maintainer for LED subsystem
 2015-04-24 18:52 UTC  (4+ messages)

[U-Boot] socfpga: socdk and socrates share SPI flash config, move it to shared place
 2015-04-24 18:52 UTC  (4+ messages)
` [U-Boot] [PATCH] socfpga: implement socdk SPI flash config in dts

bf609: undefined Kconfig option FB_BF609_NL8048
 2015-04-24 18:51 UTC 

Beyond DPDK 2.0
 2015-04-24 18:51 UTC  (6+ messages)

[Buildroot] [PATCH] qwt: bump to version 6.1.2
 2015-04-24 18:49 UTC 

[PATCH] staging: slicoss: Break string into two lines
 2015-04-24 18:52 UTC 

[PATCH 00/21] ARCNET: Defibrillation
 2015-04-24 18:47 UTC  (10+ messages)
` [PATCH 01/21] com20020-pci: add dev_port for udev handling
` [PATCH 02/21] ARCNET: fix hard_header_len limit
` [PATCH 03/21] ARCNET: capmode: fix transfer length
` [PATCH 04/21] ARCNET: whitespace, tab and codingstyle fixes
` [PATCH 08/21] ARCNET: com90io: remove unneeded macros
` [PATCH 10/21] ARCNET: com20020: fix ioaddr prefixes
` [PATCH 15/21] ARCNET: capmode: remove extra function and use C99 in struct
` [PATCH 19/21] ARCNET: com20020: add enable and disable device on open/close

Interacting with coherent memory on external devices
 2015-04-24 18:41 UTC  (11+ messages)

[RFC] capabilities: Ambient capabilities
 2015-04-24 18:41 UTC  (13+ messages)

BCM2836 (Raspberry Pi 2) port
 2015-04-24 18:41 UTC  (4+ messages)

strange benchmark problem : restarting osd daemon improve performance from 100k iops to 300k iops
 2015-04-24 18:41 UTC  (14+ messages)
` [ceph-users] "

Fwd: Thunderbolt hotplug not working on MacMini7,1
 2015-04-24 18:39 UTC  (10+ messages)
  `  "

[U-Boot] [PATCH] sunxi: display: Align end of memory to work around a linux-4.0 bug
 2015-04-24 18:39 UTC 

[PATCH v2 WIP 1/2] parport: add device-model to parport subsystem
 2015-04-24 18:37 UTC  (6+ messages)

[U-Boot] [PATCH] spl: descend into lib/ for all the SPL boards
 2015-04-24 18:34 UTC  (4+ messages)

Enabling IPU on OMAP44xx
 2015-04-24 18:34 UTC  (2+ messages)

[PATCH] bus: omap_l3_noc: Fix master id address decoding for OMAP5
 2015-04-24 18:33 UTC  (4+ messages)

[PATCH v6 1/3] lib/plist: Provide plist_add_head() for nodes with the same prio
 2015-04-24 18:32 UTC  (7+ messages)
` [PATCH v6 2/3] sched/rt: Fix wrong SMP scheduler behavior for equal prio cases
              `  "

[U-Boot] [PATCH 01/10] sunxi: Also set Auxiliary Ctl SMP bit in SPL
 2015-04-24 18:32 UTC  (8+ messages)
` [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

[BUG] lttng-sessiond
 2015-04-24 18:32 UTC 

[PATCHv3] refs.c: enable large transactions
 2015-04-24 18:31 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/5] target-i386: Some CPUX86State -> X86CPU conversions
 2015-04-24 18:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] target-i386: Use X86CPU on cpu_x86_support_mca_broadcast()
` [Qemu-devel] [PATCH 2/5] target-i386: Use X86CPU on cpu_x86_version()
` [Qemu-devel] [PATCH 3/5] target-i386: Use X86CPU on cpu_get_pic_interrupt()
` [Qemu-devel] [PATCH 4/5] target-i386: Use X86CPU on cpu_report_tpr_access()
` [Qemu-devel] [PATCH 5/5] target-i386: Use X86CPU on cpu_x86_cpuid()

[Documentation, dizzy][PATCH] RN: Updates from bitbake-metadata2doc.sh
 2015-04-24 18:28 UTC  (2+ messages)

[PATCH v2] ASoC: Add support for NAU8825 codec to ASoC
 2015-04-24 18:28 UTC  (2+ messages)

[PATCH v3] Renesas Ethernet AVB driver
 2015-04-24 18:27 UTC  (8+ messages)

[PATCH 0/2] make deb-pkg build speed improvements
 2015-04-24 18:25 UTC  (3+ messages)
` [PATCH 1/2] package: Makefile: ensure $MAKE can use jobserver
` [PATCH 2/2] builddeb: parallelize debug module installation

[PATCH][oe-layersetup] arago-daisy-config: bump bitbake to 1.26 for lightweight tag fixes
 2015-04-24 18:24 UTC 

[PATCH] libsepol: Binary modules do not support ioctl rules
 2015-04-24 18:25 UTC 

Updates to meta-fsl-arm (fido and master) in 2015-04-24
 2015-04-24 18:23 UTC 

Broadcom 43340 module on iMX6DL
 2015-04-24 18:24 UTC  (14+ messages)

task dequeue
 2015-04-24 18:24 UTC 

Updates to meta-fsl-arm-extra (fido and master) in 2015-04-24
 2015-04-24 18:22 UTC 

[PATCH] Btrfs: Add OPER_SUB_SUBTREE to the list of operation types to be displayed in a trace
 2015-04-24 18:20 UTC 

[PATCH 0/7] asoc: Add audio for sti platforms
 2015-04-24 18:20 UTC  (5+ messages)
` [PATCH 3/7] Asoc: sti: add CPU DAI driver for playback
` [PATCH 4/7] Asoc: sti: add CPU DAI driver for capture

[PATCH] irqchip/gicv3-its: Decrease page size when needed
 2015-04-24 18:18 UTC  (15+ messages)
` [PATCH 1/2] irqchip/gicv3-its: Support share device ID

[PATCH] spi: fsl-espi: fix behaviour for full-duplex xfers
 2015-04-24 18:17 UTC  (6+ messages)

[PATCH] input: misc: Add TI drv2665 haptics driver
 2015-04-24 18:16 UTC 

[PATCH] Input: drv2667: Fix Kconfig error for help screen
 2015-04-24 18:16 UTC  (2+ messages)
` [PATCH] input: ff-core: Fix spelling mistake in ff-core

perf tool
 2015-04-24 18:16 UTC 

[PATCH] drm/exynos: fix source data argument for plane
 2015-04-24 18:15 UTC  (2+ messages)

[U-Boot] [PATCH 00/21] sunxi: Move ALL boards to the device-model
 2015-04-24 18:15 UTC  (4+ messages)
` [U-Boot] [PATCH 03/21] sunxi: usbc: Fix vbus gpio handling to work with "

Should I still use pm_timer as clock source for hrt mode
 2015-04-24 18:15 UTC  (3+ messages)

drm/exynos: two small fixes (v2)
 2015-04-24 18:14 UTC  (8+ messages)
` [PATCH 1/2] drm/exynos: mixer: cleanup pixelformat handling
` [PATCH 2/2] drm/exynos: cleanup exynos_drm_plane

Unable to replay blktrace with mixed workload
 2015-04-24 18:14 UTC  (3+ messages)

[PATCH V4 0/4] i2c: busses: xgene: I2C proxy driver for X-Gene
 2015-04-24 18:13 UTC  (3+ messages)
` [PATCH V4 1/4] i2c: busses: add SLIMpro I2C device driver on APM X-Gene platform

[PATCH] fstests: test btrfs send after swapping directory names differently
 2015-04-24 18:11 UTC  (3+ messages)

[PATCH v2] toshiba_acpi: Do not register vendor backlight when acpi_video bl is available
 2015-04-24 18:10 UTC  (2+ messages)

[PATCH] drm/i915/skl: Bypass debug message if scalers are not requested
 2015-04-24 18:07 UTC  (5+ messages)

[Buildroot] [git commit] qpdf: unbreak build on uClibc w/o threads
 2015-04-24 18:01 UTC 

[GIT PULL] kdbus for 4.1-rc1
 2015-04-24 18:00 UTC  (13+ messages)
` Issues with capability bits and meta-data in kdbus

[PATCH 0/4] spi: spi-ath79: Devicetree support and misc fixes
 2015-04-24 17:58 UTC  (6+ messages)
` [PATCH 1/4] devicetree: add binding documentation for the AR7100 SPI controller

[PATCH] x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
 2015-04-24 17:57 UTC  (7+ messages)

[PATCH] perf-bench/futex: Fix hung wakeup tasks after requeueing
 2015-04-24 17:57 UTC  (3+ messages)

giant branch for v0.87.2 ready for QE
 2015-04-24 17:55 UTC  (2+ messages)

[PATCH] ti-cgt6x: update LICENSE to the proper format
 2015-04-24 17:55 UTC 

attempting mesh on ath10k
 2015-04-24 17:55 UTC  (2+ messages)

[RFC 0/7] ASoC: hda - ASoC DSP widget event handlers
 2015-04-24 17:55 UTC  (9+ messages)
` [RFC 1/7] ASoC: hda: Add skl dsp init and registering with SST IPC lib
` [RFC 2/7] ASoC: hda: add helper to configure module params
` [RFC 5/7] ASOC: hda: add DSP platfrom controls widget event handlers
` [RFC 6/7] ASoC: hda: Add support for SSP register settings

[PATCH v3] locking/rwsem: reduce spinlock contention in wakeup after up_read/up_write
 2015-04-24 17:54 UTC 

[U-Boot] [PATCH 0/4] x86: support of pin-muxing from device tree
 2015-04-24 17:55 UTC  (8+ messages)
` [U-Boot] [PATCH 3/4] x86: gpio: add pinctrl support from the "
      ` [U-Boot] unassigned-patches/150: "
    ` [U-Boot] unassigned-patches/151: Re: [PATCH 0/4] x86: support of pin-muxing from "

[Buildroot] integrating MariaDB Galera Cluster into BR
 2015-04-24 17:54 UTC  (2+ messages)

[rtc-linux] [PATCH] drivers/rtc/rtc-efi.c: Update author email address
 2015-04-24 17:54 UTC 

[RFC v1 00/15] Add VT-d Posted-Interrupts support
 2015-04-24 17:50 UTC  (4+ messages)

[memcg:since-4.0 185/259] arch/x86/oprofile/../../../drivers/oprofile/buffer_sync.c:229:46: sparse: incorrect type in argument 1 (different address spaces)
 2015-04-24 17:49 UTC 

Debian 3.16.7-ckt9-2 issue with lttng-modules kmem probe
 2015-04-24 17:45 UTC 

[Buildroot] [PATCHv2] Makefile: add list-defconfig to the general help
 2015-04-24 17:45 UTC  (3+ messages)

[PATCH 00/21] ND: NFIT-Defined / NVDIMM Subsystem
 2015-04-24 17:45 UTC  (8+ messages)
` [PATCH 08/21] nd: ndctl.h, the nd ioctl abi
  ` [Linux-nvdimm] "

How to repair a BTRFS block?
 2015-04-24 17:44 UTC  (3+ messages)

Strange error trying to use externalsrc
 2015-04-24 17:43 UTC  (4+ messages)

[Buildroot] [PATCH 0/30] matchbox: huge cleanups (branch yem/matchbox)
 2015-04-24 17:43 UTC  (10+ messages)
` [Buildroot] [PATCH 05/30] package/matchbox: make matchbox-desktop a real package
` [Buildroot] [PATCH 09/30] package/matchbox: make match-startup-monitor "
` [Buildroot] [PATCH 10/30] package/matchbox: remove superfluous conditional includes

[PATCH] net: mdio-gpio: support access that may sleep
 2015-04-24 17:42 UTC  (6+ messages)

+ revert-fanotify-dont-set-fan_ondir-implicitly-on-a-marks-ignored-mask.patch added to -mm tree
 2015-04-24 17:42 UTC 

[PATCH v7 0/5] Display IO topology when PXM data is available (plus some cleanup)
 2015-04-24 17:42 UTC  (7+ messages)
` [PATCH v7 2/5] sysctl: Add sysctl interface for querying PCI topology

[fanotify] 66ba93c0d7f: i6300esb: Unexpected close, not stopping watchdog!
 2015-04-24 17:42 UTC  (3+ messages)
` [LKP] "

[Buildroot] grub on target
 2015-04-24 17:41 UTC  (3+ messages)

[Qemu-trivial] [PATCH] hostmem: Fix mem-path property name in error report
 2015-04-24 17:41 UTC  (2+ messages)
` [Qemu-devel] "

running daemons as user/group ceph
 2015-04-24 17:37 UTC 

[PATCH] NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands
 2015-04-24 17:37 UTC 

[PATCH v1] src/profile: Set service to connecting in ext_connect
 2015-04-24 17:36 UTC 

[RFC v5 0/8] genpd multiple states v5
 2015-04-24 17:35 UTC  (9+ messages)
` [RFC v5 1/8] PM / Domains: structure changes for multiple states
` [RFC v5 2/8] PM / Domains: select deepest state
` [RFC v5 3/8] ARM: s3c64xx: pm: Convert to multiple states
` [RFC v5 4/8] ARM: exynos: "
` [RFC v5 5/8] ARM: r8a7779: "
` [RFC v5 6/8] ARM: rmobile: "
` [RFC v5 7/8] ARM: ux500: "
` [RFC v5 8/8] PM / Domains: remove old power on/off callbacks

[RFC 0/9] Add SKL ipc handling code
 2015-04-24 17:34 UTC  (13+ messages)
` [RFC 1/9] ASoC: hda: Add helper to read/write to dsp mmio space
` [RFC 2/9] ASoC: hda: Add IPC library for SKL platform
` [RFC 8/9] ASoC: hda: Add for CL DMA interrupt handling
` [RFC 9/9] ASoC: hda: Export API to change DSP power state

Linux device driver for USB WIFI needs integrating
 2015-04-24 17:31 UTC  (2+ messages)

[PATCH 0/5] Avoid file descriptor exhaustion in ref_transaction_commit()
 2015-04-24 17:30 UTC  (4+ messages)
` [PATCH 4/5] ref_transaction_commit(): remove the local flags variables

grub2 dev
 2015-04-24 17:29 UTC  (2+ messages)

[PATCH] gitignore: Add MIPS vmlinux.32 to the list
 2015-04-24 17:27 UTC 

[seabios test] 51929: regressions - FAIL
 2015-04-24 17:29 UTC 

[patch net-next v4 RFC 00/15] introduce programable flow dissector and cls_flower
 2015-04-24 17:28 UTC  (3+ messages)
` [patch net-next v4 RFC 12/15] flow_dissector: introduce support for ipv6 addressses


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.