All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-09 20:55:03 to 2014-07-09 22:28:45 UTC [more...]

[GIT PULL FOR v3.16] mt9p031 fixes
 2014-07-09 22:29 UTC  (3+ messages)

[PATCH 0/8] Drivers: scsi: storvsc: Bug fixes and improvements
 2014-07-09 22:27 UTC  (10+ messages)
` [PATCH 1/8] Drivers: scsi: storvsc: Change the limits to reflect the values on the host
  ` [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16

+ ix86-fix-vdso-build.patch added to -mm tree
 2014-07-09 22:26 UTC 

+ x86-64-fix-vdso-build.patch added to -mm tree
 2014-07-09 22:26 UTC 

[RFC 0/7] hrtimer: drop active hrtimer checks after adding it
 2014-07-09 22:21 UTC  (4+ messages)
` [RFC 1/7] hrtimer: Warn if hrtimer_start*() failed to enqueue hrtimer

perf: Add support for full Intel event lists v6
 2014-07-09 22:20 UTC  (4+ messages)
` [PATCH 9/9] perf, tools: Add a --quiet flag to perf list

perf: Add support for full Intel event lists v7
 2014-07-09 22:20 UTC  (19+ messages)
` [PATCH 2/9] perf, tools: Add support for text descriptions of events and alias add
` [PATCH 3/9] perf, tools: Add support for reading JSON event files v3
` [PATCH 4/9] perf, tools: Automatically look for event file name for cpu v3
` [PATCH 5/9] perf, tools: Add perf download to download event files v4
` [PATCH 6/9] perf, tools: Allow events with dot
` [PATCH 8/9] perf, tools, test: Add test case for alias and JSON parsing v2

[PATCH] efi: Include a .bss section within the PE/COFF headers
 2014-07-09 22:20 UTC  (2+ messages)

[PATCH 0/5] megaraid_sas: Update for scsi for-next
 2014-07-09 22:17 UTC  (6+ messages)
` [PATCH 1/5] megaraid_sas: Fix reset_mutex leak
` [PATCH 2/5] megaraid_sas: Remove unused variables in megasas_instance
` [PATCH 3/5] megaraid_sas: Fix LD/VF affiliation parsing
` [PATCH 4/5] megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation()
` [PATCH 5/5] megaraid_sas: Version and Changelog update

move detection doesnt take filename into account
 2014-07-09 22:18 UTC  (9+ messages)

[PATCH 1/1] Fix permission checking by NFS client for open-create with mode 000
 2014-07-09 22:17 UTC  (2+ messages)

[PATCH v3] pinctrl: msm: move all qualcomm drivers to subdir
 2014-07-09 22:16 UTC  (3+ messages)

User-space API for accelerometer(s)?
 2014-07-09 22:16 UTC  (10+ messages)

[PATCH] tag: support configuring --sort via .gitconfig
 2014-07-09 22:15 UTC  (4+ messages)

signal frame ss in a 64-bit process?
 2014-07-09 22:14 UTC 

[PATCH v5 0/4] iio: Add support for rotation from north
 2014-07-09 22:12 UTC  (3+ messages)

[PATCH] drm/radeon: add HDMI/DP sink description to ELD like data
 2014-07-09 22:13 UTC 

[Qemu-devel] [PATCH] pass $($*.o-cflags) first to gcc/g++
 2014-07-09 22:12 UTC  (9+ messages)
  `  "

[PATCH v3] pinctrl: msm: Add msm8960 definitions
 2014-07-09 22:12 UTC  (3+ messages)

fs: use after free in /proc/pid/mountinfo
 2014-07-09 22:10 UTC  (8+ messages)

[PATCH net] r8169: disable L23
 2014-07-09 22:09 UTC  (3+ messages)
` [PATCH net v2] "

[PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used
 2014-07-09 22:08 UTC  (4+ messages)

+ kfifo-use-bug_on.patch added to -mm tree
 2014-07-09 22:06 UTC 

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2014-07-09 21:57 UTC  (2+ messages)
` [Qemu-devel] [Bug 955379] "

[Qemu-devel] [RFC 00/25] QOMify accelerator code
 2014-07-09 22:04 UTC  (26+ messages)
` [Qemu-devel] [RFC 01/25] vl.c: Small coding style fix
` [Qemu-devel] [RFC 02/25] accel: Move accel code to accel.c
` [Qemu-devel] [RFC 03/25] accel: Create struct AccelType
` [Qemu-devel] [RFC 04/25] accel: Simplify configure_accelerator() using AccelType *acc variable
` [Qemu-devel] [RFC 05/25] accel: Move accel name lookup to separate function
` [Qemu-devel] [RFC 06/25] accel: Use QOM classes for accel types
` [Qemu-devel] [RFC 07/25] accel: Make AccelClass.available() optional
` [Qemu-devel] [RFC 08/25] accel: Move KVM accel registration to kvm-all.c
` [Qemu-devel] [RFC 09/25] accel: Move Xen registration code to xen-common.c
` [Qemu-devel] [RFC 10/25] accel: Move qtest accel registration to qtest.c
` [Qemu-devel] [RFC 11/25] accel: Remove tcg_available() function
` [Qemu-devel] [RFC 12/25] accel: Move accel init/allowed code to separate function
` [Qemu-devel] [RFC 13/25] accel: Rename 'init' method to 'init_machine'
` [Qemu-devel] [RFC 14/25] accel: Pass MachineState object to accel init functions
` [Qemu-devel] [RFC 15/25] accel: Create accel object when initializing machine
` [Qemu-devel] [RFC 16/25] accel: Save AccelState on MachineState when initializing
` [Qemu-devel] [RFC 17/25] kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct
` [Qemu-devel] [RFC 18/25] accel: Get target name as argument when initializing accelerator
` [Qemu-devel] [RFC 19/25] accel: Use target-specific accel class if available
` [Qemu-devel] [RFC 20/25] accel: TYPE_X86_ACCEL interface
` [Qemu-devel] [RFC 21/25] kvm: x86 KVM accelerator subclass
` [Qemu-devel] [RFC 22/25] target-i386: Add AccelState parameter to cpu_x86_create()
` [Qemu-devel] [RFC 23/25] target-i386: Move accelerator-specific code outside X86CPU.instance_init
` [Qemu-devel] [RFC 24/25] target-i386: Accept "host" as value for CPU vendor
` [Qemu-devel] [RFC 25/25] target-i386: Move KVM CPUID hacking to accelerator cpu_post_init hook

[PATCH v2 0/4] submodule config lookup API
 2014-07-09 22:04 UTC  (5+ messages)
` [PATCH v2 3/4] use new config API for worktree configurations of submodules
    `  "

+ mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch added to -mm tree
 2014-07-09 22:04 UTC 

[Qemu-devel] [PATCH QEMU-2.0/qemu-xen] disas/Makefile.objs: prepend -Idisas/libvixl
 2014-07-09 22:02 UTC  (5+ messages)
  `  "

mpt2sas stuck installing
 2014-07-09 21:59 UTC  (4+ messages)

mm: shm: hang in shmem_fallocate
 2014-07-09 21:59 UTC  (12+ messages)

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-07-09 21:59 UTC  (10+ messages)

[PATCH 00/14] Add submodule test harness
 2014-07-09 21:57 UTC  (12+ messages)

[PATCH] Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"
 2014-07-09 21:57 UTC  (2+ messages)

[PATCH 0/6] x86 mce fixes
 2014-07-09 21:56 UTC  (19+ messages)
` [PATCH 1/6] x86-mce: Modify CMCI poll interval to adjust for small check_interval values
` [PATCH 2/6] x86-mce: Modify CMCI storm exit to reenable instead of rediscover banks
` [PATCH 3/6] x86-mce: Clear CMCI enable on all claimed CMCI banks before reboot
` [PATCH 4/6] x86-mce: Add spinlocks to prevent duplicated MCP and CMCI reports
` [PATCH 5/6] x86-mce: check if no_way_out applies before deciding not to clear MCE banks
` [PATCH 6/6] x86-mce: ensure the MCP timer is not already set in the mce_timer_fn

[PATCH 1/1] Fix permission checking by NFS client for open-create with mode 000
 2014-07-09 21:55 UTC 

[PATCH] spi: sh-msiof: Use correct device for DMA mapping with IOMMU
 2014-07-09 21:52 UTC  (5+ messages)

[Printing-architecture] OP Minutes (8 July 2014)
 2014-07-09 21:47 UTC 

"Unexpected end of command stream" message looks irrelevant when I try to pull a non-existing branch
 2014-07-09 21:47 UTC  (8+ messages)
  ` [PATCH] remote-curl: do not complain on EOF from parent git
    ` [PATCH 1/3] "
    ` [PATCH 2/3] remote-curl: use error instead of fprintf(stderr)
    ` [PATCH 3/3] remote-curl: mark helper-protocol errors more clearly

[Xenomai] Issue with cobalt_monitor_wait()
 2014-07-09 21:42 UTC  (5+ messages)

possible clarification of EXPORT_FUNCTIONS for user manual
 2014-07-09 21:42 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] lm-sensors: fix static-only builds
 2014-07-09 21:41 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] lm-sensors: don't use host ldconfig
