| Commit message (Expand) | Author | Age | Files | Lines |
* | clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o... | Suresh Siddha | 2012-04-10 | 1 | -1/+3 |
* | nohz: Fix stale jiffies update in tick_nohz_restart() | Neal Cardwell | 2012-04-06 | 1 | -2/+2 |
* | tick: Document TICK_ONESHOT config option | Thomas Gleixner | 2012-03-31 | 1 | -0/+4 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-29 | 4 | -118/+77 |
|\ |
|
| * | alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n | Thomas Gleixner | 2012-03-24 | 1 | -3/+8 |
| * | kernel-time: fix s/then/than/ spelling errors | Jim Cromie | 2012-03-24 | 2 | -8/+8 |
| * | time: remove no_sync_cmos_clock | Cesar Eduardo Barros | 2012-03-24 | 1 | -5/+1 |
| * | time: Avoid scary backtraces when warning of > 11% adj | John Stultz | 2012-03-24 | 1 | -4/+6 |
| * | alarmtimer: Make sure we initialize the rtctimer | John Stultz | 2012-03-24 | 1 | -1/+4 |
| * | ntp: Fix leap-second hrtimer livelock | John Stultz | 2012-03-23 | 2 | -101/+47 |
| * | time: Fix change_clocksource locking | John Stultz | 2012-03-16 | 1 | -0/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-03-23 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Merge commit 'v3.3-rc6' into next | Dmitry Torokhov | 2012-03-09 | 7 | -76/+241 |
| |\ |
|
| * | | Input: add infrastructure for selecting clockid for event time stamps | John Stultz | 2012-02-03 | 1 | -0/+2 |
* | | | ntp: Fix integer overflow when setting time | Sasha Levin | 2012-03-15 | 1 | -1/+1 |
* | | | Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2012-02-15 | 2 | -174/+247 |
|\ \ \ |
|
| * | | | time: Move common updates to a function | Thomas Gleixner | 2012-01-27 | 1 | -22/+17 |
| * | | | time: Reorder so the hot data is together | Thomas Gleixner | 2012-01-27 | 1 | -2/+2 |
| * | | | time: Remove most of xtime_lock usage in timekeeping.c | John Stultz | 2012-01-27 | 1 | -29/+15 |
| * | | | ntp: Add ntp_lock to replace xtime_locking | John Stultz | 2012-01-27 | 1 | -19/+44 |
| * | | | ntp: Access tick_length variable via ntp_tick_length() | John Stultz | 2012-01-27 | 2 | -4/+11 |
| * | | | ntp: Cleanup timex.h | John Stultz | 2012-01-27 | 1 | -1/+12 |
| * | | | time: Add timekeeper lock | John Stultz | 2012-01-27 | 1 | -44/+82 |
| * | | | time: Cleanup global variables and move them to the top | John Stultz | 2012-01-27 | 1 | -12/+12 |
| * | | | time: Move raw_time into timekeeper structure | John Stultz | 2012-01-27 | 1 | -13/+10 |
| * | | | time: Move xtime into timekeeeper structure | John Stultz | 2012-01-27 | 1 | -44/+47 |
| * | | | time: Move wall_to_monotonic into the timekeeper structure | John Stultz | 2012-01-27 | 1 | -32/+37 |
| * | | | time: Move total_sleep_time into the timekeeper structure | John Stultz | 2012-01-27 | 1 | -9/+15 |
| | |/
| |/| |
|
* | | | nohz: Remove ts->Einidle checks before restarting the tick | Frederic Weisbecker | 2012-02-15 | 1 | -5/+6 |
* | | | nohz: Remove update_ts_time_stat from tick_nohz_start_idle | Michal Hocko | 2012-02-15 | 1 | -5/+1 |
* | | | clockevents: Leave the broadcast device in shutdown mode when not needed | Suresh Siddha | 2012-02-15 | 1 | -0/+4 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ \ |
|
| * | | clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR | Paul Bolle | 2011-11-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 2 | -19/+19 |
|\ \ |
|
| * \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 2 | -19/+19 |
| |\ \ |
|
| | * | | clockevents: remove sysdev.h | Kay Sievers | 2011-12-22 | 1 | -1/+0 |
| | * | | clocksource: convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-15 | 1 | -18/+19 |
| | |/ |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-06 | 1 | -5/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 2011-12-05 | 1 | -5/+5 |
| |\ \ \ |
|
| | * | | | time: Fix spelling mistakes in new comments | John Stultz | 2011-11-22 | 1 | -4/+4 |
| | * | | | time: fix bogus comment in timekeeping_get_ns_raw | Dan McGee | 2011-11-22 | 1 | -1/+1 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-06 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge commit 'v3.2-rc5' into sched/core | Ingo Molnar | 2011-12-15 | 5 | -15/+144 |
| |\ \ \ \ \ |
|
| * | | | | | | sched, nohz: Track nr_busy_cpus in the sched_group_power | Suresh Siddha | 2011-12-06 | 1 | -0/+9 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 1 | -37/+60 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 2011-12-11 | 1 | -7/+8 |
| * | | | | | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 2011-12-11 | 1 | -12/+13 |
| * | | | | | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 2011-12-11 | 1 | -36/+57 |
| * | | | | | rcu: Track idleness independent of idle tasks | Paul E. McKenney | 2011-12-11 | 1 | -3/+3 |
| | |/ / /
| |/| | | |
|
* | | | | | Revert "clockevents: Set noop handler in clockevents_exchange_device()" | Linus Torvalds | 2011-12-30 | 1 | -1/+0 |