index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
timekeeping: Update tk->cycle_last in resume
Thomas Gleixner
2013-04-22
1
-1
/
+1
*
posix-timers: Remove unused variable
Thomas Gleixner
2013-04-18
1
-1
/
+0
*
clockevents: Switch into oneshot mode even if broadcast registered late
Stephen Boyd
2013-04-17
1
-0
/
+10
*
timer_list: Convert timer list to be a proper seq_file
Nathan Zimmer
2013-04-17
1
-12
/
+77
*
timer_list: Split timer_list_show_tickdevices
Nathan Zimmer
2013-04-17
1
-12
/
+9
*
posix-timers: Show sigevent info in proc file
Pavel Emelyanov
2013-04-17
1
-0
/
+17
*
posix-timers: Introduce /proc/PID/timers file
Pavel Emelyanov
2013-04-17
1
-0
/
+83
*
posix timers: Allocate timer id per process (v2)
Pavel Emelyanov
2013-04-17
3
-38
/
+72
*
timekeeping: Make sure to notify hrtimers when TAI offset changes
John Stultz
2013-04-11
1
-3
/
+7
*
hrtimer: Fix ktime_add_ns() overflow on 32bit architectures
David Engraf
2013-04-08
1
-0
/
+4
*
hrtimer: Add expiry time overflow check in hrtimer_interrupt
Prarit Bhargava
2013-04-08
1
-0
/
+2
*
timekeeping: Shorten seq_count region
Thomas Gleixner
2013-04-04
1
-3
/
+2
*
timekeeping: Implement a shadow timekeeper
Thomas Gleixner
2013-04-04
1
-12
/
+29
*
timekeeping: Delay update of clock->cycle_last
Thomas Gleixner
2013-04-04
1
-1
/
+3
*
timekeeping: Store cycle_last value in timekeeper struct as well
Thomas Gleixner
2013-04-04
2
-2
/
+4
*
ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state
John Stultz
2013-04-04
1
-37
/
+4
*
timekeeping: Simplify tai updating from do_adjtimex
John Stultz
2013-04-04
1
-5
/
+4
*
timekeeping: Hold timekeepering locks in do_adjtimex and hardpps
John Stultz
2013-04-04
1
-2
/
+17
*
timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()
John Stultz
2013-04-04
2
-11
/
+11
*
ntp: Rework do_adjtimex to take timespec and tai arguments
John Stultz
2013-04-04
3
-16
/
+17
*
ntp: Move timex validation to timekeeping do_adjtimex call.
John Stultz
2013-04-04
3
-5
/
+8
*
ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c
John Stultz
2013-04-04
4
-12
/
+36
*
ntp: Split out timex validation from do_adjtimex
John Stultz
2013-04-04
1
-12
/
+27
*
Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...
Thomas Gleixner
2013-04-03
130
-968
/
+1676
|
\
|
*
ARM: bcm281xx: Add timer driver (driver portion)
Christian Daudt
2013-03-28
4
-5
/
+215
|
*
timekeeping: __timekeeping_set_tai_offset can be static
Fengguang Wu
2013-03-25
1
-1
/
+1
|
*
timekeeping: Split timekeeper_lock into lock and seqcount
Thomas Gleixner
2013-03-22
1
-59
/
+73
|
*
timekeeping: Move lock out of timekeeper struct
Thomas Gleixner
2013-03-22
2
-57
/
+53
|
*
timekeeping: Make jiffies_lock internal
Thomas Gleixner
2013-03-22
3
-1
/
+3
|
*
timekeeping: Calc stuff once
Thomas Gleixner
2013-03-22
1
-3
/
+4
|
*
hrtimer: Add hrtimer support for CLOCK_TAI
John Stultz
2013-03-22
5
-3
/
+44
|
*
timekeeping: Add CLOCK_TAI clockid
John Stultz
2013-03-22
4
-4
/
+43
|
*
timekeeping: Move TAI managment into timekeeping core from ntp
John Stultz
2013-03-22
4
-8
/
+59
|
*
timekeeping: utilize the suspend-nonstop clocksource to count suspended time
Feng Tang
2013-03-15
1
-7
/
+51
|
*
x86: tsc: Add support for new S3_NONSTOP feature
Feng Tang
2013-03-15
1
-1
/
+5
|
*
clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOP
Feng Tang
2013-03-15
1
-0
/
+1
|
*
x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3
Feng Tang
2013-03-15
2
-0
/
+13
|
*
x86: Do full rtc synchronization with ntp
Prarit Bhargava
2013-03-15
4
-83
/
+55
|
*
timekeeping: Use inject_offset in warp_clock
John Stultz
2013-03-15
1
-3
/
+3
|
*
timekeeping: Avoid adjust kernel time once hwclock kept in UTC time
Dong Zhu
2013-03-15
1
-5
/
+6
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-03-11
4
-14
/
+40
|
|
\
|
|
*
s390: Fix a header dependencies related build error
Li Zefan
2013-03-11
1
-0
/
+1
|
|
*
tracing: update documentation of snapshot utility
Hiraku Toyooka
2013-03-08
1
-1
/
+1
|
|
*
tracing: Do not return EINVAL in snapshot when not allocated
Steven Rostedt (Red Hat)
2013-03-07
1
-2
/
+0
|
|
*
tracing: Add help of snapshot feature when snapshot is empty
Steven Rostedt (Red Hat)
2013-03-07
1
-1
/
+24
|
|
*
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2013-02-28
1
-10
/
+14
|
|
|
\
|
|
|
*
ftrace: Update the kconfig for DYNAMIC_FTRACE
Steven Rostedt
2013-02-27
1
-10
/
+14
|
|
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-11
84
-696
/
+843
|
|
\
\
|
|
*
|
6lowpan: Fix endianness issue in is_addr_link_local().
YOSHIFUJI Hideaki / 吉藤英明
2013-03-10
1
-1
/
+1
|
|
*
|
rrunner.c: fix possible memory leak in rr_init_one()
David Oostdyk
2013-03-10
1
-0
/
+3
[next]