` [Buildroot] [PATCH 3/3] lm-sensors: sensors-detect requires perl

[PATCH v2 00/21] NFS/RDMA client patches for 3.17
 2014-07-09 21:39 UTC  (6+ messages)
` [PATCH v2 05/21] xprtrdma: On disconnect, don't ignore pending CQEs

[Qemu-devel] [PATCH v9 00/14] qemu-img: Implement commit like QMP
 2014-07-09 21:38 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 03/14] qcow2: Optimize bdrv_make_empty()
` [Qemu-devel] [PATCH v9 06/14] block/mirror: Improve progress report

secilc: is anyone able to confirm that type_change 
 2014-07-09 21:37 UTC  (11+ messages)

[PATCH v4 00/13] pagewalk: improve vma handling, apply to new users
 2014-07-09 21:36 UTC  (5+ messages)
` [PATCH v4 13/13] mincore: apply page table walker on do_mincore()

32 bit virtio_pmd pkt i/o issue
 2014-07-09 21:35 UTC  (3+ messages)

[PATCH v2] netlink: Fix handling of error from netlink_dump()
 2014-07-09 21:34 UTC  (2+ messages)

[PATCH 1/1 net-next] ipconfig: move ic_dev_xid under IPCONFIG_BOOTP
 2014-07-09 21:33 UTC  (2+ messages)

[GIT PULL 0/8] phy: fixes for 3.16 -rc cycle
 2014-07-09 21:36 UTC  (5+ messages)
` [PATCH 3/8] phy: phy-samsung-usb2: Change phy power on/power off sequence

drm/vmwgfx: Fix compat shader namespace
 2014-07-09 21:31 UTC  (2+ messages)

[PATCH 3.2 000/125] 3.2.61-rc1 review
 2014-07-09 21:30 UTC  (4+ messages)

[PATCH v6 0/6] ima: extending secure boot certificate chain of trust
 2014-07-09 21:29 UTC  (5+ messages)

[Buildroot] [PATCH] toolchain-external: remove experimental Blackfin toolchain
 2014-07-09 21:28 UTC  (2+ messages)

[PATCH V8 0/6] Add X-Gene platform reboot mechanism
 2014-07-09 21:27 UTC  (8+ messages)
` [PATCH V8 1/6] power: reset: Add generic SYSCON register mapped reset

[PATCH 1/2] spi: rspi: Relax DMA dependency and increase build coverage
 2014-07-09 21:27 UTC  (3+ messages)
` [PATCH 2/2] spi: sh-msiof: SPI_SH_MSIOF should depend on HAS_DMA

[PATCHv3 2/2] Add force_epp module option for parport_pc
 2014-07-09 21:29 UTC  (2+ messages)

[PATCHv3 1/2] Introduce intel_bug_present function
 2014-07-09 21:28 UTC  (2+ messages)

[PATCH] ASoC: omap-dmic: use managed interfaces
 2014-07-09 21:21 UTC 

[PATCH v1 0/5] fs/seq_file: introduce seq_hex_dump() helper
 2014-07-09 21:21 UTC  (4+ messages)
` [PATCH v1 1/5] seq_file: provide an analogue of print_hex_dump()

