Go to file
Neil Horman effc540808 Fix oops on non-numa enabled systems
Some systems aren't numa enabled, but still have devices that indicate they
belong to numa node 0 (rather than -1 as they should).  Thats a kernel problem
but we still shouldn't crash as a result (which we will when device get a NULL
numa_node pointer as a result of trying to find non-existant node 0).  This
patch fixes the crash by always returning the unspecified node pointer when numa
is disabled

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
2011-10-20 10:56:48 -04:00
misc Adding irqbalance.service systemd file for tracking 2011-09-23 11:37:25 -04:00
activate.c Add back improved affinity_hint handling 2011-10-06 13:53:07 -04:00
AUTHORS Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
autogen.sh setting executable permission on autogen.sh 2009-10-02 19:16:42 +00:00
bitmap.c Fix affinity_hint code. 2010-08-10 13:32:58 +00:00
bitmap.h initial import 2006-12-09 15:59:16 +00:00
cap-ng.m4 Adding missing configure files 2009-10-02 18:22:21 +00:00
ChangeLog Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
classify.c Fix oops on non-numa enabled systems 2011-10-20 10:56:48 -04:00
configure.ac Update configure.ac to require a specific glib version level 2011-10-20 10:30:02 -04:00
constants.h Enhance irqbalance logic to condier PCI bus topology in IRQ mapping 2011-08-01 18:25:02 +00:00
COPYING Adding missing configure files 2009-10-02 18:22:21 +00:00
cpumask.h Bump the NR_CPUS define to 4096 in irqbalance. That makes cpumask allocations 2010-07-26 18:51:35 +00:00
cputree.c Fix a segfault with powersave mode 2011-10-14 10:00:15 -04:00
irqbalance.1 irqbalance: Fix homepage in manpage to new project location 2011-10-14 13:36:41 -04:00
irqbalance.c Fix up load estimator 2011-10-11 14:19:21 -04:00
irqbalance.h Fix oops on non-numa enabled systems 2011-10-20 10:56:48 -04:00
irqlist.c Fix a segfault with powersave mode 2011-10-14 10:00:15 -04:00
Makefile.am Fix AM_CFLAGS to separate out appropriate switches to AM_CPPFLAGS 2011-10-14 09:33:27 -04:00
NEWS Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
non-atomic.h initial import 2006-12-09 15:59:16 +00:00
numa.c Fix oops on non-numa enabled systems 2011-10-20 10:56:48 -04:00
placement.c Fix segfault on non-numa enabled systems 2011-10-17 14:32:44 -04:00
powermode.c Add powersave settings 2011-10-10 15:59:15 -04:00
procinterrupts.c Fine tune load computation algorithm 2011-10-11 16:06:06 -04:00
README Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
types.h Fix up load estimator 2011-10-11 14:19:21 -04:00