public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-05-27 15:15:04 to 2009-05-27 20:16:39 UTC [more...]

[PATCH] [0/16] HWPOISON: Intro
 2009-05-27 20:12 UTC  (13+ messages)
` [PATCH] [1/16] HWPOISON: Add page flag for poisoned pages
` [PATCH] [2/16] HWPOISON: Export poison flag in /proc/kpageflags
` [PATCH] [3/16] HWPOISON: Export some rmap vma locking to outside world
` [PATCH] [4/16] HWPOISON: Add support for poison swap entries v2
` [PATCH] [5/16] HWPOISON: Add new SIGBUS error codes for hardware poison signals
` [PATCH] [6/16] HWPOISON: Add basic support for poisoned pages in fault handler v2
` [PATCH] [7/16] HWPOISON: Add various poison checks in mm/memory.c
` [PATCH] [8/16] HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler
` [PATCH] [9/16] HWPOISON: Use bitmask/action code for try_to_unmap behaviour
` [PATCH] [10/16] HWPOISON: Handle hardware poisoned pages in try_to_unmap
` [PATCH] [11/16] HWPOISON: Handle poisoned pages in set_page_dirty()
` [PATCH] [12/16] HWPOISON: check and isolate corrupted free pages

[2.6.27.24] Kernel coredump to a pipe is failing
 2009-05-27 20:04 UTC  (7+ messages)

[KVM PATCH v10] kvm: add support for irqfd
 2009-05-27 20:07 UTC  (6+ messages)

linux missing support for _POSIX_THREAD_CPUTIME?
 2009-05-27 20:00 UTC  (7+ messages)
` linux missing support for _POSIX_THREAD_CPUTIME ?

[RFC] [PATCH] Device Tree on ARM platform
 2009-05-27 19:54 UTC  (23+ messages)

2 bugs related to suspend to disk
 2009-05-27 19:53 UTC  (5+ messages)

[PATCH 0/7] perf report --sort
 2009-05-27 19:52 UTC  (14+ messages)
` [PATCH 1/7] perf_counter: tools: /usr/lib/debug%s.debug support
` [PATCH 2/7] perf_counter: tools: report: add vmlinux support
  ` [tip:perfcounters/core] perf_counter: tools: report: Add "
` [PATCH 3/7] perf_counter: tools: report: rework histogram code
  ` [tip:perfcounters/core] perf_counter: tools: report: Rework "
` [PATCH 4/7] perf_counter: tools: report: dynamic sort/print bits
  ` [tip:perfcounters/core] perf_counter: tools: report: Dynamic "
` [PATCH 5/7] pref_counter: tools: report: --sort option
  ` [tip:perfcounters/core] pref_counter: tools: report: Add "
` [PATCH 6/7] perf_counter: tools: report: add comm sorting
  ` [tip:perfcounters/core] perf_counter: tools: report: Add "
` [PATCH 7/7] pref_counter: tools: report: add dso sorting
  ` [tip:perfcounters/core] pref_counter: tools: report: Add "

[PATCH] mmc_spi: do propper retry managment in the block layer - 3rd try
 2009-05-27 19:49 UTC  (2+ messages)

2.6.30-rc7: Reported regressions 2.6.28 -> 2.6.29
 2009-05-27 19:48 UTC  (7+ messages)
