All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-08 20:36:06 to 2015-05-08 21:32:24 UTC [more...]

[PATCH v2 3/5] sched, timer: Use atomics in thread_group_cputimer to improve scalability
 2015-05-08 21:31 UTC  (3+ messages)
` [tip:sched/core] sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), "
  ` [PATCH] sched, timer: Fix documentation for 'struct thread_group_cputimer'

[GIT PULL] Btrfs fix
 2015-05-08 21:32 UTC 

[PATCH] ASoC: codecs-ac97: Remove rate constraints
 2015-05-08 21:32 UTC  (2+ messages)
` [alsa-devel] "

[PATCH 1/3] tree-walk: learn get_tree_enty_follow_symlinks
 2015-05-08 21:31 UTC  (9+ messages)
` [PATCH 2/3] sha1_name: get_sha1_with_context learns to follow symlinks

[Qemu-devel] [PATCH 00/34] block: Cache mode for children, reopen overhaul and more
 2015-05-08 21:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH 01/34] qdict: Add qdict_array_entries()
` [Qemu-devel] [PATCH 02/34] qdict: Add qdict_{set,copy}_default()
  ` [Qemu-devel] [PATCH 02/34] qdict: Add qdict_{set, copy}_default()

[PATCH libtirpc] fix build w/gssapi disabled
 2015-05-08 21:27 UTC  (12+ messages)
` [Libtirpc-devel] "
              ` [PATCH V2] Fix Build "

[RFC] On-die ECC support
 2015-05-08 21:26 UTC  (9+ messages)
` [PATCH 1/3] mtd: nand: Add on-die "

[Qemu-devel] [PATCH v3] block/vdi: Use bdrv_flush after metadata updates
 2015-05-08 21:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4] "

[PATCH V3] cpuidle: Handle tick_broadcast_enter() failure gracefully
 2015-05-08 21:51 UTC  (4+ messages)

[PATCH 1/2] HID: wacom: Allow wacom_{get,set}_report to retry on -EAGAIN
 2015-05-08 21:25 UTC  (2+ messages)
` [PATCH 2/2] HID: wacom: Handle failing HID_DG_CONTACTMAX requests

[PATCH 0/6] support "dataplane" mode for nohz_full
 2015-05-08 21:22 UTC  (5+ messages)

t0005-signals.sh fails with ksh
 2015-05-08 21:21 UTC  (6+ messages)

[PATCH V3 00/14] cpufreq: Don't loose cpufreq history on CPU hotplug
 2015-05-08 21:46 UTC  (3+ messages)
` [PATCH V3 01/14] cpufreq: Create for_each_{in}active_policy()

[PATCH 0/3] git help: group common commands by theme
 2015-05-08 21:20 UTC  (10+ messages)
` [PATCH 2/3] generate-cmdlist.sh: parse common group commands
` [PATCH 3/3] git help: group common commands by theme

[PATCH v2] Implement rte_memcmp with AVX/SSE instructions
 2015-05-08 21:19 UTC  (2+ messages)
  ` [PATCH v2] Implement memcmp using "

Kernel Dump scanning directory
 2015-05-08 21:18 UTC  (6+ messages)

[PATCH v3] ktime: Fix ktime_divns to do signed division
 2015-05-08 21:18 UTC  (2+ messages)

[GIT PULL 00/30] perf/core improvements and fixes
 2015-05-08 20:56 UTC  (31+ messages)
