summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | timers: Split out index calculationAnna-Maria Gleixner2016-07-071-15/+32
| | * | | | timers: Only wake softirq if necessaryThomas Gleixner2016-07-071-0/+11
| | * | | | timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-073-21/+120
| | * | | | timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner2016-07-071-32/+1
| | * | | | timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner2016-07-071-8/+41
| | * | | | timers: Move __run_timers() functionAnna-Maria Gleixner2016-07-071-26/+26
| | * | | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-19/+0
| | * | | | timers: Switch to a non-cascading wheelThomas Gleixner2016-07-071-362/+467
| | * | | | timers: Give a few structs and members proper namesThomas Gleixner2016-07-071-59/+59
| | * | | | signals: Use hrtimer for sigtimedwait()Thomas Gleixner2016-07-071-14/+10
| | * | | | timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner2016-07-071-34/+5
| | * | | | timers: Make 'pinned' a timer propertyThomas Gleixner2016-07-071-5/+5
| | | |/ / | | |/| |
| * | | | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang2016-07-051-0/+1
| * | | | timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar2016-07-011-21/+21
| * | | | timers/nohz: Fix several typosWei Jiangang2016-07-011-5/+5
| * | | | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2016-06-216-24/+28
| |\ \ \ \
| | * | | | timer: Avoid using timespecArnd Bergmann2016-06-201-3/+3
| | * | | | time: Avoid timespec in udelay_testArnd Bergmann2016-06-201-8/+8
| | * | | | time: Add time64_to_tm()Deepa Dinamani2016-06-201-5/+6
| | * | | | alarmtimer: Fix comments describing structure fieldsPratyush Patel2016-06-201-1/+0
| | * | | | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei2016-06-201-4/+6
| | * | | | clocksource: Make clocksource insert entry more efficientMinfei Huang2016-06-201-3/+5
| | | |/ / | | |/| |
| * | | | hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-101-1/+1
| * | | | timers: Clarify usleep_range() function commentBjorn Helgaas2016-06-101-1/+7
| |/ / /
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-6/+0
|\ \ \ \
| * \ \ \ Merge branch 'x86/mm' into x86/boot, to pick up dependenciesIngo Molnar2016-07-0819-176/+277
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook2016-06-261-6/+0
| | |_|/ | |/| |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-84/+87
|\ \ \ \
| * | | | sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()Rik van Riel2016-07-141-4/+0
| * | | | sched/cputime: Clean up the old vtime gen irqtime accounting completelyFrederic Weisbecker2016-07-141-23/+10
| * | | | sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel2016-07-141-13/+3
| * | | | sched/cputime: Count actually elapsed irq & softirq timeRik van Riel2016-07-141-47/+77
| * | | | Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa...Ingo Molnar2016-07-148-186/+412
| |\ \ \ \
* | \ \ \ \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-258-186/+412
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira2016-07-101-0/+3
| * | | | | sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats togetherZhao Lei2016-07-091-0/+40
| * | | | | sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show()Zhao Lei2016-07-091-15/+14
| * | | | | sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enumsZhao Lei2016-07-091-27/+20
| * | | | | sched/fair: Rework throttle_count syncPeter Zijlstra2016-06-272-21/+20
| * | | | | sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss2016-06-271-1/+2
| * | | | | sched/fair: Reorder cgroup creation codePeter Zijlstra2016-06-273-4/+21
| * | | | | sched/fair: Apply more PELT fixesPeter Zijlstra2016-06-271-4/+49
| * | | | | sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2016-06-272-13/+60
| * | | | | sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot2016-06-273-24/+67
| * | | | | sched/fair: Fix PELT integrity for new groupsPeter Zijlstra2016-06-271-0/+10
| * | | | | sched/fair: Fix and optimize the fork() pathPeter Zijlstra2016-06-272-26/+17
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-2712-82/+172
| |\ \ \ \ \
| * | | | | | sched/cputime: Add steal time support to full dynticks CPU time accountingWanpeng Li2016-06-141-7/+9
| * | | | | | sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-06-142-14/+0
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-149-17/+93
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud