All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-17 15:03:25 to 2014-04-17 15:51:15 UTC [more...]

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-17 15:51 UTC  (95+ messages)
  ` [PATCH v9 01/19] qspinlock: A simple generic 4-byte queue spinlock
  ` [PATCH v9 02/19] qspinlock, x86: Enable x86-64 to use "
  ` [PATCH v9 03/19] qspinlock: Add pending bit
  ` [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
  ` [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
  ` [PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
  ` [PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
  ` [PATCH v9 08/19] qspinlock: Make a new qnode structure to support virtualization
  ` [PATCH v9 09/19] qspinlock: Prepare for unfair lock support
  ` [PATCH v9 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
  ` [PATCH v9 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
  ` [PATCH v9 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
  ` [PATCH v9 13/19] unfair qspinlock: Enable lock stealing in lock waiters
  ` [PATCH v9 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
  ` [PATCH v9 15/19] pvqspinlock, x86: Add PV data structure & methods
  ` [PATCH v9 16/19] pvqspinlock: Enable coexistence with the unfair lock
  ` [PATCH v9 17/19] pvqspinlock: Add qspinlock para-virtualization support
  ` [PATCH v9 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
  ` [PATCH v9 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH v3 0/5] Fixes for tps65090 for Samsung ARM Chromebook
 2014-04-17 15:51 UTC  (4+ messages)
` [PATCH v3 3/5] mfd: tps65090: Stop caching most registers

question on read_barrier_depends
 2014-04-17 15:50 UTC  (3+ messages)

[PATCH next 0/4] blk-mq: misc changes
 2014-04-17 15:49 UTC  (4+ messages)
` [PATCH next 1/4] blk-mq: free hctx->ctx_map when init failed
` [PATCH next 3/4] blk-mq: user (1 << order) to implement order_to_size()
` [PATCH next 4/4] blk-mq: initialize req->q in allocation

[PATCH 00/18] Cross-architecture definitions of relaxed MMIO accessors
 2014-04-17 15:47 UTC  (3+ messages)

[PATCH 0/6] x86/P2M: reduce time group type changes take
 2014-04-17 15:47 UTC  (7+ messages)
` [PATCH 1/6] x86/EPT: don't walk entire page tables when globally changing types
` [PATCH 2/6] x86/EPT: don't walk entire page tables when changing types on a range
` [PATCH 3/6] x86/P2M: simplify write_p2m_entry()
` [PATCH 4/6] x86/NPT: don't walk entire page tables when changing types on a range
` [PATCH 5/6] x86/NPT: don't walk entire page tables when globally changing types
` [PATCH 6/6] x86/P2M: cleanup

Fwd: RTL8192CU chip strange works
 2014-04-17 15:47 UTC 

[PATCH v3 0/7] Introducing (yet again) Device Tree Overlays
 2014-04-17 15:46 UTC  (7+ messages)

platform_data in i2c device drivers
 2014-04-17 15:46 UTC  (3+ messages)
      ` [PATCH] i2c-mux-pca954x: allow downstream bus numbers to be specified in the dts

automatic submodule deinit (platform specific blacklist)
 2014-04-17 15:45 UTC  (2+ messages)

[PATCH] mtd: spi-nor: fix the wrong dummy value
 2014-04-17 14:15 UTC  (7+ messages)

[RFC PATCH] mtd: spi-nor: add DDR quad read support
 2014-04-17 14:24 UTC  (2+ messages)

[PATCH] crypto: sha{256,512}_ssse3 - remove asmlinkage from static functions
 2014-04-17 15:28 UTC  (2+ messages)

[PATCH v2] x86/vmx: Add command line option to enable EPT without PAT
 2014-04-17 15:44 UTC  (5+ messages)

[libvirt baseline test] 25903: tolerable FAIL
 2014-04-17 15:43 UTC  (5+ messages)
    ` [OSSTEST PATCH] cr-daily-branch: Print better message re lack of push

[Buildroot] [PATCH 0/13 v2] Add virtual package for full-openGL (branch yem/opengl)
 2014-04-17 15:42 UTC  (5+ messages)
` [Buildroot] [PATCH 13/13] package/vlc: depends on the virtual package libgl

[Buildroot] [PATCH 1/1] xapp_xdriinfo: depends on the virtual package libgl
 2014-04-17 15:42 UTC 

[PATCH 1/3] cgroup: clean up obsolete comment for parse_cgroupfs_options()
 2014-04-17 15:40 UTC  (6+ messages)

[PATCH 2/2] net: Implement SO_PASSCGROUP to enable passing cgroup path
 2014-04-17 15:41 UTC  (11+ messages)

[PATCH v3 0/5] enhance DMA CMA on x86
 2014-04-17 15:40 UTC  (5+ messages)
` [PATCH v3 1/5] x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled

[PATCH] mbpi: Parse gsm provider name
 2014-04-17 15:40 UTC  (2+ messages)

File changing in snapshot
 2014-04-17 15:39 UTC 

Grant access to more than one dom
 2014-04-17 15:38 UTC  (4+ messages)

[PATCH 0/5] MCPM backend for Exynos5420
 2014-04-17 15:38 UTC  (10+ messages)
` [PATCH 5/5] arm: exynos: Add MCPM call-back functions

[PATCH 00/11] Fixes for omap PM for making omap3 DT only
 2014-04-17 15:37 UTC  (5+ messages)
` [PATCH 10/11] mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree

[RFC PATCH v2 0/4] ext4: extents status tree shrinker improvement
 2014-04-17 15:35 UTC  (4+ messages)

[PATCH] staging: r8188eu: Fix some sparse warnings
 2014-04-17 15:35 UTC 

[PATCH v3 0/1] synaptics: Add min/max quirk for ThinkPad T431s, L440, L540, Yoga and X1
 2014-04-17 15:35 UTC  (3+ messages)
` [PATCH v3] synaptics: Add min/max quirk for ThinkPad T431s, L440, L540, S1 "

[PATCH 1/4] kmemcheck: add additional selfchecks
 2014-04-17 15:33 UTC  (13+ messages)
` [PATCH 3/4] x86/insn: Extract more information about instructions
              `  "

[perf] more perf_fuzzer memory corruption
 2014-04-17 15:35 UTC  (10+ messages)

[RFC] t7410: 210 tests for various 'git submodule update' scenarios
 2014-04-17 15:31 UTC  (4+ messages)

[PATCH v2] usb: gadget: fsl: Set dma_ops for FSL USB Gadget Device
 2014-04-17 15:28 UTC  (2+ messages)

[PATCH 1/7] workqueue: add __WQ_FREEZING and remove POOL_FREEZING
 2014-04-17 15:29 UTC  (5+ messages)
` [PATCH] "

[PATCHv2 0/8] Resource-managed extcon device register function
 2014-04-17 15:29 UTC  (5+ messages)
` [PATCHv2 1/8] extcon: Add resource-managed extcon "
` [PATCHv2 8/8] extcon: arizona: Use devm_extcon_dev_register()

[PATCH] NVMe: Change how aborts are handled
 2014-04-17 15:29 UTC  (2+ messages)

[Xen-users] Xen 4.3.1 HVM hangs after boot
 2014-04-17 15:29 UTC 

[PATCH 2/3] cgroup: remove orphaned cgroup_pidlist_seq_operations
 2014-04-17 15:29 UTC  (2+ messages)

[PATCH 3/3] cgroup: replace pr_warning with preferred pr_warn
 2014-04-17 15:28 UTC  (2+ messages)

[PATCH V2] workqueue: fix possible race condition when rescuer VS pwq-release
 2014-04-17 15:27 UTC  (3+ messages)
` [PATCH 1/2] workqueue: rescuer_thread() processes all pwqs before exit

[PATCH net] net: sctp: cache auth_enable per endpoint
 2014-04-17 15:26 UTC  (2+ messages)

Is SCTP throughput really this low compared to TCP?
 2014-04-17 15:26 UTC  (2+ messages)

[tip:x86/urgent] x86/mce: Fix CMCI preemption bugs
 2014-04-17 15:26 UTC  (5+ messages)

Make huge files strictly contiguous (fallocate, bigalloc, e4defrag...)
 2014-04-17 15:24 UTC  (2+ messages)

[Bug 73781] New: acpi-cpufreq cannot be loaded
 2014-04-17 15:24 UTC  (3+ messages)
` [Bug 73781] "

System load notification
 2014-04-17 15:21 UTC  (3+ messages)

How to add a distro feature from an image recipe?
 2014-04-17 15:21 UTC  (5+ messages)

[PATCH] cgroup: fix the retry path of cgroup_mount()
 2014-04-17 15:20 UTC  (3+ messages)

babeltrace
 2014-04-17 15:18 UTC 

[RFC PATCH] Suppress a device hot remove related lockdep warning
 2014-04-17 15:17 UTC  (13+ messages)
` [RFC PATCH v2] Use kernfs_break_active_protection() for device online store callbacks
    ` [RFC PATCH v3] "
                ` [RFC PATCH v4] "

should we change the name/macros of file-private locks?
 2014-04-17 15:17 UTC  (5+ messages)

[PATCH 05/15] ring: Convert to use of PMD_REGISTER_DRIVER and fix linking
 2014-04-17 15:16 UTC  (2+ messages)
  ` [PATCH 05/15 v3] "

ext4 filesystem corruption across partitions
 2014-04-17 15:05 UTC 

[PATCH 0/4] ARM: at91: move sam9x5 SoCs and boards to the CCF
 2014-04-17 15:16 UTC  (6+ messages)
` [PATCH 2/4] ARM: at91/dt: define sam9x5 clocks

[PATCH 00/18] drm_bus cleanups and other cruft removal
 2014-04-17 15:14 UTC  (17+ messages)
` [PATCH 10/18] drm/irq: track the irq installed in drm_irq_install in dev->irq
` [PATCH 12/18] drm: pass the irq explicitly to drm_irq_install
` [PATCH 13/18] drm: remove bus->get_irq implementations
` [PATCH 14/18] drm: inline drm_pci_set_unique
` [PATCH 15/18] drm: rip out dev->devname
` [PATCH 16/18] drm: remove drm_bus->get_name
` [PATCH 17/18] drm: Remove dev->kdriver
` [PATCH 18/18] drm/<drivers>: don't set driver->dev_priv_size to 0

[OSSTEST PATCH 1/2] mg-allocate: Fix an "uninitialized value" warning
 2014-04-17 15:14 UTC  (2+ messages)
` [OSSTEST PATCH 2/2] preseed_base: drop obsolete references to NetGateway and NetNetmask

[PATCH v2] kernel/panic: Add "crash_kexec_post_notifiers" option for kdump after panic_notifers
 2014-04-17 15:03 UTC  (2+ messages)

[OSSTEST PATCH 05/12] ts-xen-install: default the interface to the one in /etc/network/interfaces
 2014-04-17 15:13 UTC  (4+ messages)
` [OSSTEST PATCH 1/3] ts-xen-install: nodhcp: Fix iface regexp
  ` [OSSTEST PATCH 2/3] ts-xen-install: nohcp: Invert sense of interfaces loop
  ` [OSSTEST PATCH 3/3] ts-xen-install: nodhcp: Make idempotent

[PATCH v3 0/5] hugetlb: add support gigantic page allocation at runtime
 2014-04-17 15:13 UTC  (3+ messages)

[PATCH] drm/nouveau: add some basic debugfs dumping for nouveau's clients and vm mappings
 2014-04-17 15:13 UTC 

[OSSTEST PATCH] cr-publish-flight-logs: use ssh -o batchmode=yes
 2014-04-17 15:12 UTC 

[PATCH] mcpm: Rename the power_down_finish() functions to be less confusing
 2014-04-17 15:12 UTC  (2+ messages)

[PATCH v3 00/16] xen/arm: Add GICv3 support
 2014-04-17 15:12 UTC  (7+ messages)
` [PATCH v3 13/16] xen/arm: Add support for GIC v3

[U-Boot] [PATCH 0/2] eMMC: support for Read Protected Memory Block (RPMB)
 2014-04-17 15:10 UTC  (4+ messages)
` [U-Boot] [PATCH V2 "
  ` [U-Boot] [PATCH V2 1/2] eMMC: add support for operations in RPMB partition
  ` [U-Boot] [PATCH V2 2/2] eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command

[PATCH] ASoC: cs42l51: Fix SOC_DOUBLE_R_SX_TLV shift values for ADC, PCM, and Analog kcontrols
 2014-04-17 15:08 UTC  (3+ messages)

(no subject)
 2014-04-17 15:07 UTC  (5+ messages)
` [PATCH 5/7] blk-mq: initialize request on allocation

[RFC v2 0/6] xen/arm: Support guest VM save/restore/migration
 2014-04-17 15:06 UTC  (3+ messages)
` [RFC v2 1/6] xen/arm: Save and restore support with hvm context hypercalls

[patch net-next RFC v3 00/10] introduce infrastructure for support of switch chip datapath
 2014-04-17 15:05 UTC  (4+ messages)
` [patch net-next RFC v3 02/10] net: rename netdev_phys_port_id to more generic name

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-17 15:03 UTC 

[PATCH v2 2/2] usb: gadget: Add xilinx axi usb2 device support
 2014-04-17 15:01 UTC  (6+ messages)

[RFC PATCHC 0/3] sched/idle : find the idlest cpu with cpuidle info
 2014-04-17 15:03 UTC  (6+ messages)
` [RFC PATCHC 3/3] sched/fair: use the idle state info to choose the idlest cpu


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.