linux-numa.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-05-03 15:06:17 to 2012-01-05 09:31:00 UTC [more...]

numa_alloc_interleaved and expectation of round-robin allocation
 2012-01-05  9:31 UTC 

Where can I get the git tree for linux numa userland tool?
 2012-01-02  6:31 UTC 

MPOL_INTERLEAVE page-wise binding dump
 2011-12-22 20:56 UTC  (4+ messages)

[CFP] Linux Storage, Filesystem & Memory Management Summit 2012 (April 1-2)
 2011-12-21 14:47 UTC 

[PATCH 1/8] Add support for a "same" numamask to numactl
 2011-12-19 15:12 UTC  (9+ messages)
` [PATCH 2/8] Use constructors for numa_init/exit
` [PATCH 3/8] Use glibc syscall if possible
` [PATCH 4/8] Run full test suite before exiting
` [PATCH 5/8] Add IO affinity support to libnuma
` [PATCH 6/8] Clean regression test temp files
` [PATCH 7/8] memhog: add option to disable transparent huge pages
` [PATCH 8/8] Disable transparent huge pages in test suite
` numactl/libnuma 2.0.8-rc3

[PATCH] [0/15] Various fixes to numactl 2.0.0
 2011-12-15 19:21 UTC 

libnuma: Problem with static library
 2011-12-14 20:37 UTC  (2+ messages)

[PATCH] libnuma: preventing sigbus on touch beyond region
 2011-08-23 22:05 UTC 

3.1-rc2: CONFIG_NUMA Question
 2011-08-19 19:25 UTC  (4+ messages)

[PATCH] libnuma: checking of sucessfull allocations in numademo
 2011-08-18 12:01 UTC  (2+ messages)

a question about the numa information on my machine
 2011-07-19  4:05 UTC  (6+ messages)

[BUG] Invalid return address of mmap() followed by mbind() in multithreaded context
 2011-06-28  2:06 UTC  (6+ messages)

about the meaning of numactl -i
 2011-06-23  6:45 UTC  (5+ messages)

Query
 2011-03-17  9:13 UTC  (2+ messages)

[PATCH] manpages
 2011-03-03 23:11 UTC  (2+ messages)

[PATCH] libnuma: parsing cpu and node strings
 2011-01-13 14:22 UTC 

[PATCH] libnuma: numa_get_run_node_mask manpage
 2011-01-13 14:22 UTC 

[PATCH] libnuma: test/checkaffinity
 2011-01-13 14:22 UTC 

[PATCH] libnuma: numa_get_run_node_mask and numa_run_on_node_mask
 2011-01-12 23:01 UTC 

regression in numactl --cpunodebind=N
 2011-01-11 16:34 UTC 

realloc function
 2011-01-11 16:29 UTC  (11+ messages)

release of numactl/libnuma 2.0.6
 2010-12-29 13:45 UTC 

migrate already accessed memory allocations
 2010-12-06  8:48 UTC  (4+ messages)

numa_get_mems_allowed bug
 2010-11-29 21:09 UTC  (4+ messages)

[PATCH/RFC 0/8] numa - Migrate-on-Fault
 2010-11-17 21:27 UTC  (20+ messages)
` [PATCH/RFC 1/8] numa - Migrate-on-Fault - add Kconfig option
` [PATCH/RFC 2/8] numa - Migrate-on-Fault - add cpuset control
` [PATCH/RFC 3/8] numa - Migrate-on-Fault - check for misplaced page
` [PATCH/RFC 4/8] numa - Migrate-on-Fault - migrate misplaced pages
` [PATCH/RFC 5/8] numa - Migrate-on-Fault - migrate misplaced anon pages
` [PATCH/RFC 6/8] numa - Migrate-on-Fault - add mbind() MPOL_MF_LAZY flag
` [PATCH/RFC 7/8] numa - Migrate-on-Fault - mbind() NOOP policy
` [PATCH/RFC 8/8] numa - Migrate-on-Fault - add statistics

[PATCH/RFC 1/5] numa - migration cache - core implementation
 2010-11-14  6:48 UTC  (7+ messages)
` [PATCH/RFC 2/5] numa - migration cache - add mm checks for migration cache
` [PATCH/RFC 3/5] numa - migration cache - add move_to_swap
` [PATCH/RFC 4/5] numa - migration cache - use for lazy migration
` [PATCH/RFC 5/5] numa - migration cache - add statistics

[PATCH/RFC 0/11] numa - Automatic-migration
 2010-11-14  6:42 UTC  (13+ messages)
