summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | time: Parametrize all tk_fast_mono usersPeter Zijlstra2015-03-271-10/+15
* | | | time: Add timerkeeper::tkr_rawPeter Zijlstra2015-03-271-22/+19
* | | | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-75/+75
* | | | timers, sched/clock: Clean up the code a bitIngo Molnar2015-03-271-51/+56
* | | | timers, sched/clock: Avoid deadlock during read from NMIDaniel Thompson2015-03-271-35/+68
* | | | timers, sched/clock: Remove redundant notrace from update functionDaniel Thompson2015-03-271-1/+1
* | | | timers, sched/clock: Remove suspend from clock_read_data()Daniel Thompson2015-03-271-15/+25
* | | | timers, sched/clock: Optimize cache line usageDaniel Thompson2015-03-271-35/+77
* | | | timers, sched/clock: Match scope of read and write seqcountsDaniel Thompson2015-03-271-15/+11
* | | | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-131-5/+6
* | | | clocksource: Add some debug info about clocksources being registeredJohn Stultz2015-03-131-0/+3
* | | | 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