summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\
| * Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-2013-106/+156
| |\
| * | clocksource: Fix 'clcoksource' typo in commentJames Hartley2014-10-291-1/+1
* | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-12-111-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-3.19Tejun Heo2014-11-223-2/+3
| |\ \ \
| * | | | percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-291-1/+1
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-101-5/+63
|\ \ \ \ \
| * | | | | timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-291-0/+30
| * | | | | timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-291-5/+33
| |/ / / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-104-40/+41
|\ \ \ \ \
| * | | | | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-251-1/+1
| * | | | | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-211-3/+3
| * | | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-211-2/+2
| * | | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-211-5/+6
| * | | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-211-12/+8
| * | | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-211-6/+4
| * | | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-211-10/+9
| * | | | | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-211-1/+2
| * | | | | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-211-0/+6
| * | | | | time: Rename udelay_test.c to test_udelay.cJohn Stultz2014-11-212-1/+1
| |/ / / /
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-092-3/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-202-3/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-031-1/+1
| | * | | rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-031-2/+1
| | |/ /
* | / / sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2014-11-161-1/+1
|/ / /
* | | clockevents: Prevent shift out of boundsThomas Gleixner2014-10-251-1/+1
* | | posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-10-251-0/+1
|/ /
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-156-29/+29
|\ \
| * | scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-2/+2
| * | time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter2014-08-261-8/+8
| * | time: Replace __get_cpu_var usesChristoph Lameter2014-08-266-19/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-141-1/+1
|\ \ \
| * | | s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-091-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-132-15/+0
|\ \ \ \
| * | | | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
| * | | | time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-081-14/+0
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+8
|\ \ \ \
| * | | | nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2014-08-221-0/+4
| * | | | nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2014-08-221-0/+4
| | |/ / | |/| |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-094-20/+42
|\ \ \ \
| * | | | nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker2014-09-131-0/+14
| * | | | nohz: Consolidate nohz full init codeFrederic Weisbecker2014-09-131-19/+19
| * | | | irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker2014-09-131-1/+1
| * | | | nohz: Move nohz full init call to tick initFrederic Weisbecker2014-09-132-0/+8
| | |/ / | |/| |
* | | | alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-09-121-2/+8
* | | | alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-09-121-2/+4
* | | | alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-09-121-7/+11
* | | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-121-25/+31
|/ / /
* | | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
* | | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-041-0/+14
|/ /