public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-09-24 00:01:30 to 2009-09-24 09:10:24 UTC [more...]

disk speed regression kernel 2.6.29 and after
 2009-09-24  9:10 UTC  (8+ messages)

[PATCH 00/80] Kernel based checkpoint/restart [v18]
 2009-09-24  9:10 UTC  (76+ messages)
` [PATCH v18 01/80] c/r: extend arch_setup_additional_pages()
` [PATCH v18 02/80] x86: ptrace debugreg checks rewrite
` [PATCH v18 03/80] c/r: break out new_user_ns()
` [PATCH v18 04/80] c/r: split core function out of some set*{u,g}id functions
` [PATCH v18 05/80] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
` [PATCH v18 06/80] cgroup freezer: Update stale locking comments
` [PATCH v18 07/80] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [PATCH v18 14/80] pids 4/7: Add target_pids parameter to alloc_pid()
` [PATCH v18 15/80] pids 5/7: Add target_pids parameter to copy_process()
` [PATCH v18 16/80] pids 6/7: Define do_fork_with_pids()
` [PATCH v18 17/80] pids 7/7: Define clone_with_pids syscall
` [PATCH v18 18/80] c/r: create syscalls: sys_checkpoint, sys_restart
` [PATCH v18 19/80] c/r: documentation
` [PATCH v18 20/80] c/r: basic infrastructure for checkpoint/restart
` [PATCH v18 21/80] c/r: x86_32 support "
` [PATCH v18 22/80] c/r: external checkpoint of a task other than ourself
` [PATCH v18 23/80] c/r: export functionality used in next patch for restart-blocks
` [PATCH v18 24/80] c/r: restart-blocks
` [PATCH v18 25/80] c/r: checkpoint multiple processes
` [PATCH v18 26/80] c/r: restart "
` [PATCH v18 27/80] c/r: introduce PF_RESTARTING, and skip notification on exit
` [PATCH v18 28/80] c/r: support for zombie processes
` [PATCH v18 29/80] c/r: Save and restore the [compat_]robust_list member of the task struct
` [PATCH v18 30/80] c/r: infrastructure for shared objects
` [PATCH v18 31/80] c/r: detect resource leaks for whole-container checkpoint
` [PATCH v18 32/80] deferqueue: generic queue to defer work
` [PATCH v18 33/80] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
` [PATCH v18 34/80] c/r: dump open file descriptors
` [PATCH v18 35/80] c/r: restore "
` [PATCH v18 36/80] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [PATCH v18 37/80] c/r: dump memory address space (private memory)
` [PATCH v18 38/80] c/r: restore "
` [PATCH v18 39/80] c/r: add generic '->checkpoint' f_op to ext fses
` [PATCH v18 40/80] c/r: add generic '->checkpoint()' f_op to simple devices
` [PATCH v18 41/80] Add the checkpoint operation for opened files of generic filesystems
` [PATCH v18 42/80] c/r: export shmem_getpage() to support shared memory
` [PATCH v18 43/80] c/r: dump anonymous- and file-mapped- "
` [PATCH v18 44/80] c/r: restore "
` [PATCH v18 45/80] splice: export pipe/file-to-pipe/file functionality
` [PATCH v18 46/80] c/r: support for open pipes
` [PATCH v18 47/80] c/r: checkpoint and restore FIFOs
` [PATCH v18 48/80] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [PATCH v18 49/80] c/r: support for UTS namespace
` [PATCH v18 50/80] c/r (ipc): allow allocation of a desired ipc identifier
` [PATCH v18 51/80] c/r: save and restore sysvipc namespace basics
` [PATCH v18 52/80] c/r: support share-memory sysv-ipc
` [PATCH v18 53/80] c/r: support message-queues sysv-ipc
` [PATCH v18 54/80] c/r: support semaphore sysv-ipc
` [PATCH v18 55/80] c/r: (s390): expose a constant for the number of words (CRs)
` [PATCH v18 56/80] c/r: add CKPT_COPY() macro
` [PATCH v18 57/80] c/r: define s390-specific checkpoint-restart code
` [PATCH v18 58/80] c/r: clone_with_pids: define the s390 syscall
` [PATCH v18 59/80] c/r: capabilities: define checkpoint and restore fns
` [PATCH v18 60/80] c/r: checkpoint and restore task credentials
` [PATCH v18 61/80] c/r: restore file->f_cred
` [PATCH v18 62/80] c/r: checkpoint and restore (shared) task's sighand_struct
` [PATCH v18 63/80] c/r: [signal 1/4] blocked and template for shared signals
` [PATCH v18 64/80] c/r: [signal 2/4] checkpoint/restart of rlimit
` [PATCH v18 65/80] c/r: [signal 3/4] pending signals (private, shared)
` [PATCH v18 66/80] c/r: [signal 4/4] support for real/virt/prof itimers
` [PATCH v18 67/80] Expose may_setuid() in user.h and add may_setgid() (v2)
` [PATCH v18 68/80] Add common socket helpers to unify the security hooks
` [PATCH v18 69/80] c/r: introduce checkpoint/restore methods to struct proto_ops
` [PATCH v18 70/80] c/r: Add AF_UNIX support (v12)
` [PATCH v18 71/80] c/r: [pty 1/2] allow allocation of desired pty slave
` [PATCH v18 72/80] c/r: [pty 2/2] support for pseudo terminals
` [PATCH v18 73/80] c/r: correctly restore pgid
` [PATCH v18 74/80] c/r: support for controlling terminal and job control
` [PATCH v18 75/80] powerpc: reserve checkpoint arch identifiers
` [PATCH v18 76/80] powerpc: provide APIs for validating and updating DABR
` [PATCH v18 77/80] powerpc: checkpoint/restart implementation
` [PATCH v18 78/80] powerpc: wire up checkpoint and restart syscalls
` [PATCH v18 79/80] powerpc: enable checkpoint support in Kconfig
` [PATCH v18 80/80] powerpc: clone_with_pids implementation

a patch drop request in -mm
 2009-09-24  9:09 UTC  (5+ messages)

kernel : USB sound problem
 2009-09-24  9:06 UTC  (2+ messages)

[GIT PULL] arch/microblaze fixes for 2.6.32
 2009-09-24  9:00 UTC 

[PATCH] asus_atk0110: add support for Asus P7P55D
 2009-09-24  8:53 UTC  (3+ messages)

[PATCH v5 1/2] ARM: Pass IFSR register to do_PrefetchAbort()
 2009-09-24  8:49 UTC  (2+ messages)
` [PATCH v5 2/2] ARM: Proper prefetch abort handling on ARMv6 and ARMv7

