summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpumask: remove cpumask allocation from idle_balance, fixRusty Russell2009-03-191-1/+1
* numa, cpumask: move numa_node_id default implementation to topology.h, fixStephen Rothwell2009-03-192-0/+3
* cpumask: remove cpumask allocation from idle_balanceRusty Russell2009-03-191-17/+18
* x86: cpumask: x86 mmio-mod.c use cpumask_var_t for downed_cpusRusty Russell2009-03-181-6/+13
* x86: cpumask: update 32-bit APM not to mug current->cpus_allowedRusty Russell2009-03-181-103/+145
* x86: microcode: cleanupIngo Molnar2009-03-183-87/+97
* x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.cRusty Russell2009-03-181-45/+61
* cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crashRusty Russell2009-03-183-3/+13
* numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell2009-03-133-6/+6
* cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell2009-03-131-1/+1
* Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar2009-03-1338-336/+246
|\
| * cpumask: remove x86 cpumask_t uses.Rusty Russell2009-03-136-13/+13
| * cpumask: use cpumask_var_t in uv_flush_tlb_others.Rusty Russell2009-03-131-2/+7
| * cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell2009-03-134-4/+8
| * cpumask: make Xen use the new operators.Rusty Russell2009-03-131-2/+2
| * cpumask: clean up summit's send_IPI functionsRusty Russell2009-03-131-7/+3
| * cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-139-27/+26
| * x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell2009-03-132-30/+0
| * cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2009-03-132-8/+27
| * cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell2009-03-134-28/+24
| * x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell2009-03-135-94/+83
| * cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-03-132-67/+0
| * x86: arch_send_call_function_ipi_maskRusty Russell2009-03-131-2/+3
| * cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.cRusty Russell2009-03-131-4/+6
| * cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-139-21/+32
| * cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell2009-03-131-5/+6
| * cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t.Rusty Russell2009-03-131-4/+6
| * cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-03-131-2/+0
| * cpumask: remove cpu_coregroup_map: x86Rusty Russell2009-03-132-6/+0
| * cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell2009-03-132-6/+0
| * cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2009-03-132-2/+2
| * cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-138-17/+13
| * cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell2009-03-132-5/+5
* | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-1373-410/+884
|\ \ | |/ |/|
| * Linus 2.6.29-rc8v2.6.29-rc8Linus Torvalds2009-03-121-1/+1
| * bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds2009-03-121-8/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-03-124-11/+18
| |\
| | * kbuild: remove unused -r option for module-init-tool depmodGilles Espinasse2009-03-071-1/+1
| | * kbuild: fix 'make rpm' when CONFIG_LOCALVERSION_AUTO=y and using SCM treeJosh Hunt2009-03-072-6/+13
| | * kbuild: fix mkspec to cleanup RPM_BUILD_ROOTJosh Hunt2009-03-071-1/+1
| | * kbuild: fix C libary confusion in unifdef.c due to getline()Justin P. Mattock2009-03-071-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-03-122-0/+6
| |\ \
| | * | cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell2009-03-121-0/+3
| | * | cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed.Rusty Russell2009-03-121-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2009-03-121-17/+4
| |\ \ \
| | * | | Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher2009-03-121-17/+4
| * | | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-126-13/+26
| |\ \ \ \
| | * | | | hwmon: (f75375s) Remove unnecessary and confusing initializationAndrew Klossner2009-03-121-1/+1
| | * | | | hwmon: (it87) Properly decode -128 degrees C temperatureJean Delvare2009-03-121-4/+4
| | * | | | hwmon: (lm90) Document support for the MAX6648/6692 chipsDarrick J. Wong2009-03-123-6/+16
OpenPOWER on IntegriCloud