| Commit message (Expand) | Author | Age |
* | sparc32: fix build, fix missing cpu_relax declaration | Sam Ravnborg | 2011-05-23 |
* | SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI | Daniel Hellstrom | 2011-05-20 |
* | Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8' | David S. Miller | 2011-05-20 |
|\ |
|
| * | sched: Move the second half of ttwu() to the remote cpu | Peter Zijlstra | 2011-04-14 |
| * | sched: Restructure ttwu() some more | Peter Zijlstra | 2011-04-14 |
| * | sched: Rename ttwu_post_activation() to ttwu_do_wakeup() | Peter Zijlstra | 2011-04-14 |
| * | sched: Remove rq argument from ttwu_stat() | Peter Zijlstra | 2011-04-14 |
| * | sched: Remove rq->lock from the first half of ttwu() | Peter Zijlstra | 2011-04-14 |
| * | sched: Drop rq->lock from sched_exec() | Peter Zijlstra | 2011-04-14 |
| * | sched: Drop rq->lock from first part of wake_up_new_task() | Peter Zijlstra | 2011-04-14 |
| * | sched: Add p->pi_lock to task_rq_lock() | Peter Zijlstra | 2011-04-14 |
| * | sched: Also serialize ttwu_local() with p->pi_lock | Peter Zijlstra | 2011-04-14 |
| * | sched: Delay task_contributes_to_load() | Peter Zijlstra | 2011-04-14 |
| * | sched: Deal with non-atomic min_vruntime reads on 32bits | Peter Zijlstra | 2011-04-14 |
| * | sched: Remove rq argument to sched_class::task_waking() | Peter Zijlstra | 2011-04-14 |
| * | sched: Drop the rq argument to sched_class::select_task_rq() | Peter Zijlstra | 2011-04-14 |
| * | sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock | Peter Zijlstra | 2011-04-14 |
| * | sched: Provide p->on_rq | Peter Zijlstra | 2011-04-14 |
| * | sched: Clean up ttwu() stats | Peter Zijlstra | 2011-04-14 |
| * | sched: Change the ttwu() success details | Peter Zijlstra | 2011-04-14 |
| * | sched: Move wq_worker_waking to the correct site | Peter Zijlstra | 2011-04-14 |
| * | mutex: Use p->on_cpu for the adaptive spin | Peter Zijlstra | 2011-04-14 |
| * | sched: Always provide p->on_cpu | Peter Zijlstra | 2011-04-14 |
| * | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 |
| * | Merge branch 'linus' into sched/locking | Ingo Molnar | 2011-04-14 |
| |\ |
|
| * | | sched: Eliminate dead code from wakeup_gran() | Shaohua Li | 2011-04-11 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2011-05-20 |
|\ \ \ |
|
| * | | | sparc: add {read,write}*_be routines | Jan Andersson | 2011-05-12 |
| * | | | sparc32: Fixed unaligned memory copying in function __csum_partial_copy_sparc... | Tkhai Kirill | 2011-05-12 |
| * | | | sparc32: fix sparcstation 5 boot | Sam Ravnborg | 2011-04-21 |
| * | | | sparc32: fix section mismatch warnings in apc, pmc and time_32 | Sam Ravnborg | 2011-04-21 |
* | | | | sparc32,leon: Remove unnecessary page_address calls in LEON DMA API. | Kristoffer Glembo | 2011-05-16 |
* | | | | sparc: convert old cpumask API into new one | KOSAKI Motohiro | 2011-05-16 |
* | | | | sparc32, sun4d: Implemented SMP IPIs support for SUN4D machines | Daniel Hellstrom | 2011-05-16 |
* | | | | sparc32, sun4m: Implemented SMP IPIs support for SUN4M machines | Daniel Hellstrom | 2011-05-16 |
* | | | | sparc32,leon: Implemented SMP IPIs for LEON CPU | Daniel Hellstrom | 2011-05-16 |
* | | | | sparc32: implement SMP IPIs using the generic functions | Daniel Hellstrom | 2011-05-16 |
* | | | | sparc32,leon: SMP power down implementation | Daniel Hellstrom | 2011-05-16 |
* | | | | sparc32,leon: added some SMP comments | Daniel Hellstrom | 2011-05-16 |
* | | | | sparc32,leon: don't rely on bootloader to mask IRQs | Daniel Hellstrom | 2011-04-21 |
* | | | | sparc32,leon: operate on boot-cpu IRQ controller registers | Daniel Hellstrom | 2011-04-21 |
* | | | | sparc32: always define boot_cpu_id | Daniel Hellstrom | 2011-04-21 |
* | | | | sparc32: removed unused code, implemented by generic code | Daniel Hellstrom | 2011-04-21 |
* | | | | sparc32: avoid build warning at mm/percpu.c:1647 | Sam Ravnborg | 2011-04-21 |
* | | | | sparc32: always register a PROM based early console | Sam Ravnborg | 2011-04-21 |
* | | | | sparc32: probe for cpu info only during startup | Sam Ravnborg | 2011-04-21 |
* | | | | sparc: consolidate show_cpuinfo in cpu.c | Sam Ravnborg | 2011-04-21 |
* | | | | sparc32,leon: implement genirq CPU affinity | Daniel Hellstrom | 2011-04-21 |
* | | | | sparc32, leon: code cleanup of timer/IRQ controller initialization | Daniel Hellstrom | 2011-04-21 |
* | | | | sparc32,leon: cleaned away code from the LEON2 days | Daniel Hellstrom | 2011-04-21 |