` [Bug #13178] Booting very slow
` [Bug #13175] sata_nv incompatible with async scsi scan

[PATCH 0/11] Per-bdi writeback flusher threads v8
 2009-05-27 19:45 UTC  (11+ messages)
` [PATCH 04/11] writeback: switch to per-bdi threads for flushing data

[PATCH 25/20] sysfs: Only support removing emtpy sysfs directories
 2009-05-27 19:44 UTC  (12+ messages)

[PATCH] x86/pci: do assign root bus res if _CRS is used
 2009-05-27 19:41 UTC  (6+ messages)

[RFC v16][PATCH 00/43] Kernel based checkpoint/restart
 2009-05-27 19:37 UTC  (46+ messages)
` [RFC v16][PATCH 01/43] c/r: extend arch_setup_additional_pages()
` [RFC v16][PATCH 02/43] c/r: make file_pos_read/write() public
` [RFC v16][PATCH 03/43] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v16][PATCH 04/43] c/r: documentation
` [RFC v16][PATCH 05/43] c/r: basic infrastructure for checkpoint/restart
` [RFC v16][PATCH 06/43] c/r: x86_32 support "
` [RFC v16][PATCH 07/43] c/r: infrastructure for shared objects
` [RFC v16][PATCH 08/43] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v16][PATCH 09/43] c/r: dump open file descriptors
` [RFC v16][PATCH 10/43] c/r: restore "
` [RFC v16][PATCH 11/43] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v16][PATCH 12/43] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v16][PATCH 13/43] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [RFC v16][PATCH 14/43] c/r: dump memory address space (private memory)
` [RFC v16][PATCH 15/43] c/r: restore "
` [RFC v16][PATCH 16/43] c/r: export shmem_getpage() to support shared memory
` [RFC v16][PATCH 17/43] c/r: dump anonymous- and file-mapped- "
` [RFC v16][PATCH 18/43] c/r: restore "
` [RFC v16][PATCH 19/43] c/r: external checkpoint of a task other than ourself
` [RFC v16][PATCH 20/43] c/r: export functionality used in next patch for restart-blocks
` [RFC v16][PATCH 21/43] c/r: restart-blocks
` [RFC v16][PATCH 22/43] c/r: checkpoint multiple processes
` [RFC v16][PATCH 23/43] c/r: restart "
` [RFC v16][PATCH 24/43] c/r: detect resource leaks for whole-container checkpoint
` [RFC v16][PATCH 25/43] tee: don't return 0 when another task drains/fills a pipe
` [RFC v16][PATCH 26/43] splice: added support for pipe-to-pipe splice()
` [RFC v16][PATCH 27/43] c/r: support for open pipes
` [RFC v16][PATCH 28/43] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v16][PATCH 29/43] c/r: support for UTS namespace
` [RFC v16][PATCH 30/43] c/r: stub implementation for IPC namespace
` [RFC v16][PATCH 31/43] deferqueue: generic queue to defer work
` [RFC v16][PATCH 32/43] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v16][PATCH 33/43] c/r (ipc): helpers to save and restore kern_ipc_perm structures
` [RFC v16][PATCH 34/43] c/r: save and restore ipc namespace basics
` [RFC v16][PATCH 35/43] c/r (ipc): export interface from ipc/shm.c to delete ipc shm
` [RFC v16][PATCH 36/43] c/r: support share-memory sysv-ipc
` [RFC v16][PATCH 37/43] c/r (ipc): make 'struct msg_msgseg' visible in ipc/util.h
` [RFC v16][PATCH 38/43] c/r: support message-queues sysv-ipc
` [RFC v16][PATCH 39/43] c/r (ipc): export interface from ipc/sem.c to cleanup ipc sem
` [RFC v16][PATCH 40/43] c/r: support semaphore sysv-ipc
` [RFC v16][PATCH 41/43] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v16][PATCH 42/43] c/r: add CKPT_COPY() macro
` [RFC v16][PATCH 43/43] c/r: define s390-specific checkpoint-restart code

[my_cpu_ptr 0/5] Introduce my_cpu_ptr/__my_cpu_ptr
 2009-05-27 19:33 UTC  (7+ messages)
` [my_cpu_ptr 1/5] Introduce my_cpu_ptr()
` [my_cpu_ptr 2/5] Straight transformations
` [my_cpu_ptr 3/5] Elimninate get/put_cpu
` [my_cpu_ptr 4/5] sda_icsb_modify_counters() does not need a "cpu" variable
` [my_cpu_ptr 5/5] Use my_cpu_ptr in crypto subsystem

[RFC] TuxOnIce
 2009-05-27 18:26 UTC  (6+ messages)
` [TuxOnIce-devel] "
        ` [linux-pm] "

[RFC PATCH]debugfs:Fix terminology inconsistency of dir name to mount debugfs filesystem
 2009-05-27 19:13 UTC  (9+ messages)

[PATCH V2 2/3] powerpc: Add support for swiotlb on 32-bit
 2009-05-27 19:11 UTC  (12+ messages)

[BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic
 2009-05-27 18:55 UTC  (14+ messages)
        ` LOCK prefix on uni processor has its use (was Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic)
          ` LOCK prefix on uni processor has its use

[PATCH 01/38] cred: #include init.h in cred.h
 2009-05-27 18:52 UTC  (6+ messages)
` [PATCH 18/38] C/R: core stuff

[PATCH] Remove duplicated declarations for sys_pipe2
 2009-05-27 18:50 UTC 

USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down
 2009-05-27 18:42 UTC  (2+ messages)

Broken ARM atomic ops wrt memory barriers (was : [PATCH] Add cmpxchg support for ARMv6+ systems)
 2009-05-27 18:40 UTC  (14+ messages)

[PATCH] tracing/workqueue: Get rid of searching last executed worklet in probe_worklet_complete()
 2009-05-27 18:32 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm: i915: ensure objects are allocated below 4GB on PAE
 2009-05-27 18:23 UTC  (6+ messages)

[PATCH] MAINTAINERS: Add file patterns to TTY LAYER
 2009-05-27 18:22 UTC 

[PATCH 00/18] MAINTAINERS and scripts/get_maintainer.pl updates
 2009-05-27 18:18 UTC  (14+ messages)
` [PATCH 16/18] MAINTAINERS - Remove L: linux-kernel@vger.kernel.org from all but "THE REST"
    ` [PATCH] MAINTAINERS: Add Paul McKenney to RCU and RCUTORTURE

Analyzed/Solved: Booting 2.6.30-rc2-git7 very slow
 2009-05-27 18:18 UTC  (14+ messages)
              ` Analyzed/Solved/Bisected: "

[PATCH 2/2] Dynamic Tick: Allow 32-bit machines to sleep for more than 2.15 seconds
 2009-05-27 18:16 UTC  (2+ messages)

[PATCH 1/2] Dynamic Tick: Prevent clocksource wrapping during idle
 2009-05-27 18:15 UTC  (3+ messages)

[PATCH] ftrace: Don't convert function's local variable name in macro
 2009-05-27 18:12 UTC  (2+ messages)

[PATCH -v3] flat: fix data sections alignment
 2009-05-27 18:05 UTC  (5+ messages)

[PATCH] Use formatting of module name in SUNRPC
 2009-05-27 17:59 UTC 

[PATCH] Use formatting of module name in crypto API
 2009-05-27 17:51 UTC 

[KVM PATCH v4 0/3] iosignalfd
 2009-05-27 17:48 UTC  (8+ messages)
` [KVM PATCH v4 3/3] kvm: add iosignalfd support

i915_gem_retire_requests oops on 2.6.30-rc7
 2009-05-27 17:42 UTC  (4+ messages)

[PATCH] io-controller: Add io group reference handling for request
 2009-05-27 17:32 UTC  (5+ messages)

[rfc][patch] swap: virtual swap readahead
 2009-05-27 17:32 UTC  (2+ messages)

[PATCH] x86: print real IOAPIC version for x86-64
 2009-05-27 17:15 UTC  (2+ messages)

linux-next: edac-amd tree build warning
 2009-05-27 17:12 UTC  (2+ messages)

[PATCH 0/11] Fix page_mkwrite() for blocksize < pagesize
 2009-05-27 17:06 UTC  (8+ messages)
` [PATCH 03/11] vfs: Add better VFS support for page_mkwrite when "
` [PATCH 08/11] vfs: Unmap underlying metadata of new data buffers only when buffer is mapped

linux-next: pxa tree build failure
 2009-05-27 16:54 UTC 

[PATCH] kvm: fix coalesced_mmio leak on shutdown
 2009-05-27 16:41 UTC 

linux-next: Tree for May 27
 2009-05-27 16:32 UTC  (4+ messages)
` BUGs: "
  ` iwlwifi-BUGs: "

[PATCH] sched: Support current clocksource handling in fallback sched_clock()
 2009-05-27 16:25 UTC  (8+ messages)

[PATCH] PCI: use fixed-up device class when configuring device
 2009-05-27 16:25 UTC 

[PATCH 2.6.30-rc4] r8169: avoid losing MSI interrupts
 2009-05-27 16:19 UTC  (4+ messages)

Lkml dropping mail?
 2009-05-27 16:07 UTC  (3+ messages)

[GIT PULL REPOST] xen/dom0/apic-ops: Xen dom0 APIC changes
 2009-05-27 15:34 UTC  (3+ messages)
` [PATCH 17/17] xen: disable MSI

[Patch 01/12] Prepare the code for Hardware Breakpoint interfaces
 2009-05-27 15:40 UTC  (6+ messages)

[PATCH 1/4] Fix minor typos in jbd2's journal.c
 2009-05-27 15:29 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] kvm: validate irqfd type
 2009-05-27 14:37 UTC  (3+ messages)
` [PATCH 1/2] eventfd: export eventfd interfaces for module use
` [PATCH 2/2] kvm: validate irqfd type


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