| Commit message (Expand) | Author | Age |
* | Merge 'Linux v3.0' into Litmus | Andrea Bastoni | 2011-08-27 |
|\ |
|
| * | alarmtimers: Return -ENOTSUPP if no RTC device is present | John Stultz | 2011-06-21 |
| * | alarmtimers: Handle late rtc module loading | John Stultz | 2011-06-21 |
| * | clocksource: Make watchdog robust vs. interruption | Thomas Gleixner | 2011-06-16 |
| * | clockevents: Handle empty cpumask gracefully | Thomas Gleixner | 2011-06-03 |
| * | hrtimers: Avoid touching inactive timer bases | Thomas Gleixner | 2011-05-23 |
| * | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2011-05-20 |
| |\ |
|
| | * | clockevents/source: Use u64 to make 32bit happy | Thomas Gleixner | 2011-05-20 |
| | * | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-05-19 |
| | |\ |
|
| | * \ | Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 |
| | |\ \ |
|
| | | * | | clockevents: Provide interface to reconfigure an active clock event device | Thomas Gleixner | 2011-05-19 |
| | | * | | clockevents: Provide combined configure and register function | Thomas Gleixner | 2011-05-19 |
| | | * | | clocksource: Get rid of the hardcoded 5 seconds sleep time limit | Thomas Gleixner | 2011-05-19 |
| | * | | | tick: Clear broadcast active bit when switching to oneshot | Thomas Gleixner | 2011-05-16 |
| | * | | | clocksource: Install completely before selecting | john stultz | 2011-05-05 |
| | |/ / |
|
| * | | | clockevents: Move C3 stop test outside lock | Andi Kleen | 2011-05-05 |
| * | | | alarmtimer: Drop device refcount after rtc_open() | Thomas Gleixner | 2011-05-04 |
| * | | | alarmtimer: Check return value of class_find_device() | Thomas Gleixner | 2011-05-04 |
| * | | | timerfd: Allow timers to be cancelled when clock was set | Thomas Gleixner | 2011-05-02 |
| * | | | hrtimers: Prepare for cancel on clock was set timers | Thomas Gleixner | 2011-05-02 |
| | |/
| |/| |
|
| * | | timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n | John Stultz | 2011-05-02 |
| * | | timers: Remove delayed irqwork from alarmtimers implementation | John Stultz | 2011-04-28 |
| * | | timers: Improve alarmtimer comments and minor fixes | John Stultz | 2011-04-28 |
| * | | timers: Posix interface for alarm-timers | John Stultz | 2011-04-26 |
| * | | timers: Introduce in-kernel alarm-timer interface | John Stultz | 2011-04-26 |
| * | | time: Add timekeeping_inject_sleeptime | John Stultz | 2011-04-26 |
| |/ |
|
| * | posix clocks: Replace mutex with reader/writer semaphore | Richard Cochran | 2011-04-18 |
| * | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2011-04-07 |
| |\ |
|
| | * | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
| * | | ntp: fix non privileged system time shifting | Richard Cochran | 2011-04-04 |
| |/ |
|
| * | timekeeping: Use syscore_ops instead of sysdev class and sysdev | Rafael J. Wysocki | 2011-03-23 |
| * | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-03-15 |
| |\ |
|
| | * | posix-clocks: Check write permissions in posix syscalls | Torben Hohn | 2011-03-12 |
| | * | time: Extend get_xtime_and_monotonic_offset() to also return sleep | John Stultz | 2011-02-21 |
| | * | time: Introduce get_monotonic_boottime and ktime_get_boottime | John Stultz | 2011-02-21 |
| | * | ntp: Remove redundant and incorrect parameter check | Richard Cochran | 2011-02-18 |
| | * | posix clocks: Introduce dynamic clocks | Richard Cochran | 2011-02-02 |
| | * | ntp: Add ADJ_SETOFFSET mode bit | Richard Cochran | 2011-02-02 |
| | * | time: Introduce timekeeping_inject_offset | John Stultz | 2011-02-02 |
| | * | time: Correct the *settime* parameters | Richard Cochran | 2011-02-02 |
| | * | time: Fix legacy arch fallout | Thomas Gleixner | 2011-02-01 |
| | * | time: Make do_timer() and xtime_lock local to kernel/time/ | Torben Hohn | 2011-01-31 |
| | * | time: Provide xtime_update() | Torben Hohn | 2011-01-31 |
| | * | time: Remove unused __get_wall_to_monotonic() | Thomas Gleixner | 2011-01-31 |
| | * | time: Provide get_xtime_and_monotonic_offset() | Torben Hohn | 2011-01-31 |
| | * | time: Move get_jiffies_64 to kernel/time/jiffies.c | Torben Hohn | 2011-01-31 |
| | * | time: Move do_timer() to kernel/time/timekeeping.c | Torben Hohn | 2011-01-31 |
| * | | clockevents: Prevent oneshot mode when broadcast device is periodic | Thomas Gleixner | 2011-02-26 |
| * | | timer debug: Hide kernel addresses via %pK in /proc/timer_list | Kees Cook | 2011-02-12 |
| |/ |
|
| * | hrtimers: Notify hrtimer users of switches to NOHZ mode | Stephen Boyd | 2011-01-19 |