Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | timer: Read jiffies once when forwarding base clk | Li RongQing | 1 | -3/+5 |
2019-08-21 | posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers() | Thomas Gleixner | 1 | -1/+1 |
2019-08-01 | timers: Prepare support for PREEMPT_RT | Anna-Maria Gleixner | 1 | -8/+95 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
2019-03-24 | timer/trace: Improve timer tracing | Anna-Maria Gleixner | 1 | -4/+13 |
2019-03-24 | timer: Move trace point to get proper index | Anna-Maria Gleixner | 1 | -9/+4 |
2019-03-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2019-01-29 | timers: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+1 |
2019-01-26 | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney | 1 | -1/+1 |
2018-11-23 | time: Add SPDX license identifiers | Thomas Gleixner | 1 | -0/+1 |
2018-11-23 | time: Remove useless filenames in top level comments | Thomas Gleixner | 1 | -2/+0 |
2018-08-02 | timers: Clear timer_base::must_forward_clk with timer_base::lock held | Gaurav Kohli | 1 | -13/+16 |
2018-07-19 | timer: Fix coding style | Yi Wang | 1 | -1/+1 |
2018-05-13 | timers: Adjust a kernel-doc comment | Mauro Carvalho Chehab | 1 | -7/+7 |
2018-03-01 | timers: Forward timer base before migrating timers | Lingutla Chandrasekhar | 1 | -0/+6 |
2018-01-16 | hrtimer: Unify remote enqueue handling | Anna-Maria Gleixner | 1 | -1/+8 |
2018-01-16 | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/... | Thomas Gleixner | 1 | -41/+42 |
2018-01-15 | timers: Unconditionally check deferrable base | Thomas Gleixner | 1 | -1/+1 |
2017-12-30 | timers: Invoke timer_start_debug() where it makes sense | Thomas Gleixner | 1 | -2/+2 |
2017-12-30 | timers: Reinitialize per cpu bases on hotplug | Thomas Gleixner | 1 | -0/+15 |
2017-12-30 | timers: Use deferrable base independent of base::nohz_active | Anna-Maria Gleixner | 1 | -9/+7 |
2017-11-22 | timer: Pass function down to initialization routines | Kees Cook | 1 | -6/+15 |
2017-11-22 | timer: Switch callback prototype to take struct timer_list * argument | Kees Cook | 1 | -3/+3 |
2017-11-22 | timer: Pass timer_list pointer to callbacks unconditionally | Kees Cook | 1 | -10/+7 |
2017-11-12 | timers: Add a function to start/reduce a timer | David Howells | 1 | -7/+38 |
2017-10-18 | timer: Convert stub timer to timer_setup() | Thomas Gleixner | 1 | -3/+3 |
2017-10-18 | timers: Avoid an unnecessary iteration in __run_timers() | Zhenzhong Duan | 1 | -2/+5 |
2017-10-05 | timer: Convert schedule_timeout() to use from_timer() | Kees Cook | 1 | -7/+19 |
2017-08-24 | timers: Fix excessive granularity of new timers after a nohz idle | Nicholas Piggin | 1 | -9/+41 |
2017-08-01 | timers: Fix overflow in get_next_timer_interrupt | Matija Glavinic Pecotic | 1 | -1/+1 |
2017-06-29 | timers: Make the cpu base lock raw | Sebastian Andrzej Siewior | 1 | -24/+24 |
2017-06-20 | timers: Fix parameter description of try_to_del_timer_sync() | Peter Meerwald-Stadler | 1 | -1/+1 |
2017-05-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2017-04-20 | timer/sysclt: Restrict timer migration sysctl values to 0 and 1 | Myungho Jung | 1 | -1/+1 |
2017-03-24 | treewide: Fix typo in xml/driver-api/basics.xml | Masanari Iida | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-02-10 | time: Remove CONFIG_TIMER_STATS | Kees Cook | 1 | -46/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -30/+18 |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -1/+2 |
2016-11-16 | timer: Move sys_alarm from timer.c to itimer.c | Nicolas Pitre | 1 | -13/+0 |
2016-10-26 | timers: Fix documentation for schedule_timeout() and similar | Douglas Anderson | 1 | -4/+7 |
2016-10-26 | timers: Fix usleep_range() in the context of wake_up_process() | Douglas Anderson | 1 | -12/+9 |
2016-10-25 | timers: Prevent base clock corruption when forwarding | Thomas Gleixner | 1 | -13/+10 |
2016-10-25 | timers: Prevent base clock rewind when forwarding clock | Thomas Gleixner | 1 | -5/+9 |
2016-10-25 | timers: Lock base for same bucket optimization | Thomas Gleixner | 1 | -11/+17 |
2016-10-25 | timers: Plug locking race vs. timer migration | Thomas Gleixner | 1 | -1/+8 |