summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | rtc: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-06-211-17/+48
| * | | | | | | | | | | time: Avoid accumulating time drift in suspend/resumeJohn Stultz2011-06-211-0/+22
| * | | | | | | | | | | time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz2011-06-211-0/+6
* | | | | | | | | | | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-2240-359/+199
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mips: Fix i8253 clockevent falloutThomas Gleixner2011-07-221-1/+1
| * | | | | | | | | | | | i8253: Cleanup outb/inb magicThomas Gleixner2011-07-012-6/+3
| * | | | | | | | | | | | arm: Footbridge: Use common i8253 clockeventThomas Gleixner2011-07-012-52/+4
| * | | | | | | | | | | | mips: Use common i8253 clockeventThomas Gleixner2011-07-012-95/+3
| * | | | | | | | | | | | x86: Use common i8253 clockeventThomas Gleixner2011-07-012-91/+4
| * | | | | | | | | | | | i8253: Create common clockevent implementationThomas Gleixner2011-07-013-8/+100
| * | | | | | | | | | | | i8253: Export i8253_lock unconditionallyThomas Gleixner2011-06-101-2/+0
| * | | | | | | | | | | | pcpskr: MIPS: Make config dependencies finer grainedRalf Baechle2011-06-091-1/+3
| * | | | | | | | | | | | pcspkr: Cleanup Kconfig dependenciesRalf Baechle2011-06-098-2/+12
| * | | | | | | | | | | | i8253: Move remaining content and delete asm/i8253.hRalf Baechle2011-06-094-21/+2
| * | | | | | | | | | | | i8253: Consolidate definitions of PIT_LATCHRalf Baechle2011-06-094-6/+4
| * | | | | | | | | | | | x86: i8253: Consolidate definitions of global_clock_eventRalf Baechle2011-06-097-5/+8
| * | | | | | | | | | | | i8253: Alpha, PowerPC: Remove unused asm/8253pit.hRalf Baechle2011-06-092-6/+0
| * | | | | | | | | | | | alpha: i8253: Cleanup remaining users of i8253pit.hRalf Baechle2011-06-092-2/+0
| * | | | | | | | | | | | i8253: Remove I8253_LOCK configThomas Gleixner2011-06-091-0/+2
| * | | | | | | | | | | | i8253: Make pcsp sound driver use the shared i8253_lockRalf Baechle2011-06-091-7/+1
| * | | | | | | | | | | | i8253: Make pcspkr input driver use the shared i8253_lockRalf Baechle2011-06-091-8/+1
| * | | | | | | | | | | | i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle2011-06-098-10/+21
| * | | | | | | | | | | | i8253: Unify all kernel declarations of i8253_lockRalf Baechle2011-06-094-31/+14
| * | | | | | | | | | | | i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-0919-18/+29
* | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2221-174/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairLin Ming2011-07-221-2/+2
| * | | | | | | | | | | | | sched: Replace use of entity_key()Stephan Baerwolf2011-07-211-7/+1
| * | | | | | | | | | | | | sched: Separate group-scheduling code more clearlyJan H. Schönherr2011-07-211-24/+19
| * | | | | | | | | | | | | sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy2011-07-211-1/+1
| * | | | | | | | | | | | | sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz2011-07-211-1/+2
| * | | | | | | | | | | | | sched: Remove unused function cpu_cfs_rq()Jan Schoenherr2011-07-211-13/+0
| * | | | | | | | | | | | | sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr2011-07-211-1/+1
| * | | | | | | | | | | | | sched, cgroup: Optimize load_balance_fair()Peter Zijlstra2011-07-212-37/+35
| * | | | | | | | | | | | | sched: Don't update shares twice on on_rq parentPaul Turner2011-07-211-0/+3
| * | | | | | | | | | | | | sched: update correct entity's runtime in check_preempt_wakeup()Paul Turner2011-07-211-1/+1
| * | | | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2011-07-21542-2825/+28625
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | xtensa: Use generic config PREEMPT definitionFrederic Weisbecker2011-07-051-12/+1
| * | | | | | | | | | | | | | h8300: Use generic config PREEMPT definitionFrederic Weisbecker2011-07-051-3/+1
| * | | | | | | | | | | | | | m32r: Use generic PREEMPT configFrederic Weisbecker2011-07-051-11/+1
| * | | | | | | | | | | | | | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-0115-34/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sched: Generalize sleep inside spinlock detectionFrederic Weisbecker2011-06-238-10/+12
| | * | | | | | | | | | | | | | sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPTFrederic Weisbecker2011-06-101-0/+1
| | * | | | | | | | | | | | | | sched: Isolate preempt counting in its own config optionFrederic Weisbecker2011-06-108-22/+33
| | * | | | | | | | | | | | | | sched: Remove pointless in_atomic() definition checkFrederic Weisbecker2011-06-071-2/+0
| * | | | | | | | | | | | | | | sched: Skip autogroup when looking for all rt sched groupsYong Zhang2011-07-012-5/+18
| * | | | | | | | | | | | | | | sched: Simplify mutex_spin_on_owner()Thomas Gleixner2011-07-011-16/+9
| * | | | | | | | | | | | | | | sched: Remove rcu_read_lock() from wake_affine()Nikunj A. Dadhania2011-07-011-2/+0
| * | | | | | | | | | | | | | | Merge commit 'v3.0-rc5' into sched/coreIngo Molnar2011-07-012032-28109/+52386
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2011-06-032-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | sched: Remove unlikely() from ttwu_post_activationSteven Rostedt2010-12-131-1/+1
OpenPOWER on IntegriCloud