summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-264-19/+89
|\
| * llist: Add back llist_add_batch() and llist_del_first() prototypesStephen Rothwell2011-10-111-0/+6
| * Merge commit 'v3.1-rc9' into sched/coreIngo Molnar2011-10-062-4/+12
| |\
| * | llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-041-1/+0
| * | sched: Convert to struct llistPeter Zijlstra2011-10-041-1/+2
| * | llist: Add llist_next()Peter Zijlstra2011-10-041-0/+5
| * | irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-041-6/+9
| * | llist: Return whether list is empty before adding in llist_add()Huang Ying2011-10-041-1/+5
| * | llist: Move cpu_relax() to after the cmpxchg()Huang Ying2011-10-041-2/+5
| * | llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-041-10/+2
| * | llist: Make some llist functions inlineHuang Ying2011-10-041-6/+58
| * | Merge branch 'linus' into sched/coreIngo Molnar2011-10-0419-47/+75
| |\ \
| * | | sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switchPeter Zijlstra2011-09-261-4/+5
| * | | Merge branch 'linus' into sched/coreIngo Molnar2011-09-1839-71/+270
| |\ \ \
| * | | | sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner2011-08-141-0/+4
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-266-27/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar2011-10-124-26/+14
| |\ \ \ \ \
| | * | | | | tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-191-0/+1
| | * | | | | trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik2011-08-301-0/+2
| | * | | | | Tracepoint: Dissociate from module mutexMathieu Desnoyers2011-08-102-26/+11
| * | | | | | perf, core: Introduce attrs to count in either host or guest modeJoerg Roedel2011-10-061-1/+4
| * | | | | | Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-067-11/+21
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | perf: Fix counter of ftrace eventsAndrew Vagin2011-10-041-0/+3
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-263-12/+48
|\ \ \ \ \ \ \
| * | | | | | | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-0/+3
| * | | | | | | genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-031-1/+1
| * | | | | | | genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-033-12/+43
| * | | | | | | genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-121-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-267-169/+628
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar2011-10-017-169/+628
| |\ \ \ \ \ \ \
| | * | | | | | | rcu: Simplify unboosting checksPaul E. McKenney2011-09-281-3/+0
| | * | | | | | | rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney2011-09-281-12/+2
| | * | | | | | | rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentationPaul E. McKenney2011-09-281-7/+40
| | * | | | | | | rcu: Make rcu_assign_pointer() unconditionally insert a memory barrierEric Dumazet2011-09-281-3/+1
| | * | | | | | | nohz: Remove nohz_cpu_maskShi, Alex2011-09-281-1/+0
| | * | | | | | | rcu: Remove unused and redundant interfacesPaul E. McKenney2011-09-281-20/+0
| | * | | | | | | rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-281-14/+331
| | * | | | | | | rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-281-0/+4
| | * | | | | | | rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-281-0/+3
| | * | | | | | | rcu: Add RCU type to callback-invocation tracingPaul E. McKenney2011-09-281-10/+18
| | * | | | | | | rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney2011-09-281-20/+53
| | * | | | | | | rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-282-50/+98
| | * | | | | | | rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-283-58/+90
| | * | | | | | | rcu: Move rcu_head definition to types.hPaul E. McKenney2011-09-282-10/+11
| | * | | | | | | rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-282-7/+23
* | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-2611-21/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking, x86, iommu: Annotate qi->q_lock as rawThomas Gleixner2011-09-131-1/+1
| * | | | | | | | | locking, x86, iommu: Annotate iommu->register_lock as rawThomas Gleixner2011-09-131-1/+1
| * | | | | | | | | locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner2011-09-131-1/+1
| * | | | | | | | | locking, rwsem: Annotate inner lock as rawThomas Gleixner2011-09-132-5/+7