Commit Graph

120 Commits (89f97496e81d2112b5e41416fe3020688c443818)

Author SHA1 Message Date
Thomas Gleixner 643bdf68f9 hrtimers: simplify hrtimer_peek_ahead_timers() 17 years ago
Thomas Gleixner e1dd7bc585 hrtimers: fix docbook comments 17 years ago
Ingo Molnar 2778d0d51d hrtimers: fix typo 17 years ago
Arjan van de Ven dc4304f7de rangetimers: fix the bug reported by Ingo for real 17 years ago
Arjan van de Ven 030aebd2e4 rangetimer: fix BUG_ON reported by Ingo 17 years ago
Thomas Gleixner ccc7dadf73 hrtimer: prevent migration of per CPU hrtimers 17 years ago
Thomas Gleixner b00c1a99e7 hrtimer: mark migration state 17 years ago
Thomas Gleixner 41e1022eae hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers 17 years ago
Thomas Gleixner 7659e34967 hrtimer: migrate pending list on cpu offline 17 years ago
Mark McLoughlin d7cfb60c5c hrtimer: remove hrtimer_clock_base::get_softirq_time() 17 years ago
Arjan van de Ven 2e94d1f71f hrtimer: peek at the timer queue just before going idle 17 years ago
Arjan van de Ven 3bd012060f hrtimer: make the nanosleep() syscall use the per process slack 17 years ago
Arjan van de Ven da8f2e170e hrtimer: add a hrtimer_start_range() function 17 years ago
Arjan van de Ven 654c8e0b1c hrtimer: turn hrtimers into range timers 17 years ago
Arjan van de Ven cc584b213f hrtimer: convert kernel/* to the new hrtimer apis 17 years ago
Arjan van de Ven 7bb67439bf select: Introduce a hrtimeout function 17 years ago
Oleg Nesterov d82f0b0f6f migrate_timers: add comment, use spinlock_irq() 17 years ago
Steven Rostedt ee3ece830f hrtimer: prevent migration for raising softirq 17 years ago
Jens Axboe 15c8b6c1aa on_each_cpu(): kill unused 'retry' parameter 17 years ago
Carlos R. Mafra 900cfa4619 hrtimer: Remove unused variables in ktime_divns() 17 years ago
Jeremy Fitzhardinge d031476408 hrtimer: remove warning in hres_timers_resume 17 years ago
Carlos R. Mafra 962cf36c5b Remove argument from open_softirq which is always NULL 17 years ago
Russell King ee9c578527 dyntick: Remove last reminants of dyntick support 17 years ago
Oliver Hartkopp 4346f65426 hrtimer: remove duplicate helper function 17 years ago
Thomas Gleixner 237fc6e7a3 add hrtimer specific debugobjects code 17 years ago
Thomas Gleixner 0c96c5979a hrtimer: raise softirq unlocked to avoid circular lock dependency 17 years ago
Bodo Stroesser d7b41a24bf hrtimer: timeout too long when using HRTIMER_CB_SOFTIRQ 17 years ago
Thomas Gleixner 259aae864c hrtimer: optimize the softirq time optimization 17 years ago
Dimitri Sivanich 833883d9ac hrtimer: reduce calls to hrtimer_get_softirq_time() 17 years ago
Oleg Nesterov 8e60e05fdc hrtimers: simplify lockdep handling 17 years ago
Thomas Gleixner 029a07e031 hrtimer: use nanosleep specific restart_block fields 17 years ago
Thomas Gleixner 63070a79ba hrtimer: catch expired CLOCK_REALTIME timers early 17 years ago
Thomas Gleixner 5a7780e725 hrtimer: check relative timeouts for overflow 17 years ago
Oleg Nesterov c289b074b6 hrtimer: don't modify restart_block->fn in restart functions 17 years ago
Oleg Nesterov 080344b988 hrtimer: fix *rmtp handling in hrtimer_nanosleep() 17 years ago
Davide Libenzi 4d672e7ac7 timerfd: new timerfd API 17 years ago
Peter Zijlstra 3588a085cd hrtimer: fix hrtimer_init_sleeper() users 17 years ago
Peter Zijlstra 37bb6cb409 hrtimer: unlock hrtimer_wakeup 17 years ago
Peter Zijlstra d3d74453c3 hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback 17 years ago
Peter Zijlstra 2d44ae4d71 hrtimer: clean up cpu->base locking tricks 17 years ago
Randy Dunlap 0ec160dd48 hrtimer: fix section mismatch 17 years ago
Thomas Gleixner 62f0f61e66 hrtimers: avoid overflow for large relative timeouts 17 years ago
Michael Ellerman edfed66e17 Quieten hrtimer printk: "Switched to high resolution mode .." 18 years ago
Uwe Kleine-König 6506f2aa66 fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base 18 years ago
Robert P. J. Day 3a4fa0a25d Fix misspellings of "system", "controller", "interrupt" and "necessary". 18 years ago
Anton Blanchard 04c227140f hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier 18 years ago
Arnaldo Carvalho de Melo a272378d11 [KTIME]: Introduce ktime_sub_ns and ktime_sub_us 18 years ago
john stultz 17c38b7490 Cache xtime every call to update_wall_time 18 years ago
john stultz 2c6b47de17 Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). 18 years ago
Ingo Molnar 99bc2fcb28 hrtimer: speedup hrtimer_enqueue 18 years ago