All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-29 14:45:51 to 2015-01-29 15:26:11 UTC [more...]

[Qemu-devel] [RFC 0/1] Incoming migration vs early monitor commands
 2015-01-29 15:25 UTC  (6+ messages)
` [Qemu-devel] [RFC 1/1] Execute arbitrary QMP commands from command line

[Qemu-devel] [RFC 00/10] MultiThread TCG
 2015-01-29 15:25 UTC  (7+ messages)
` [Qemu-devel] [RFC 01/10] target-arm: protect cpu_exclusive_*
` [Qemu-devel] [RFC 02/10] use a different translation block list for each cpu
` [Qemu-devel] [RFC 03/10] replace spinlock by QemuMutex

[Qemu-devel] [PATCH v3 0/7] cpu: add device_add foo-x86_64-cpu support
 2015-01-29 15:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 6/7] "
` [Qemu-devel] [PATCH v3 7/7] i386/cpu: add instance finalize callback

[PATCH 0/2] Two VPMU/watchdog-related patches
 2015-01-29 15:25 UTC  (4+ messages)
` [PATCH 1/2] x86/VPMU: Disable VPMU when NMI watchdog is on

[Bug 88868] New: PowerPC e5500, kernel crash, GT520, GT610
 2015-01-29 15:25 UTC  (5+ messages)
  ` [Bug 88868] "

[PATCH] staging: comedi: drivers: dyna_pci10xx: Removed variables that is never used
 2015-01-29 15:24 UTC  (2+ messages)

PCIe 32-bit MMIO exhaustion
 2015-01-29 15:23 UTC  (2+ messages)

[PATCH RESEND v4 0/8] Fix freeze/sysfs deadlock in better method
 2015-01-29 15:23 UTC  (4+ messages)
` [PATCH RESEND v4 6/8] vfs: Add get_vfsmount_sb() function to get vfsmount from a given sb

[Qemu-devel] -device xen-platform crashes
 2015-01-29 15:23 UTC  (2+ messages)

slightly optimistic news
 2015-01-29 15:22 UTC 

[PATCH v6 0/2] x86: Add IMR support to Quark/Galileo
 2015-01-29 15:22 UTC  (8+ messages)
` [PATCH 1/2] x86: Add Isolated Memory Regions for Quark X1000

[PATCH] libdrm: upgrade to 2.4.59
 2015-01-29 15:21 UTC 

[PATCH 0/2] Mellanox ConnectX-3 PMD
 2015-01-29 15:20 UTC  (3+ messages)
  ` [PATCH 1/2] scripts: add auto-config-h.sh
  ` [PATCH 2/2] mlx4: new poll mode driver

[PATCH v9 00/14] perf: Add infrastructure and support for Intel PT
 2015-01-29 15:20 UTC  (10+ messages)
` [PATCH v9 12/14] x86: perf: intel_pt: Intel PT PMU driver

[PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-29 15:19 UTC  (9+ messages)
` [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
  ` [Linaro-acpi] "

CTRL+Arrow keys don't work with Git Bash for Windows?
 2015-01-29 15:18 UTC 

[Qemu-devel] [PATCH 00/11] target-arm: handle mmu_idx/translation regimes properly
 2015-01-29 15:20 UTC  (9+ messages)
` [Qemu-devel] [PATCH 04/11] target-arm: Define correct mmu_idx values and pass them in TB flags
` [Qemu-devel] [PATCH 09/11] target-arm: Use mmu_idx in get_phys_addr()

[PATCH 0/8] Improve build process
 2015-01-29 15:20 UTC  (9+ messages)
  ` [PATCH 1/8] mk: remove combined library and related options
  ` [PATCH 2/8] core: create new librte_core
  ` [PATCH 3/8] mk: new corelib makefile
  ` [PATCH 4/8] lib: update DEPDIRS variable
  ` [PATCH 5/8] lib: set LDLIBS for each library
  ` [PATCH 6/8] mk: use LDLIBS when linking shared libraries
  ` [PATCH 7/8] mk: update LDLIBS for app building
  ` [PATCH 8/8] mk: add -lpthread to linuxapp EXECENV_LDLIBS

test command and signature checks
 2015-01-29 15:19 UTC  (3+ messages)

[PATCH] ARM: efm32: switch to vendor,device compatible strings
 2015-01-29 15:19 UTC 

[PATCH] x86: Re-enable IO-APIC for non-SMP X86_32
 2015-01-29 15:19 UTC  (2+ messages)

[PATCH] drm/radeon: fix PLLs on RS880 and older v2
 2015-01-29 15:19 UTC  (2+ messages)

[RFC PATCH] base-files: Increase /var/volatile size
 2015-01-29 15:19 UTC  (5+ messages)

[Xenomai] Error building Linux 3.8.13 with Xenomai 2.6.4 patch using Buildroot
 2015-01-29 15:18 UTC  (2+ messages)

[PATCH] staging: comedi: drivers: addi_apci_3501: Removed variables that is never used
 2015-01-29 15:17 UTC  (2+ messages)

[PATCH v2 0/4] DPDK memcpy optimization
 2015-01-29 15:17 UTC  (3+ messages)
` [PATCH v2 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2015-01-29 15:12 UTC  (46+ messages)
` [PATCH v10 00/17] Kernel address sanitizer - runtime memory debugger
  ` [PATCH v10 01/17] Add kernel address sanitizer infrastructure
  ` [PATCH v10 02/17] x86_64: add KASan support
  ` [PATCH v10 03/17] mm: page_alloc: add kasan hooks on alloc and free paths
  ` [PATCH v10 04/17] mm: slub: introduce virt_to_obj function
  ` [PATCH v10 05/17] mm: slub: share object_err function
  ` [PATCH v10 06/17] mm: slub: introduce metadata_access_enable()/metadata_access_disable()
  ` [PATCH v10 07/17] mm: slub: add kernel address sanitizer support for slub allocator
  ` [PATCH v10 08/17] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
  ` [PATCH v10 09/17] kmemleak: disable kasan instrumentation for kmemleak
  ` [PATCH v10 10/17] lib: add kasan test module
  ` [PATCH v10 11/17] x86_64: kasan: add interceptors for memset/memmove/memcpy functions
  ` [PATCH v10 12/17] kasan: enable stack instrumentation
  ` [PATCH v10 13/17] mm: vmalloc: add flag preventing guard hole allocation
  ` [PATCH v10 14/17] mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
  ` [PATCH v10 15/17] kernel: add support for .init_array.* constructors
  ` [PATCH v10 16/17] module: fix types of device tables aliases
  ` [PATCH v10 17/17] kasan: enable instrumentation of global variables

[PATCH] staging: comedi: drivers: addi-data: hwdrv_apci3501: Removed variables that is never used
 2015-01-29 15:14 UTC  (2+ messages)

[PATCH] linux-2.6.18/MSI: also reject resource with flags all clear
 2015-01-29 15:14 UTC 

[PATCH v3 00/24] xen/arm: Add support for non-pci passthrough
 2015-01-29 15:14 UTC  (21+ messages)
` [PATCH v3 20/24] xen/passthrough: Extend XEN_DOMCTL_assign_device to support DT device
` [PATCH v3 22/24] tools/libxl: arm: Use an higher value for the GIC phandle
` [PATCH v3 24/24] xl: Add new option dtdev

[PATCH v3] drm/dp: Use large transactions for I2C over AUX
 2015-01-29 15:14 UTC  (4+ messages)

[PATCH] ARM: keystone: defconfig: add DEVTMPFS option by default
 2015-01-29 15:12 UTC  (2+ messages)

[PATCH 1/2] zram: free meta table in zram_meta_free
 2015-01-29 15:12 UTC  (5+ messages)
` [PATCH v1 2/2] zram: remove init_lock in zram_make_request

linux-next - process hangs in do_exit()
 2015-01-29 15:10 UTC 

[PATCH] RFC: drm: add support for tiled/compressed/etc modifier in addfb2 (v1.5)
 2015-01-29 15:09 UTC  (7+ messages)

[PATCH BlueZ] shared/gatt-client: Simplify read long value
 2015-01-29 15:09 UTC 

[PATCH v4 00/13] AT91 pm cleanup for 3.20
 2015-01-29 15:09 UTC  (5+ messages)
` [PATCH v4 05/13] pm: at91: move the copying the sram function to the sram initializationi phase

[PATCH v3] libxl_set_memory_target: retain the same maxmem offset on top of the current target
 2015-01-29 15:08 UTC 

superfluous md_wakeup_thread()
 2015-01-29 15:07 UTC  (3+ messages)

[PATCH v2 1/3] MIPS: Alchemy: fix Au1000/Au1500 LRCLK calculation
 2015-01-29 15:06 UTC  (3+ messages)
` [PATCH v2 2/3] MIPS: Alchemy: preset loops_per_jiffy based on CPU clock
` [PATCH v2 3/3] MIPS: Alchemy: remove declaration for set_cpuspec

[Qemu-devel] [PATCH v3 0/4] ARM: Add support for a generic PCI Express host bridge
 2015-01-29 15:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] pci: Allocate PCIe host bridge PCI ID
` [Qemu-devel] [PATCH v3 2/4] pci: Add generic PCIe host bridge
` [Qemu-devel] [PATCH v3 3/4] arm: Add PCIe host bridge in virt machine
` [Qemu-devel] [PATCH v3 4/4] pci: Move PCI VGA to pci.mak

[Buildroot] Grub2 and Memtest86+
 2015-01-29 15:06 UTC 

Odd heuristic in load average calculation when many processes start in a small window
 2015-01-29 15:05 UTC 

[3.18.3] poll() on gpio pins broken
 2015-01-29 14:56 UTC 

[Qemu-devel] -device qxl crashes
 2015-01-29 15:04 UTC 

[Bug 88758] Low FPS in settings on Dota2
 2015-01-29 15:04 UTC  (2+ messages)

[PATCH v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple
 2015-01-29 15:00 UTC  (16+ messages)
` [PATCH v3 1/6] mmc: pwrseq: Document that simple sequence support more than one GPIO
` [PATCH v3 2/6] mmc: pwrseq_simple: Extend to support more pins
` [PATCH v3 3/6] mmc: pwrseq: Document optional clock for the simple power sequence
` [PATCH v3 4/6] mmc: pwrseq_simple: Add optional reference clock support
` [PATCH v3 5/6] ARM: dts: exynos5250-snow: Enable wifi power-on
` [PATCH v3 6/6] ARM: dts: exynos5250-snow: Add cap-sdio-irq to wifi mmc node

[PATCH v4 1/2] dts: Documentation: Add documentation for Exynos7 SoC thermal bindings
 2015-01-29 15:01 UTC  (4+ messages)
` [PATCH v4 2/2] thermal: exynos: Add TMU support for Exynos7 SoC

