Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ba5bb147330a8737b6b5a812cc774c79c070704b
/
kernel
/
time
a7dc19b
clockevents: Don't allow dummy broadcast timers
by Mark Rutland
· 12 years ago
2af7844
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 12 years ago
3b5d851
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b274776
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
266d7ad
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
a6c0c94
ntp: Make ntp_lock raw
by Thomas Gleixner
· 13 years ago
9f4646d
Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core
by Thomas Gleixner
· 12 years ago
86c8ead
Merge branch 'timers/for-arm' into timers/core
by Thomas Gleixner
· 12 years ago
5d1d9a2
clockevents: Fix generic broadcast for FEAT_C3STOP
by Mark Rutland
· 12 years ago
84e345e4
time, Fix setting of hardware clock in NTP code
by Prarit Bhargava
· 12 years ago
0779314
Merge branch 'nohz/printk-v8' into irq/core
by Frederic Weisbecker
· 12 years ago
90889a6
Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core
by Thomas Gleixner
· 12 years ago
12ad100
clockevents: Add generic timer broadcast function
by Mark Rutland
· 12 years ago
12572db
clockevents: Add generic timer broadcast receiver
by Mark Rutland
· 12 years ago
6f16eeb
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
by John Stultz
· 12 years ago
3f4724e
cputime: Allow dynamic switch between tick/virtual based cputime accounting
by Frederic Weisbecker
· 13 years ago
4dbd277
tick: export nohz tick idle symbols for module use
by Jacob Pan
· 12 years ago
05ad717
timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option
by Feng Tang
· 12 years ago
31ade30
timekeeping: Add persistent_clock_exist flag
by Feng Tang
· 12 years ago
023f333
NTP: Add a CONFIG_RTC_SYSTOHC configuration
by Jason Gunthorpe
· 12 years ago
1e817fb
time: create __getnstimeofday for WARNless calls
by Kees Cook
· 12 years ago
8d84981
Merge branch 'clocksource/cleanup' into next/cleanup
by Olof Johansson
· 12 years ago
c35ef95
clockevents: export clockevents_config_and_register for module use
by Shawn Guo
· 12 years ago
7b1f620
time: convert arch_gettimeoffset to a pointer
by Stephen Warren
· 12 years ago
66cdd0c
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
b64c5fd
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
de0c276
Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
e0b306f
time: export time information for KVM pvclock
by Marcelo Tosatti
· 12 years ago
9c3f9e2
Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux into timers/core
by Thomas Gleixner
· 12 years ago
74876a9
printk: Wake up klogd using irq_work
by Frederic Weisbecker
· 12 years ago
00b4295
irq_work: Don't stop the tick with pending works
by Frederic Weisbecker
· 12 years ago
33a5f62
nohz: Add API to check tick state
by Frederic Weisbecker
· 12 years ago
69a37be
cpuidle: Quickly notice prediction failure for repeat mode
by Youquan Song
· 12 years ago
d6ad418
time: Kill xtime_lock, replacing it with jiffies_lock
by John Stultz
· 13 years ago
f95a985
time/jiffies: Make clocksource_jiffies static
by Lars-Peter Clausen
· 12 years ago
65f8f9a
time: remove the timecompare code.
by Richard Cochran
· 12 years ago
b8f6111
tick: Correct the comments for tick_sched_timer()
by Chuansheng Liu
· 12 years ago
351f181
timers, sched: Correct the comments for tick_sched_timer()
by Chuansheng Liu
· 12 years ago
94a5714
tick: Conditionally build nohz specific code in tick handler
by Frederic Weisbecker
· 12 years ago
9e8f559
tick: Consolidate tick handling for high and low res handlers
by Frederic Weisbecker
· 12 years ago
5bb9622
tick: Consolidate timekeeping handling code
by Frederic Weisbecker
· 12 years ago
03d3602
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
0588f1f
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
5b3900c
timekeeping: Cast raw_interval to u64 to avoid shift overflow
by Dan Carpenter
· 12 years ago
2b17c54
nohz: Fix one jiffy count too far in idle cputime
by Frederic Weisbecker
· 12 years ago
16642a2
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
0b981cb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
593d100
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
by Paul E. McKenney
· 12 years ago
92bb1fc
time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems
by John Stultz
· 12 years ago
576094b
time: Introduce new GENERIC_TIME_VSYSCALL
by John Stultz
· 12 years ago
7063942
time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD
by John Stultz
· 12 years ago
d7b4202
time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes
by John Stultz
· 12 years ago
b3c869d
jiffies: Remove compile time assumptions about CLOCK_TICK_RATE
by John Stultz
· 12 years ago
a65bcc1
alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue
by John Stultz
· 12 years ago
dae373b
alarmtimer: Use hrtimer per-alarm instead of per-base
by John Stultz
· 12 years ago
59a93c2
alarmtimer: Implement minimum alarm interval for allowing suspend
by Todd Poynor
· 12 years ago
803b0eb
time: RCU permitted to stop idle entry via softirq
by Paul E. McKenney
· 12 years ago
519b3b7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
00e8b26
Merge branch 'pm-timers'
by Rafael J. Wysocki
· 12 years ago
ec145ba
time: Fix timeekeping_get_ns overflow on 32bit systems
by John Stultz
· 12 years ago
c1cc017
sched/nohz: Clean up select_nohz_load_balancer()
by Alex Shi
· 12 years ago
749c881
sched: Add missing call to calc_load_exit_idle()
by Charles Wang
· 12 years ago
adc78e6
timekeeping: Add suspend and resume of clock event devices
by Rafael J. Wysocki
· 12 years ago
cee5848
time: Move ktime_t overflow checking into timespec_valid_strict
by John Stultz
· 12 years ago
bf2ac31
time: Avoid making adjustments if we haven't accumulated anything
by John Stultz
· 12 years ago
6ea565a
time: Avoid potential shift overflow with large shift values
by John Stultz
· 12 years ago
85dc8f0
time: Fix casting issue in timekeeping_forward_now
by Andreas Schwab
· 12 years ago
784ffcb
time: Ensure we normalize the timekeeper in tk_xtime_add
by John Stultz
· 12 years ago
4e8b145
time: Improve sanity checking of timekeeping inputs
by John Stultz
· 12 years ago
1d17d17
time: Fix adjustment cleanup bug in timekeeping_adjust()
by Ingo Molnar
· 12 years ago
4e250fd
time: Remove all direct references to timekeeper
by John Stultz
· 12 years ago
6d0ef90
time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates
by John Stultz
· 12 years ago
d4e3ab3
time: Clean up stray newlines
by John Stultz
· 12 years ago
02ab20a
time/jiffies: Rename ACTHZ to SHIFTED_HZ
by John Stultz
· 12 years ago
1f815fa
Merge branch 'linus' into timers/urgent
by Ingo Molnar
· 12 years ago
b44d50d
time: Fix casting issue in tk_set_xtime and tk_xtime_add
by John Stultz
· 12 years ago
3992c03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
16d286e
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
6f70242
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
eec19d1
Merge branch 'linus' into timers/core
by Ingo Molnar
· 13 years ago
3e99713
timekeeping: Add missing update call in timekeeping_resume()
by Thomas Gleixner
· 13 years ago
f726a69
time: Rework timekeeping functions to take timekeeper ptr as argument
by John Stultz
· 13 years ago
2a8c088
time: Move xtime_nsec adjustment underflow handling timekeeping_adjust
by John Stultz
· 13 years ago
f2a5a08
time: Move arch_gettimeoffset() usage into timekeeping_get_ns()
by John Stultz
· 13 years ago
1f4f948
time: Refactor accumulation of nsecs to secs
by John Stultz
· 13 years ago
1e75fa8
time: Condense timekeeper.xtime into xtime_sec
by John Stultz
· 13 years ago
fee84c4
time: Explicitly use u32 instead of int for shift values
by John Stultz
· 13 years ago
42e71e8
time: Whitespace cleanups per Ingo%27s requests
by John Stultz
· 13 years ago
e8b9dd7
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 13 years ago
6b1859d
ntp: Fix STA_INS/DEL clearing bug
by John Stultz
· 13 years ago
ab93eb8
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
f6c06ab
timekeeping: Provide hrtimer update function
by Thomas Gleixner
· 13 years ago
5b9fe75
timekeeping: Maintain ktime_t based offsets for hrtimers
by Thomas Gleixner
· 13 years ago
4873fa0
timekeeping: Fix leapsecond triggered load spike issue
by John Stultz
· 13 years ago
5167e8d
sched/nohz: Rewrite and fix load-avg computation -- again
by Peter Zijlstra
· 13 years ago
9d2ad24
rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
by Paul E. McKenney
· 13 years ago
a95f9b6
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
84bf1bc
nohz: Move next idle expiry time record into idle logic area
by Frederic Weisbecker
· 13 years ago
Next »