aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
AgeCommit message (Expand)Author
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-22timer: Fix wheel index calculation on last levelFrederic Weisbecker
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-03-08timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin
2017-08-01timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson
2016-10-26timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner
2016-07-07timers: Split out index calculationAnna-Maria Gleixner
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin
2016-03-25sched: add schedule_timeout_idle()Andrew Morton