[PATCH] mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2
 2015-01-29 15:01 UTC  (6+ messages)

[PATCH v5] sndif: add ABI for Para-virtual sound
 2015-01-29 15:01 UTC  (8+ messages)

[PATCH] ARM: efm32: switch to properly namespaced location property
 2015-01-29 15:01 UTC 

linux-next - crashes in rhashtable_shrink
 2015-01-29 15:00 UTC  (2+ messages)

[PATCH] ath10k:Prevent setting wrong key idx for station
 2015-01-29 15:00 UTC  (4+ messages)

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-01-29 14:59 UTC  (7+ messages)
` [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()

[PATCH v4] mm: incorporate read-only pages into transparent huge pages
 2015-01-29 14:59 UTC  (2+ messages)

i915 framebuffer init too slow to find logo
 2015-01-29 14:59 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC 0/1] qtest: Generic PCI device test
 2015-01-29 14:58 UTC  (2+ messages)
` [Qemu-devel] [PATCH RFC 1/1] qtest: Add generic "

moving the wiki
 2015-01-29 14:58 UTC  (2+ messages)

[PATCH] firmware: efi: remove unneeded guid unparse
 2015-01-29 14:57 UTC  (5+ messages)

FW: [Bug 6785] Changes to Toaster setup process
 2015-01-29 14:56 UTC 

[PATCH] sitara-linux-ti-staging_3.14.bb: Update commit to pull in suspend/standby fix
 2015-01-29 14:56 UTC  (3+ messages)

[PATCH 0/17] Clear up bidi command confusion
 2015-01-29 14:56 UTC  (5+ messages)

i915: WARN_ON(val > dev_priv->rps.max_freq_softlimit)
 2015-01-29 14:53 UTC  (5+ messages)

[PATCH 1/4] drm/i915: Split shared dpll setup out of __intel_set_mode()
 2015-01-29 14:55 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Move pll new_config field into intel_atomic_state
` [PATCH 3/4] drm/i915: Move current pll config to shared global state
` [PATCH 4/4] drm/i915: Simplify pll state commit by swapping new and old state

[PATCH 1/2] Documentation: leds: Add description of LED Flash class extension
 2015-01-29 14:55 UTC  (3+ messages)
` [PATCH 2/2] DT: leds: Add led-sources property

[PATCH] drivers: ras: Include appropriate header in debugfs.c
 2015-01-29 14:52 UTC 

[Qemu-devel] [PATCH 0/7] MIPS: IEEE 754-2008 features support
 2015-01-29 14:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/7] softfloat: Fix sNaN handling in FP conversion operations

[PATCH] sparc: io_64.h: Replace io function-link macros
 2015-01-29 14:52 UTC  (2+ messages)

[PATCH v5 0/6] imx25 adc and touchscreen driver
 2015-01-29 14:51 UTC  (5+ messages)
` [PATCH v5 3/6] iio: adc: fsl,imx25-gcq driver

[PATCH] spi/xilinx: Cast ioread32/iowrite32 function pointers
 2015-01-29 14:51 UTC  (3+ messages)

Bitbake inherit graph
 2015-01-29 14:51 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] ARM: Add support for a generic PCI Express host bridge
 2015-01-29 14:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 3/4] arm: Add PCIe host bridge in virt machine

[PATCH 3.12 000/176] 3.12.37-stable review
 2015-01-29 14:49 UTC  (3+ messages)

[RFC][PATCH 0/3] perf fixes
 2015-01-29 14:47 UTC  (4+ messages)
` [RFC][PATCH 2/3] perf: Add a bit of paranoia

[PATCH 1/3] scsi: serialize ->rescan against ->remove
 2015-01-29 14:46 UTC  (3+ messages)
` [PATCH 3/3] scsi: proper state checking and module refcount handling in scsi_device_get

[PATCH v2] dmaengine: shdma: Runtime-resume device in .shutdown()
 2015-01-29 14:46 UTC  (3+ messages)

[PATCH] staging: comedi: drivers: ni_mio_cs: Removed variables that is never used
 2015-01-29 14:46 UTC  (2+ messages)

Documentation: DT bindings: update DT binding docs with Tegra chips
 2015-01-29 14:45 UTC  (3+ messages)
` [PATCH 02/24] Documentation: DT bindings: add more chip compatible strings for Tegra PCIe


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.