aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
...
| * | | | | timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-29
| * | | | | timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-29
| |/ / / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-10
|\ \ \ \ \
| * | | | | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-25
| * | | | | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-21
| * | | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-21
| * | | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-21
| * | | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-21
| * | | | | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-21
| * | | | | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-21
| * | | | | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-21
| * | | | | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-21
| * | | | | time: Rename udelay_test.c to test_udelay.cJohn Stultz2014-11-21
| |/ / / /
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-09
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-20
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-03
| | * | | rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-03
| | |/ /
* | / / sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2014-11-16
|/ / /
* | | clockevents: Prevent shift out of boundsThomas Gleixner2014-10-25
* | | posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-10-25
|/ /
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \
| * | scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-26
| * | time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter2014-08-26
| * | time: Replace __get_cpu_var usesChristoph Lameter2014-08-26
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-10-13
|\ \ \
| * | | s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky2014-10-09
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\ \ \ \
| * | | | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-19
| * | | | time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-08
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-09
|\ \ \ \
| * | | | nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2014-08-22
| * | | | nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2014-08-22
| | |/ / | |/| |
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-09
|\ \ \ \
| * | | | nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker2014-09-13
| * | | | nohz: Consolidate nohz full init codeFrederic Weisbecker2014-09-13
| * | | | irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker2014-09-13
| * | | | nohz: Move nohz full init call to tick initFrederic Weisbecker2014-09-13
| | |/ / | |/| |
* | | | alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-09-12
* | | | alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-09-12
* | | | alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-09-12
* | | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-12
|/ / /
* | | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-06
* | | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-04
|/ /
* / timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz2014-08-14
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-05
|\
| * timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz2014-07-23
| * timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz2014-07-23
| * timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz2014-07-23
| * timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-23
| * timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner2014-07-23