[PATCH] powernow-k6: support 350MHz cpu
 2014-07-09 21:19 UTC 

[PATCH 0/3] Qualcomm pm8xxx gpio driver
 2014-07-09 21:18 UTC  (5+ messages)
` [PATCH 2/3] pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block

t3200-branch.sh number 102 fails when run under make test
 2014-07-09 21:17 UTC  (4+ messages)

[PATCH 1/3] drm/crtc: Add property for aspect ratio
 2014-07-09 21:16 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH RFC] Armada XP (mvebu) Hot-plug issues continued
 2014-07-09 21:16 UTC  (2+ messages)

[PATCH] x86/hvm: implement save/restore for posted interrupts
 2014-07-09 21:14 UTC  (3+ messages)

[PATCH 0/4] GenWQE: patches to improve RAS features (v2)
 2014-07-09 21:16 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Set M2_N2 registers during mode set
 2014-07-09 21:12 UTC  (2+ messages)

[PATCH 0/4] GenWQE: patches to improve RAS features
 2014-07-09 21:13 UTC  (8+ messages)
` [PATCH 4/4] GenWQE: Increase driver version number

[PATCH] crypto: dts - Addition of missing SEC compatibile property in c29x device tree
 2014-07-09 20:43 UTC  (3+ messages)

[PATCH] crypto: caam - fix memleak in caam_jr module
 2014-07-09 20:31 UTC  (4+ messages)
` [PATCH v2] "

[U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load
 2014-07-09 21:07 UTC  (2+ messages)

[PATCH] bonding: Do not try to send packets over dead link in TLB mode
 2014-07-09 21:07 UTC  (9+ messages)

[Qemu-devel] [Bug 1335444] [NEW] qemu loses serial console data on EAGAIN
 2014-07-09 20:57 UTC  (2+ messages)
` [Qemu-devel] [Bug 1335444] "

[U-Boot] [PATCH] Fix help text of ext2load and fatload
 2014-07-09 21:05 UTC  (2+ messages)

Seemingly random loss of permissions to krb5i multiuser mounts
 2014-07-09 21:04 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
 2014-07-09 21:03 UTC  (3+ messages)
` [U-Boot] [PATCH v2 "

[PATCH] drm/i915: get/put runtime PM at i915_semaphore_status
 2014-07-09 21:02 UTC  (2+ messages)

[PATCH v2] tty: serial: msm_serial.c: Cleaning up uninitialized variables
 2014-07-09 21:01 UTC  (3+ messages)

[PATCH v3 0/3] ima: use asynchronous hash API for hash calculation
 2014-07-09 21:00 UTC  (4+ messages)
` [PATCH v3 1/3] ima: use ahash API for file "

[U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure
 2014-07-09 20:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx6: Adjust the GPR offset for mx6solox

[PATCH] firewire: IEEE 1394 (FireWire) support should depend on HAS_DMA
 2014-07-09 20:58 UTC  (2+ messages)

Environment Variables being unset by bitbake?
 2014-07-09 20:58 UTC 

[RFC PATCH v2 0/7] Repurpose SEDF Scheduler for Real-time Use
 2014-07-09 20:55 UTC  (8+ messages)
` [RFC PATCH v2 1/7] Removed all code from sedf not needed for basic EDF functionality
` [RFC PATCH v2 2/7] Fixed formatting and misleading comments/variables. Added comments and renamed variables to accurately reflect modern terminology
` [RFC PATCH v2 3/7] Added constant bandwidth server functionality to sedf scheduler
` [RFC PATCH v2 4/7] Add cbs parameter support and removed sedf parameters from libxc
` [RFC PATCH v2 5/7] Add cbs parameter support and removed sedf parameters with a LIBXL_API_VERSION gate from libxl
` [RFC PATCH v2 6/7] Changed slice to budget in libxc for the sedf scheduler
` [RFC PATCH v2 7/7] Changed slice to budget in libxl "

[Qemu-devel] [PATCH for-2.1] dma-helpers: Fix too long qiov
 2014-07-09 20:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] linux-headers: bump 3.{4, 10, 14, 15}.x series
 2014-07-09 20:55 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux: bump default to version 3.15.5


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.