aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
...
| * | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2009-06-29
| |\ \ \ \ \ \ \
| * | | | | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-15
* | | | | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-02
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | perf_counter: Allow sharing of output channelsPeter Zijlstra2009-08-25
* | | | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | oprofile: Implement performance counter multiplexingJason Yeh2009-07-20
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-14
| |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2009-06-17
| | | |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-12
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-11
| * | | | | | | | | | | | | oprofile: remove irq_flags in struct op_entryRobert Richter2009-06-11
* | | | | | | | | | | | | | Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | genirq: Support nested threaded irq handlingThomas Gleixner2009-08-17
| * | | | | | | | | | | | | | genirq: Add buslock supportThomas Gleixner2009-08-17
| * | | | | | | | | | | | | | genirq: Add oneshot supportThomas Gleixner2009-08-17
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | irq: Add irq_node() primitiveYinghai Lu2009-08-29
| * | | | | | | | | | | | | | genirq: Add prototype for handle_nested_irq()Mark Brown2009-08-25
| * | | | | | | | | | | | | | Merge commit 'v2.6.31-rc7' into irq/coreIngo Molnar2009-08-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | genirq: Remove obsolete defines and typedefsThomas Gleixner2009-07-05
* | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-29
| * | | | | | | | | | | | | | | | | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-29
| * | | | | | | | | | | | | | | | | rcu: Remove lockdep annotations from RCU's _notrace() API membersPaul E. McKenney2009-08-26
| * | | | | | | | | | | | | | | | | rcu: Add "notrace" to RCU function headers used by ftracePaul E. McKenney2009-08-24
| * | | | | | | | | | | | | | | | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-23
| * | | | | | | | | | | | | | | | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-23
| * | | | | | | | | | | | | | | | | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-23
| * | | | | | | | | | | | | | | | | rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.hPaul E. McKenney2009-08-23
| * | | | | | | | | | | | | | | | | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-23
| * | | | | | | | | | | | | | | | | rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney2009-08-23
| * | | | | | | | | | | | | | | | | rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney2009-08-22
| * | | | | | | | | | | | | | | | | cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU casePaul E. McKenney2009-08-15
| * | | | | | | | | | | | | | | | | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-03
| * | | | | | | | | | | | | | | | | rcu: Remove Classic RCUPaul E. McKenney2009-06-24
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | locking: Simplify spinlock inliningHeiko Carstens2009-08-31
| * | | | | | | | | | | | | | | | | locking: Allow arch-inlined spinlocksHeiko Carstens2009-08-31
| * | | | | | | | | | | | | | | | | locking: Move spinlock function bodies to header fileHeiko Carstens2009-08-31
| * | | | | | | | | | | | | | | | | Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar2009-08-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | lockdep: Reintroduce generation count to make BFS fasterMing Lei2009-08-02
| * | | | | | | | | | | | | | | | | lockdep: Deal with many similar locksPeter Zijlstra2009-08-02
| * | | | | | | | | | | | | | | | | lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-02
| * | | | | | | | | | | | | | | | | lockdep: BFS cleanupPeter Zijlstra2009-07-24
| * | | | | | | | | | | | | | | | | lockdep: Print the shortest dependency chain if finding a circleMing Lei2009-07-24
* | | | | | | | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |