| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | | | | | | | | | | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer | Jisheng Zhang | 2016-07-05 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | timers/nohz: Capitalize 'CPU' consistently | Ingo Molnar | 2016-07-01 | 1 | -21/+21 |
| | * | | | | | | | | | | | | | | | timers/nohz: Fix several typos | Wei Jiangang | 2016-07-01 | 1 | -5/+5 |
| | * | | | | | | | | | | | | | | | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/... | Thomas Gleixner | 2016-06-21 | 6 | -24/+28 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | timer: Avoid using timespec | Arnd Bergmann | 2016-06-20 | 1 | -3/+3 |
| | | * | | | | | | | | | | | | | | | time: Avoid timespec in udelay_test | Arnd Bergmann | 2016-06-20 | 1 | -8/+8 |
| | | * | | | | | | | | | | | | | | | time: Add time64_to_tm() | Deepa Dinamani | 2016-06-20 | 1 | -5/+6 |
| | | * | | | | | | | | | | | | | | | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 2016-06-20 | 1 | -1/+0 |
| | | * | | | | | | | | | | | | | | | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD | Thomas Graziadei | 2016-06-20 | 1 | -4/+6 |
| | | * | | | | | | | | | | | | | | | clocksource: Make clocksource insert entry more efficient | Minfei Huang | 2016-06-20 | 1 | -3/+5 |
| | | | |/ / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | hrtimer: Remove redundant #ifdef block | Pratyush Patel | 2016-06-10 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | timers: Clarify usleep_range() function comment | Bjorn Helgaas | 2016-06-10 | 1 | -1/+7 |
| | |/ / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 | 1 | -6/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/mm' into x86/boot, to pick up dependencies | Ingo Molnar | 2016-07-08 | 19 | -176/+277 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | x86/KASLR, x86/power: Remove x86 hibernation restrictions | Kees Cook | 2016-06-26 | 1 | -6/+0 |
| | | |_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-25 | 1 | -84/+87 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() | Rik van Riel | 2016-07-14 | 1 | -4/+0 |
| | * | | | | | | | | | | | | | | | sched/cputime: Clean up the old vtime gen irqtime accounting completely | Frederic Weisbecker | 2016-07-14 | 1 | -23/+10 |
| | * | | | | | | | | | | | | | | | sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code | Rik van Riel | 2016-07-14 | 1 | -13/+3 |
| | * | | | | | | | | | | | | | | | sched/cputime: Count actually elapsed irq & softirq time | Rik van Riel | 2016-07-14 | 1 | -47/+77 |
| | * | | | | | | | | | | | | | | | Merge branch 'sched/core' into timers/nohz, to avoid conflicts in upcoming pa... | Ingo Molnar | 2016-07-14 | 8 | -186/+412 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-07-25 | 8 | -186/+412 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set | Daniel Bristot de Oliveira | 2016-07-10 | 1 | -0/+3 |
| | * | | | | | | | | | | | | | | | sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats together | Zhao Lei | 2016-07-09 | 1 | -0/+40 |
| | * | | | | | | | | | | | | | | | sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show() | Zhao Lei | 2016-07-09 | 1 | -15/+14 |
| | * | | | | | | | | | | | | | | | sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums | Zhao Lei | 2016-07-09 | 1 | -27/+20 |
| | * | | | | | | | | | | | | | | | sched/fair: Rework throttle_count sync | Peter Zijlstra | 2016-06-27 | 2 | -21/+20 |
| | * | | | | | | | | | | | | | | | sched/core: Fix sched_getaffinity() return value kerneldoc comment | Zev Weiss | 2016-06-27 | 1 | -1/+2 |
| | * | | | | | | | | | | | | | | | sched/fair: Reorder cgroup creation code | Peter Zijlstra | 2016-06-27 | 3 | -4/+21 |
| | * | | | | | | | | | | | | | | | sched/fair: Apply more PELT fixes | Peter Zijlstra | 2016-06-27 | 1 | -4/+49 |
| | * | | | | | | | | | | | | | | | sched/fair: Fix PELT integrity for new tasks | Peter Zijlstra | 2016-06-27 | 2 | -13/+60 |
| | * | | | | | | | | | | | | | | | sched/cgroup: Fix cpu_cgroup_fork() handling | Vincent Guittot | 2016-06-27 | 3 | -24/+67 |
| | * | | | | | | | | | | | | | | | sched/fair: Fix PELT integrity for new groups | Peter Zijlstra | 2016-06-27 | 1 | -0/+10 |
| | * | | | | | | | | | | | | | | | sched/fair: Fix and optimize the fork() path | Peter Zijlstra | 2016-06-27 | 2 | -26/+17 |
| | * | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2016-06-27 | 12 | -82/+172 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | sched/cputime: Add steal time support to full dynticks CPU time accounting | Wanpeng Li | 2016-06-14 | 1 | -7/+9 |
| | * | | | | | | | | | | | | | | | | sched/cputime: Fix prev steal time accouting during CPU hotplug | Wanpeng Li | 2016-06-14 | 2 | -14/+0 |
| | * | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2016-06-14 | 9 | -17/+93 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | sched/debug: Always show 'nr_migrations' | Josh Poimboeuf | 2016-06-08 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up dependency | Ingo Molnar | 2016-06-08 | 4 | -17/+29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | sched/fair: Use task_rcu_dereference() | Oleg Nesterov | 2016-06-03 | 1 | -30/+4 |
| | * | | | | | | | | | | | | | | | | | | sched/api: Introduce task_rcu_dereference() and try_get_task_struct() | Oleg Nesterov | 2016-06-03 | 1 | -0/+76 |
| | * | | | | | | | | | | | | | | | | | | sched/idle: Optimize the generic idle loop | Gaurav Jindal (Gaurav Jindal) | 2016-06-03 | 1 | -1/+3 |
| | * | | | | | | | | | | | | | | | | | | sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task() | Xunlei Pang | 2016-06-03 | 1 | -3/+1 |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-07-25 | 3 | -44/+130 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" | Ingo Molnar | 2016-07-10 | 1 | -7/+0 |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 2016-07-07 | 7 | -114/+139 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.7-rc5' into perf/core, to pick up fixes | Ingo Molnar | 2016-06-27 | 12 | -63/+160 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86 | Andi Kleen | 2016-06-14 | 1 | -0/+7 |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixes before merging new changes | Ingo Molnar | 2016-06-14 | 10 | -30/+113 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/ / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | |
|