public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-19 08:42:18 to 2009-08-19 14:36:27 UTC [more...]

[PATCH v3 0/6] AlacrityVM guest drivers
 2009-08-19 14:35 UTC  (23+ messages)
` [PATCH v3 3/6] vbus: add a "vbus-proxy" bus model for vbus_driver objects

[PATCH 00/14] kconfig: streamline distro configs for testers
 2009-08-19 14:29 UTC  (2+ messages)

Performance issues with Areca 1680 SAS Controllers
 2009-08-19 14:08 UTC  (4+ messages)

[RFC] respect the referenced bit of KVM guest pages?
 2009-08-19 14:27 UTC  (7+ messages)
    ` [RFC] memcg: move definitions to .h and inline some functions

[PATCHv3 2/2] vhost_net: a kernel-level virtio server
 2009-08-19 14:20 UTC  (6+ messages)

[PATCH 0/5] dell-laptop improvements
 2009-08-19 14:13 UTC  (8+ messages)
` [PATCH 1/5] dell-laptop: fix a use-after-free error on the failure path
` [PATCH 2/5] dell-laptop: fix rfkill memory leak on unload and failure paths
` [PATCH 3/5] dell-laptop: create a platform device as a parent for the rfkill devices etc
` [PATCH 4/5] dell-laptop: add __init to init functions
` [PATCH 5/5] dell-laptop: poll the rfkill hard-block

[PATCH] drivers/base/power: reset transition_started at dpm_resume_noirq
 2009-08-19 14:20 UTC  (2+ messages)

[PATCH v2] [ARM] Kirkwood: Marvell OpenRD-Base board support added to v2.6.31-rc5
 2009-08-19 14:18 UTC  (5+ messages)

[PATCH] libata: use single threaded work queue
 2009-08-19 14:11 UTC  (8+ messages)

[PATCH 0/4] perf counter bits
 2009-08-19 14:07 UTC  (15+ messages)
` [PATCH 1/4] perf_counter: Default to higher paranoia level
` [PATCH 2/4] perf_counter: powerpc: Support the anonymized kernel callchain bits
  ` [tip:perfcounters/core] perf_counter: powerpc: Support the anonimized "
` [PATCH 3/4] perf tools: Check perf.data owner
  ` [tip:perfcounters/core] "
` [PATCH 4/4][RFC] perf_counter: Allow sharing of output channels

[RFC][PATCH 0/7] PM: Asynchronous suspend and resume (updated)
 2009-08-19 14:07 UTC  (2+ messages)

[RFC] respect the referenced bit of KVM guest pages?
 2009-08-19 14:00 UTC  (12+ messages)

[PATCH -tip v14 00/12] tracing: kprobe-based event tracer and x86 instruction decoder
 2009-08-19 13:58 UTC  (5+ messages)
` [PATCH -tip v14 07/12] tracing: Introduce TRACE_FIELD_ZERO() macro

linux-next: usb tree build failure
 2009-08-19 13:52 UTC  (2+ messages)

[PATCH] tracing: Move tracepoint callbacks into DEFINE
 2009-08-19 13:50 UTC  (6+ messages)
