linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-12-04 12:33:21 to 2008-12-04 19:42:23 UTC [more...]

[git pull] scheduler fix
 2008-12-04 19:41 UTC 

[PATCH 1/1] Userspace I/O (UIO): Add support for userspace DMA (corrected)
 2008-12-04 19:40 UTC  (2+ messages)

[git pull] core kernel fixes
 2008-12-04 19:39 UTC 

vanilla kernels hang randomly under Fedora 10 on system with Radeon card
 2008-12-04 19:32 UTC  (3+ messages)

[PATCH] Resurrect IT8172 IDE controller driver
 2008-12-04 19:37 UTC  (13+ messages)

[RFC Patch 0/9] Hardware Breakpoint interfaces - v2
 2008-12-04 19:38 UTC  (12+ messages)
` [RFC Patch 1/9] Introducing generic hardware breakpoint handler interfaces
` [RFC Patch 2/9] x86 architecture implementation of Hardware Breakpoint interfaces
` [RFC Patch 3/9] Modifying generic debug exception to use virtual debug registers
` [RFC Patch 4/9] Modify kprobe exception handler to recognise single-stepping by HW Breakpoint handler
` [RFC Patch 5/9] Use wrapper routines around debug registers in processor related functions
` [RFC Patch 6/9] Use virtual debug registers in process/thread handling code
` [RFC Patch 7/9] Modify signal handling code to refrain from re-enabling HW Breakpoints
` [RFC Patch 8/9] Modify Ptrace routines to access breakpoint registers
` [RFC Patch 9/9] Cleanup HW Breakpoint registers before kexec

[PATCH 00/13] dmaengine redux
 2008-12-04 19:28 UTC  (5+ messages)
` [PATCH 03/13] dmaengine: up-level reference counting to the module level

[PATCH 0/6] integrity
 2008-12-04 19:24 UTC  (16+ messages)
` [PATCH 2/6] integrity: Linux Integrity Module(LIM)
` [PATCH 3/6] integrity: IMA as an integrity service provider

[PATCH] Fix compile error in arch/x86/kernel/syscall_64.c
 2008-12-04 19:12 UTC  (4+ messages)

fsync.2 does not mention error handling
 2008-12-04 19:12 UTC  (2+ messages)

clock_gettime not mentioned in time.7
 2008-12-04 19:07 UTC  (2+ messages)

PS/2 Issues
 2008-12-04 19:04 UTC  (2+ messages)

Could you write some CLONE_NEWUSER?
 2008-12-04 19:04 UTC  (4+ messages)

[PATCH 00/15] Kernel memory leak detector
 2008-12-04 19:03 UTC  (5+ messages)
