summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy
2015-04-02tick: Further simplify tick-internal.hIngo Molnar
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-04-01tick: Simplify tick-internal.hThomas Gleixner
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar
2015-03-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-03-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-03-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra
2015-03-27timers, sched/clock: Clean up the code a bitIngo Molnar
2015-03-27timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson
2015-03-27timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson
2015-03-27timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson
2015-03-27timers, sched/clock: Optimize cache line usageDaniel Thompson
2015-03-27timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek
2015-03-13perf: Fix context leak in put_event()Leon Yu
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz