messages from 2009-09-23 16:44:34 to 2009-09-24 00:37:51 UTC [more...]
[PATCH 00/80] Kernel based checkpoint/restart [v18]
2009-09-23 23:51 UTC (58+ 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 08/80] cgroup freezer: interface to freeze a cgroup from within the kernel
` [PATCH v18 09/80] Namespaces submenu
` [PATCH v18 10/80] c/r: make file_pos_read/write() public
` [PATCH v18 11/80] pids 1/7: Factor out code to allocate pidmap page
` [PATCH v18 12/80] pids 2/7: Have alloc_pidmap() return actual error code
` [PATCH v18 13/80] pids 3/7: Add target_pid parameter to alloc_pidmap()
` [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 17/80] pids 7/7: Define clone_with_pids syscall
` [PATCH v18 19/80] c/r: documentation
` [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 26/80] c/r: restart multiple processes
` [PATCH v18 27/80] c/r: introduce PF_RESTARTING, and skip notification on exit
` [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 35/80] c/r: restore open file descriptors
` [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 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 44/80] c/r: restore anonymous- and file-mapped- "
` [PATCH v18 45/80] splice: export pipe/file-to-pipe/file functionality
` [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 51/80] c/r: save and restore sysvipc namespace basics
` [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 59/80] c/r: capabilities: define checkpoint and restore fns
` [PATCH v18 61/80] c/r: restore file->f_cred
` [PATCH v18 63/80] c/r: [signal 1/4] blocked and template for shared signals
` [PATCH v18 65/80] c/r: [signal 3/4] pending signals (private, shared)
` [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 71/80] c/r: [pty 1/2] allow allocation of desired pty slave
` [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 77/80] powerpc: checkpoint/restart implementation
` [PATCH v18 78/80] powerpc: wire up checkpoint and restart syscalls
[RFC][PATCH] SCHED_EDF scheduling class
2009-09-24 0:34 UTC (11+ messages)
` checkpatch as a tool (was Re: [RFC][PATCH] SCHED_EDF scheduling class)
[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 (3+ messages)
module: Speed up symbol resolution during module loading
2009-09-24 0:15 UTC (10+ messages)
` [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
` [PATCH 3/4] module: unexport each_symbol()
[PATCH] Update documentation of cgroups tasks and procs files
2009-09-24 0:12 UTC
[PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables
2009-09-24 0:11 UTC (6+ messages)
` [PATCH 0/2] Use generic binary search function
` [PATCH 1/2] lib: Add generic binary search function to the kernel
` [PATCH 2/2] module: use bsearch in find_symbol_in_kernel_section
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 (11+ 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 (7+ messages)
[PATCH] intel-iommu: Make "Unknown DMAR structure" message more informative
2009-09-24 0:01 UTC
[GIT PULL] DRBD for 2.6.32
2009-09-23 23:37 UTC (6+ messages)
[RFC] Userspace RCU: (ab)using futexes to save cpu cycles and energy
2009-09-23 23:28 UTC (6+ messages)
fixing "pci=use_crs"
2009-09-23 23:28 UTC (5+ messages)
pull request: wireless-next-2.6 2009-09-23
2009-09-23 23:24 UTC (2+ messages)
[GIT PULL] DRBD for 2.6.32
2009-09-23 23:21 UTC (4+ messages)
[PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename
2009-09-23 23:19 UTC (7+ messages)
[GIT PATCH] USB patches for 2.6.31-git
2009-09-23 23:13 UTC (15+ messages)
` [origin tree build failure] [PATCH] USB sierra: Fix build if !CONFIG_PM
` [origin tree boot hang] [PATCH] Revert "early_printk: Allow more than one early console"
` [origin tree boot hang] [PATCH] Revert "early_printk: Allow morethan "
` [origin tree boot hang] [PATCH] Revert "early_printk: Allowmorethan "
` [origin tree boot hang] [PATCH] Revert "early_printk:Allowmorethan "
[regression] adb trackpad disappears after suspend to ram
2009-09-23 23:12 UTC (5+ messages)
` [regression, bisected] "
[RFC] Privilege dropping security module
2009-09-23 23:03 UTC (5+ messages)
` [RFC][PATCH] "
jbd/kjournald oops on 2.6.30.1
2009-09-23 22:58 UTC
mailing list for trace users
2009-09-23 22:47 UTC (26+ messages)
[PATCH 2/2] x86: Reduce verbosity of "PAT enabled" kernel message
2009-09-23 22:47 UTC (2+ messages)
[2.6.31] NFS + suspend to ram hang
2009-09-23 22:45 UTC
[PATCH 1/2] x86: Reduce verbosity of "TSC is reliable" message
2009-09-23 22:33 UTC
[PATCH] MIPS: Avoid destructive invalidation on partial L2 cachelines
2009-09-23 22:20 UTC (2+ messages)
[PATCHSET percpu#for-next] percpu: convert ia64 to dynamic percpu and drop the old one
2009-09-23 22:03 UTC (8+ messages)
` [PATCH 2/4] ia64: allocate percpu area for cpu0 like percpu areas for other cpus
[PATCH 1/8] networking/fanotify: declare fanotify socket numbers
2009-09-23 21:58 UTC (13+ messages)
` fanotify as syscalls
[BUG 2.6.30+] e100 sometimes causes oops during resume
2009-09-23 21:45 UTC (4+ messages)
[Announce] 2.6.29-rc4-rt1
2009-09-23 21:33 UTC (18+ messages)
` [Announce] 2.6.29.4-rt15
` [Announce] 2.6.29.4-rt17
` [Announce] 2.6.29.4-rt18
` 2.6.29.4-rt19
` [ANNOUNCE] 2.6.29.5-rt21
` [ANNOUNCE] 2.6.29.5-rt22
` [ANNOUNCE] 2.6.29.6-rt23
` [ANNOUNCE] 2.6.31-rc4-rt1
` [ANNOUNCE] 2.6.31-rc6-rt2
` [ANNOUNCE] 2.6.31-rc6-rt4
` [ANNOUNCE] 2.6.31-rc6-rt5
` [ANNOUNCE] 2.6.31-rc6-rt6
` [ANNOUNCE] 2.6.31-rc7-rt8
` [ANNOUNCE] 2.6.31-rt10
` [ANNOUNCE] 2.6.31-rt11
[git pull request] ACPI & driver patches for Linux-2.6.32-rc0
2009-09-23 21:30 UTC (2+ messages)
` [origin tree boot crash] NULL pointer dereference, IP: [<ffffffff82b07130>] ibm_find_acpi_device+0x5c/0xf5
coretemp support for Core i5 CPU
2009-09-23 21:19 UTC (3+ messages)
` [PATCH] coretemp: add "
[GIT PULL] hwmon updates for 2.6.32, round 2
2009-09-23 21:19 UTC
[PATCHv5 3/3] vhost_net: a kernel-level virtio server
2009-09-23 21:15 UTC (18+ messages)
[PATCH v4, REBASED 1/2] ARM: Pass IFSR register to do_PrefetchAbort()
2009-09-23 21:12 UTC (2+ messages)
PATCH 1/1: rt2x00dev.c / rt2x00lib.h fixes build breakage
2009-09-23 20:59 UTC
PATCH 0/1: rt2x00dev.c / rt2x00lib.h fixes build breakage
2009-09-23 20:58 UTC
[GIT] bugfixes for the security subsystem
2009-09-23 20:56 UTC (2+ messages)
[PATCH] ksm: change default values to better fit into mainline kernel
2009-09-23 20:37 UTC (2+ messages)
No more bits in vm_area_struct's vm_flags
2009-09-23 20:23 UTC (2+ messages)
update_mmu_cache() when write protecting pte
2009-09-23 20:22 UTC
[Patch] trivial: fix a URL in hpet.txt
2009-09-23 20:04 UTC (3+ messages)
[PATCH 00/13] Linker script cleanup patches for various architectures
2009-09-23 19:55 UTC (6+ messages)
` [PATCH 01/13] Optimize the ordering of sections in RW_DATA_SECTION
` [PATCH 09/13] parisc: Remove useless altinstructions code copied from x86
[PATCH] PARISC: includecheck fix: signal.c
2009-09-23 19:54 UTC (2+ messages)
[PATCH tip/core/rcu 0/4] Josh and Ingo review feedback and Bloatwatch RCU
2009-09-23 19:13 UTC (10+ messages)
` [PATCH tip/core/rcu 1/4] rcu: Apply review feedback from Josh Triplett, part 1
` [tip:core/urgent] rcu: Clean up code based on review feedback from Josh Triplett
` [PATCH tip/core/rcu 2/4] rcu: Apply review feedback from Josh Triplett, part 2
` [tip:core/urgent] rcu: Clean up code based on "
` [PATCH tip/core/rcu 3/4] rcu: Apply Ingo's checkpatch feedback
` [tip:core/urgent] rcu: Clean up code to address "
` [PATCH tip/core/rcu 4/4] rcu: The Bloatwatch Edition, v6
` [tip:core/urgent] rcu-tiny: "
[GIT PULL] xen: Check NX state before setting up GDT mapping
2009-09-23 19:13 UTC (4+ messages)
[PATCH] asus_atk0110: add support for Asus P7P55D
2009-09-23 19:12 UTC
[GIT PULL] DRBD for 2.6.32
2009-09-23 19:10 UTC
[PATCH tip/core/rcu 0/4] Josh and Ingo review feedback and bloatwatch RCU
2009-09-23 19:04 UTC (2+ messages)
[BUGFIX 2/2] x86, mce, inject: Make injected mce valid only during faked handler call
2009-09-23 18:53 UTC (4+ messages)
[GIT PULL] Please pull the following NFS client cleanups and bugfixes
2009-09-23 18:40 UTC
[GIT PULL] 9p changes for 2.6.32-rc1
2009-09-23 18:26 UTC
mmc_spi: command errors on 2.6.29.6
2009-09-23 18:01 UTC
[PATCH v2] Linker script cleanup for blackfin
2009-09-23 17:41 UTC (3+ messages)
` [PATCH v2] blackfin: Cleanup linker script using new linker script macros
[PATCH v2] Linker script cleanup for powerpc
2009-09-23 17:40 UTC (3+ messages)
` [PATCH] powerpc: Cleanup linker script using new linker script macros
[PATCH 1/1] Blackfin OTP Char Driver: add writing support of OTP
2009-09-23 17:38 UTC (2+ messages)
` [PATCH v2] bfin-otp: add writing support
[PATCH] fs: change sys_truncate/sys_ftruncate length parameter type
2009-09-23 17:18 UTC (4+ messages)
Current git: no keyboard when booting in verbose mode
2009-09-23 16:44 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox