aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner1-1/+1
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds6-29/+29
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+0
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-20/+42
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-09-13nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker1-0/+14
2014-09-13nohz: Consolidate nohz full init codeFrederic Weisbecker1-19/+19
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker1-1/+1
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker2-0/+8
2014-09-12alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-09-12alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-09-12alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+11
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-25/+31
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel1-14/+0
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner1-2/+3
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker1-0/+14
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-2/+2
2014-08-26time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter1-8/+8
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter6-19/+19
2014-08-22nohz: Avoid tick's double reprogramming in highres modeViresh Kumar1-0/+4
2014-08-22nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar1-0/+4
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds18-555/+8260
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar1-2/+18
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd1-1/+3
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz1-1/+4
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz1-110/+83
2014-07-23timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz1-1/+1
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner1-0/+124
2014-07-23timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner1-11/+11
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-66/+66
2014-07-23timekeeping: Restructure the timekeeper some moreThomas Gleixner1-20/+15
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-12/+11
2014-07-23clocksource: Move cycle_last validation to core codeThomas Gleixner2-0/+14
2014-07-23clocksource: Make delta calculation a functionThomas Gleixner3-17/+27
2014-07-23timekeeping: Provide ktime_get_raw()Thomas Gleixner1-0/+25
2014-07-23timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner1-31/+0
2014-07-23timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner1-11/+3
2014-07-23timekeeping: Simplify getboottime()Thomas Gleixner1-8/+3
2014-07-23timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner1-34/+0
2014-07-23timekeeping: Remove monotonic_to_bootbasedThomas Gleixner1-15/+0
2014-07-23time: Export nsecs_to_jiffies()Thomas Gleixner1-0/+1