messages from 2009-04-24 09:14:55 to 2009-05-04 01:28:26 UTC [more...]
[PATCH] cgroups: make messages more readable
2009-05-04 1:28 UTC (2+ messages)
[PATCH] x86: ptrace debugreg checks rewrite
2009-05-04 0:24 UTC
[PATCH] x86: ptrace debugreg checks rewrite
2009-05-04 0:16 UTC
[PATCH] dcache: extrace and use d_unlinked()
2009-05-03 23:32 UTC
[PATCH] x86_64: ifdef out struct thread_struct::ip
2009-05-03 23:30 UTC
[PATCH 1/2] i386: ifdef out struct thread_struct::fs
2009-05-03 23:29 UTC
[PATCH] nsproxy: extract create_nsproxy()
2009-05-03 23:29 UTC
[PATCH 2/2] netns 2/2: extract net_create()
2009-05-03 23:28 UTC
[PATCH 1/2] netns 1/2: don't get/put old netns on CLONE_NEWNET
2009-05-03 23:28 UTC
[PATCH 2/2] pidns 2/2: rewrite copy_pid_ns()
2009-05-03 23:27 UTC
[PATCH 1/2] pidns 1/2: make create_pid_namespace() accept parent pidns
2009-05-03 23:27 UTC
[PATCH 2/2] ipcns 2/2: extract create_ipc_ns()
2009-05-03 23:26 UTC
[PATCH 1/2] ipcns 1/2: remove useless get/put while CLONE_NEWIPC
2009-05-03 23:25 UTC
[PATCH] utsns: extract creeate_uts_ns()
2009-05-03 23:25 UTC
MD Lists
2009-05-03 21:21 UTC
[PATCH 1/7] io-throttle documentation
2009-05-03 11:36 UTC (7+ messages)
` [PATCH 2/7] res_counter: introduce ratelimiting attributes
` [PATCH 3/7] page_cgroup: provide a generic page tracking infrastructure
` [PATCH 4/7] io-throttle controller infrastructure
` [PATCH 5/7] kiothrottled: throttle buffered (writeback) IO
` [PATCH 6/7] io-throttle instrumentation
` [PATCH 7/7] io-throttle: export per-task statistics to userspace
[PATCH 0/7] cgroup: io-throttle controller (v16)
2009-05-03 11:36 UTC
4 Incredibly Aroousing Foreplay Tips and Techniques - How to Make Her Want it BAD
2009-05-02 2:13 UTC
[RFC] IO Controller
2009-05-01 23:39 UTC (10+ messages)
` [PATCH 01/10] Documentation
` IO Controller per cgroup request descriptors (Re: [PATCH 01/10] Documentation)
[RFC v14][PATCH 00/54] Kernel based checkpoint/restart
2009-05-01 17:26 UTC (83+ messages)
` [RFC v14][PATCH 01/54] Create syscalls: sys_checkpoint, sys_restart
` [RFC v14][PATCH 02/54] Checkpoint/restart: initial documentation
` [RFC v14][PATCH 03/54] Make file_pos_read/write() public
` [RFC v14][PATCH 04/54] General infrastructure for checkpoint restart
` [RFC v14][PATCH 05/54] x86 support for checkpoint/restart
` [RFC v14][PATCH 06/54] Introduce method 'checkpoint' in struct vm_operations_struct
` [RFC v14][PATCH 07/54] cr: extend arch_setup_additional_pages()
` [RFC v14][PATCH 08/54] Dump memory address space
` [RFC v14][PATCH 09/54] Restore "
` [RFC v14][PATCH 10/54] Infrastructure for shared objects
` [RFC v14][PATCH 11/54] Introduce 'checkpoint' method in 'struct file_operations'
` [RFC v14][PATCH 12/54] Dump open file descriptors
` [RFC v14][PATCH 13/54] add generic checkpoint f_op to ext fses
` [RFC v14][PATCH 14/54] Restore open file descriptors
` [RFC v14][PATCH 15/54] Record 'struct file' object instead of the file name for VMAs
` [RFC v14][PATCH 16/54] External checkpoint of a task other than ourself
` [RFC v14][PATCH 17/54] c/r of restart-blocks: export functionality used in next patch
` [RFC v14][PATCH 18/54] c/r of restart-blocks
` [RFC v14][PATCH 19/54] Checkpoint multiple processes
` [RFC v14][PATCH 20/54] Restart "
` [RFC v14][PATCH 21/54] Define subtree flag and unpriv_allowed sysctl
` [RFC v14][PATCH 22/54] Checkpoint open pipes
` [RFC v14][PATCH 23/54] Restore "
` [RFC v14][PATCH 24/54] Prepare to support shared memory
` [RFC v14][PATCH 25/54] Dump anonymous- and file-mapped- "
` [RFC v14][PATCH 26/54] Restore "
` [RFC v14][PATCH 27/54] s390: Expose a constant for the number of words representing the CRs
` [RFC v14][PATCH 28/54] c/r: Add CKPT_COPY() macro (v4)
` [RFC v14][PATCH 29/54] s390: define s390-specific checkpoint-restart code (v7)
` [RFC v14][PATCH 30/54] powerpc: provide APIs for validating and updating DABR
` [RFC v14][PATCH 31/54] powerpc: checkpoint/restart implementation
` [RFC v14][PATCH 32/54] powerpc: wire up checkpoint and restart syscalls
` [RFC v14][PATCH 33/54] powerpc: enable checkpoint support in Kconfig
` [RFC v14][PATCH 34/54] Export fs/exec.c:exec_mmap()
` [RFC v14][PATCH 35/54] Support for share memory address spaces
` [RFC v14][PATCH 36/54] Make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v14][PATCH 37/54] c/r: Add UTS support (v6)
` [RFC v14][PATCH 38/54] Stub implementation of IPC namespace c/r
` [RFC v14][PATCH 39/54] deferqueue: generic queue to defer work
` [RFC v14][PATCH 40/54] ipc: allow allocation of an ipc object with desired identifier
` [RFC v14][PATCH 41/54] ipc: helpers to save and restore kern_ipc_perm structures
` [RFC v14][PATCH 42/54] ipc namespace: save and restore ipc namespace basics
` [RFC v14][PATCH 43/54] sysvipc-shm: checkpoint
` [RFC v14][PATCH 44/54] sysvipc-shm: restart
` [RFC v14][PATCH 45/54] sysvipc-shm: export interface from ipc/shm.c to delete ipc shm
` [RFC v14][PATCH 46/54] sysvipc-shm: correctly handle deleted (active) ipc shared memory
` [RFC v14][PATCH 47/54] sysvipc-msg: make 'struct msg_msgseg' visible in ipc/util.h
` [RFC v14][PATCH 48/54] sysvipc-msq: checkpoint
` [RFC v14][PATCH 49/54] sysvipc-msq: restart
` [RFC v14][PATCH 50/54] sysvipc-sem: export interface from ipc/sem.c to cleanup ipc sem
` [RFC v14][PATCH 51/54] sysvipc-sem: checkpoint
` [RFC v14][PATCH 52/54] sysvipc-sem: restart
` [RFC v14][PATCH 53/54] Detect resource leaks for whole-container checkpoint
` [RFC v14][PATCH 54/54] Report failures during checkpoint as an object in the output stream
[PATCH 1/1] s390: fix fallout from major rewrite
2009-05-01 15:45 UTC (3+ messages)
checkpoint/restart: taking refcounts on kernel objects
2009-05-01 12:56 UTC
[PATCH 9/9] ext3: do not throttle metadata and journal IO
2009-05-01 11:11 UTC (4+ messages)
` [PATCH 0/9] cgroup: io-throttle controller (v13)
Increase Libido - Tribulus Terrestris a Natural Option
2009-05-01 8:14 UTC
We need to discuss
2009-05-01 3:17 UTC
[PATCH] Fix compile failures when CONFIG_CHECKPOINT=n
2009-04-30 23:57 UTC
[patch 35/88] sched: do not count frozen tasks toward load
2009-04-30 16:56 UTC
[PATCH 1/1] cr: define CHECKPOINT_SUBTREE flag and sysctl
2009-04-30 15:40 UTC (19+ messages)
[PATCH] range-bw: Another I/O scheduling policy of dm-ioband supporting the predicable I/O bandwidth (range bandwidth)
2009-04-30 7:53 UTC (5+ messages)
Female Orgasm Techniques - One Little Knownn Trick to Explosive Orgasm
2009-04-30 0:31 UTC
[patch 29/58] sched: do not count frozen tasks toward load
2009-04-29 22:07 UTC
[C/R] sleepers don't wake up on restart
2009-04-29 21:45 UTC (6+ messages)
SSex and the Workplace? Five Dangers of Hooking Up at Work and How to Handle Colleagial Booty Calls
2009-04-29 18:07 UTC
lxc : linux container tools 0.6.2 release
2009-04-29 15:46 UTC
[PATCH v15 1/7] io-throttle documentation
2009-04-28 14:50 UTC (10+ messages)
` [PATCH v15 2/7] res_counter: introduce ratelimiting attributes
` [PATCH v15 3/7] page_cgroup: provide a generic page tracking infrastructure
` [PATCH v15 4/7] io-throttle controller infrastructure
` [PATCH v15 5/7] kiothrottled: throttle buffered (writeback) IO
` [PATCH v15 6/7] io-throttle instrumentation
` [PATCH v15 7/7] io-throttle: export per-task statistics to userspace
` [PATCH v15 0/7] cgroup: io-throttle controller
[PATCH 2/7] blkio-cgroup: The new page_cgroup framework
2009-04-28 12:47 UTC (6+ messages)
` [PATCH 3/7] blkio-cgroup: Refactoring io-context initialization
` [PATCH 4/7] blkio-cgroup: The body of blkio-cgroup
` [PATCH 5/7] blkio-cgroup: Page tracking hooks
` [PATCH 6/7] blkio-cgroup: Add a cgroup support to dm-ioband
` [PATCH 7/7] blkio-cgroup: Fast page tracking
[PATCH 1/7] blkio-cgroup: Introduction
2009-04-28 12:44 UTC
[PATCH v15 0/7] cgroup: io-throttle controller
2009-04-28 8:43 UTC
container-to-host virtual or loopback kind of interface support
2009-04-28 4:19 UTC (12+ messages)
[PATCH][RFC] freezer: Add CHECKPOINTING state to safeguard container checkpoint
2009-04-28 2:17 UTC
[PATCH 1/9] io-throttle documentation
2009-04-27 21:56 UTC (3+ messages)
After Sex Etiquette For Better Sex
2009-04-27 15:35 UTC
Tiips to Make Your Sex Life Ageless
2009-04-27 6:55 UTC
Listing of family practice doctors and more
2009-04-27 0:06 UTC
Seexual Healing
2009-04-26 21:53 UTC
How to MMake Her Orgasm Super Fast - 2 Earth Shattering Tips For an Extremely Quick Female Climax
2009-04-26 18:00 UTC
[PATCH 3/7] page_cgroup: provide a generic page tracking infrastructure
2009-04-26 17:19 UTC (2+ messages)
Why pay thousands for a marketing list
2009-04-26 12:03 UTC
How tto Give Her Explosive Orgasm That Makes Her Scream in Pure Ecstasy - Guaranteed!
2009-04-26 10:42 UTC
Not Creating Ennough Attraction To Have Sex
2009-04-25 20:33 UTC
Safeer Sex
2009-04-25 11:50 UTC
A Christian Sex Premature Ejacullation Cure
2009-04-25 10:59 UTC
Hoow to Boost Your Bedroom Pleasures?
2009-04-24 21:30 UTC
WorldPay CARD transaction Confirmation
2009-04-24 16:06 UTC
Top 5 Ways to Eliminate Any Sexxual Performance Anxiety
2009-04-24 13:40 UTC
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