[PATCH v2 0/2] cpu: pseries: Offline state framework
 2009-09-24  8:38 UTC  (5+ messages)

[PATCHSET percpu#for-next] percpu: convert ia64 to dynamic percpu and drop the old one
 2009-09-24  8:37 UTC  (10+ messages)
` [PATCH 2/4] ia64: allocate percpu area for cpu0 like percpu areas for other cpus

[PATCH 8/8] vm: Add an tuning knob for vm.max_writeback_mb
 2009-09-24  8:33 UTC  (11+ messages)

linux-next: manual merge of the tip tree with Linus' tree
 2009-09-24  8:33 UTC  (2+ messages)

[RFC PATCH 00/11] autofs4 - update autofs4 to deal with VFS locking change
 2009-09-24  8:22 UTC  (12+ messages)
` [RFC PATCH 01/11] Subject: [PATCH] vfs: make real_lookup do dentry revalidation with i_mutex held
` [RFC PATCH 02/11] autofs4 - use macros for active list handling
` [RFC PATCH 03/11] autofs4 - use macros for expiring list
` [RFC PATCH 04/11] autofs4 - use macro for need mount check
` [RFC PATCH 05/11] autofs4 - use autofs_info for pending flag
` [RFC PATCH 06/11] autofs4 - renamer unhashed to active in autofs4_lookup()
` [RFC PATCH 07/11] autofs4 - cleanup active and expire lookup
` [RFC PATCH 08/11] autofs4 - eliminate d_unhashed in path walk checks
` [RFC PATCH 09/11] autofs4 - rename dentry to active in autofs4_lookup_active()
` [RFC PATCH 10/11] autofs4 - rename dentry to expiring in autofs4_lookup_expiring()
` [RFC PATCH 11/11] autofs4 - always use lookup for lookup

Microblaze noMMU compilation fault - mm/Makefile
 2009-09-24  8:27 UTC  (3+ messages)

[git pull] first round of PCI updates for 2.6.32
 2009-09-24  8:18 UTC  (4+ messages)
` [crash] BUG: unable to handle kernel NULL pointer dereference at (null), last sysfs file: /sys/devices/pci0000:00/0000:00:01.0/local_cpus

mailing list for trace users
 2009-09-24  8:07 UTC  (22+ messages)
          ` [perf] Finding uninstalled modules Was "
              ` [patch] "

Socket vs File descriptor
 2009-09-24  7:54 UTC  (3+ messages)

[PATCHv5 3/3] vhost_net: a kernel-level virtio server
 2009-09-24  8:03 UTC  (20+ messages)

console access lost after deregistering oti6858 module
 2009-09-24  7:58 UTC 

[RFC] page-writeback: move indoes from one superblock together
 2009-09-24  7:44 UTC  (5+ messages)

[PATCH 1/3] OMAP UART: Adding support for omap-serial driver
 2009-09-24  7:17 UTC  (3+ messages)

[RFC PATCH] delete unnecessary wbinvd while entering C3 for Intel CPU
 2009-09-24  7:06 UTC 

[PATCH] sched: Set correct normal_prio and prio values in sched_fork()
 2009-09-24  6:47 UTC 

linux-next: Tree for September 24
 2009-09-24  6:25 UTC 

[RFC][PATCH] SCHED_EDF scheduling class
 2009-09-24  6:08 UTC  (7+ messages)

linux-next: tree build failure
 2009-09-24  5:21 UTC 

[PATCH 0/3] compcache: in-memory compressed swapping v4
 2009-09-24  5:11 UTC  (3+ messages)
` [PATCH 2/3] virtual block device driver (ramzswap)

[v6 PATCH 0/7]: cpuidle/x86/POWER: Cleanup idle power management code in x86, cleanup drivers/cpuidle/cpuidle.c and introduce cpuidle to POWER
 2009-09-24  5:12 UTC  (2+ messages)

[PATCH RFC 1/2] Add notifiers for various swap events
 2009-09-24  5:03 UTC  (5+ messages)

MTD_GPIO_ADDR compile error on current -git
 2009-09-24  4:57 UTC  (2+ messages)

fixing "pci=use_crs"
 2009-09-24  4:42 UTC  (7+ messages)

PULL REQUEST - md updates for 2.6.32
 2009-09-24  4:29 UTC 

pull request: wireless-next-2.6 2009-09-23
 2009-09-24  3:50 UTC  (3+ messages)

Funds Collection Agent Needed
 2009-09-24  1:39 UTC 

[PATCH: kvm 1/6] Code motion. Separate timer intialization into an indepedent function
 2009-09-24  3:29 UTC  (6+ messages)
` [PATCH: kvm 2/6] Kill the confusing tsc_ref_khz and ref_freq variables
  ` [PATCH: kvm 3/6] Fix hotadd of CPUs for KVM
    ` [PATCH: kvm 4/6] Fix hotremove "
      ` [PATCH: kvm 5/6] Don't unconditionally clear cpu_khz_tsc in hardware_enable
        ` [PATCH: kvm 6/6] Math is hard; let's do some cooking

regression in page writeback
 2009-09-24  3:15 UTC  (11+ messages)

[PATCH 1/14] bfa: Brocade BFA FC SCSI driver (bfad)
 2009-09-24  2:40 UTC  (3+ messages)

page_migration question
 2009-09-24  2:28 UTC  (3+ messages)

[git pull request] ACPI & driver patches for Linux-2.6.32-rc0
 2009-09-24  2:13 UTC  (5+ messages)
` [origin tree boot crash] NULL pointer dereference, IP: [<ffffffff82b07130>] ibm_find_acpi_device+0x5c/0xf5

[BUGFIX 2/2] x86, mce, inject: Make injected mce valid only during faked handler call
 2009-09-24  2:15 UTC  (5+ messages)

[RFC] [PATCH 2/2] ACPI: introduce ACPI ALS device driver
 2009-09-24  2:05 UTC  (5+ messages)

Linux guest domain with two vnets bound to the same vswitch experiences hung in bootup (sun_netraT5220)
 2009-09-24  2:03 UTC  (3+ messages)

[PATCH 0/4] compcache: in-memory compressed swapping v3
 2009-09-24  1:39 UTC  (3+ messages)
` [PATCH 2/4] send callback when swap slot is freed

[PATCH 0/7] Per-bdi writeback flusher threads v20
 2009-09-24  1:32 UTC  (11+ messages)

[PATCH 0/6] [RFC] writeback fixes for 2.6.32
 2009-09-24  1:24 UTC  (4+ messages)
` [PATCH 2/6] writeback: stop background writeback when below background threshold

[RFC] IO scheduler based IO controller V9
 2009-09-24  1:10 UTC  (8+ messages)
        ` [PATCH] io-controller: Fix task hanging when there are more than one groups

[PATCH 14/14] bfa: Brocade BFA FC SCSI driver (maint)
 2009-09-24  1:12 UTC 

[PATCH 13/14] bfa: Brocade BFA FC SCSI driver (make)
 2009-09-24  1:10 UTC 

[PATCH] Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
 2009-09-24  1:07 UTC  (4+ messages)

[PATCH 12/14] bfa: Brocade BFA FC SCSI driver (include3)
 2009-09-24  1:08 UTC 

No more bits in vm_area_struct's vm_flags
 2009-09-24  1:05 UTC  (2+ messages)

[PATCH 11/14] bfa: Brocade BFA FC SCSI driver (include2)
 2009-09-24  1:06 UTC 

[PATCH 10/14] bfa: Brocade BFA FC SCSI driver (include1)
 2009-09-24  1:04 UTC 

[PATCH 9/14] bfa: Brocade BFA FC SCSI driver (fcs4)
 2009-09-24  1:02 UTC 

[PATCH 8/14] bfa: Brocade BFA FC SCSI driver (fcs3)
 2009-09-24  1:00 UTC 

[PATCH 7/14] bfa: Brocade BFA FC SCSI driver (fcs2)
 2009-09-24  0:59 UTC 

[PATCH v3 0/3] cpu: pseries: Cpu offline states framework
 2009-09-24  0:55 UTC  (10+ messages)

[PATCH 6/14] bfa: Brocade BFA FC SCSI driver (fcs1)
 2009-09-24  0:57 UTC 

[PATCH 5/14] bfa: Brocade BFA FC SCSI driver (bfa4)
 2009-09-24  0:55 UTC 

[PATCH 4/14] bfa: Brocade BFA FC SCSI driver (bfa3)
 2009-09-24  0:53 UTC 

[PATCH] percpu: make pcpu_setup_first_chunk() failures more verbose
 2009-09-24  0:53 UTC 

[PATCH 3/14] bfa: Brocade BFA FC SCSI driver (bfa2)
 2009-09-24  0:52 UTC 

[PATCH 2/14] bfa: Brocade BFA FC SCSI driver (bfa1)
 2009-09-24  0:49 UTC 

[PATCH 1/14] bfa: Brocade BFA FC SCSI driver (bfad)
 2009-09-24  0:46 UTC 

[PATCH] Update documentation of cgroups tasks and procs files
 2009-09-24  0:43 UTC  (2+ messages)

[PATCH 0/14] bfa: Brocade BFA FC SCSI driver (overview)
 2009-09-24  0:41 UTC 

[PULL] cpumask conversions and obsolescence removal
 2009-09-24  0:26 UTC 

[PATCH 2/2] tracing/workqueue: Rename workqueue_execute to worklet_entry and add worklet_exit
 2009-09-24  0:22 UTC  (3+ messages)

[PATCH] headers: utsname.h redux
 2009-09-24  0:22 UTC 

[PATCH] Revert "kmod: fix race in usermodehelper code"
 2009-09-24  0:15 UTC  (2+ messages)

module: Speed up symbol resolution during module loading
 2009-09-24  0:15 UTC  (4+ messages)
` [PATCH 3/4] module: unexport each_symbol()

[PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables
 2009-09-24  0:11 UTC  (3+ messages)
` [PATCH 1/2] lib: Add generic binary search function to the kernel

module: Speed up symbol resolution during module loading
 2009-09-24  0:08 UTC  (2+ messages)

2.6.31-07068-g43c1266 Early boot exception
 2009-09-24  0:05 UTC  (6+ messages)

[PATCH 8/13] cpumask: use mm_cpumask() wrapper: m32r
 2009-09-24  0:05 UTC  (3+ messages)

[GIT PULL] tracing/kprobes: Kprobes core/tracing/profiling updates
 2009-09-24  0:06 UTC  (6+ messages)

[PATCH] intel-iommu: Make "Unknown DMAR structure" message more informative
 2009-09-24  0:01 UTC 


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