summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz
2015-03-04Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar
2015-03-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree
2015-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-22livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson
2015-02-19kdb: Provide forward search at more promptDaniel Thompson
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2015-02-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-17seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook
2015-02-17kernel/module.c: do not inline do_init_module()Jan Kiszka
2015-02-17kexec: simplify conditionalGeoff Levand
2015-02-17kexec: fix a typo in commentAlexander Kuleshov