` [PATCH] tracing: Create generic syscall TRACE_EVENTs

kernel bug 2.6.31-rc6 (2)
 2009-08-19 13:47 UTC  (2+ messages)

-mm hang while shutdown with printk_delay
 2009-08-19 13:47 UTC  (4+ messages)

kernel bug 2.6.31-rc6
 2009-08-19 13:38 UTC  (2+ messages)

linux-next: Tree for August 19
 2009-08-19 13:33 UTC  (8+ messages)
` Next Aug 19: s390 build failure (arch/s390/kernel/built-in)
      ` [patch] "

[PATCH 5/5] tracing/syscalls: Add filtering support
 2009-08-19 13:32 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH 4/5] tracing/events: Add trace_define_common_fields()
 2009-08-19 13:31 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH 3/5] tracing/events: Add ftrace_event_call param to define_fields()
 2009-08-19 13:31 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH 2/5] tracing/syscalls: Add fields format for exit events
 2009-08-19 13:31 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH 1/5] tracing/syscalls: Fix fields format for enter events
 2009-08-19 13:31 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH 00/47] KVM updates for 2.6.32 merge window (2/4)
 2009-08-19 13:02 UTC  (48+ messages)
` [PATCH 01/47] KVM: Return to userspace on emulation failure
` [PATCH 02/47] KVM: MMU: introduce is_last_spte helper
` [PATCH 03/47] KVM: MMU audit: update count_writable_mappings / count_rmaps
` [PATCH 04/47] KVM: MMU audit: update audit_write_protection
` [PATCH 05/47] KVM: MMU audit: nontrapping ptes in nonleaf level
` [PATCH 06/47] KVM: MMU audit: audit_mappings tweaks
` [PATCH 07/47] KVM: MMU audit: largepage handling
` [PATCH 08/47] KVM: Move performance counter MSR access interception to generic x86 path
` [PATCH 09/47] KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
` [PATCH 10/47] KVM: MMU: make for_each_shadow_entry aware of largepages
` [PATCH 11/47] KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
` [PATCH 12/47] KVM: VMX: EPT misconfiguration handler
` [PATCH 13/47] KVM: VMX: conditionally disable 2M pages
` [PATCH 14/47] KVM: Replace pending exception by PF if it happens serially
` [PATCH 15/47] KVM: Optimize searching for highest IRR
` [PATCH 16/47] KVM: Fix racy event propagation in timer
` [PATCH 17/47] KVM: Drop useless atomic test from timer function
` [PATCH 18/47] KVM: VMX: Only reload guest cr2 if different from host cr2
` [PATCH 19/47] KVM: SVM: Don't save/restore "
` [PATCH 20/47] x86: Add definition for IGNNE MSR
` [PATCH 21/47] KVM: Implement MSRs used by Hyper-V
` [PATCH 22/47] KVM: SVM: Implement INVLPGA
` [PATCH 23/47] KVM: SVM: Improve nested interrupt injection
` [PATCH 24/47] KVM: convert custom marker based tracing to event traces
` [PATCH 25/47] KVM: Allow emulation of syscalls instructions on #UD
` [PATCH 26/47] KVM: x86 emulator: Add missing EFLAGS bit definitions
` [PATCH 27/47] KVM: x86 emulator: Prepare for emulation of syscall instructions
` [PATCH 28/47] KVM: x86 emulator: add syscall emulation
` [PATCH 29/47] KVM: x86 emulator: Add sysenter emulation
` [PATCH 30/47] KVM: x86 emulator: Add sysexit emulation
` [PATCH 31/47] KVM: s390: Fix memslot initialization for userspace_addr != 0
` [PATCH 32/47] hugetlbfs: export vma_kernel_pagsize to modules
` [PATCH 33/47] KVM: Prepare memslot data structures for multiple hugepage sizes
` [PATCH 34/47] KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths
` [PATCH 35/47] KVM: ignore AMDs HWCR register access to set the FFDIS bit
` [PATCH 36/47] KVM: ignore reads from AMDs C1E enabled MSR
` [PATCH 37/47] KVM: introduce module parameter for ignoring unknown MSRs accesses
` [PATCH 38/47] KVM: powerpc: convert marker probes to event trace
` [PATCH 39/47] KVM: remove old KVMTRACE support code
` [PATCH 40/47] KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bsp
` [PATCH 41/47] KVM: document locking for kvm_io_device_ops
` [PATCH 42/47] KVM: switch coalesced mmio changes to slots_lock
` [PATCH 43/47] KVM: switch pit creation "
` [PATCH 44/47] KVM: convert bus "
` [PATCH 45/47] KVM: remove in_range from io devices
` [PATCH 46/47] KVM: document lock nesting rule
` [PATCH 47/47] KVM: fix lock imbalance

[patch] x86: Rendezvous all the cpu's for MTRR/PAT init
 2009-08-19 13:10 UTC  (5+ messages)

[PATCH][v2.6.29][XEN] Return unused memory to hypervisor
 2009-08-19 13:05 UTC 

[PATCH 0/4] Page based O_DIRECT v2
 2009-08-19 13:01 UTC  (3+ messages)

[PATCH 0/2]: cpuidle: Introducing cpuidle infrastructure to powerpc
 2009-08-19 12:59 UTC  (3+ messages)
` [PATCH 1/2]: pSeries: Enable cpuidle for pSeries
` [PATCH 2/2]: pSeries: Implement Thermal & Power Management Devices(TPMD) idle module

[PATCH] tracing: FTRACE_ITER_CONT handling fix
 2009-08-19 12:36 UTC  (4+ messages)
` [GIT PULL][2.6.31] tracing: handle broken names in ftrace filter
` [tip:tracing/urgent] "

CPU scheduler weirdness?
 2009-08-19 12:34 UTC  (8+ messages)

[tip:tracing/core] [S390] ftrace: update system call tracer support
 2009-08-19 12:18 UTC 

[PATCH -tip/core/rcu 1/6] Cleanups and fixes for RCU in face of heavy CPU-hotplug stress
 2009-08-19 12:09 UTC  (8+ messages)
          ` [tip:core/rcu] rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation

abnormal OOM killer message
 2009-08-19 12:06 UTC  (16+ messages)

new ipdelay= option for faster netboot (was Re: New fast(?)-boot results on ARM)
 2009-08-19 11:57 UTC  (6+ messages)
` new ipdelay= option for faster netboot

[PATCH] Security/sysfs: Enable security xattrs to be set on sysfs files, directories, and symlinks
 2009-08-19 11:58 UTC  (13+ messages)
            ` [PATCH] Security/sysfs: v2 - "

[RFC PATCH 0/3] Reduce searching in the page allocator fast-path
 2009-08-19 11:48 UTC  (9+ messages)
` [PATCH 1/3] page-allocator: Split per-cpu list into one-list-per-migrate-type

[PATCH 2/3] Add rfkill support to compal-laptop
 2009-08-19 11:43 UTC  (11+ messages)

[PATCH] [ARM] Kirkwood: Marvell OpenRD-Client board support added
 2009-08-19 11:42 UTC 

spin_is_locked() broken for uniprocessor?
 2009-08-19 11:23 UTC  (7+ messages)

[Patch 0/8] V3 Implement crashkernel=auto
 2009-08-19 10:47 UTC  (16+ messages)
` [Patch 8/8] kexec: allow to shrink reserved memory

[PATCH] netpoll: WARN_ONCE for start_xmit returns with interrupts enabled
 2009-08-19 10:43 UTC  (2+ messages)

dropped packets with bonding and 8021q
 2009-08-19 10:29 UTC 

[Patch] proc: drop write permission on 'timer_list' and 'slabinfo'
 2009-08-19 10:39 UTC  (12+ messages)

linux-next: manual merge of the tip tree with Linus' tree
 2009-08-19 10:37 UTC  (2+ messages)

[PATCH 0/3]HTLB mapping for drivers (take 2)
 2009-08-19 10:35 UTC  (5+ messages)

[PATCH] Makefile: Fix size_append issue for bzip2/lzma kernel
 2009-08-19 10:19 UTC  (3+ messages)
` [PATCH] scripts: use non-builtin echo for '-e'

[PATCH] Blackfin: Fix link errors with binutils 2.19 and GCC 4.3
 2009-08-19 10:11 UTC  (3+ messages)

[GIT PULL] arch/microblaze fixes for 2.6.31-rc7
 2009-08-19 10:11 UTC 

[circular locking bug] Re: [patch 00/15] clocksource / timekeeping rework V4 (resend V3 + bug fix)
 2009-08-19 10:06 UTC  (2+ messages)
` [tip:timers/core] clocksource: Avoid clocksource watchdog circular locking dependency

[PATCH] x86: make use of inc/dec conditional
 2009-08-19  9:56 UTC  (6+ messages)

[patch 00/15] clocksource / timekeeping rework V4 (resend V3 + bug fix)
 2009-08-19  9:46 UTC  (2+ messages)
` [tip:timers/core] clocksource: Protect the watchdog rating changes with clocksource_mutex

[PATCH] spinlock: __raw_spin_is_locked() should return true for UP
 2009-08-19  9:38 UTC  (9+ messages)

HTLB mapping for drivers. Driver example
 2009-08-19  9:39 UTC  (4+ messages)

[PATCH 2/2] eeepc-laptop: allow rfkill hotplug to work on the 900A model
 2009-08-19  9:39 UTC 

[PATCH 1/2] eeepc-laptop: fix rfkill memory leak on unload
 2009-08-19  9:38 UTC 

Security: information leaks in /proc enable keystroke recovery
 2009-08-19  1:57 UTC  (2+ messages)

[PATCH 0/3] Add walltime support for ring-buffer
 2009-08-19  9:16 UTC  (5+ messages)
` [RFC PATCH] Add timer-source of walltime for ftrace
      `  "

[PATCH] MFD AB3100 OTP readout v3
 2009-08-19  9:09 UTC 

[PATCH linux-next] treewide: remove unnecessary semicolons
 2009-08-19  9:06 UTC  (5+ messages)
      ` [PATCH V3 "

[RFC] [PATCH v3 1/2] introduce ALS sysfs class
 2009-08-19  8:57 UTC  (2+ messages)

[PATCH] splice: update mtime and atime on files
 2009-08-19  8:50 UTC  (8+ messages)

[RFC] [PATCH V3 2/2] introduce ACPI ALS device driver
 2009-08-19  8:40 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox