summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-114-108/+165
|\
| * sched: Turn off child_runs_firstMike Galbraith2009-09-091-1/+1
| * sched: enable SD_WAKE_IDLEPeter Zijlstra2009-09-071-3/+3
| * sched: Turn on SD_BALANCE_NEWIDLEIngo Molnar2009-09-041-2/+2
| * sched: Clean up topology.hIngo Molnar2009-09-041-68/+101
| * sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-041-8/+2
| * sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-041-0/+1
| * sched: Add smt_gainPeter Zijlstra2009-09-042-0/+2
| * sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-041-14/+15
| * sched: Provide iowait countersArjan van de Ven2009-09-021-0/+4
| * Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-0224-94/+200
| |\
| * | sched, task_struct: stack_canary is not needed without CC_STACKPROTECTORHiroshi Shimamoto2009-08-181-0/+2
| * | sched: Add default defines for PREEMPT_ACTIVEArnd Bergmann2009-08-091-0/+6
| * | sched: Enhance the pre/post scheduling logicGregory Haskins2009-08-021-1/+0
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-0226-99/+189
| |\ \
| * | | sched: Fix cond_resched_lock() in !CONFIG_PREEMPTFrederic Weisbecker2009-08-021-1/+7
| * | | sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker2009-07-181-2/+0
| * | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-181-10/+19
| * | | sched: Remove the CONFIG_PREEMPT_BKL case definition of cond_resched()Frederic Weisbecker2009-07-181-7/+2
| * | | sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-181-3/+3
| * | | sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-181-0/+1
| * | | Merge branch 'linus' into sched/coreIngo Molnar2009-07-1850-276/+320
| |\ \ \
| * \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2009-06-29221-1312/+6544
| |\ \ \ \
| * | | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-151-0/+6
* | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-111-0/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-0211-48/+61
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | perf_counter: Allow sharing of output channelsPeter Zijlstra2009-08-251-0/+5
* | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-1/+4
|\ \ \ \ \ \ \
| * | | | | | | oprofile: Implement performance counter multiplexingJason Yeh2009-07-201-0/+3
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-14301-2092/+8721
| |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2009-06-171-1/+1
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-1234-104/+1280
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-111-0/+1
| * | | | | | | | | | oprofile: remove irq_flags in struct op_entryRobert Richter2009-06-111-1/+0
* | | | | | | | | | | Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-112-0/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | genirq: Support nested threaded irq handlingThomas Gleixner2009-08-171-0/+3
| * | | | | | | | | | | genirq: Add buslock supportThomas Gleixner2009-08-171-0/+6
| * | | | | | | | | | | genirq: Add oneshot supportThomas Gleixner2009-08-172-0/+5
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-112-7/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | irq: Add irq_node() primitiveYinghai Lu2009-08-291-0/+6
| * | | | | | | | | | | genirq: Add prototype for handle_nested_irq()Mark Brown2009-08-251-0/+1
| * | | | | | | | | | | Merge commit 'v2.6.31-rc7' into irq/coreIngo Molnar2009-08-2568-402/+498
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | genirq: Remove obsolete defines and typedefsThomas Gleixner2009-07-051-7/+0
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-1110-673/+157
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2009-09-0412-49/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-291-1/+3
| * | | | | | | | | | | | | | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-292-3/+3
| * | | | | | | | | | | | | | rcu: Remove lockdep annotations from RCU's _notrace() API membersPaul E. McKenney2009-08-261-2/+0
| * | | | | | | | | | | | | | rcu: Add "notrace" to RCU function headers used by ftracePaul E. McKenney2009-08-241-2/+2
| * | | | | | | | | | | | | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-235-258/+2