aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis1-1/+1
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis2-5/+6
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell7-58/+128
2009-01-03x86: use cpumask_var_t in acpi/boot.cRusty Russell1-7/+22
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis12-79/+26
2009-01-03sched: put back some stack hog changes that were undone in kernel/sched.cMike Travis2-39/+17
2009-01-03x86: enable cpus display of kernel_max and offlined cpusMike Travis1-0/+2
2009-01-03ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar3-4/+4
2009-01-03cpumask: convert RCU implementations, fixIngo Molnar1-1/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into cpus4096-v2Ingo Molnar6-0/+38
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis4791-128209/+278536
2009-01-03xtensa: define __flsRusty Russell1-0/+11
2009-01-03mn10300: define __flsRusty Russell1-0/+11
2009-01-03m32r: define __flsRusty Russell1-0/+1
2009-01-03h8300: define __flsRusty Russell1-0/+1
2009-01-03frv: define __flsRusty Russell1-0/+13
2009-01-03cris: define __flsRusty Russell1-0/+1
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSRusty Russell2-1/+14
2009-01-01cpumask: zero extra bits in alloc_cpumask_var_nodeRusty Russell1-0/+8
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2-2/+3
2009-01-01cpumask: convert mm/Rusty Russell5-16/+28
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell5-27/+34
2009-01-01cpumask: convert kernel/cpu.cRusty Russell1-19/+29
2009-01-01cpumask: convert kernel/profile.cRusty Russell1-13/+25
2009-01-01cpumask: convert RCU implementationsRusty Russell4-38/+44
2009-01-01cpumask: convert kernel/irqRusty Russell4-15/+33
2009-01-01cpumask: convert kernel time functionsRusty Russell4-63/+66
2009-01-01cpumask: convert kernel/workqueue.cRusty Russell1-12/+14
2009-01-01cpumask: convert kernel/compat.cRusty Russell1-19/+30
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell1-1/+1
2009-01-01cpumask: remove any_online_cpu() users: kernel/Rusty Russell2-4/+4
2009-01-01cpumask: convert kernel trace functions furtherRusty Russell6-10/+16
2009-01-01cpumask: convert kernel trace functionsRusty Russell3-51/+64
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64Rusty Russell1-0/+2
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpcRusty Russell1-0/+2
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): s390Rusty Russell1-0/+1
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): sparcRusty Russell1-0/+2
2009-01-01cpumask: Use find_last_bit()Rusty Russell1-6/+1
2009-01-01bitmap: find_last_bit()Rusty Russell4-1/+62
2009-01-01m68knommu: define __flsRusty Russell1-0/+1
2009-01-01m68k: define __flsRusty Russell1-0/+5
2009-01-01blackfin: define __flsRusty Russell1-0/+1
2009-01-01avr32: define __flsRusty Russell1-0/+5
2009-01-01parisc: remove gratuitous cpu_online_map declaration.Rusty Russell1-2/+0
2009-01-01cpumask: Use accessors code in coreRusty Russell1-3/+3
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell3-3/+3
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32rRusty Russell1-1/+1
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbiosRusty Russell1-1/+1
2009-01-01cpumask: fix bogus kernel-docLi Zefan1-1/+1