Linux NUMA userland tools development
 help / color / mirror / Atom feed
 messages from 2012-02-06 08:57:52 to 2015-01-22 19:50:28 UTC [more...]

NUMA page migration: blocking or non-blocking?
 2015-01-22 19:50 UTC 

[PATCH] libnuma: add check for return value of numa_node_to_cpus
 2015-01-19 16:44 UTC  (2+ messages)

Memory latency tests on NUMA
 2014-12-14 16:10 UTC  (2+ messages)

Interleaved allocation
 2014-12-12  1:49 UTC  (3+ messages)

[PATCH] libnuma_node_not_sequential libnuma.so function numa_node_of_cpu() doesn't use previously created list of valid nodes but use the entire array indexed with the maximum number of nodes available on the system. Fix is to check node is valid before calling numa_node_to_cpus_v2_int() which check that the cpu belongs to that node. 
 2014-12-09 15:56 UTC 

Memory policy change handling and callbacks for a new HW feature
 2014-11-26 15:12 UTC 

Some performance figure questions
 2014-11-25 22:42 UTC  (3+ messages)

numa_alloc_onnode does not allocate on node passed as argument
 2014-11-05  3:23 UTC  (10+ messages)

NUMA balancing degrading performance
 2014-10-29  2:37 UTC  (4+ messages)

2.0.10 release of libnuma/numactl
 2014-10-06 13:08 UTC 

tshared fails
 2014-09-22  8:42 UTC  (2+ messages)

move_pages fails on 2 node system
 2014-09-17 20:26 UTC  (6+ messages)

memleak with node_cpu_mask_v2;
 2014-08-12  8:15 UTC  (2+ messages)
` Fwd: "

Official git repo for numactl (any other VCS would be fine as well)
 2014-07-23 23:11 UTC  (5+ messages)

[PATCH] build-sys: prevent warning about .depend when running make
 2014-07-23 12:26 UTC  (2+ messages)

[PATCH] Fix numactl --show preferred node for case MPOL_BIND
 2014-07-16 12:24 UTC  (2+ messages)

Is there a way to trigger numa_balancing instantly?
 2014-05-08 16:13 UTC 

numastats updates
 2014-04-11  2:12 UTC  (10+ messages)

Unbalanced CPU utilization on NUMA 4-Socket machine, workload evenly spread on machine
 2014-01-07  8:56 UTC 

Is it possible to disable numa_balance after boot?
 2014-01-06 20:33 UTC  (4+ messages)

System uses numa Interleave mode as default policy?
 2014-01-04 22:32 UTC 

[PATCH] x86/mm/numa: fix becoming single node on numa machine with 32-bit kernel
 2013-12-04  3:51 UTC 

[PATCH] numactl: checks for numa when showing hardware
 2013-11-23  8:10 UTC 

export numa_init
 2013-10-13  1:12 UTC  (2+ messages)

release of 2.0.9
 2013-10-08 22:03 UTC 

numactl problems with -C option specifying cpus outside of cpus_allowed
 2013-10-03 22:46 UTC  (6+ messages)

[PATCH 0/2] follow-up patches for new --all option
 2013-09-10 18:25 UTC  (5+ messages)
` [PATCH 1/2] libnuma: new function numa_run_on_node_mask_all added to library manpage
` [PATCH 2/2] libnuma: added regression test for new --all option

[PATCH 0/2] New numactl option for overriding of policy settings cpuset awareness
 2013-09-08 18:01 UTC  (6+ messages)
` [PATCH 1/2] numactl: new option --all/-a was added for policy settings
` [PATCH 2/2] libnuma: new function numa_run_on_node_mask_all was added to libnuma

[PATCH] numactl: new --allphyscpubind/-A option
 2013-09-05 19:54 UTC  (3+ messages)

[PATCH] numactl: man page and --help output fixes
 2013-07-30 12:29 UTC  (2+ messages)

[PATCH] Bring numastat up to revision 20130723
 2013-07-26 19:11 UTC  (2+ messages)

memory leaks in numa_run_on_node
 2013-06-27  1:15 UTC  (4+ messages)

[PATCH] Fix segfault in read_distance_table when no NUMA
 2013-06-19 11:56 UTC 

How does numa_parse_nodestring +0-1 works/should work
 2013-05-22  9:22 UTC  (3+ messages)
  ` NUMA performance, optimal settings for multithreaded, memory mapped file access

