All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-23 07:30:59 to 2013-08-23 08:43:20 UTC [more...]

[PULL] drm-intel-fixes
 2013-08-23  8:43 UTC 

[Qemu-devel] [PATCH V9 00/12] Add support for binding guest numa nodes to host numa nodes
 2013-08-23  8:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH V9 06/12] NUMA: Add Linux libnuma detection

[PATCH V5 0/3] xen-netback: switch to NAPI + kthread 1:1 model
 2013-08-23  8:42 UTC  (5+ messages)
` [PATCH V5 1/3] xen-netback: remove page tracking facility
` [PATCH V5 2/3] xen-netback: switch to NAPI + kthread 1:1 model
` [PATCH V5 3/3] xen-netback: rename functions

[V11 PATCH 00/21]PVH xen: Phase I, Version 11 patches
 2013-08-23  8:41 UTC  (5+ messages)
` [V11 PATCH 09/21] PVH xen: domain create, context switch related code changes
` [V11 PATCH 17/21] PVH xen: vmcs related changes

[PATCH 00/12] CPU idle for Armada XP
 2013-08-23  8:41 UTC  (4+ messages)
` [PATCH 11/12] cpuidle: mvebu: Add initial cpu idle support for Armada 370/XP SoC

[PATCH] xl: HVM domain S3 bugfix
 2013-08-23  8:41 UTC 

[patch 2/2] watchdog: ts72xx_wdt: locking bug in ioctl
 2013-08-23  8:40 UTC  (2+ messages)

[RFC PATCH 0/4] add support for gcov format introduced in gcc 4.7
 2013-08-23  8:39 UTC  (5+ messages)
` [RFC PATCH 1/4] gcov: move gcov structs definitions to a gcc version specific file
` [RFC PATCH 2/4] gcov: add support for gcc 4.7 gcov format
` [RFC PATCH 3/4] gcov: compile specific gcov implementation based on gcc version
` [RFC PATCH 4/4] kernel: add support for init_array constructors

[PATCH] qemu-xen: HVM domain S3 bugfix
 2013-08-23  8:39 UTC 

[PATCH] pinctrl: imx: Fix compilation with DEBUG enabled
 2013-08-23  8:38 UTC 

[PATCH] drm/i915: Fix __wait_seqno to use true infinite timeouts
 2013-08-23  8:37 UTC  (4+ messages)

[PATCH] Qemu-xen: HVM S3 bugfix
 2013-08-23  8:37 UTC  (3+ messages)

[PATCH] implement privmode support in dash
 2013-08-23  8:36 UTC  (3+ messages)
` [oss-security] "

[PATCH 1/3] mmc: core: do power-off with resume failure
 2013-08-23  8:36 UTC  (2+ messages)

[PATCH V2] PCI: exynos: add support for MSI
 2013-08-23  8:35 UTC  (3+ messages)

linux-next: Tree for Aug 21 [ screen corruption in graphical mode ]
 2013-08-23  8:34 UTC  (14+ messages)

[PATCH 1/2] Btrfs: fix for patch "cleanup: don't check the same thing twice"
 2013-08-23  8:34 UTC  (2+ messages)
` [PATCH 2/2] Btrf: cleanup: don't check for root_refs == 0 twice

[PATCH] ftrace: add tgid information in task switch event
 2013-08-23  8:33 UTC  (4+ messages)

[Qemu-devel] [PATCH] block: Fix race in gluster_finish_aiocb
 2013-08-23  8:32 UTC  (10+ messages)

[PATCH v3 1/2] rt2x00: rt2800lib: add rt2800_hw_beacon_base helper
 2013-08-23  8:31 UTC  (4+ messages)
` [PATCH v3 2/2] rt2x00: rt2800lib: don't hardcode beacon offsets

[PATCH] Documentation/fast-import: clarify summary for `feature` command
 2013-08-23  8:29 UTC 

[Buildroot] Problem with Qt when using commit libglib2: Bump libglib2 to 2.36.1 ( no touchscreen )
 2013-08-23  8:28 UTC 

[LTP] [PATCH V3 1/3] Added ALIGN, __ALIGN_MASK macroses
 2013-08-23  8:28 UTC  (4+ messages)
    ` [LTP] [PATCH V3.1 1/3] Added ALIGN, __ALIGN_MASK macros

[PATCH V2 00/25] tty: serial: drop uart_port->lock before calling
 2013-08-23  8:26 UTC  (8+ messages)

[RFC/PATCH] git-remote-mediawiki: reset private ref after non-dumb push
 2013-08-23  8:25 UTC  (5+ messages)

[PATCH] xen/arm: bug report: mfn_valid checking
 2013-08-23  8:24 UTC  (3+ messages)

[PATCH] x86: ioapic needs check attr when programmed more than once
 2013-08-23  8:23 UTC  (5+ messages)

[Bug 68468] New: 9.2.0rc2 Locks Under Various Conditions (UVD, Stress)
 2013-08-23  8:21 UTC  (2+ messages)
` [Bug 68468] "

[Qemu-devel] [PATCH V9 00/15] monitor: support sub command group in auto completion and help
 2013-08-23  8:18 UTC  (16+ messages)
` [Qemu-devel] [PATCH V9 01/15] monitor: avoid use of global *cur_mon in cmd_completion()
` [Qemu-devel] [PATCH V9 02/15] monitor: avoid use of global *cur_mon in file_completion()
` [Qemu-devel] [PATCH V9 03/15] monitor: avoid use of global *cur_mon in block_completion_it()
` [Qemu-devel] [PATCH V9 04/15] monitor: avoid use of global *cur_mon in monitor_find_completion()
` [Qemu-devel] [PATCH V9 05/15] monitor: avoid use of global *cur_mon in readline_completion()
` [Qemu-devel] [PATCH V9 06/15] monitor: call sortcmdlist() only one time
` [Qemu-devel] [PATCH V9 07/15] monitor: split off monitor_data_init()
` [Qemu-devel] [PATCH V9 08/15] monitor: avoid direct use of global variable *mon_cmds
` [Qemu-devel] [PATCH V9 09/15] monitor: code move for parse_cmdline()
` [Qemu-devel] [PATCH V9 10/15] monitor: refine parse_cmdline()
` [Qemu-devel] [PATCH V9 11/15] monitor: support sub command in help
` [Qemu-devel] [PATCH V9 12/15] monitor: refine monitor_find_completion()
` [Qemu-devel] [PATCH V9 13/15] monitor: support sub command in auto completion
` [Qemu-devel] [PATCH V9 14/15] monitor: allow "help" show message for single command in sub group
` [Qemu-devel] [PATCH V9 15/15] monitor: improve auto complete of "help" "

Samba strict allocate = yes stops btrfs compression working
 2013-08-23  8:20 UTC  (4+ messages)

[patch] vlynq: fix another resource size off by 1 error
 2013-08-23  8:19 UTC 

[PATCH 1/3] misc: Add crossbar driver
 2013-08-23  8:14 UTC  (25+ messages)

SeaBIOS build issue
 2013-08-23  8:18 UTC  (2+ messages)

[patch] gadgetfs: potential use after free in unbind()
 2013-08-23  8:16 UTC 

[patch -next v2] ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()
 2013-08-23  8:15 UTC  (3+ messages)
` [patch -next] ipip: potential race "

[PATCH 0/4] cpsw: support for control module register
 2013-08-23  8:15 UTC  (6+ messages)
` [PATCH 3/4] net: ethernet: cpsw: add support for hardware interface mode config

[patch] gadgetfs: use after free in dev_release()
 2013-08-23  8:14 UTC 

[PATCH 00/10] Various load-balance cleanups/optimizations -v2
 2013-08-23  8:11 UTC  (3+ messages)
` [PATCH 07/10] sched, fair: Optimize find_busiest_queue()

[PATCH 0/2] fs: supply inode uid/gid setting interface
 2013-08-23  7:32 UTC  (7+ messages)

[RFC PATCH] mmc: Enable wakeup_sources for mmc core
 2013-08-23  8:12 UTC  (2+ messages)

[PATCH] ARM: OMAP2: add type cast from 'unsigned' to 'signed'
 2013-08-23  8:12 UTC  (15+ messages)
` [PATCH] ARM: OMAP2: remove useless variable 'ret'
    ` [Suggestion] ARM: allmodconfig: about cross compiling failure under i386 ubuntu
            ` [PATCH] ARM: VExpress: Kconfig: avoid arm6 compatible for ARCH_VEXPRESS
                      ` [PATCH v2] ARM: VExpress: Makefile: add armv7 flags for inline assmembly code compiling

[PATCH 0/3] of: add update device node status via cmdline feature
 2013-08-23  8:11 UTC  (8+ messages)

ADSL/ATM linklayer tc shaping regression fix commits for stable
 2013-08-23  8:09 UTC  (7+ messages)

[Bug 68451] New: Texture flicker in native Dota2 in mesa 9.2.0rc1
 2013-08-23  8:11 UTC  (3+ messages)
` [Bug 68451] "