` [PATCH 01/15] kmemleak: Add the base support

SD/MMC cards: how crappy they are?
 2008-12-04 19:03 UTC  (6+ messages)

2.6.28-rc7-git2: Reported regressions from 2.6.27
 2008-12-04 19:02 UTC  (3+ messages)
` [Bug #12154] Mmiotrace regression in 2.6.28-rc6

[RFC][PATCH 0/5] Container init signal semantics
 2008-12-04 18:58 UTC  (21+ messages)
` [RFC][PATCH 2/5] pid: Generalize task_active_pid_ns
` [RFC][PATCH 3/5] Determine if sender is from ancestor ns
          ` [RFC][PATCH 3/5] Determine if sender is from ancestor ns+
` [RFC][PATCH 4/5] Protect cinit from fatal signals

Page alloc failures under network/disk IO load
 2008-12-04 18:54 UTC  (4+ messages)

[PATCH 0/4] dmaengine redux continued
 2008-12-04 18:52 UTC  (3+ messages)

nfs NULL procedure packets
 2008-12-04 18:45 UTC  (2+ messages)

kernel BUG at block/blk-timeout.c:178!
 2008-12-04 18:31 UTC  (5+ messages)

[PATCH] tracing/function-graph-tracer: handle ftrace_printk entries
 2008-12-04 18:28 UTC  (3+ messages)

[PATCH] [STAGING] Move staging drivers back to staging-specific menu
 2008-12-04 18:07 UTC  (3+ messages)

[PATCHSETS] KVM device passthrough support with AMD IOMMU
 2008-12-04 18:05 UTC  (34+ messages)
` [PATCH 0/11] Factor VT-d KVM functions into a generic API
` [PATCH 01/11] KVM: rename vtd.c to iommu.c
` [PATCH 02/11] introcude linux/iommu.h for an iommu api
` [PATCH 03/11] add frontend implementation for the IOMMU API
` [PATCH 04/11] select IOMMU_API when DMAR and/or AMD_IOMMU is selected
` [PATCH 05/11] KVM: change KVM to use IOMMU API
` [PATCH 06/11] VT-d: adapt domain init and destroy functions for "
` [PATCH 07/11] VT-d: adapt device attach and detach "
` [PATCH 08/11] VT-d: adapt domain map and unmap "
` [PATCH 09/11] VT-d: adapt domain iova_to_phys function "
` [PATCH 10/11] VT-d: register functions for the "
` [PATCH 11/11] VT-d: remove now unused intel_iommu_found function
` [PATCH 0/19] AMD IOMMU support for KVM device assignment
` [PATCH 01/19] AMD IOMMU: rename iommu_map to iommu_map_page
` [PATCH 02/19] AMD IOMMU: fix iommu_map_page function
` [PATCH 03/19] AMD IOMMU: fix loop counter in free_pagetable function
` [PATCH 04/19] AMD IOMMU: make dma_ops_free_pagetable generic
` [PATCH 05/19] AMD IOMMU: add domain id free function
` [PATCH 06/19] AMD IOMMU: refactor completion wait handling into separate functions
` [PATCH 07/19] AMD IOMMU: move invalidation command building to a separate function
` [PATCH 08/19] AMD IOMMU: add iommu_flush_domain function
` [PATCH 09/19] AMD IOMMU: add protection domain flags
` [PATCH 10/19] AMD IOMMU: add checks for dma_ops domain to dma_ops functions
` [PATCH 11/19] AMD IOMMU: add device reference counting for protection domains
` [PATCH 12/19] AMD IOMMU: add domain init function for IOMMU API
` [PATCH 13/19] AMD IOMMU: add domain destroy "
` [PATCH 14/19] AMD IOMMU: add device detach "
` [PATCH 15/19] AMD IOMMU: add device attach "
` [PATCH 16/19] AMD IOMMU: add domain map "
` [PATCH 17/19] AMD IOMMU: add domain unmap "
` [PATCH 18/19] AMD IOMMU: add domain address lookup "
` [PATCH 19/19] AMD IOMMU: register functions for the "

[PATCH] dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller
 2008-12-04 18:26 UTC  (6+ messages)

SIGTRAP vs. sys_exit_group race
 2008-12-04 18:24 UTC  (4+ messages)

[TOMOYO #13 (mmotm 2008-11-19-02-19) 01/11] Introduce security_path_clear() hook
 2008-12-04 18:20 UTC  (7+ messages)
    ` [PATCH (mmotm-2008-12-02-17-08)] Introduce security_path_set/clear() hooks

[PATCH 1/1] Userspace I/O (UIO): Add support for userspace DMA
 2008-12-04 18:08 UTC  (3+ messages)

[PATCH] memory hotplug: run lru_add_drain_all() on each cpu
 2008-12-04 18:01 UTC  (4+ messages)
  ` [PATCH] mm: remove UP version lru_add_drain_all()

Regression from 2.6.26: Hibernation (possibly suspend) broken on Toshiba R500 (bisected)
 2008-12-04 18:00 UTC  (6+ messages)

Device loses barrier support (was: Fixed patch for simple barriers.)
 2008-12-04 17:53 UTC  (7+ messages)

[PATCH] Add basic export support to HFS+
 2008-12-04 17:47 UTC 

[RFC Patch 0/9] Hardware Breakpoint interfaces - v2
 2008-12-04 17:30 UTC  (4+ messages)
` [RFC Patch 8/9] Modify Ptrace to use wrapper routines to access breakpoint registers

[PATCH -next] sound: fix ca0106 for CONFIG_PM=n
 2008-12-04 17:26 UTC 

bnx2: fs_sync_timeout, reset code = 1020002
 2008-12-04 17:22 UTC  (2+ messages)

[PATCH] 8250: Add back missing space from banner printk
 2008-12-04 17:21 UTC 

[PATCH] fix for tty-serial-move-port
 2008-12-04 17:16 UTC 

[PATCH 1/2] protect /sbin/init from unwanted signals more
 2008-12-04 17:14 UTC  (9+ messages)
          ` [PATCH] processes: reparent_thread: don't call kill_orphaned_pgrp() if task_detached()

[PATCH] Allow times and time system calls to return small negative values
 2008-12-04 17:03 UTC  (6+ messages)
      ` [PATCH] Allow times and time system calls to return smallnegative values

[2.6.27] filesystem (ext3) corruption (access beyond end)
 2008-12-04 17:01 UTC 

[PATCH 2.6.28-rc5 00/11] Kernel memory leak detector (updated)
 2008-12-04 16:55 UTC  (5+ messages)
` [PATCH 2.6.28-rc5 01/11] kmemleak: Add the base support

[PATCH] DEBUG_KOBJECT vs. DYNAMIC_PRINTK_DEBUG
 2008-12-04 16:44 UTC  (7+ messages)
    ` [PATCH] Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG
        ` [PATCH] Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG (v2)

2.6.28-rc7-git2: Reported regressions 2.6.26 -> 2.6.27
 2008-12-04 16:36 UTC  (3+ messages)
` [Bug #11543] kernel panic: softlockup in tick_periodic() ???

Enquiry
 2008-12-04 16:29 UTC 

[PATCH 0/3] ftrace: clean ups for tip
 2008-12-04 16:22 UTC  (31+ messages)
` [PATCH 2/3] ftrace: use struct pid
` [PATCH 3/3] ftrace: add ability to only trace swapper tasks
  ` [PATCH] tracing: fix typo
    ` [PATCH] tracing: fix typo and missing inline function

[RESEND][PATCH] Add /proc/mempool to display mempool usage
 2008-12-04 16:02 UTC  (11+ messages)

I want to know how to write a lcd driver with spi interface
 2008-12-04 12:58 UTC  (3+ messages)

[PATCH 1/1] edac x38: new MC driver module
 2008-12-04 15:58 UTC  (12+ messages)

[W1] extend userspace commands
 2008-12-04 15:58 UTC  (10+ messages)
  ` [W1] Added list masters w1 command
    ` [W1] Added touch block command
      ` [W1] Updated documentation
        ` [W1] List slaves commands
          ` [W1] W1 search/alarm search documentation

[PATCH] watchdog: New library code
 2008-12-04 15:52 UTC 

[PATCH] tty: Flags should be accessed via the foo_bit interfaces
 2008-12-04 15:50 UTC  (2+ messages)

[PATCH] watchdog: Introduce a midlayer/helper library
 2008-12-04 15:44 UTC 

[PATCH v2 0/4] sched: track next-highest priority
 2008-12-04 15:43 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] sched: cleanup inc/dec_rt_tasks
  ` [PATCH v3 2/4] sched: track the next-highest priority on each runqueue
  ` [PATCH v3 3/4] sched: use highest_prio.curr for pull threshold
  ` [PATCH v3 4/4] sched: use highest_prio.next to optimize pull operations

2.6.28-rc6: early panic with boot option "nosmp"
 2008-12-04 15:34 UTC  (5+ messages)

[BUG] kvm crashes in 2.6.28-rc6-00007-ged31348
 2008-12-04 15:36 UTC  (11+ messages)

+ do_wait-wakeup-optimization.patch added to -mm tree
 2008-12-04 15:26 UTC  (3+ messages)

[RFC PATCH-mm] usb: file_storage use unaligned endian helpers rather than private versions
 2008-12-04 15:07 UTC  (2+ messages)

BUG? "Call fasync() functions without the BKL" is racy
 2008-12-04 14:34 UTC  (10+ messages)

Xorg crash at first start
 2008-12-04 14:32 UTC  (2+ messages)

[GIT PATCH] SCSI fixes for 2.6.28-rc7
 2008-12-04 14:30 UTC  (3+ messages)

linux-next: Tree for December 4
 2008-12-04 14:28 UTC  (5+ messages)
` next-2008-12-04: ca0106 compile fix
` next-2008-12-04: ubifs section fixlet

A question about sparse: how to use __acquires() and __releases() correctly ?
 2008-12-04 14:12 UTC  (6+ messages)

Yet more ARM breakage in linux-next
 2008-12-04 14:12 UTC  (4+ messages)

KSWAPD Algorithm - 100% CPU
 2008-12-04 14:02 UTC  (3+ messages)

[PATCH] introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting
 2008-12-04 13:52 UTC  (3+ messages)

[PATCH] cpumask: Replace CPUMASK_ALLOC etc with cpumask_var_t
 2008-12-04 13:57 UTC 

linux-next: Tree for December 3
 2008-12-04 13:23 UTC  (6+ messages)
` XFS breakage on m68k (was: Re: linux-next: Tree for December 3)

[PATCH 0/3] ftrace: updates for tip
 2008-12-04 13:30 UTC  (3+ messages)

[PATCH 1/2] mmc_block: print better data error message after timeout
 2008-12-04 13:35 UTC  (5+ messages)

[PATCH] trivial: printk: fix indentation of new_text_line declaration
 2008-12-04 13:17 UTC  (2+ messages)

[PATCH 1/1] Userspace I/O (UIO): Documentatin for userspace DMA support
 2008-12-04 13:14 UTC  (2+ messages)

[RFC] cdrom weirdness
 2008-12-04 13:08 UTC  (2+ messages)

2008 X-Mas Promo Winner
 2008-12-04 13:08 UTC 

[PATCH] virtio: make PCI devices take a virtio_pci module ref
 2008-12-04 12:44 UTC 

[PATCH 0/21] memcg updates 2008/12/03
 2008-12-04 12:44 UTC  (4+ messages)
` [Experimental][PATCH 21/21] memcg-new-hierarchical-reclaim.patch
    ` [Experimental][PATCH 21/21]memcg-new-hierarchical-reclaim.patch

RFC: Latency reducing TCP modifications for thin-stream interactive applications
 2008-12-04 12:15 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).