aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-11-13Merge branch 'for-next' into for-linusTakashi Iwai1-1/+1
2017-11-06ALSA: timer: Limit max instances per timerTakashi Iwai1-0/+1
2017-09-19ALSA: hrtimer: make hrtimer_hw const and __initconstBhumika Goyal1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-04-26ALSA: hrtimer: Handle start/stop more properlyTakashi Iwai1-17/+39
2016-01-18ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2015-04-22sound: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner1-8/+1
2014-02-14ALSA: timer: Use standard printk helpersTakashi Iwai1-2/+1
2011-02-10ALSA: hrtimer: remove superfluous tasklet invocationClemens Ladisch1-1/+1
2011-02-10ALSA: hrtimer: handle delayed timer interruptsClemens Ladisch1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11ALSA: hrtimer - Fix lock-upTakashi Iwai1-2/+13
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2008-12-08ALSA: hrtimer - Use hard-irq callbackTakashi Iwai1-4/+2
2008-12-08ALSA: timer - Add comments and use ns_to_ktime()Takashi Iwai1-2/+19
2008-10-24ALSA: Add hrtimer backend for ALSA timer interfaceTakashi Iwai1-0/+140