Age | Commit message (Expand) | Author | Files | Lines |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -58/+7 |
2016-07-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 12 | -526/+741 |
2016-07-24 | Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2016-07-19 | tick/nohz: Optimize nohz idle enter | Gaurav Jindal | 1 | -2/+1 |
2016-07-19 | clockevents: Make clockevents_subsys static | Ben Dooks | 1 | -1/+1 |
2016-07-15 | timers/core: Convert to hotplug state machine | Richard Cochran | 1 | -23/+2 |
2016-07-15 | hrtimer: Convert to hotplug state machine | Thomas Gleixner | 1 | -35/+5 |
2016-07-11 | posix_cpu_timer: Exit early when process has been reaped | Alexey Dobriyan | 1 | -0/+1 |
2016-07-07 | Merge branch 'timers/fast-wheel' into timers/core | Ingo Molnar | 3 | -472/+677 |
2016-07-07 | timers: Implement optimization for same expiry time in mod_timer() | Anna-Maria Gleixner | 1 | -16/+35 |
2016-07-07 | timers: Split out index calculation | Anna-Maria Gleixner | 1 | -15/+32 |
2016-07-07 | timers: Only wake softirq if necessary | Thomas Gleixner | 1 | -0/+11 |
2016-07-07 | timers: Forward the wheel clock whenever possible | Thomas Gleixner | 3 | -21/+120 |
2016-07-07 | timers/nohz: Remove pointless tick_nohz_kick_tick() function | Thomas Gleixner | 1 | -32/+1 |
2016-07-07 | timers: Optimize collect_expired_timers() for NOHZ | Anna-Maria Gleixner | 1 | -8/+41 |
2016-07-07 | timers: Move __run_timers() function | Anna-Maria Gleixner | 1 | -26/+26 |
2016-07-07 | timers: Remove set_timer_slack() leftovers | Thomas Gleixner | 1 | -19/+0 |
2016-07-07 | timers: Switch to a non-cascading wheel | Thomas Gleixner | 1 | -362/+467 |
2016-07-07 | timers: Give a few structs and members proper names | Thomas Gleixner | 1 | -59/+59 |
2016-07-07 | timers: Remove the deprecated mod_timer_pinned() API | Thomas Gleixner | 1 | -34/+5 |
2016-07-07 | timers: Make 'pinned' a timer property | Thomas Gleixner | 1 | -5/+5 |
2016-07-05 | tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer | Jisheng Zhang | 1 | -0/+1 |
2016-07-01 | timers/nohz: Capitalize 'CPU' consistently | Ingo Molnar | 1 | -21/+21 |
2016-07-01 | timers/nohz: Fix several typos | Wei Jiangang | 1 | -5/+5 |
2016-06-30 | timekeeping: export get_monotonic_coarse64 symbol | Gregor Boirie | 1 | -0/+1 |
2016-06-21 | Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/... | Thomas Gleixner | 6 | -24/+28 |
2016-06-20 | timer: Avoid using timespec | Arnd Bergmann | 1 | -3/+3 |
2016-06-20 | time: Avoid timespec in udelay_test | Arnd Bergmann | 1 | -8/+8 |
2016-06-20 | time: Add time64_to_tm() | Deepa Dinamani | 1 | -5/+6 |
2016-06-20 | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 1 | -1/+0 |
2016-06-20 | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD | Thomas Graziadei | 1 | -4/+6 |
2016-06-20 | clocksource: Make clocksource insert entry more efficient | Minfei Huang | 1 | -3/+5 |
2016-06-10 | hrtimer: Remove redundant #ifdef block | Pratyush Patel | 1 | -1/+1 |
2016-06-10 | timers: Clarify usleep_range() function comment | Bjorn Helgaas | 1 | -1/+7 |
2016-05-31 | timer: Export destroy_hrtimer_on_stack() | Guenter Roeck | 1 | -0/+1 |
2016-05-19 | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 2 | -35/+15 |
2016-05-19 | timer: update debugobjects fixup callbacks return type | Du, Changbin | 2 | -24/+24 |
2016-05-19 | time: remove timespec_add_safe() | Deepa Dinamani | 1 | -4/+0 |
2016-05-19 | time: add missing implementation for timespec64_add_safe() | Deepa Dinamani | 1 | -0/+25 |
2016-05-17 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+4 |
2016-05-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+5 |
2016-05-05 | locking/atomics: Flip atomic_fetch_or() arguments | Peter Zijlstra | 1 | -2/+2 |
2016-04-23 | sched/fair: Correctly handle nohz ticks CPU load accounting | Frederic Weisbecker | 1 | -4/+5 |
2016-04-23 | sched/fair: Gather CPU load functions under a more conventional namespace | Frederic Weisbecker | 1 | -1/+1 |
2016-04-22 | time: Introduce do_sys_settimeofday64() | Baolin Wang | 1 | -4/+4 |
2016-03-29 | timers/nohz: Convert tick dependency mask to atomic_t | Frederic Weisbecker | 2 | -32/+31 |
2016-03-25 | sched: add schedule_timeout_idle() | Andrew Morton | 1 | -0/+11 |
2016-03-22 | kernel/...: convert pr_warning to pr_warn | Joe Perches | 1 | -4/+4 |
2016-03-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -22/+10 |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |