aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/topology.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-1/+1
2012-01-06x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas1-1/+1
2011-12-07x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten1-2/+0
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo1-7/+0
2011-04-06x86-32, numa: Calculate remap size in common codeTejun Heo1-1/+0
2011-02-16x86-64, NUMA: Implement generic node distance handlingTejun Heo1-1/+1
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo1-17/+0
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn1-13/+9
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn1-0/+4
2009-12-15hugetlb: add generic definition of NUMA_NO_NODELee Schermerhorn1-2/+7
2009-11-03sched: Disable SD_PREFER_LOCAL at node levelMike Galbraith1-1/+1
2009-10-14sched: Disable SD_PREFER_LOCAL for MC/CPU domainsPeter Zijlstra1-0/+1
2009-09-24x86: Remove redundant non-NUMA topology functionsRusty Russell1-10/+0
2009-09-16sched: Disable wakeup balancingPeter Zijlstra1-1/+1
2009-09-15sched: Reduce forkexec_idxPeter Zijlstra1-3/+1
2009-09-15sched: Improve latencies and throughputMike Galbraith1-3/+1
2009-09-15sched: Tweak wake_idxPeter Zijlstra1-1/+1
2009-09-15sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra1-3/+1
2009-09-07sched: enable SD_WAKE_IDLEPeter Zijlstra1-1/+1
2009-09-04sched: Turn on SD_BALANCE_NEWIDLEIngo Molnar1-1/+1
2009-09-04sched: Clean up topology.hIngo Molnar1-19/+28
2009-05-11sched: Don't export sched_mc_power_savings on multi-socket single core systemVaidyanathan Srinivasan1-1/+2
2009-04-22x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu1-1/+1
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-70/+17
2009-03-30cpumask: remove node_to_first_cpuRusty Russell1-12/+0
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell1-2/+2
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell1-2/+2
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-3/+3
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell1-19/+11
2009-03-13cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell1-41/+0
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell1-3/+3
2009-03-13cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: x86Rusty Russell1-2/+0
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell1-1/+0
2009-03-13cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell1-1/+0
2009-01-27x86: move 64-bit NUMA codeBrian Gerst1-0/+6
2009-01-21Merge branch 'cpus4096' into core/percpuIngo Molnar1-3/+14
2009-01-19x86-64: Move nodenumber from PDA to per-cpu.Brian Gerst1-1/+2
2009-01-16x86: make early_per_cpu() a lvalue and use itTejun Heo1-4/+1
2009-01-15x86: fix build warning when CONFIG_NUMA not defined.Mike Travis1-3/+14
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis1-12/+24
2008-12-26cpumask: cpu_coregroup_mask(): x86Rusty Russell1-0/+1
2008-12-26cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell1-12/+23
2008-12-16x86: Introduce topology_core_cpumask()/topology_thread_cpumask()Mike Travis1-0/+2
2008-12-01sched: don't export sched_mc_power_savings in laptopsMahesh Salgaonkar1-1/+1
2008-11-05sched: re-tune balancingIngo Molnar1-3/+4
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+258