summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom2011-05-202-6/+1
* Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller2011-05-2039-377/+501
|\
| * sched: Move the second half of ttwu() to the remote cpuPeter Zijlstra2011-04-144-1/+69
| * sched: Restructure ttwu() some morePeter Zijlstra2011-04-141-33/+58
| * sched: Rename ttwu_post_activation() to ttwu_do_wakeup()Peter Zijlstra2011-04-141-3/+6
| * sched: Remove rq argument from ttwu_stat()Peter Zijlstra2011-04-141-3/+6
| * sched: Remove rq->lock from the first half of ttwu()Peter Zijlstra2011-04-141-28/+37
| * sched: Drop rq->lock from sched_exec()Peter Zijlstra2011-04-141-10/+5
| * sched: Drop rq->lock from first part of wake_up_new_task()Peter Zijlstra2011-04-141-14/+3
| * sched: Add p->pi_lock to task_rq_lock()Peter Zijlstra2011-04-141-56/+47
| * sched: Also serialize ttwu_local() with p->pi_lockPeter Zijlstra2011-04-141-12/+19
| * sched: Delay task_contributes_to_load()Peter Zijlstra2011-04-142-12/+5
| * sched: Deal with non-atomic min_vruntime reads on 32bitsPeter Zijlstra2011-04-142-2/+20
| * sched: Remove rq argument to sched_class::task_waking()Peter Zijlstra2011-04-143-5/+11
| * sched: Drop the rq argument to sched_class::select_task_rq()Peter Zijlstra2011-04-146-27/+41
| * sched: Serialize p->cpus_allowed and ttwu() using p->pi_lockPeter Zijlstra2011-04-141-21/+16
| * sched: Provide p->on_rqPeter Zijlstra2011-04-145-28/+31
| * sched: Clean up ttwu() statsPeter Zijlstra2011-04-141-35/+40
| * sched: Change the ttwu() success detailsPeter Zijlstra2011-04-141-9/+7
| * sched: Move wq_worker_waking to the correct sitePeter Zijlstra2011-04-141-3/+4
| * mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra2011-04-147-56/+39
| * sched: Always provide p->on_cpuPeter Zijlstra2011-04-142-20/+30
| * sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-1426-50/+63
| * Merge branch 'linus' into sched/lockingIngo Molnar2011-04-14178-2083/+1587
| |\
| * | sched: Eliminate dead code from wakeup_gran()Shaohua Li2011-04-111-4/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2011-05-206-9/+32
|\ \ \
| * | | sparc: add {read,write}*_be routinesJan Andersson2011-05-121-0/+13
| * | | sparc32: Fixed unaligned memory copying in function __csum_partial_copy_sparc...Tkhai Kirill2011-05-111-3/+9
| * | | sparc32: fix sparcstation 5 bootSam Ravnborg2011-04-211-3/+7
| * | | sparc32: fix section mismatch warnings in apc, pmc and time_32Sam Ravnborg2011-04-213-3/+3
* | | | sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.Kristoffer Glembo2011-05-161-26/+16
* | | | sparc: convert old cpumask API into new oneKOSAKI Motohiro2011-05-1616-105/+115
* | | | sparc32, sun4d: Implemented SMP IPIs support for SUN4D machinesDaniel Hellstrom2011-05-163-0/+94
* | | | sparc32, sun4m: Implemented SMP IPIs support for SUN4M machinesDaniel Hellstrom2011-05-163-9/+54
* | | | sparc32,leon: Implemented SMP IPIs for LEON CPUDaniel Hellstrom2011-05-163-3/+126
* | | | sparc32: implement SMP IPIs using the generic functionsDaniel Hellstrom2011-05-165-16/+71
* | | | sparc32,leon: SMP power down implementationDaniel Hellstrom2011-05-161-2/+10
* | | | sparc32,leon: added some SMP commentsDaniel Hellstrom2011-05-162-0/+14
* | | | sparc32,leon: don't rely on bootloader to mask IRQsDaniel Hellstrom2011-04-212-0/+7
* | | | sparc32,leon: operate on boot-cpu IRQ controller registersDaniel Hellstrom2011-04-213-25/+21
* | | | sparc32: always define boot_cpu_idDaniel Hellstrom2011-04-215-14/+35
* | | | sparc32: removed unused code, implemented by generic codeDaniel Hellstrom2011-04-212-205/+0
* | | | sparc32: avoid build warning at mm/percpu.c:1647Sam Ravnborg2011-04-211-2/+4
* | | | sparc32: always register a PROM based early consoleSam Ravnborg2011-04-213-8/+9
* | | | sparc32: probe for cpu info only during startupSam Ravnborg2011-04-216-13/+8
* | | | sparc: consolidate show_cpuinfo in cpu.cSam Ravnborg2011-04-218-157/+133
* | | | sparc32,leon: implement genirq CPU affinityDaniel Hellstrom2011-04-211-10/+54
* | | | sparc32, leon: code cleanup of timer/IRQ controller initializationDaniel Hellstrom2011-04-211-84/+72
* | | | sparc32,leon: cleaned away code from the LEON2 daysDaniel Hellstrom2011-04-212-24/+1
* | | | sparc32,leon: per-cpu ticker use genirq per-cpu handlerDaniel Hellstrom2011-04-214-51/+22