` [PATCH 01/30] perf probe: Fix to close probe_events file in error
` [PATCH 02/30] perf probe: Fix a typo for the flags of open
` [PATCH 03/30] perf probe: Fix to return 0 when positive value returned
` [PATCH 04/30] perf probe: Make --line checks validate C-style function name
` [PATCH 05/30] perf probe: Skip kernel symbols which is out of .text
` [PATCH 06/30] perf probe: Support $params special probe argument
` [PATCH 07/30] perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.h
` [PATCH 08/30] perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/barrier.h
` [PATCH 09/30] perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.h
` [PATCH 10/30] perf tools: Move barrier() definition to tools/include/linux/compiler.h
` [PATCH 11/30] tools: Adopt asm-generic/barrier.h
` [PATCH 12/30] perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.h
` [PATCH 13/30] perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.h
` [PATCH 14/30] perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.h
` [PATCH 15/30] perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.h
` [PATCH 16/30] perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barrier.h
` [PATCH 17/30] perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barrier.h
` [PATCH 18/30] perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.h
` [PATCH 19/30] perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.h
` [PATCH 20/30] perf tools: Move generic barriers out of perf-sys.h
` [PATCH 21/30] tools include: Add basic atomic.h implementation from the kernel sources
` [PATCH 22/30] perf tools: Use atomic_t to implement thread__{get,put} refcnt
` [PATCH 23/30] perf machine: Protect the machine->threads with a rwlock
` [PATCH 24/30] perf bench futex: Support parallel waker threads
` [PATCH 25/30] perf bench futex: Handle spurious wakeups
` [PATCH 26/30] perf probe: Use perf_probe_event.target instead of passing as an argument
` [PATCH 27/30] perf probe: Introduce probe_conf global configs
` [PATCH 28/30] perf probe: Add --no-inlines option to avoid searching inline functions
` [PATCH 29/30] perf probe: Support glob wildcards for function name
` [PATCH 30/30] perf build: Disable libdw DWARF unwind when built with NO_DWARF

[Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command
 2015-05-08 21:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] Update to adding an IPMI device to qemu
 2015-05-08 21:16 UTC  (7+ messages)
` [Qemu-devel] [PATCH 02/17] ipmi: Add a PC ISA type structure

[PATCH v2] btrfs: iterate over unused chunk space in FITRIM
 2015-05-08 21:16 UTC  (3+ messages)

Bulid regression with VDSO enabled
 2015-05-08 21:15 UTC  (3+ messages)

[PATCH 0/2] allow UUID changes on V5/CRC filesystems
 2015-05-08 21:14 UTC  (4+ messages)
` [PATCH 1/2] xfs: create new metadata UUID field and incompat flag
` [PATCH 2/2] xfsprogs: Add new sb_meta_uuid field, and userspace tools to manipulate it

[PATCH v2 0/6] Misc patches to aid migration v2 Remus support
 2015-05-08 21:14 UTC  (7+ messages)
` [PATCH v2 1/6] xen/hvm: Permit HVM_PARAM_IDENT_PT to be set more than once
` [PATCH v2 2/6] libxc/restore: Bail if unknown options are found
` [PATCH v2 3/6] libxc/migration: Be rather stricter with illformed callers
` [PATCH v2 4/6] libxc/save: Adjust stream-position callbacks for checkpointed streams
` [PATCH v2 5/6] tools/migration: Specification update for 'checkpointed' flag
` [PATCH v2 6/6] libxc/migration: Specification update for CHECKPOINT records

[RFC PATCH net-next 00/11] netns: don't switch namespace while creating kernel sockets
 2015-05-08 21:13 UTC  (6+ messages)

DM3730 + MUSB host mode + DMA + USB Ethernet dongle = Fail
 2015-05-08 21:11 UTC  (11+ messages)

[PATCH v2] btrfs: add missing discards when unpinning extents with -o discard
 2015-05-08 21:10 UTC  (2+ messages)

opkg_install_pkg: Package <name> md5sum mismatch. Either the opkg or the package index are corrupt
 2015-05-08 21:09 UTC  (7+ messages)
` [OE-core] "

[PATCH v21 00/14] x86/PMU: Xen PMU PV(H) support
 2015-05-08 21:06 UTC  (15+ messages)
