All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-15 13:37:51 to 2015-12-15 14:31:15 UTC [more...]

[Qemu-devel] [RFC v6 00/14] Slow-path for atomic instruction translation
 2015-12-15 14:31 UTC  (14+ messages)
` [Qemu-devel] [RFC v6 06/14] configure: Use slow-path for atomic only when the softmmu is enabled
` [Qemu-devel] [RFC v6 09/14] softmmu: Add history of excl accesses

[PATCH] selftest/buildhistory.py: Test buildhistory does not change sigs
 2015-12-15 14:32 UTC 

[PATCH v3 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A
 2015-12-15 14:30 UTC  (6+ messages)
` [PATCH v3 1/2] Documentation: DT: Add entry for ARM SP805-WDT
` [PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

[PATCH] net: emac: emac gigabit ethernet controller driver
 2015-12-15 14:30 UTC  (3+ messages)

[PATCH] soc: mediatek: SCPSYS: use module_platform_driver
 2015-12-15 14:30 UTC  (2+ messages)

[PATCH] watchdog: dw_wdt: fix signedness bug in dw_wdt_top_in_seconds()
 2015-12-15 14:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/14] pc: Eliminate struct PcGuestInfo
 2015-12-15 14:28 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 09/14] pc: Remove compat fields from PcGuestInfo
` [Qemu-devel] [PATCH v2 10/14] pc: Remove RAM size "
` [Qemu-devel] [PATCH v2 11/14] pc: Remove PcGuestInfo.isapc_ram_fw field
` [Qemu-devel] [PATCH v2 12/14] pc: Move PcGuestInfo.fw_cfg to PCMachineState

[PATCH 1/3] PM / Runtime: Introduce pm_runtime_get_noidle
 2015-12-15 14:28 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "
    ` [PATCH] PM / runtime: Add new helper for conditional usage count incrementation

[Qemu-devel] [RFC PATCH 0/6] decouple board headers from cpu.h
 2015-12-15 14:28 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] arm: use "struct ARMCPU" in header files
` [Qemu-devel] [PATCH 2/6] mips: use struct CPUMIPSState to avoid need for cpu.h
` [Qemu-devel] [PATCH 3/6] ppc: use struct to avoid the "
` [Qemu-devel] [PATCH 4/6] alpha: use AlphaCPU as an opaque type
` [Qemu-devel] [PATCH 5/6] coldfire: use "struct M68kCPU" in header files
` [Qemu-devel] [PATCH 6/6] sh: use SuperHCPU struct to avoid cpu.h dependency

[Qemu-devel] [Qemu-trivial][PATCH] trace: reflect the file name change
 2015-12-15 14:12 UTC  (3+ messages)

[PATCH] doc: announce ABI change for extending filtering support
 2015-12-15 14:27 UTC  (2+ messages)

[PATCH 1/2] eal: remove zombie symbols
 2015-12-15 14:28 UTC  (4+ messages)
` [PATCH 2/2] ethdev: remove old flow director symbols

Source code review around jump label usage
 2015-12-15 14:27 UTC  (6+ messages)
` [PATCH 0/7] staging-Lustre: Fine-tuning for some function implementations
  ` [PATCH 1/7] staging: lustre: Delete unnecessary goto statements in six functions
      ` [lustre-devel] "

Subvolume UUID, data corruption?
 2015-12-15 14:27 UTC  (19+ messages)
      ` attacking btrfs filesystems via UUID collisions? (was: Subvolume UUID, data corruption?)
        ` attacking btrfs filesystems via UUID collisions?

Question about VirtIO on Xen - Disk performance issues
 2015-12-15 13:09 UTC 

[PATCH v2] irqchip: omap-intc: add support for spurious irq handling
 2015-12-15 14:27 UTC  (5+ messages)

[Buildroot] [PATCH] python-pyasn: fix license file
 2015-12-15 14:27 UTC 

[PATCH v7 00/19] KVM: ARM64: Add guest PMU support
 2015-12-15 14:26 UTC  (21+ messages)
` [PATCH v7 06/19] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v7 08/19] KVM: ARM64: Add access handler for event typer register
` [PATCH v7 09/19] KVM: ARM64: Add access handler for event counter register
` [PATCH v7 10/19] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v7 11/19] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v7 12/19] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register

