messages from 2009-07-20 14:31:00 to 2009-07-28 07:20:12 UTC [more...]
[BUG] set_mempolicy(MPOL_INTERLEAV) cause kernel panic
2009-07-28 7:18 UTC (21+ messages)
` [BUGFIX] set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware
[PATCH] mm: Make it easier to catch NULL cache names
2009-07-28 5:01 UTC (4+ messages)
[PATCH] mm: Make it easier to catch NULL cache names
2009-07-28 4:11 UTC
[RFC/PATCH] mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
2009-07-28 0:41 UTC (17+ messages)
[PATCH] x86, UV: Delete mapping of MMR rangs mapped by BIOS
2009-07-27 14:36 UTC
[PATCH] x86, UV: blade-local memory
2009-07-27 14:35 UTC
[PATCH 0/2] ZERO PAGE again v3
2009-07-26 22:56 UTC (8+ messages)
` [PATCH 0/2] ZERO PAGE again v4
[RFC PATCH 0/4] (Take 2): transcendent memory ("tmem") for Linux
2009-07-26 15:00 UTC (8+ messages)
[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
2009-07-24 19:09 UTC (74+ messages)
` [RFC v17][PATCH 01/60] c/r: extend arch_setup_additional_pages()
` [RFC v17][PATCH 02/60] x86: ptrace debugreg checks rewrite
` [RFC v17][PATCH 03/60] c/r: break out new_user_ns()
` [RFC v17][PATCH 04/60] c/r: split core function out of some set*{u,g}id functions
` [RFC v17][PATCH 05/60] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
` [RFC v17][PATCH 06/60] cgroup freezer: Update stale locking comments
` [RFC v17][PATCH 07/60] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
` [RFC v17][PATCH 08/60] cgroup freezer: interface to freeze a cgroup from within the kernel
` [RFC v17][PATCH 09/60] Namespaces submenu
` [RFC v17][PATCH 10/60] c/r: make file_pos_read/write() public
` [RFC v17][PATCH 11/60] pids 1/7: Factor out code to allocate pidmap page
` [RFC v17][PATCH 12/60] pids 2/7: Have alloc_pidmap() return actual error code
` [RFC v17][PATCH 13/60] pids 3/7: Add target_pid parameter to alloc_pidmap()
` [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid()
` [RFC v17][PATCH 15/60] pids 5/7: Add target_pids parameter to copy_process()
` [RFC v17][PATCH 16/60] pids 6/7: Define do_fork_with_pids()
` [RFC v17][PATCH 17/60] pids 7/7: Define clone_with_pids syscall
` [RFC v17][PATCH 18/60] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v17][PATCH 19/60] c/r: documentation
` [RFC v17][PATCH 20/60] c/r: basic infrastructure for checkpoint/restart
` [RFC v17][PATCH 21/60] c/r: x86_32 support "
` [RFC v17][PATCH 22/60] c/r: external checkpoint of a task other than ourself
` [RFC v17][PATCH 23/60] c/r: export functionality used in next patch for restart-blocks
` [RFC v17][PATCH 24/60] c/r: restart-blocks
` [RFC v17][PATCH 25/60] c/r: checkpoint multiple processes
` [RFC v17][PATCH 26/60] c/r: restart "
` [RFC v17][PATCH 27/60] c/r: introduce PF_RESTARTING, and skip notification on exit
` [RFC v17][PATCH 28/60] c/r: support for zombie processes
` [RFC v17][PATCH 29/60] c/r: Save and restore the [compat_]robust_list member of the task struct
` [RFC v17][PATCH 30/60] c/r: infrastructure for shared objects
` [RFC v17][PATCH 31/60] c/r: detect resource leaks for whole-container checkpoint
` [RFC v17][PATCH 32/60] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v17][PATCH 33/60] c/r: dump open file descriptors
` [RFC v17][PATCH 34/60] c/r: restore "
` [RFC v17][PATCH 35/60] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v17][PATCH 36/60] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v17][PATCH 37/60] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [RFC v17][PATCH 38/60] c/r: dump memory address space (private memory)
` [RFC v17][PATCH 39/60] c/r: restore "
` [RFC v17][PATCH 40/60] c/r: export shmem_getpage() to support shared memory
` [RFC v17][PATCH 41/60] c/r: dump anonymous- and file-mapped- "
` [RFC v17][PATCH 42/60] c/r: restore "
` [RFC v17][PATCH 43/60] splice: export pipe/file-to-pipe/file functionality
` [RFC v17][PATCH 44/60] c/r: support for open pipes
` [RFC v17][PATCH 45/60] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v17][PATCH 46/60] c/r: support for UTS namespace
` [RFC v17][PATCH 47/60] deferqueue: generic queue to defer work
` [RFC v17][PATCH 48/60] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v17][PATCH 49/60] c/r: save and restore sysvipc namespace basics
` [RFC v17][PATCH 50/60] c/r: support share-memory sysv-ipc
` [RFC v17][PATCH 51/60] c/r: support message-queues sysv-ipc
` [RFC v17][PATCH 52/60] c/r: support semaphore sysv-ipc
` [RFC v17][PATCH 53/60] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v17][PATCH 54/60] c/r: add CKPT_COPY() macro
` [RFC v17][PATCH 55/60] c/r: define s390-specific checkpoint-restart code
` [RFC v17][PATCH 56/60] c/r: clone_with_pids: define the s390 syscall
` [RFC v17][PATCH 57/60] c/r: capabilities: define checkpoint and restore fns
` [RFC v17][PATCH 58/60] c/r: checkpoint and restore task credentials
` [RFC v17][PATCH 59/60] c/r: restore file->f_cred
` [RFC v17][PATCH 60/60] c/r: checkpoint and restore (shared) task's sighand_struct
[PATCH] mm: Warn once when a page is freed with PG_mlocked set V2
2009-07-24 12:59 UTC (9+ messages)
[PATCH] bump up nr_to_write in xfs_vm_writepage
2009-07-24 12:05 UTC (6+ messages)
PCL event logging question
2009-07-24 11:38 UTC
[PATCH] trivial: improve help text for mm debug config options
2009-07-24 3:31 UTC
Replacing 0x% with %# ?
2009-07-23 18:01 UTC (5+ messages)
[PATCH 00/10] ksm resend
2009-07-23 11:49 UTC (36+ messages)
` [PATCH 01/10] ksm: add mmu_notifier set_pte_at_notify()
` [PATCH 02/10] ksm: first tidy up madvise_vma()
` [PATCH 03/10] ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE
` [PATCH 04/10] ksm: the mm interface to ksm
` [PATCH 05/10] ksm: no debug in page_dup_rmap()
` [PATCH 06/10] ksm: identify PageKsm pages
` [PATCH 07/10] ksm: Kernel SamePage Merging
` [PATCH 08/10] ksm: prevent mremap move poisoning
` [PATCH 09/10] ksm: change copyright message
` [PATCH 10/10] ksm: change ksm nice level to be 5
[PATCH] slub: sysfs_slab_remove should free kmem_cache when debug is enabled
2009-07-23 9:43 UTC (3+ messages)
[patch 1/4] mm: drop unneeded double negations
2009-07-22 23:58 UTC (18+ messages)
` [patch 2/4] mm: introduce page_lru_type()
` [patch 3/4] mm: return boolean from page_is_file_cache()
` [patch 4/4] mm: return boolean from page_has_private()
` [patch 5/4] mm: document is_page_cache_freeable()
[PATCH] hibernate / memory hotplug: always use for_each_populated_zone()
2009-07-22 23:46 UTC (8+ messages)
What to do with this message (2.6.30.1) ?
2009-07-22 11:53 UTC (8+ messages)
[PATCH] slub: release kobject if sysfs_create_group failed in sysfs_slab_add
2009-07-22 6:17 UTC (2+ messages)
HugeTLB mapping for drivers (sample driver)
2009-07-21 9:40 UTC (7+ messages)
[RFC][PATCH 0/5] Memory controller soft limit patches (v9)
2009-07-21 0:03 UTC (6+ messages)
` [RFC][PATCH 5/5] Memory controller soft limit reclaim on contention (v9)
[PATCH 3/3] add isolate pages vmstat
2009-07-20 16:22 UTC (5+ messages)
[PATCH 4/5] Use add_page_to_lru_list() helper function
2009-07-20 14:30 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).