[PATCH] libnuma: prototype for numa_bitmask_weight()
 2013-02-07 21:51 UTC 

Urgent: numactl-2.0.8 - make does not create numastat binary
 2013-01-10 14:23 UTC 

libnuma - data types problems
 2013-01-07 10:46 UTC 

[PATCH] Custom interleaved allocation
 2012-11-27 16:39 UTC  (3+ messages)

numactl using it's own affinity to determine CPU set
 2012-10-23 21:17 UTC  (6+ messages)

[PATCH] Do not use cpu_to_node() to find an offlined cpu's node
 2012-10-19 11:18 UTC  (25+ messages)

[PATCH] Rewrite numastat to also show per-node process stats
 2012-10-12 16:49 UTC  (4+ messages)

[PATCH v2 0/2] Update sched_domains_numa_masks when new cpus are onlined
 2012-10-04 12:30 UTC  (5+ messages)
` [PATCH v2 1/2] Ensure sched_domains_numa_levels safe in other functions
` [PATCH v2 2/2] Update sched_domains_numa_masks when new cpus are onlined

[PATCH] Update sched_domains_numa_masks when new cpus are onlined
 2012-09-25 12:02 UTC  (13+ messages)

[PATCH] numactl: Show distance info even for machines without 0th node
 2012-09-11  9:20 UTC 

[BUG] Failed to online cpu on a hot-added NUMA node
 2012-09-10 10:31 UTC 

[PATCH 0/7] couple of numactl-2.0.8-rc4 bugfixes and interface
 2012-08-27 12:20 UTC  (11+ messages)
` [PATCH 1/7] libnuma: Fix calculation of maxconfiguredcpu
` [PATCH 2/7] libnuma: do not recalculate maxconfiguredcpu
` [PATCH 3/7] libnuma: numa_num_possible_cpus symbol is exported from the library
` [RFC PATCH 4/7] libnuma: introduced _all versions of numa_parse_{cpu,node}string()
` [PATCH 5/7] libnuma: numa_parse_cpustring and similar should take a const char* parameter
` [PATCH 6/7] libnuma: removed unused bufferlen variable
` [PATCH 7/7] libnuma: no warnings when there are holes in numbering of nodes

[PATCH v2 0/7] couple of numactl-2.0.8-rc4 bugfixes and new interface
 2012-08-23 16:01 UTC  (8+ messages)
` [PATCH v2 1/7] libnuma: Fix calculation of maxconfiguredcpu
` [PATCH v2 2/7] libnuma: do not recalculate maxconfiguredcpu
` [PATCH v2 3/7] libnuma: numa_num_possible_cpus symbol is exported from the library
` [RFC PATCH v2 4/7] libnuma: introduced _all versions of numa_parse_{cpu,node}string()
` [PATCH v2 5/7] libnuma: numa_parse_cpustring and similar should take a const char* parameter
` [PATCH v2 6/7] libnuma: removed unused bufferlen variable
` [PATCH v2 7/7] libnuma: no warnings when there are holes in numbering of nodes

Red Hat would like to rework / enhance numastat
 2012-08-21 22:33 UTC  (3+ messages)

AutoNUMA benchmark 0.1
 2012-07-16 20:00 UTC 

How can I know whether my memory is allocated on the node expected?
 2012-06-05 13:48 UTC  (2+ messages)

A question about numa_set_membind()
 2012-06-04  1:45 UTC  (3+ messages)

Issues with numa_alloc_interleaved
 2012-05-10 12:11 UTC 

[PATCH] numa_emulation fix
 2012-03-16 19:28 UTC  (2+ messages)
` [PATCH] numa_emulation: fix cpumask_of_node()

Libnuma: Memory allocation problem
 2012-02-23 20:50 UTC 

bitmask/nodemask strangeness with sparse node ids
 2012-02-20 14:18 UTC 

[PATCH] numademo: msize check for ptrchase test
 2012-02-16 15:21 UTC  (2+ messages)

kernel crash when using libnuma
 2012-02-06 22:43 UTC  (3+ messages)


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