` [PATCH v21 01/14] common/symbols: Export hypervisor symbols to privileged guest
` [PATCH v21 02/14] x86/VPMU: Add public xenpmu.h
` [PATCH v21 03/14] x86/VPMU: Make vpmu not HVM-specific
` [PATCH v21 04/14] x86/VPMU: Interface for setting PMU mode and flags
` [PATCH v21 05/14] x86/VPMU: Initialize VPMUs with __initcall
` [PATCH v21 06/14] x86/VPMU: Initialize PMU for PV(H) guests
` [PATCH v21 07/14] x86/VPMU: Save VPMU state for PV guests during context switch
` [PATCH v21 08/14] x86/VPMU: When handling MSR accesses, leave fault injection to callers
` [PATCH v21 09/14] x86/VPMU: Add support for PMU register handling on PV guests
` [PATCH v21 10/14] x86/VPMU: Use pre-computed masks when checking validity of MSRs
` [PATCH v21 11/14] x86/VPMU: Handle PMU interrupts for PV(H) guests
` [PATCH v21 12/14] x86/VPMU: Merge vpmu_rdmsr and vpmu_wrmsr
` [PATCH v21 13/14] x86/VPMU: Add privileged PMU mode
` [PATCH v21 14/14] x86/VPMU: Move VPMU files up from hvm/ directory

[PATCH] PM / clock_ops: Fix clock error check in __pm_clk_add()
 2015-05-08 21:05 UTC  (4+ messages)

[U-Boot] [RFC PATCH v1 0/1] Include timezone information in build
 2015-05-08 21:05 UTC  (2+ messages)

[PATCH] ARM: tegra: add "nor-jedec" flash compatible binding
 2015-05-08 21:04 UTC  (16+ messages)

[PATCH v8 0/9] Tegra xHCI support
 2015-05-08 21:03 UTC  (10+ messages)
` [PATCH v8 6/9] mailbox: Add NVIDIA Tegra XUSB mailbox binding

[Qemu-devel] [RFC 0/8] Helper-based Atomic Instruction Emulation (AIE)
 2015-05-08 21:02 UTC  (9+ messages)
` [Qemu-devel] [RFC 1/8] cputlb: add physical address to CPUTLBEntry
` [Qemu-devel] [RFC 2/8] softmmu: add helpers to get ld/st physical addresses
` [Qemu-devel] [RFC 3/8] tiny_set: add module to test for membership in a tiny set of pointers
` [Qemu-devel] [RFC 4/8] radix-tree: add generic lockless radix tree module
` [Qemu-devel] [RFC 5/8] aie: add module for Atomic Instruction Emulation
` [Qemu-devel] [RFC 6/8] aie: add target helpers
` [Qemu-devel] [RFC 7/8] target-arm: emulate atomic instructions using AIE
` [Qemu-devel] [RFC 8/8] target-i386: "

[PATCH] tools/libxc: Fix missing break from c/s b49a7517
 2015-05-08 20:59 UTC 

[PATCH net-next] switchdev: add support for fdb add/del/dump via switchdev_port_obj ops
 2015-05-08 20:58 UTC  (6+ messages)

[V3 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-08 20:58 UTC  (15+ messages)
` [V3 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency
` [V3 PATCH 2/5] arm64 : Introduce support for ACPI _CCA object
` [V3 PATCH 3/5] device property: Introduces device_dma_is_coherent()

[RFC] i2c-tools: i2ctransfer: add new tool
 2015-05-08 20:58 UTC  (6+ messages)

[PATCH V6 0/7] x86/intel_rdt: Intel Cache Allocation Technology
 2015-05-08 20:55 UTC  (8+ messages)
` [PATCH 4/7] x86/intel_rdt: Implement scheduling support for Intel RDT

[PATCH] sequencer.c: abbreviate hashs placed in the middle of messages
 2015-05-08 20:57 UTC  (8+ messages)

[RFC PATCH 0/5] Add Core Capability Bits to use in Management helpers
 2015-05-08 20:56 UTC  (9+ messages)
` [RFC PATCH 1/5] IB/core: Add Core Capability flags to ib_device

[PATCH] add GENEVE netdev tunnel driver
 2015-05-08 20:55 UTC  (3+ messages)
` [PATCH 5/5] geneve: add initial netdev driver for GENEVE tunnels

[PATCH v7 0/5] genpd multiple states v7
 2015-05-08 20:53 UTC  (4+ messages)
` [PATCH v7 2/5] PM / Domains: core changes for multiple states

Nightlies and dumpling
 2015-05-08 20:50 UTC  (3+ messages)

[PATCH v4 0/2] iommu: add rmrr Xen command line option
 2015-05-08 20:51 UTC  (6+ messages)
` [PATCH v4 2/2] iommu: add rmrr Xen command line option for misc rmrrs

[PATCHv2 0/3] Find mirrored memory, use for boot time allocations
 2015-05-08 20:49 UTC  (6+ messages)

[PATCH v3 00/10] mtd: nand: add Broadcom NAND controller support
 2015-05-08 20:47 UTC  (7+ messages)
` [PATCH v3 06/10] mtd: brcmstb_nand: add SoC-specific support

pvgrub regression in xen.git 123c77937975
 2015-05-08 20:47 UTC  (2+ messages)

[PATCH 01/12] kstrto*: accept "-0" for signed conversion
 2015-05-08 20:46 UTC  (3+ messages)
` [PATCH 02/12] Add parse_integer() (replacement for simple_strto*())

[PATCH iproute2] ss: dctcp changes
 2015-05-08 20:46 UTC  (2+ messages)

[PATCH 0/6] IOMMU/DMA map_resource support for peer-to-peer
 2015-05-08 20:46 UTC  (3+ messages)

[PATCH] ACPICA: Divergence: Remove redundant definitions
 2015-05-08 21:10 UTC  (2+ messages)

Commit 0e32b39c ("drm/i915: add DP 1.2 MST support (v0.7)") breaking DP audio on T440s
 2015-05-08 20:45 UTC  (2+ messages)

[PATCH 3.19 0/7] 3.19.8-stable review
 2015-05-08 20:45 UTC  (5+ messages)

[U-Boot] About generic board
 2015-05-08 20:45 UTC 

[U-Boot] [PATCH 4/4] x86: qemu: Add graphics support
 2015-05-08 20:43 UTC  (2+ messages)

[GIT PULL] ARM: OMAP2+: first set of hwmod fixes for v4.1-rc
 2015-05-08 20:43 UTC  (2+ messages)

[PATCH] network: led-blink: update mac80211 patch
 2015-05-08 20:42 UTC 

[U-Boot] [PATCH v2 2/6] x86: Support QEMU x86 targets
 2015-05-08 20:42 UTC  (11+ messages)
` [U-Boot] [PATCH v2 3/6] x86: Make QEMU the default vendor
` [U-Boot] [PATCH v2 4/6] x86: Set CONFIG_NR_DRAM_BANKS to 8 and move it to x86-common.h
` [U-Boot] [PATCH v2 5/6] x86: Change coreboot default build configuration to QEMU
` [U-Boot] [PATCH v2 6/6] x86: Update README.x86 for QEMU support

[U-Boot] [PATCH v2 1/6] pci: Move pci_hose_phys_to_bus() to pci_common.c
 2015-05-08 20:42 UTC  (3+ messages)

[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
 2015-05-08 20:40 UTC  (15+ messages)

[PATCHv3 0/5] Add support to handle INCOMPATIBLE_LICENSE
 2015-05-08 20:41 UTC  (6+ messages)
` [PATCHv3 1/5] license_class: Reimplemented manifest creation in python
` [PATCHv3 2/5] license_class: Generalize license_ok function
` [PATCHv3 3/5] license: Split visit_string in LicenseVisitor
` [PATCHv3 4/5] license: Add support for handle INCOMPATIBLE_LICENSE in manifest creation
` [PATCHv3 5/5] license_class: license_create_manifest improvment

[PATCH 10/11] drm/i915: Add NV12 to primary plane programming
 2015-05-08 20:40 UTC  (2+ messages)

[PATCH 1/3 v6] dt/bindings: Add binding for the BCM2835 mailbox driver
 2015-05-08 20:38 UTC  (7+ messages)
` [PATCH 2/3 v8] mailbox: Enable BCM2835 mailbox support

[U-Boot] Recommended SH toolchain
 2015-05-08 20:37 UTC  (6+ messages)
` [U-Boot] Fwd: "

[PATCH 0/3] Add support to handle INCOMPATIBLE_LICENSE
 2015-05-08 20:38 UTC  (4+ messages)
` [PATCH 1/3] license_class: Reimplemented manifest creation in python


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.