` [PATCH/RFC 1/11] numa - Automatic-migration - preparation, cleanup
` [PATCH/RFC 2/11] numa - Automatic-migration - per cpuset automigration control
` [PATCH/RFC 3/11] numa - Automatic-migration - check notify migrate pending
` [PATCH/RFC 4/11] numa - Automatic-migration - ia64 "
` [PATCH/RFC 5/11] numa - Automatic-migration - x86_64 "
` [PATCH/RFC 6/11] numa - Automatic-migration - hook to scheduler inter-node migration
` [PATCH/RFC 7/11] numa - Automatic-migration - add internode migration delay
` [PATCH/RFC 8/11] numa - Automatic-migration - per cpuset max mapcount control
` [PATCH/RFC 9/11] numa - Automatic-migration - hook to migrate on fault
` [PATCH/RFC 10/11] numa - Automatic-migration - per proc automigrate kick control
` [PATCH/RFC 11/11] numa - Automatic-migration - add statistics

RESEND: [PATCH/RFC 1/5] numa - migration cache - core implementation
 2010-11-11 20:37 UTC 

[PATCH/RFC 0/14] Shared Policy Overview
 2010-11-11 19:59 UTC  (17+ messages)
` [PATCH/RFC 1/14] Shared Policy: Miscellaneous Cleanup
` [PATCH/RFC 2/14] Shared Policy: move shared policy to inode/mapping
` [PATCH/RFC 3/14] Shared Policy: allocate shared policies as needed
` [PATCH/RFC 4/14] Shared Policy: let vma policy ops handle sub-vma policies
` [PATCH/RFC 5/14] Shared Policy: fix show_numa_maps()
` [PATCH/RFC 6/14] Shared Policy: Factor alloc_page_pol routine
` [PATCH/RFC 7/14] Shared Policy: use shared policy for page cache allocations
` [PATCH/RFC 8/14] Shared Policy: use alloc_page_pol for swap and shmempages
` [PATCH/RFC 9/14] Shared Policy: per cpuset huge file policy control
` [PATCH/RFC 10/14] Shared Policy: Add hugepage shmem policy vm_ops
` [PATCH/RFC 11/14] Shared Policy: fix migration of private mappings
` [PATCH/RFC 12/14] Shared Policy: mapped file policy persistence model
` [PATCH/RFC 13/14] Shared Policy: per cpuset mapped file policy control
` [PATCH/RFC 14/14] Shared Policy: add generic file set/get policy vm ops

any additions to libnuma 2.0.6?
 2010-11-08 21:26 UTC 

segmentation fault in numa_node_to_cpus_v1
 2010-11-02  1:36 UTC  (5+ messages)

NUMA page allocation from next Node
 2010-11-02  0:49 UTC  (14+ messages)

numactl download site hosed?
 2010-10-16  0:27 UTC  (4+ messages)

[PATCH] libnuma: numa_node_to_cpus() warning
 2010-10-07 13:25 UTC 

[PATCH] libnuma:
 2010-10-06 22:45 UTC 

[PATCH] libnuma:
 2010-10-06 17:06 UTC 

[PATCH] libnuma: maintain numa_num_thread_nodes() and numa_num_thread_cpus()
 2010-10-06 17:06 UTC 

[PATCH 0 of 5] RFC: Handling of sparse, memoryless, and cpuless nodes
 2010-10-04 14:16 UTC  (2+ messages)

[PATCH 5 of 5] numactl --hardware should handle sparse node numbering
 2010-09-22 18:04 UTC 

[PATCH 4 of 5] Clarify comment for numa_all_nodes_ptr extern
 2010-09-22 18:04 UTC 

[PATCH 3 of 5] Fix numa_num_configured_nodes() to match man page description
 2010-09-22 18:04 UTC 

[PATCH 2 of 5] Use numa_max_node() not numa_num_configured_nodes() where appropriate
 2010-09-22 18:04 UTC 

[PATCH 1 of 5] Correct numa_max_node() use of broken numa_num_configured_nodes()
 2010-09-22 18:03 UTC 

missing sys/stat.h include in shm.c for fstat64()
 2010-08-14  0:10 UTC 

libnuma/numactl 2.0.4 release announced
 2010-07-27  6:53 UTC  (2+ messages)

time for libnuma/numactl 2.0.4 release
 2010-07-23 15:06 UTC  (2+ messages)

numactl-2.0.4-rc3
 2010-07-12 22:27 UTC  (4+ messages)
` numactl-2.0.4-rc3 addition

libnuma valgrind errors
 2010-07-02 18:31 UTC  (2+ messages)

time for libnuma/numactl 2.0.4 release?
 2010-06-23 15:36 UTC  (3+ messages)

[PATCH] libnuma: fix memory corruption
 2010-06-22  9:33 UTC  (2+ messages)

[PATCH] libnuma: fix memory corruption
 2010-06-22  7:03 UTC 

[PATCH] libnuma: enumerate CPUs correctly
 2010-06-22  7:02 UTC 

[PATCH 0/7] numa: incremental fixes to generic per cpu numa_*_id() series
 2010-05-24 20:19 UTC  (12+ messages)
` [PATCH 3/7] numa-x86_64-use-generic-percpu-var-numa_node_id-implementation-fix1
` [PATCH 5/7] numa-introduce-numa_mem_id-effective-local-memory-node-id-fix2
` [PATCH 6/7] numa-introduce-numa_mem_id-effective-local-memory-node-id-fix3
` [PATCH 7/7] numa-update-documentation-vm-numa-add-memoryless-node-info-fix1

[PATCH] Fix CPUless nodes numactl --hardware output
 2010-05-21 10:13 UTC 

Fix CPUless nodes numactl --hardware output
 2010-05-21 10:03 UTC 

[PATCH] add numa_random() stub for non-NUMA build
 2010-05-17 21:06 UTC 

[PATCH 0/8] Numa: Use Generic Per-cpu Variables for numa_*_id()
 2010-05-12 20:03 UTC  (6+ messages)
` [PATCH 6/8] numa: slab: use numa_mem_id() for slab local memory node


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).