index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
hrtimer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
1
-5
/
+16
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
1
-0
/
+14
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
1
-12
/
+8
2018-01-16
hrtimer: Make room in 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
1
-11
/
+9
2018-01-16
hrtimer: Clean up 'enum hrtimer_mode'
Anna-Maria Gleixner
1
-5
/
+11
2018-01-16
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
1
-1
/
+1
2018-01-16
hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-4
/
+4
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
1
-4
/
+0
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
1
-1
/
+1
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
1
-1
/
+1
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
1
-1
/
+0
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
1
-0
/
+2
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
1
-1
/
+0
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-1
/
+1
2017-03-17
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
Stephen Boyd
1
-4
/
+0
2017-03-03
sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
Ingo Molnar
1
-1
/
+0
2017-02-10
time: Remove CONFIG_TIMER_STATS
Kees Cook
1
-11
/
+0
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-6
/
+6
2016-07-15
hrtimer: Convert to hotplug state machine
Thomas Gleixner
1
-0
/
+7
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
1
-5
/
+7
2016-01-17
hrtimer: Handle remaining time proper for TIME_LOW_RES
Thomas Gleixner
1
-3
/
+31
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
1
-0
/
+2
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-0
/
+2
2015-06-19
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
1
-25
/
+16
2015-06-19
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
1
-5
/
+1
2015-06-08
hrtimers: Make sure hrtimer_resolution is unsigned int
Borislav Petkov
1
-1
/
+1
2015-04-22
hrtimer: Remove hrtimer_start() return value
Thomas Gleixner
1
-13
/
+9
2015-04-22
hrtimer: Make hrtimer_start() a inline wrapper
Thomas Gleixner
1
-2
/
+17
2015-04-22
hrtimer: Get rid of __hrtimer_start_range_ns()
Thomas Gleixner
1
-4
/
+0
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
1
-1
/
+1
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
1
-1
/
+0
2015-04-22
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
Thomas Gleixner
1
-0
/
+6
2015-04-22
hrtimer: Align the hrtimer clock bases as well
Thomas Gleixner
1
-1
/
+9
2015-04-22
hrtimer: Cache line align the hrtimer cpu base
Thomas Gleixner
1
-1
/
+1
2015-04-22
hrtimer: Use bits for various boolean indicators
Thomas Gleixner
1
-3
/
+3
2015-04-22
hrtimer: Make offset update smarter
Thomas Gleixner
1
-2
/
+2
2015-04-22
hrtimer: Get rid of softirq time
Thomas Gleixner
1
-19
/
+5
2015-04-22
hrtimer: Make the statistics fields smaller
Thomas Gleixner
1
-4
/
+4
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
1
-1
/
+0
2015-04-22
hrtimer: Get rid of the resolution field in hrtimer_clock_base
Thomas Gleixner
1
-2
/
+4
2015-04-22
hrtimer: Document hrtimer_forward[_now]() proper
Thomas Gleixner
1
-1
/
+16
2015-01-23
hrtimer: Prevent stale expiry time in hrtimer_interrupt()
Thomas Gleixner
1
-0
/
+2
2014-07-23
time: Consolidate the time accessor prototypes
Thomas Gleixner
1
-11
/
+0
2014-07-23
ktime: Sanitize ktime_to_us/ms conversion
Thomas Gleixner
1
-6
/
+0
2014-07-23
hrtimer: Cleanup hrtimer accessors to the timekepeing state
John Stultz
1
-3
/
+6
[next]