summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-193-33/+119
|\
| * genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr2010-05-121-3/+1
| * genirq: Add CPU mask affinity hintPeter P Waskiewicz Jr2010-05-032-0/+61
| * genirq: Remove IRQF_DISABLED from core codeThomas Gleixner2010-04-131-30/+0
| * genirq: Run irq handlers with interrupts disabledIngo Molnar2010-04-131-3/+0
| * genirq: Introduce request_any_context_irq()Marc Zyngier2010-04-131-0/+37
| * Merge branch 'linus' into irq/coreThomas Gleixner2010-04-1372-275/+577
| |\
| * | genirq: Expose irq_desc->node in proc/irqDimitri Sivanich2010-03-241-0/+23
* | | cpumask: fix compat getaffinityKOSAKI Motohiro2010-05-191-14/+11
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-05-191-2/+3
|\ \ \
| * | | [S390] debug: enable exception-trace debug facilityHeiko Carstens2010-05-171-2/+3
* | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-189-128/+551
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar2010-05-139-15/+47
| |\ \ \ \
| * | | | | tracing: Fix "integer as NULL pointer" warning.Thiago Farina2010-05-051-1/+1
| * | | | | ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov2010-05-041-9/+5
| * | | | | tracing: Fix sleep time function profilingSteven Rostedt2010-04-271-1/+5
| * | | | | tracing: Show sample std dev in function profilingChase Douglas2010-04-271-3/+21
| * | | | | ring-buffer: Make benchmark handle missed eventsSteven Rostedt2010-04-271-1/+2
| * | | | | ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller2010-04-272-13/+62
| * | | | | tracing: Add graph output support for irqsoff tracerJiri Olsa2010-04-274-29/+313
| * | | | | tracing: Have graph flags passed in to ouput functionsJiri Olsa2010-04-262-56/+73
| * | | | | tracing: Add ftrace events for graph tracerJiri Olsa2010-04-261-1/+27
| * | | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-04-232-14/+42
| |\ \ \ \ \
| | * | | | | tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2010-04-212-14/+42
| * | | | | | Merge commit 'v2.6.34-rc5' into tracing/coreIngo Molnar2010-04-213-2/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-04-141-1/+1
| |\ \ \ \ \ \
| | * | | | | | tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan2010-04-051-1/+1
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-1823-1046/+1001
|\ \ \ \ \ \ \ \
| * | | | | | | | stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar2010-05-181-1/+4
| * | | | | | | | sched, wait: Use wrapper functionsChangli Gao2010-05-112-3/+2
| * | | | | | | | sched: Remove a stale commentLi Zefan2010-05-101-1/+0
| * | | | | | | | sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-092-0/+29
| * | | | | | | | sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2010-05-091-4/+1
| * | | | | | | | sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven2010-05-091-11/+11
| * | | | | | | | sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven2010-05-091-1/+6
| * | | | | | | | sched: Introduce a function to update the idle statisticsArjan van de Ven2010-05-091-10/+19
| * | | | | | | | sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven2010-05-091-0/+14
| * | | | | | | | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-087-386/+507
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpu_stop: add dummy implementation for UPTejun Heo2010-05-082-1/+5
| | * | | | | | | | rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney2010-05-071-0/+1
| | * | | | | | | | sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney2010-05-061-10/+11
| | * | | | | | | | sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo2010-05-061-37/+3
| | * | | | | | | | sched: replace migration_thread with cpu_stopTejun Heo2010-05-064-240/+127
| | * | | | | | | | stop_machine: reimplement using cpu_stopTejun Heo2010-05-063-140/+40
| | * | | | | | | | cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-061-5/+367
| * | | | | | | | | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-074-12/+9
| * | | | | | | | | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-073-3/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha2010-04-231-42/+40
| * | | | | | | | | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-232-7/+8
| * | | | | | | | | sched: Cure load average vs NO_HZ woesPeter Zijlstra2010-04-232-15/+68
OpenPOWER on IntegriCloud