All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-14 14:48:03 to 2011-02-14 15:36:24 UTC [more...]

[PATCH v3 0/4] Adding OMAP DMIC driver to kernel
 2011-02-14 15:36 UTC  (3+ messages)
` [PATCH v3 2/4] OMAP4: hwmod: add entries for DMIC driver

[PATCH 00/13] OMAP: Basic DVFS Framework
 2011-02-14 15:35 UTC  (5+ messages)
` [PATCH 08/13] OMAP3: cpufreq driver changes for DVFS support

[PATCH 0/5] iwlwifi: Auto-tune tx queue size to maintain latency under load
 2011-02-14 15:33 UTC  (3+ messages)
` [PATCH 1/5] iwlwifi: Simplify tx queue management

[refpolicy] [PATCH 1/1] Allow xfce (and most likely other DEs) to properly work with the authorization information
 2011-02-14 15:35 UTC  (3+ messages)

if xend block
 2011-02-14 15:35 UTC  (2+ messages)

[PATCH] mac80211: Make some mlme timers module paramaters
 2011-02-14 15:34 UTC  (3+ messages)

[next-20110214] Kernel-modules with unknown parameter
 2011-02-14 15:32 UTC  (4+ messages)

Biweekly VMX status report
 2011-02-14 15:31 UTC  (4+ messages)
  `  "

[PATCH] [connlimit] Revert 44bd4de9
 2011-02-14 15:30 UTC 

[PATCH] libxl: implement trigger s3resume
 2011-02-14 15:29 UTC  (3+ messages)

[LSF/MM TOPIC][ATTEND] Merging the Lustre filesystem
 2011-02-14 15:26 UTC  (4+ messages)

[PATCH 1/1] iwl3945: iwl3945_good_plcp_health might not used
 2011-02-14 15:28 UTC  (8+ messages)

Consistent terminology: cached/staged/index
 2011-02-14 15:24 UTC  (13+ messages)

[PATCH] Print a device-tree message at KERN_WARNING level
 2011-02-14 15:27 UTC  (2+ messages)

[refpolicy] Make crond able to use pam_namespace.so
 2011-02-14 15:27 UTC  (4+ messages)

debian.bbclass issues when some package is substring of another
 2011-02-14 15:27 UTC  (2+ messages)

Linux 2.6.38-rc4
 2011-02-14 15:26 UTC  (19+ messages)
` lockdep: possible reason: unannotated irqs-off. (was: Re: Linux 2.6.38-rc4)
` Heads up Linux 2.6.38-rc4 compile problems

[PATCH] fixes for ActiveState Perl
 2011-02-14 15:26 UTC  (2+ messages)

[PATCH] ARM: gic: use handle_fasteoi_irq for SPIs
 2011-02-14 15:26 UTC 

how to install xtables extension to arbitrary path?
 2011-02-14 15:25 UTC  (8+ messages)

[Qemu-devel] [PATCH 00/37] [PULL] qemu-kvm.git uq/master queue
 2011-02-14 15:23 UTC  (76+ messages)
`  "
` [Qemu-devel] [PATCH 01/37] Prevent abortion on multiple VCPU kicks
  `  "
` [Qemu-devel] [PATCH 02/37] Stop current VCPU on synchronous reset requests
  `  "
` [Qemu-devel] [PATCH 03/37] Process vmstop requests in IO thread
  `  "
` [Qemu-devel] [PATCH 04/37] Trigger exit from cpu_exec_all on pending IO events
  `  "
` [Qemu-devel] [PATCH 05/37] Leave inner main_loop faster on pending requests
  `  "
` [Qemu-devel] [PATCH 06/37] Flatten the main loop
  `  "
` [Qemu-devel] [PATCH 07/37] kvm: Report proper error on GET_VCPU_MMAP_SIZE failures
  `  "
` [Qemu-devel] [PATCH 08/37] kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
  `  "
` [Qemu-devel] [PATCH 09/37] kvm: Handle kvm_init_vcpu errors
  `  "
` [Qemu-devel] [PATCH 10/37] kvm: Provide sigbus services arch-independently
  `  "
` [Qemu-devel] [PATCH 11/37] Refactor signal setup functions in cpus.c
  `  "
` [Qemu-devel] [PATCH 12/37] kvm: Set up signal mask also for !CONFIG_IOTHREAD
  `  "
` [Qemu-devel] [PATCH 13/37] kvm: Refactor qemu_kvm_eat_signals
  `  "
` [Qemu-devel] [PATCH 14/37] kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
  `  "
` [Qemu-devel] [PATCH 15/37] Set up signalfd "
  `  "
` [Qemu-devel] [PATCH 16/37] kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
  `  "
` [Qemu-devel] [PATCH 17/37] kvm: Add MCE signal support for !CONFIG_IOTHREAD
  `  "
` [PATCH 18/37] Introduce VCPU self-signaling service
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 19/37] kvm: Unconditionally reenter kernel after IO exits
  `  "
` [Qemu-devel] [PATCH 20/37] kvm: Remove static return code of kvm_handle_io
  `  "
` [Qemu-devel] [PATCH 21/37] kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
  `  "
` [Qemu-devel] [PATCH 22/37] kvm: make tsc stable over migration and machine start
  `  "
` [Qemu-devel] [PATCH 23/37] Refactor kvm&tcg function names in cpus.c
  `  "
` [Qemu-devel] [PATCH 24/37] Refactor cpu_has_work/any_cpu_has_work "
  `  "
` [Qemu-devel] [PATCH 25/37] Fix a few coding style violations "
  `  "
` [Qemu-devel] [PATCH 26/37] Improve vm_stop reason declarations
  `  "
` [Qemu-devel] [PATCH 27/37] Refactor debug and vmstop request interface
  `  "
` [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec
  `  "
` [Qemu-devel] [PATCH 29/37] kvm: Separate TCG from KVM cpu execution
  `  "
` [Qemu-devel] [PATCH 30/37] kvm: x86: Prepare VCPU loop for in-kernel irqchip
  `  "
` [Qemu-devel] [PATCH 31/37] kvm: Drop return values from kvm_arch_pre/post_run
  `  "
` [Qemu-devel] [PATCH 32/37] kvm: x86: Catch and report failing IRQ and NMI injections
  `  "
` [Qemu-devel] [PATCH 33/37] kvm: Remove unneeded memory slot reservation
  `  "
` [Qemu-devel] [PATCH 34/37] Introduce log_start/log_stop in CPUPhysMemoryClient
  `  "
` [Qemu-devel] [PATCH 35/37] cirrus: Remove obsolete kvm.h include
  `  "
` [Qemu-devel] [PATCH 36/37] kvm: Make kvm_state globally available
  `  "
` [Qemu-devel] [PATCH 37/37] kvm: x86: Introduce kvmclock device to save/restore its state
  `  "

2.6.37: Multi-second I/O latency while untarring
 2011-02-14 15:22 UTC  (5+ messages)

[PATCH] of: Add missing of_address.h to xilinx ehci driver
 2011-02-14 15:23 UTC  (3+ messages)

[PATCH v2] core: dev: don't call BUG() on bad input
 2011-02-14 15:23 UTC  (3+ messages)

[LTP] [PATCH] Fix the file permissions and other issues in "fs_perms" tests
 2011-02-14 15:40 UTC 

[1.8.0 RFD] Homogeneous use of short options
 2011-02-14 15:19 UTC  (2+ messages)

[PATCH 1/3] ASoC: omap: rx51: Use gpio_request_one to configure tvout_sel gpio
 2011-02-14 15:20 UTC  (3+ messages)
` [PATCH 2/3] ASoC: omap: rx51: Add headset support
` [PATCH 3/3] ASoC: omap: rx51: Report headset insertion instead of video out cable

XFS status update for January 2011
 2011-02-14 15:20 UTC  (5+ messages)

[PATCHSET] ptrace,signal: group stop / ptrace updates
 2011-02-14 15:19 UTC  (18+ messages)
` [PATCH 1/1] ptrace: make sure do_wait() won't hang after PTRACE_ATTACH

[git pull] Revert arm/dt documentation change that shouldn't have been merged yet
 2011-02-14 15:19 UTC  (2+ messages)

[PATCH, v6 0/3] Introduce timer slack controller
 2011-02-14 15:19 UTC  (20+ messages)
` [PATCH, v6 1/3] cgroups: export cgroup_iter_{start,next,end}
` [PATCH, v6 2/3] Implement timer slack notifier chain
` [PATCH, v6 3/3] cgroups: introduce timer slack controller

[RFC PATCH] lockdep: fix lockdep_stats_show() by using lockdep_state magic
 2011-02-14 15:19 UTC 

H.225.0 "Connect" packet dropped (fwd)
 2011-02-14 15:18 UTC 

Possible netfilter-related memory corruption in 2.6.37
 2011-02-14 15:18 UTC  (3+ messages)

[PATCH v6 00/10] OMAP3 ISP driver
 2011-02-14 15:15 UTC  (10+ messages)
` [PATCH v6 03/10] omap3: Add function to register omap3isp platform device structure
` [PATCH v6 04/10] omap2: Fix camera resources for multiomap

Why does the 2.6.37 scheduler hate RT tasks?
 2011-02-14 15:14 UTC  (3+ messages)

[PATCH 0/7] Cleaning up --help-all inconsistencies
 2011-02-14 15:10 UTC  (8+ messages)
` [PATCH 1/7] commit,tag: use same wording for -F
` [PATCH 2/7] push: describe --porcelain just like commit and status
` [PATCH 3/7] clone,init: describe --template using the same wording
` [PATCH 4/7] merge,tag: describe -m just like commit
` [PATCH 5/7] add: describe --patch like checkout, reset
` [PATCH 6/7] commit,status: describe -u likewise
` [PATCH 7/7] git-tag.txt: list all modes in the description

[Bug 33967] New: No image on a VGA screen attached to DVI with a dvi to vga adaptor on NVa3 card
 2011-02-14 15:13 UTC  (2+ messages)
  ` [Bug 33967] "

[RFC,PATCH] kprobes - optimized kprobes might crash before setting kernel stack
 2011-02-14 15:12 UTC 

Machine ID question
 2011-02-14 15:12 UTC  (3+ messages)

[RFC 1/2 -tip/master] x86, x2apic: minimize IPI register writes using cluster groups
 2011-02-14 15:10 UTC  (3+ messages)

Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
 2011-02-14 15:08 UTC  (3+ messages)

[LTP] Makefile exec flags
 2011-02-14 15:27 UTC 

[PATCH 3/5] Add an initial interactive mode to gatttool
 2011-02-14 15:07 UTC  (4+ messages)
` [PATCH v3 1/3] Include check to readline lib on acinlude.m4
` [PATCH v3 2/3] Add an initial interactive mode to gatttool
` [PATCH v3 3/3] Add connect/disconnect options on interactive mode of gatttool

[PATCH RESEND v6 4/4] TI816X: Add low level debug support
 2011-02-14 15:04 UTC  (2+ messages)

[PATCH RESEND v6 3/4] TI816X: Create board support and enable build for TI816X EVM
 2011-02-14 15:03 UTC  (2+ messages)

[PATCH RESEND v6 2/4] TI816X: Update common OMAP machine specific sources
 2011-02-14 15:03 UTC  (2+ messages)

[PATCH RESEND v6 1/4] TI816X: Update common omap platform files
 2011-02-14 15:03 UTC  (2+ messages)

char/ipmi: cleanup_one_si section mismatch
 2011-02-14 15:03 UTC 

[PATCH RESEND v6 0/4] Introduce support for TI816X processor series
 2011-02-14 15:03 UTC  (2+ messages)

bitbake exit codes?
 2011-02-14 15:01 UTC  (4+ messages)
  ` bitbake exit codes? (testing-release-2011.03 build results)

[Qemu-devel] Problem with DOS application and 286 DOS Extender application
 2011-02-14 15:02 UTC  (7+ messages)
      ` [Qemu-devel] "

btrfs: compression breaks cp and cross-FS mv, FS_IOC_FIEMAP bug?
 2011-02-14 15:01 UTC  (5+ messages)

[Qemu-devel] Remote Desktop integration
 2011-02-14 15:01 UTC 

[PATCH v5 0/5] omap: mailbox: hwmod support
 2011-02-14 15:00 UTC  (4+ messages)
` [PATCH v5 3/5] OMAP4: hwmod data: add mailbox data

[PATCH v4 0/5] ARM: omap[34]: Thumb-2 compatibility fixes
 2011-02-14 15:00 UTC  (5+ messages)

[PATCH] usbmouse: random freeze/hangup; synchronize irq completion
 2011-02-14 15:00 UTC  (2+ messages)

[PATCH] klist: removed a prohibited space
 2011-02-14 14:59 UTC 

[PATCH 2/2] P2V: Thumb2 support
 2011-02-14 14:59 UTC  (4+ messages)

[PATCH] libxl: don't require vncpasswd when empty
 2011-02-14 14:58 UTC  (3+ messages)

[PATCHSET x86/numa] x86-64, NUMA: bring sanity to NUMA configuration
 2011-02-14 14:58 UTC  (5+ messages)
` [PATCH 03/26] x86-64, NUMA: Drop @start/last_pfn from initmem_init()
  ` [PATCH UPDATED 03/26] x86, NUMA: Drop @start/last_pfn from initmem_init() initmem_init()

[rtc-linux] [PATCH v5] mfd: tps6586x: add RTC driver for TI TPS6586x
 2011-02-14 14:57 UTC  (3+ messages)

[PATCH 0/5 v4] Neighbor Cell Info Atom
 2011-02-14 14:56 UTC  (6+ messages)
` [PATCH 1/5] cell-info: CellInfo DBUS interface definition
` [PATCH 2/5] cell-info: Header files for neighbor cell info
` [PATCH 3/5] cell-info: Atom "
` [PATCH 4/5] cell-info: New files included in compilation
` [PATCH 5/5] cell-info: Documentation

[HACK PATCH] N900 l2cap connect crash, NULL parent
 2011-02-14 14:56 UTC  (2+ messages)

[PATCH, resend] Xen watchdog driver
 2011-02-14 14:56 UTC  (3+ messages)
` [Xen-devel] "

FUSE triggering BUG through blkdev_put()
 2011-02-14 14:55 UTC  (2+ messages)

[PATCH] iwlwifi: zero fill txq->txb on queue reset
 2011-02-14 14:55 UTC  (3+ messages)

[Bug 27052] New: Module KVM : unable to handle kernel NULL pointer dereference at
 2011-02-14 14:52 UTC  (2+ messages)
` [Bug 27052] "

[PATCH] Bluetooth: rfcomm: Release BTM while sleeping to avoid deadlock
 2011-02-14 14:49 UTC  (2+ messages)

[PATCH 1/1] ptrace: make sure do_wait() won't hang after PTRACE_ATTACH
 2011-02-04 10:53 UTC 


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.