index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
2015-04-01
3
-1
/
+16
|
*
|
|
|
|
|
|
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
2015-04-01
3
-26
/
+61
|
*
|
|
|
|
|
|
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
2015-04-01
2
-5
/
+4
|
*
|
|
|
|
|
|
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
4
-17
/
+27
|
*
|
|
|
|
|
|
clockevents: Remove extra local_irq_save() in clockevents_exchange_device()
Thomas Gleixner
2015-04-01
1
-5
/
+2
|
*
|
|
|
|
|
|
tick: Move core only declarations and functions to core
Thomas Gleixner
2015-04-01
6
-4
/
+88
|
*
|
|
|
|
|
|
tick: Simplify tick-internal.h
Thomas Gleixner
2015-04-01
1
-96
/
+49
|
*
|
|
|
|
|
|
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
2015-04-01
5
-9
/
+9
|
*
|
|
|
|
|
|
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
2015-04-01
4
-15
/
+4
|
*
|
|
|
|
|
|
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
2015-03-31
15
-85
/
+250
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...
Viresh Kumar
2015-03-27
1
-1
/
+2
|
*
|
|
|
|
|
|
|
clockevents: Manage device's state separately for the core
Viresh Kumar
2015-03-27
5
-68
/
+76
|
*
|
|
|
|
|
|
|
clockevents: Handle tick device's resume separately
Viresh Kumar
2015-03-27
5
-13
/
+26
|
*
|
|
|
|
|
|
|
time: Introduce tk_fast_raw
Peter Zijlstra
2015-03-27
1
-0
/
+13
|
*
|
|
|
|
|
|
|
time: Parametrize all tk_fast_mono users
Peter Zijlstra
2015-03-27
1
-10
/
+15
|
*
|
|
|
|
|
|
|
time: Add timerkeeper::tkr_raw
Peter Zijlstra
2015-03-27
1
-22
/
+19
|
*
|
|
|
|
|
|
|
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
2015-03-27
1
-75
/
+75
|
*
|
|
|
|
|
|
|
timers, sched/clock: Clean up the code a bit
Ingo Molnar
2015-03-27
1
-51
/
+56
|
*
|
|
|
|
|
|
|
timers, sched/clock: Avoid deadlock during read from NMI
Daniel Thompson
2015-03-27
1
-35
/
+68
|
*
|
|
|
|
|
|
|
timers, sched/clock: Remove redundant notrace from update function
Daniel Thompson
2015-03-27
1
-1
/
+1
|
*
|
|
|
|
|
|
|
timers, sched/clock: Remove suspend from clock_read_data()
Daniel Thompson
2015-03-27
1
-15
/
+25
|
*
|
|
|
|
|
|
|
timers, sched/clock: Optimize cache line usage
Daniel Thompson
2015-03-27
1
-35
/
+77
|
*
|
|
|
|
|
|
|
timers, sched/clock: Match scope of read and write seqcounts
Daniel Thompson
2015-03-27
1
-15
/
+11
|
*
|
|
|
|
|
|
|
clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...
John Stultz
2015-03-13
1
-5
/
+6
|
*
|
|
|
|
|
|
|
clocksource: Add some debug info about clocksources being registered
John Stultz
2015-03-13
1
-0
/
+3
|
*
|
|
|
|
|
|
|
clocksource: Mostly kill clocksource_register()
John Stultz
2015-03-13
2
-49
/
+36
|
*
|
|
|
|
|
|
|
clocksource: Improve clocksource watchdog reporting
John Stultz
2015-03-13
1
-9
/
+9
|
*
|
|
|
|
|
|
|
timekeeping: Add warnings when overflows or underflows are observed
John Stultz
2015-03-13
1
-7
/
+57
|
*
|
|
|
|
|
|
|
timekeeping: Try to catch clocksource delta underflows
John Stultz
2015-03-13
1
-0
/
+7
|
*
|
|
|
|
|
|
|
timekeeping: Add checks to cap clocksource reads to the 'max_cycles' value
John Stultz
2015-03-13
1
-14
/
+35
|
*
|
|
|
|
|
|
|
timekeeping: Add debugging checks to warn if we see delays
John Stultz
2015-03-13
2
-0
/
+29
|
*
|
|
|
|
|
|
|
clocksource: Add 'max_cycles' to 'struct clocksource'
John Stultz
2015-03-12
2
-13
/
+17
|
*
|
|
|
|
|
|
|
clocksource: Simplify the logic around clocksource wrapping safety margins
John Stultz
2015-03-12
2
-16
/
+14
|
*
|
|
|
|
|
|
|
clocksource: Simplify the clocks_calc_max_nsecs() logic
John Stultz
2015-03-12
1
-12
/
+3
|
*
|
|
|
|
|
|
|
Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...
Ingo Molnar
2015-03-04
121
-1711
/
+3318
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
clockevents: Introduce mode specific callbacks
Viresh Kumar
2015-02-18
2
-5
/
+115
*
|
|
|
|
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-04-13
7
-230
/
+612
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
sched/core: Drop debugging leftover trace_printk call
Borislav Petkov
2015-04-03
1
-3
/
+1
|
*
|
|
|
|
|
|
|
|
sched/deadline: Support DL task migration during CPU hotplug
Wanpeng Li
2015-04-02
1
-0
/
+57
|
*
|
|
|
|
|
|
|
|
sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()
Juri Lelli
2015-04-02
1
-28
/
+28
|
*
|
|
|
|
|
|
|
|
sched/deadline: Always enqueue on previous rq when dl_task_timer() fires
Juri Lelli
2015-04-02
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
sched/core: Remove unused argument from init_[rt|dl]_rq()
Abel Vesa
2015-04-02
4
-7
/
+7
|
*
|
|
|
|
|
|
|
|
sched/deadline: Fix rt runtime corruption when dl fails its global constraints
Wanpeng Li
2015-03-27
1
-3
/
+3
|
*
|
|
|
|
|
|
|
|
sched/deadline: Avoid a superfluous check
Wanpeng Li
2015-03-27
1
-8
/
+0
|
*
|
|
|
|
|
|
|
|
sched: Improve load balancing in the presence of idle CPUs
Preeti U Murthy
2015-03-27
1
-3
/
+5
|
*
|
|
|
|
|
|
|
|
sched: Optimize freq invariant accounting
Peter Zijlstra
2015-03-27
2
-13
/
+8
|
*
|
|
|
|
|
|
|
|
sched: Move CFS tasks to CPUs with higher capacity
Vincent Guittot
2015-03-27
1
-22
/
+47
|
*
|
|
|
|
|
|
|
|
sched: Add SD_PREFER_SIBLING for SMT level
Vincent Guittot
2015-03-27
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
sched: Remove unused struct sched_group_capacity::capacity_orig
Vincent Guittot
2015-03-27
3
-23
/
+4
|
*
|
|
|
|
|
|
|
|
sched: Replace capacity_factor by usage
Vincent Guittot
2015-03-27
1
-67
/
+72
[prev]
[next]