summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Mostly kill clocksource_register()John Stultz2015-03-132-49/+36
* clocksource: Improve clocksource watchdog reportingJohn Stultz2015-03-131-9/+9
* timekeeping: Add warnings when overflows or underflows are observedJohn Stultz2015-03-131-7/+57
* timekeeping: Try to catch clocksource delta underflowsJohn Stultz2015-03-131-0/+7
* timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz2015-03-131-14/+35
* timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2015-03-132-0/+29
* clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2015-03-122-13/+17
* clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2015-03-122-16/+14
* clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz2015-03-121-12/+3
* Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar2015-03-04121-1711/+3318
|\
| * Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-03-011-0/+1
| |\
| | * locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior2015-03-011-0/+1
| * | kernel/sys.c: fix UNAME26 for 4.0Jon DeVree2015-02-281-1/+2
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-241-5/+5
| |\
| | * livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek2015-02-221-3/+3
| | * livepatch: fix format string in kobject_init_and_add()Jiri Kosina2015-02-161-2/+2
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-211-0/+12
| |\ \
| | * | MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton2015-02-121-0/+12
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-02-211-3/+7
| |\ \ \
| | * | | ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-02-181-3/+7
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-1/+2
| |\ \ \ \
| | * | | | locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-181-1/+2
| | |/ / /
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-215-99/+148
| |\ \ \ \
| | * | | | sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| | * | | | sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-182-5/+7
| | * | | | sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai2015-02-181-0/+1
| | * | | | sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-19/+12
| | * | | | sched/completion: Serialize completion_done() with complete()Oleg Nesterov2015-02-181-2/+17
| | * | | | sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| | * | | | sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai2015-02-181-0/+20
| | * | | | sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-183-85/+79
| | * | | | sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
| | |/ / /
| | | | |
| | \ \ \
| *-. | | | Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2015-02-211-0/+1
| |\ \| | |
| | * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2015-02-181-0/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | rcu: Clear need_qs flag to prevent splatPaul E. McKenney2015-02-111-0/+1
| * | | | | Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-205-23/+64
| |\ \ \ \ \
| | * | | | | debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-191-0/+17
| | * | | | | kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
| | * | | | | kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
| | * | | | | kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
| | * | | | | kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0
| | * | | | | kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-192-10/+14
| | * | | | | kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-192-2/+2
| | * | | | | kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
| * | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-191-31/+5
| |\ \ \ \ \ \
| | * | | | | | kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada2015-01-091-19/+4
| | * | | | | | kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada2015-01-091-3/+3
| | * | | | | | kbuild,gcov: remove unnecessary workaroundMasahiro Yamada2015-01-091-12/+1
| | * | | | | | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-1/+1
| * | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-151/+37
| |\ \ \ \ \ \ \