index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
time: Move timeconst.h into include/generated
Nicholas Mc Guire
3
-18
/
+4
2015-05-18
sched,perf: Fix periodic timers
Peter Zijlstra
5
-33
/
+38
2015-05-07
nohz: Fix !HIGH_RES_TIMERS hang
Thomas Gleixner
1
-6
/
+3
2015-05-05
tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...
Andreas Sandberg
1
-3
/
+7
2015-05-05
timer: Use timer->base for flag checks
Joonwoo Park
1
-1
/
+1
2015-05-05
tick-broadcast: Fix the printing of broadcast masks
Preeti U Murthy
1
-4
/
+4
2015-05-05
tick: broadcast: Simplify oneshot logic and shorten lock region
Thomas Gleixner
1
-25
/
+17
2015-05-05
tick: broadcast: Prevent livelock from event handler
Thomas Gleixner
1
-28
/
+25
2015-05-04
perf: Remove unused function perf_mux_hrtimer_cancel()
Thomas Gleixner
1
-28
/
+0
2015-04-23
sched: debug: Remove the cfs bandwidth timer_active printout
Thomas Gleixner
1
-2
/
+0
2015-04-22
perf: perf_mux_hrtimer_cancel() can be static
kbuild test robot
1
-1
/
+1
2015-04-22
perf: Fix mux_interval hrtimer wreckage
Peter Zijlstra
1
-27
/
+36
2015-04-22
sched: Cleanup bandwidth timers
Peter Zijlstra
4
-61
/
+31
2015-04-22
hrtimer: Allow concurrent hrtimer_start() for self restarting timers
Peter Zijlstra
1
-3
/
+9
2015-04-22
timer: Put usleep_range into the __sched section
Thomas Gleixner
1
-1
/
+1
2015-04-22
timer: Remove pointless return value of do_usleep_range()
Thomas Gleixner
1
-2
/
+2
2015-04-22
hrtimer: Avoid locking in hrtimer_cancel() if timer not active
Thomas Gleixner
1
-0
/
+9
2015-04-22
hrtimer: Remove hrtimer_start() return value
Thomas Gleixner
1
-16
/
+7
2015-04-22
tick: broadcast-hrtimer: Remove overly clever return value abuse
Thomas Gleixner
1
-3
/
+5
2015-04-22
alarmtimer: Get rid of unused return value
Thomas Gleixner
1
-7
/
+4
2015-04-22
rtmutex: Remove bogus hrtimer_active() check
Thomas Gleixner
1
-4
/
+1
2015-04-22
futex: Remove bogus hrtimer_active() check
Thomas Gleixner
1
-4
/
+1
2015-04-22
hrtimer: Remove bogus hrtimer_active() check
Thomas Gleixner
1
-4
/
+0
2015-04-22
hrtimer: Make hrtimer_start() a inline wrapper
Thomas Gleixner
1
-19
/
+0
2015-04-22
hrtimer: Get rid of __hrtimer_start_range_ns()
Thomas Gleixner
1
-23
/
+15
2015-04-22
sched: deadline: Use hrtimer_start()
Thomas Gleixner
1
-10
/
+2
2015-04-22
sched: core: Use hrtimer_start[_expires]()
Thomas Gleixner
2
-21
/
+9
2015-04-22
perf: core: Use hrtimer_start()
Thomas Gleixner
1
-6
/
+3
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
7
-115
/
+101
2015-04-22
tick: Sched: Restructure code
Thomas Gleixner
1
-90
/
+81
2015-04-22
tick: sched: Force tick interrupt and get rid of softirq magic
Thomas Gleixner
1
-54
/
+29
2015-04-22
tick: sched: Remove hrtimer_active() checks
Thomas Gleixner
1
-15
/
+4
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
3
-122
/
+53
2015-04-22
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
Thomas Gleixner
1
-18
/
+28
2015-04-22
hrtimer: Make use of timerqueue_add/del return values
Thomas Gleixner
1
-4
/
+2
2015-04-22
hrtimer: Use cpu_base->active_base for hotpath iterators
Thomas Gleixner
1
-9
/
+8
2015-04-22
hrtimer: Use bits for various boolean indicators
Thomas Gleixner
1
-8
/
+16
2015-04-22
hrtimer: Make offset update smarter
Thomas Gleixner
3
-11
/
+22
2015-04-22
hrtimer: Get rid of softirq time
Thomas Gleixner
3
-124
/
+59
2015-04-22
hrtimer: Make the statistics fields smaller
Thomas Gleixner
2
-3
/
+3
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
3
-24
/
+15
2015-04-22
hrtimer: Get rid of the resolution field in hrtimer_clock_base
Thomas Gleixner
2
-21
/
+13
2015-04-22
hrtimer: Update active_bases before calling hrtimer_force_reprogram()
Viresh Kumar
1
-2
/
+3
2015-04-22
hrtimer: Document hrtimer_forward[_now]() proper
Thomas Gleixner
1
-0
/
+8
2015-04-22
timekeeping: Remove stale function prototype
Thomas Gleixner
1
-1
/
+0
2015-04-22
timer_list: Reduce SEQ_printf footprint
Joe Perches
1
-7
/
+14
2015-04-19
smp: Fix error case handling in smp_call_function_*()
Linus Torvalds
1
-1
/
+3
2015-04-18
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-32
/
+62
2015-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+9
2015-04-17
oprofile: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
1
-0
/
+1
[next]