summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker2013-12-091-6/+11
| * | | | | | | posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker2013-12-091-3/+13
| * | | | | | | posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker2013-12-091-34/+30
| * | | | | | | posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker2013-12-091-23/+7
| * | | | | | | posix-timers: Remove dead task special caseFrederic Weisbecker2013-12-091-45/+25
| * | | | | | | posix-timers: Cleanup reaped target handlingFrederic Weisbecker2013-12-091-6/+0
| * | | | | | | posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker2013-12-091-34/+1
| * | | | | | | posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker2013-12-091-18/+16
| * | | | | | | Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-12-046-47/+35
| |\ \ \ \ \ \ \
| | * | | | | | | posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker2013-12-021-11/+7
| | * | | | | | | posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker2013-12-021-1/+2
| | * | | | | | | context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-021-4/+4
| | * | | | | | | nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-024-31/+22
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-2024-323/+3087
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Fix __sched_setscheduler() nice testPeter Zijlstra2014-01-161-1/+2
| * | | | | | | | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra2014-01-161-14/+28
| * | | | | | | | | sched: Fix up attr::sched_priority warningPeter Zijlstra2014-01-161-2/+1
| * | | | | | | | | sched: Fix up scheduler syscall LTP failsPeter Zijlstra2014-01-161-3/+11
| * | | | | | | | | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra2014-01-161-2/+4
| * | | | | | | | | sched/core: Fix htmldocs warningsJuri Lelli2014-01-161-2/+2
| * | | | | | | | | sched/deadline: No need to check p if dl_se is validJuri Lelli2014-01-161-2/+1
| * | | | | | | | | sched/deadline: Remove unused variablesPeter Zijlstra2014-01-161-11/+0
| * | | | | | | | | sched/deadline: Fix sparse static warningsFengguang Wu2014-01-161-3/+3
| * | | | | | | | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-132-9/+11
| * | | | | | | | | sched/preempt, locking: Rework local_bh_{dis,en}able()Peter Zijlstra2014-01-131-29/+6
| * | | | | | | | | sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra2014-01-131-1/+12
| * | | | | | | | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-134-10/+37
| * | | | | | | | | sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra2014-01-131-28/+6
| * | | | | | | | | locking: Optimize lock_bh functionsPeter Zijlstra2014-01-131-2/+2
| * | | | | | | | | sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano2014-01-131-3/+5
| * | | | | | | | | sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano2014-01-131-6/+5
| * | | | | | | | | sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano2014-01-131-4/+4
| * | | | | | | | | sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano2014-01-131-4/+2
| * | | | | | | | | sched: Remove unused parameter from find_new_ilb()Daniel Lezcano2014-01-131-2/+2
| * | | | | | | | | sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano2014-01-131-4/+4
| * | | | | | | | | sched: Reduce nohz_kick_needed() parametersDaniel Lezcano2014-01-131-4/+4
| * | | | | | | | | sched: Reduce trigger_load_balance() parametersDaniel Lezcano2014-01-133-3/+5
| * | | | | | | | | sched/deadline: Fix hotplug admission controlPeter Zijlstra2014-01-131-51/+32
| * | | | | | | | | sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-134-221/+97
| * | | | | | | | | sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra2014-01-131-19/+9
| * | | | | | | | | sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli2014-01-136-40/+269
| * | | | | | | | | sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-134-36/+541
| * | | | | | | | | sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-137-53/+122
| * | | | | | | | | rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-136-52/+138
| * | | | | | | | | sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli2014-01-132-18/+79
| * | | | | | | | | sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2014-01-132-5/+15
| * | | | | | | | | sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli2014-01-131-0/+2
| * | | | | | | | | sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli2014-01-134-17/+962
| * | | | | | | | | sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-137-19/+812
| * | | | | | | | | sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-132-23/+249
OpenPOWER on IntegriCloud