[PATCH 0/3] kprobes: add new dma insn slot cache for s390
 2013-08-23  8:09 UTC  (5+ messages)
    `  "

[PATCH 0/4] qla4xxx: Misc Fixes in minidump
 2013-08-23  7:40 UTC  (5+ messages)
` [PATCH 1/4] qla4xxx: Add pex-dma support for capturing minidump
` [PATCH 2/4] qla4xxx: Fix the minidump data collection check in for loop
` [PATCH 3/4] qla4xxx: Return error if minidump data collection fails
` [PATCH 4/4] qla4xxx: Update driver version to 5.04.00-k1

[PATCH v7] ARM: dts: mvebu: Introduce a new compatible string for mv64xxx-i2c
 2013-08-23  8:09 UTC  (4+ messages)

[PATCH] arm: dts: fix NTC thermistor device nodes for cros5250
 2013-08-23  8:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ARM: dts: exynos5420/5250: add ADC device tree node
 2013-08-23  8:02 UTC  (3+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH 0/18 RFC v3] Localhost migration
 2013-08-23  8:06 UTC  (20+ messages)
` [Qemu-devel] [PATCH 07/18] arch_init: export RAM_SAVE_xxx flags
` [Qemu-devel] [PATCH 08/18] migration-local: introduce qemu_fopen_local()
` [Qemu-devel] [PATCH 11/18] migration: introduce capability localhost
` [Qemu-devel] [PATCH 13/18] arch_init: adjust ram_save_setup() for migrate_is_localhost

[Bug 20341] New: NV31 lockup
 2013-08-23  8:05 UTC  (2+ messages)
  ` [Bug 20341] "

[PATCH 0/4] Add freescale ftm pwm driver for Vybrid VF610 TOWER
 2013-08-23  8:04 UTC  (19+ messages)
` [PATCH 1/4] pwm: add freescale ftm pwm driver support
` [PATCH 4/4] Documentation: Add device tree bindings for Freescale FTM PWM

oops during boot with CONFIG_SND_DYNAMIC_MINORS not set
 2013-08-23  8:04 UTC  (6+ messages)

[Qemu-devel] [PATCH] mips/malta: prevent writes to reset flash mapping faulting
 2013-08-23  7:59 UTC 

[lm-sensors] why does # of temperature sensors decrease in 3.11 (thinkfan config related)
 2013-08-23  8:01 UTC  (2+ messages)

[PATCH 00/11] cpuset: separate configured masks and effective masks
 2013-08-23  7:53 UTC  (14+ messages)
` [PATCH 08/11] cpuset: separate configured masks and efffective masks
` [PATCH 10/11] cpuset: allow writing offlined masks to cpuset.cpus/mems
` [PATCH 11/11] cpuset: export effective masks to userspace

[Buildroot] [PATCH v2 0/3] Fix for top-level parallel make part 1
 2013-08-23  8:00 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/3] package: fix generic extract target for top-level parallel make

[PATCH] drm/i915: try not to lose backlight CBLV precision
 2013-08-23  8:00 UTC  (2+ messages)

[PATCH RESEND V3 net-next 0/3] huawei_cdc_ncm driver introduction
 2013-08-23  7:56 UTC  (4+ messages)
` [PATCH RESEND V3 net-next 1/3] net: cdc_ncm: Export cdc_ncm_{tx,rx}_fixup functions for re-use
` [PATCH RESEND V3 net-next 2/3] net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver
` [PATCH RESEND V3 net-next 3/3] net: cdc_ncm: remove non-standard NCM device IDs

[PATCH 00/32] ARM: ux500: Enable clocks for Device Tree
 2013-08-23  7:56 UTC  (11+ messages)
` [PATCH 09/33] ARM: ux500: Supply the I2C clocks lookup to the DBX500 DT

[PATCH 0/5] adjust usage of certain cpumask_*() operations
 2013-08-23  7:55 UTC  (6+ messages)
` [PATCH 1/5] un-alias cpumask_any() from cpumask_first()
` [PATCH 2/5] x86: use cpumask_any() in mask-to-APIC-ID conversions
` [PATCH 3/5] credit2: replace cpumask_first() uses
` [PATCH 4/5] credit1: replace cpumask_empty() uses
` [PATCH 5/5] domctl: replace cpumask_weight() uses

[PATCH v11] ASoC: fsl: Add S/PDIF machine driver
 2013-08-23  8:04 UTC  (3+ messages)

[meta-oe][PATCH] ImageMagick: update to upstream version 6.8.6-8
 2013-08-23  7:53 UTC  (3+ messages)

[PATCH RFC 0/6] SYNPROXY target v2
 2013-08-23  7:52 UTC  (7+ messages)
` [PATCH 1/6] netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
` [PATCH 2/6] net: syncookies: export cookie_v4_init_sequence/cookie_v4_check
` [PATCH 3/6] netfilter: add SYNPROXY core/target
` [PATCH 4/6] net: syncookies: export cookie_v6_init_sequence/cookie_v6_check
` [PATCH 5/6] netfilter: add IPv6 SYNPROXY target
` [PATCH 6/6] netfilter: synproxy: fix handling of retransmissions before established state

[RFC] mac80211: fix locking with ieee80211_resume_disconnect()
 2013-08-23  7:50 UTC  (3+ messages)

[PATCH] pinctrl: rockchip: Simplify pin_to_bank equation
 2013-08-23  7:49 UTC 

[PATCH 3.10-stable] ARM: KVM: Fix 64-bit coprocessor handling
 2013-08-23  7:47 UTC 

[GIT] Networking
 2013-08-23  7:45 UTC 

How to build a custom ramdisk image
 2013-08-23  7:45 UTC  (4+ messages)

[PATCH -next] f2fs: fix error return code in init_f2fs_fs()
 2013-08-23  7:44 UTC  (2+ messages)

[RFC v2 0/1] Adding DT support to video/da8xx-fb.c
 2013-08-23  7:44 UTC  (4+ messages)
` [PATCH] video: da8xx-fb: adding dt support

[PATCH] Btrfs: remove ourselves from the cluster list under lock
 2013-08-23  7:43 UTC  (2+ messages)

Deduplication
 2013-08-23  7:42 UTC  (2+ messages)

[PATCH -next] mtd: ofpart: use for_each_child_of_node() macro
 2013-08-23  7:42 UTC  (3+ messages)

[PATCH] Nested VMX: Allow to set CR4.OSXSAVE if guest has xsave feature
 2013-08-23  7:39 UTC  (3+ messages)

Issues with xbmc and expat
 2013-08-23  7:42 UTC 

[U-Boot] [PATCH] i2c: fix i2c dev command for not using new framework
 2013-08-23  7:39 UTC 

[PATCH nft] src: allow to specify the base chain type
 2013-08-23  7:39 UTC  (2+ messages)

[PATCH v3 0/4] Nested VMX: APIC-v related bug fixing
 2013-08-23  7:38 UTC  (5+ messages)

DomU to dom0 communication
 2013-08-23  7:35 UTC  (2+ messages)

[PATCH RFC v3] mmc: sdhci-msm: Add support for MSM chipsets
 2013-08-23  7:34 UTC  (2+ messages)

[PATCH 0/4] btrfs_device fixes
 2013-08-23  7:35 UTC  (3+ messages)
` [PATCH 2/4] Btrfs: add btrfs_alloc_device and switch to it

Issue with pulseaudio and Qt introduced with eglibc 2.18
 2013-08-23  7:35 UTC  (3+ messages)

[PATCH] Add kernel config fragment to allow OVS QoS service
 2013-08-23  7:34 UTC 

[RFC 00/17] ARM: provide common arch init for DT clocks
 2013-08-23  7:32 UTC  (6+ messages)
` [RFC 17/17] clk: zynq: remove call to of_clk_init

Alerta final‏
 2013-08-23  6:27 UTC 

[PATCH next 1/2] net: can: mscan: add a comment on reg to idx mapping
 2013-08-23  7:30 UTC  (2+ messages)


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.