summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-21/+22
|\
| * Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-3030-985/+2193
| |\
| * | cpumask: remove cpumask allocation from idle_balance, fixRusty Russell2009-03-191-1/+1
| * | cpumask: remove cpumask allocation from idle_balanceRusty Russell2009-03-191-17/+18
| * | cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell2009-03-131-4/+4
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar2009-03-1112-51/+140
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar2009-03-102-1/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-057-18/+69
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-308-20/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpumask: remove cpumask_t from coreRusty Russell2009-03-302-2/+2
| * | | | | | | | | cpumask: convert rcutorture.cRusty Russell2009-03-301-8/+17
| * | | | | | | | | cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-301-3/+3
| * | | | | | | | | cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell2009-03-301-1/+1
| * | | | | | | | | cpumask: use set_cpu_active in init/main.cRusty Russell2009-03-301-3/+3
| * | | | | | | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-302-3/+3
* | | | | | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-3011-317/+597
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra2009-03-301-2/+19
| * | | | | | | | | | lockdep: build fix for !PROVE_LOCKINGPeter Zijlstra2009-02-151-0/+4
| * | | | | | | | | | lockstat: warn about disabled lock debuggingPeter Zijlstra2009-02-141-0/+4
| * | | | | | | | | | lockdep: use stringify.hPeter Zijlstra2009-02-141-9/+7
| * | | | | | | | | | lockdep: simplify check_prev_add_irq()Peter Zijlstra2009-02-141-93/+61
| * | | | | | | | | | lockdep: get_user_chars() redoPeter Zijlstra2009-02-143-18/+19
| * | | | | | | | | | lockdep: simplify get_user_chars()Peter Zijlstra2009-02-141-41/+24
| * | | | | | | | | | lockdep: add comments to mark_lock_irq()Peter Zijlstra2009-02-141-7/+30
| * | | | | | | | | | lockdep: remove macro usage from mark_held_locks()Peter Zijlstra2009-02-141-15/+5
| * | | | | | | | | | lockdep: fully reduce mark_lock_irq()Peter Zijlstra2009-02-141-78/+8
| * | | | | | | | | | lockdep: merge the !_READ mark_lock_irq() helpersPeter Zijlstra2009-02-141-43/+15
| * | | | | | | | | | lockdep: merge the _READ mark_lock_irq() helpersPeter Zijlstra2009-02-141-38/+23
| * | | | | | | | | | lockdep: simplify mark_lock_irq() helpers #3Peter Zijlstra2009-02-141-38/+27
| * | | | | | | | | | lockdep: further simplify mark_lock_irq() helpersPeter Zijlstra2009-02-141-16/+31
| * | | | | | | | | | lockdep: simplify the mark_lock_irq() helpersPeter Zijlstra2009-02-141-16/+44
| * | | | | | | | | | lockdep: split up mark_lock_irq()Peter Zijlstra2009-02-141-225/+147
| * | | | | | | | | | lockdep: generate usage stringsPeter Zijlstra2009-02-141-13/+13
| * | | | | | | | | | lockdep: generate the state bit definitionsPeter Zijlstra2009-02-141-27/+20
| * | | | | | | | | | lockdep: move state bit definitions aroundPeter Zijlstra2009-02-142-0/+52
| * | | | | | | | | | lockdep: simplify mark_lock()Peter Zijlstra2009-02-141-12/+7
| * | | | | | | | | | lockdep: simplify mark_held_locksPeter Zijlstra2009-02-141-24/+14
| * | | | | | | | | | lockdep: lockdep_states.hPeter Zijlstra2009-02-141-0/+3
| * | | | | | | | | | lockdep: sanitize reclaim bit namesPeter Zijlstra2009-02-141-19/+19
| * | | | | | | | | | lockdep: sanitize bit namesPeter Zijlstra2009-02-142-48/+48
| * | | | | | | | | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-143-16/+222
| * | | | | | | | | | timer: implement lockdep deadlock detectionJohannes Berg2009-02-141-11/+57
| * | | | | | | | | | Merge branch 'linus' into core/lockingIngo Molnar2009-02-0753-440/+637
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mutex: adaptive spinnning, performance tweaksChris Mason2009-01-141-13/+7
| * | | | | | | | | | | mutex: implement adaptive spinningPeter Zijlstra2009-01-146-29/+197
| * | | | | | | | | | | mutex: preemption fixesPeter Zijlstra2009-01-142-4/+11
| * | | | | | | | | | | mutex: small cleanupPeter Zijlstra2009-01-141-5/+2
* | | | | | | | | | | | kexec: Change kexec jump code orderingRafael J. Wysocki2009-03-301-10/+9
* | | | | | | | | | | | PM: Change hibernation code orderingRafael J. Wysocki2009-03-301-48/+61
* | | | | | | | | | | | PM: Change suspend code orderingRafael J. Wysocki2009-03-301-16/+22
OpenPOWER on IntegriCloud