summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+0Star
| * | hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-221-19/+0Star
| * | hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-221-23/+15Star
| * | sched: deadline: Use hrtimer_start()Thomas Gleixner2015-04-221-10/+2Star
| * | sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-222-21/+9Star
| * | perf: core: Use hrtimer_start()Thomas Gleixner2015-04-221-6/+3Star
| * | tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-227-115/+101Star
| * | tick: Sched: Restructure codeThomas Gleixner2015-04-221-90/+81Star
| * | tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner2015-04-221-54/+29Star
| * | tick: sched: Remove hrtimer_active() checksThomas Gleixner2015-04-221-15/+4Star
| * | hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-223-122/+53Star
| * | hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner2015-04-221-18/+28
| * | hrtimer: Make use of timerqueue_add/del return valuesThomas Gleixner2015-04-221-4/+2Star
| * | hrtimer: Use cpu_base->active_base for hotpath iteratorsThomas Gleixner2015-04-221-9/+8Star
| * | hrtimer: Use bits for various boolean indicatorsThomas Gleixner2015-04-221-8/+16
| * | hrtimer: Make offset update smarterThomas Gleixner2015-04-223-11/+22
| * | hrtimer: Get rid of softirq timeThomas Gleixner2015-04-223-124/+59Star
| * | hrtimer: Make the statistics fields smallerThomas Gleixner2015-04-222-3/+3
| * | hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner2015-04-223-24/+15Star
| * | hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2015-04-222-21/+13Star
| * | hrtimer: Update active_bases before calling hrtimer_force_reprogram()Viresh Kumar2015-04-221-2/+3
| * | hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner2015-04-221-0/+8
| * | timekeeping: Remove stale function prototypeThomas Gleixner2015-04-221-1/+0Star
| * | timer_list: Reduce SEQ_printf footprintJoe Perches2015-04-221-7/+14
* | | sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel2015-06-071-2/+28
* | | Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel2015-06-071-26/+15Star
* | | sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-06-071-11/+14
* | | preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-071-5/+3Star
* | | sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker2015-06-071-2/+9
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-024-11/+13
|\ \ \
| * \ \ Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-291-0/+3
| |\ \ \
| | * | | module: Call module notifier on failure after complete_formation()Steven Rostedt2015-05-081-0/+3
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-241-6/+8
| |\ \ \ \
| | * | | | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-131-6/+8
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-231-4/+1Star
| |\ \ \ \ \
| | * | | | | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-191-4/+1Star
| | |/ / / /
| * | | | / watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko2015-05-191-1/+1
| | |_|_|/ | |/| | |
* | | | | sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel2015-05-191-27/+33
* | | | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-191-0/+3
* | | | | sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker2015-05-191-20/+9Star
* | | | | Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar2015-05-195-19/+52
|\| | | |
| * | | | watchdog: Fix merge 'conflict'Peter Zijlstra2015-05-181-5/+15
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-05-152-33/+33
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-151-8/+33
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra2015-05-081-8/+33
| | | |/ / | | |/| |
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-091-0/+1
| |\ \ \ \
| | * | | | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chipRoger Quadros2015-04-241-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-091-5/+1Star
| |\ \ \ \
| | * | | | clockevents: Shutdown detached clockevent deviceViresh Kumar2015-04-241-5/+1Star
| | |/ / /
| * | | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-05-091-1/+2
| |\ \ \ \ | | |_|/ / | |/| | |