[PATCH v3] irqchip: omap-intc: add support for spurious irq handling
 2015-12-15 14:26 UTC  (2+ messages)

[PATCH v3 0/4] Cleaning printk stuff in NMI context
 2015-12-15 14:26 UTC  (11+ messages)
` [PATCH v3 4/4] printk/nmi: Increase the size of NMI buffer and make it configurable

[PATCH 1/7] drm/i915: Consolidate unclaimed mmio detection
 2015-12-15 14:25 UTC  (7+ messages)
` [PATCH 2/7] drm/i915: Introduce intel_uncore_unclaimed_mmio
` [PATCH 3/7] drm/i915: Detect and clear unclaimed access on resume
` [PATCH 4/7] drm/i915: Do one shot unclaimed mmio detection less frequently
` [PATCH 5/7] drm/i915: Streamline unclaimed reg debug trace
` [PATCH 6/7] drm/i915: Add unclaimed mmio check to runtime pm get/put
` [PATCH 7/7] drm/i915/chv: Add non claimed mmio checking

[PATCH powerpc/next v6 0/4] atomics: powerpc: Implement relaxed/acquire/release variants
 2015-12-15 14:24 UTC  (4+ messages)
` [PATCH v6 1/4] atomics: Allow architectures to define their own __atomic_op_* helpers
` [PATCH v6 2/4] powerpc: atomic: Implement atomic{, 64}_*_return_* variants
` [PATCH v6 4/4] powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg

[RFC PATCH 0/8] CPUs capacity information for heterogeneous systems
 2015-12-15 14:24 UTC  (18+ messages)
` [RFC PATCH 2/8] Documentation: arm: define DT cpu capacity bindings

[PATCH V6 0/3] cpufreq: intel_pstate: account non C0 time
 2015-12-15 14:24 UTC  (7+ messages)
` [PATCH V6 1/3] cpufreq: intel_pstate: configurable algorithm to get target pstate

releases scheduling
 2015-12-15 14:24 UTC  (3+ messages)

Improving Data-At-Rest encryption in Ceph
 2015-12-15 14:23 UTC  (2+ messages)

[PATCH] scripts: fix abi-validator regression when revision is a tag
 2015-12-15 14:20 UTC  (3+ messages)

problem vhost-user sockets
 2015-12-15 14:21 UTC  (3+ messages)

[RESEND RFC PATCH 0/2] Expose the PIO_ISR register on SAMA5D3
 2015-12-15 14:20 UTC  (7+ messages)

[RFC PATCH] nvme ioctl support
 2015-12-15 14:19 UTC 

[PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h
 2015-12-15 14:20 UTC  (2+ messages)

[PATCH libdrm] Fix memory leak with drmModeGetConnectorCurrent()
 2015-12-15 14:17 UTC  (3+ messages)

The time(2) man page conflicts with glibc
 2015-12-15 14:17 UTC  (4+ messages)

[PATCH v2 0/8] Add MT8173 Video Encoder Driver and VPU Driver
 2015-12-15 14:17 UTC  (9+ messages)
` [PATCH v2 6/8] [Media] vcodec: mediatek: Add Mediatek V4L2 Video Encoder Driver

[PATCH 1/4] xen: use proper variable for /usr/share path
 2015-12-15 14:15 UTC  (4+ messages)
` [PATCH 4/4] xen: move PR variable from include file

[PATCH] doc: fix ABI announce change for RETA configuration
 2015-12-15 14:15 UTC 

Debugging INVALID_OPCODE / MULTIPLE_WARP_ERRORS ?
 2015-12-15 14:15 UTC 

[B.A.T.M.A.N.] [PATCH 0/3] Couple of patches while developing BATMAN V
 2015-12-15 14:15 UTC  (4+ messages)
` [B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix lockdep splat when doing mcast_free

[Ksummit-discuss] Leap second handling
 2015-12-15 14:15 UTC  (3+ messages)

[PATCH 0/3] Yet more noise fixes for Thinkpad
 2015-12-15 14:14 UTC  (4+ messages)
` [PATCH 1/3] ALSA: hda - Apply click noise workaround for Thinkpads generically
` [PATCH 2/3] ALSA: hda - Set codec to D3 at reboot/shutdown on Thinkpads
` [PATCH 3/3] ALSA: hda - Add a fixup for Thinkpad X1 Carbon 2nd

[PATCH for-next V1 0/5] User-space time-stamping support for mlx5_ib
 2015-12-15 14:13 UTC  (9+ messages)
` [PATCH for-next V1 2/5] IB/core: Add ib_is_udata_cleared

[PATCH] multiprocmgr: Update to new version 3.0.0.2
 2015-12-15 14:11 UTC 

[PATCH] mpm-transport: Update to new version 2.0.0.1
 2015-12-15 14:11 UTC 

Mdadm with data offsets
 2015-12-15 14:11 UTC  (8+ messages)

RAID 6 "Failed to restore critical section for reshape, sorry." - recovery advice?
 2015-12-15 14:11 UTC  (5+ messages)

[PATCH RFC 0/5] lightnvm: Introduce System Blocks
 2015-12-15 14:10 UTC  (4+ messages)
` [PATCH RFC 3/5] lightnvm: add sync support for submit_io

[Qemu-devel] [PATCH v4 RFC] spec: add qcow2-dirty-bitmaps specification
 2015-12-15 14:10 UTC  (8+ messages)

best base / worst case RAID 5,6 write speeds
 2015-12-15 14:09 UTC  (22+ messages)

4.4-rc0: 5 W+X pages found
 2015-12-15 14:08 UTC  (11+ messages)
` 4.4-rc5: ugly warn on: "

[PATCH 0/9] xenstore: make it easier to run xenstore in a domain
 2015-12-15 14:06 UTC  (7+ messages)
` [PATCH 9/9] xenstore: when running in mini-os use printk for diagnostic messages

[PATCH 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support
 2015-12-15 14:05 UTC  (10+ messages)
` [PATCH 2/6] ARM: DTS: da850: Use the new DT bindings for the eDMA3

[PATCH 0/2] Two small patches for MST
 2015-12-15 14:05 UTC  (5+ messages)

[PATCH RFC] module.bbclass: Fix potential do_compile/do_make_scripts race condition
 2015-12-15 14:04 UTC  (2+ messages)

[PATCH v2] NFSv4: fix getacl ERANGE for some ACL buffer sizes
 2015-12-15 14:04 UTC  (5+ messages)
  ` [PATCH] "

[PATCH] doc: show -n as optional in freebsd user guide
 2015-12-15 14:03 UTC  (2+ messages)

[PATCH] doc: improve linux guide layout
 2015-12-15 14:02 UTC  (2+ messages)

[PATCH 00/11] drm/i915: VBT/opregion refactor to support >6 KB VBT
 2015-12-15 14:02 UTC  (5+ messages)
` [PATCH 11/11] drm/i915/opregion: handle VBT sizes bigger than 6 KB

[PATCH 03/23] OMAPDSS: tpd12s015: remove platform data support
 2015-12-15 14:03 UTC  (2+ messages)

[Xenomai] Switching to secondary mode despite of use of mmap
 2015-12-15 13:59 UTC  (2+ messages)

[PATCH 0/4 for 2.3] vhost-user live migration support
 2015-12-15 13:59 UTC  (13+ messages)

[RFC 0/3] ethdev: Enhancements to flow director filter
 2015-12-15 13:57 UTC  (6+ messages)
` [RFC 3/3] doc: announce ABI change for filtering support

perf: stalls in perf_install_in_context/perf_remove_from_context
 2015-12-15 13:57 UTC  (5+ messages)

[PATCH v2 0/4] support linear p2m list in migrate stream v2
 2015-12-15 13:56 UTC  (5+ messages)
` [PATCH v2 2/4] libxc: support of linear p2m list for migration of pv-domains

[patch] qlcnic: fix a timeout loop
 2015-12-15 13:56 UTC  (4+ messages)
  ` [patch v2] "

[PATCH v3 0/8] Add support for voice control on Arizona ADSP
 2015-12-15 11:29 UTC  (2+ messages)
` [PATCH v3 6/8] ASoC: wm_adsp: Attach buffers and streams together

Xen /dev/mcelog registration in Linux
 2015-12-15 13:54 UTC 

[PATCH v3 00/27] serial: sh-sci: External Clock Support
 2015-12-15 13:54 UTC  (5+ messages)

[PATCH] ALSA: hda - Fix headphone mic input on a few Dell ALC293 machines
 2015-12-15 13:52 UTC  (3+ messages)

[meta-java][PATCH] openjdk-8: fix rewrite QA warnings
 2015-12-15 13:51 UTC  (5+ messages)

[PATCH V2 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms
 2015-12-15 13:51 UTC  (4+ messages)
` [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217

[PATCH] android: fix warning when releasing active sync point
 2015-12-15 13:50 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] popt: change POPT_SITE back to original url
 2015-12-15 13:50 UTC 

[PATCH 1/3] openvswitch: drop version 1.10.0 and 2.1.3
 2015-12-15 13:47 UTC  (2+ messages)

[LTP] [PATCH] commands/which: Added new testcase to test which(1)
 2015-12-15 13:47 UTC  (3+ messages)
` [LTP] [PATCH v2] "

HT Omega eCLARO sound card
 2015-12-15 13:47 UTC  (2+ messages)

New draft standards
 2015-12-15 13:46 UTC  (4+ messages)

[PATCH] drivers/misc: make arm-charlcd.c explicitly non-modular
 2015-12-15 13:45 UTC  (3+ messages)

[RFC PATCH] fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE
 2015-12-15 13:45 UTC  (2+ messages)

[PATCH v2 0/2] arm64: change PoC D-cache flush to PoU
 2015-12-15 13:45 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: Use PoU cache instr for I/D coherency

Build Qt5 with X11 backend for EGLFS
 2015-12-15 13:44 UTC  (3+ messages)

futex(3) man page, final draft for pre-release review
 2015-12-15 13:43 UTC  (2+ messages)

[PATCH v4 1/2] of: Add vendor prefix for QiaoDian Xianshi
 2015-12-15 13:43 UTC  (3+ messages)
` [PATCH v4 2/2] drm: panel: simple: add QiaoDian qd43003c0-40

[PATCH] gpio: pch: fix non-DT build
 2015-12-15 13:43 UTC 

next-20151215 build: 0 failures 19 warnings (next-20151215)
 2015-12-15 13:43 UTC 

VFIO no-iommu
 2015-12-15 13:43 UTC  (4+ messages)

[PATCH 0/8] Untracked cache improvements
 2015-12-15 13:42 UTC  (9+ messages)
` [PATCH 7/8] config: add core.untrackedCache

[RFCv6 PATCH 00/10] sched: scheduler-driven CPU frequency selection
 2015-12-15 13:42 UTC  (16+ messages)
` [RFCv6 PATCH 09/10] sched: deadline: use deadline bandwidth in scale_rt_capacity

[PATCH v5 00/14] perf tools: BPF related update and other improvements
 2015-12-15 13:42 UTC  (3+ messages)
` [PATCH v5 10/14] perf tools: Enable indices setting syntax for BPF maps

[PATCH] IOMMU: arm-smmu-v3: fix broken S2PS and AARCH64 in Broadcom Vulcan
 2015-12-15 13:40 UTC  (3+ messages)

block layer bug with 4.4-rc3+
 2015-12-15 13:39 UTC  (5+ messages)

[PATCH v2 0/4] add support for GICv3 on the Foundation model
 2015-12-15 13:36 UTC  (2+ messages)
` [PATCH v2 4/4] arm64: dts: add .dts for GICv3 "


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.