index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Lines
2015-04-22
tick: sched: Remove hrtimer_active() checks
Thomas Gleixner
-15
/
+4
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
-122
/
+53
2015-04-22
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
Thomas Gleixner
-18
/
+28
2015-04-22
hrtimer: Make use of timerqueue_add/del return values
Thomas Gleixner
-4
/
+2
2015-04-22
hrtimer: Use cpu_base->active_base for hotpath iterators
Thomas Gleixner
-9
/
+8
2015-04-22
hrtimer: Use bits for various boolean indicators
Thomas Gleixner
-8
/
+16
2015-04-22
hrtimer: Make offset update smarter
Thomas Gleixner
-11
/
+22
2015-04-22
hrtimer: Get rid of softirq time
Thomas Gleixner
-124
/
+59
2015-04-22
hrtimer: Make the statistics fields smaller
Thomas Gleixner
-3
/
+3
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
-24
/
+15
2015-04-22
hrtimer: Get rid of the resolution field in hrtimer_clock_base
Thomas Gleixner
-21
/
+13
2015-04-22
hrtimer: Update active_bases before calling hrtimer_force_reprogram()
Viresh Kumar
-2
/
+3
2015-04-22
hrtimer: Document hrtimer_forward[_now]() proper
Thomas Gleixner
-0
/
+8
2015-04-22
timekeeping: Remove stale function prototype
Thomas Gleixner
-1
/
+0
2015-04-22
timer_list: Reduce SEQ_printf footprint
Joe Perches
-7
/
+14
2015-04-21
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2015-04-03
timers/PM: Drop unnecessary braces from tick_freeze()
Rafael J. Wysocki
-3
/
+2
2015-04-03
timers/PM: Fix up tick_unfreeze()
Rafael J. Wysocki
-1
/
+1
2015-04-03
timekeeping: Get rid of stale comment
Thomas Gleixner
-4
/
+0
2015-04-03
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
-60
/
+49
2015-04-03
clockevents: Make tick handover explicit
Thomas Gleixner
-12
/
+6
2015-04-03
clockevents: Remove broadcast oneshot control leftovers
Rafael J. Wysocki
-7
/
+0
2015-04-03
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
-14
/
+20
2015-04-03
clockevents: Remove the broadcast control leftovers
Thomas Gleixner
-10
/
+0
2015-04-03
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
-38
/
+32
2015-04-03
clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...
John Stultz
-2
/
+5
2015-04-03
time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource
Xunlei Pang
-17
/
+49
2015-04-03
time: Fix a bug in timekeeping_suspend() with no persistent clock
Xunlei Pang
-17
/
+19
2015-04-03
time: Don't build timekeeping_inject_sleeptime64() if no one uses it
Xunlei Pang
-0
/
+2
2015-04-03
time: Add y2038 safe update_persistent_clock64()
Xunlei Pang
-1
/
+12
2015-04-03
time: Add y2038 safe read_persistent_clock64()
Xunlei Pang
-10
/
+12
2015-04-03
time: Add y2038 safe read_boot_clock64()
Xunlei Pang
-2
/
+9
2015-04-02
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
-8
/
+15
2015-04-02
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
-55
/
+43
2015-04-02
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
-29
/
+19
2015-04-02
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
-8
/
+11
2015-04-02
tick: Further simplify tick-internal.h
Ingo Molnar
-39
/
+40
2015-04-01
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
-1
/
+16
2015-04-01
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
-26
/
+61
2015-04-01
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
-5
/
+4
2015-04-01
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
-17
/
+27
2015-04-01
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
Thomas Gleixner
-5
/
+2
2015-04-01
tick: Move core only declarations and functions to core
Thomas Gleixner
-4
/
+88
2015-04-01
tick: Simplify tick-internal.h
Thomas Gleixner
-96
/
+49
2015-04-01
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
-9
/
+9
2015-04-01
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
-15
/
+4
2015-03-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
-2
/
+9
2015-03-27
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...
Viresh Kumar
-1
/
+2
2015-03-27
clockevents: Manage device's state separately for the core
Viresh Kumar
-68
/
+76
2015-03-27
clockevents: Handle tick device's resume separately
Viresh Kumar
-13
/
+26
[prev]
[next]