summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23Star
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-194-38/+63
* Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-1931-1069/+939Star
|\
| * hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-191-23/+91
| * hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra2015-06-191-10/+13
| * hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-191-5/+2Star
| * timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz2015-06-181-1/+2
| * clockevents: Check state instead of mode in suspend/resume pathViresh Kumar2015-06-181-2/+2
| * ntp: Do leapsecond adjustment in adjtimex read pathJohn Stultz2015-06-121-0/+18
| * time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-123-8/+58
| * ntp: Introduce and use SECS_PER_DAY macro instead of 86400John Stultz2015-06-121-2/+3
| * time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz2015-06-121-4/+8
| * clocksource: Use current logging styleJoe Perches2015-06-101-12/+12
| * time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-101-10/+3Star
| * clockevents: Rename state to state_use_accessorsThomas Gleixner2015-06-021-2/+2
| * clockevents: Use set/get state helper functionsThomas Gleixner2015-06-022-6/+7
| * clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-025-24/+35
| * clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-024-17/+17
| * clockevents: Do not suspend/resume if unusedAlexandre Belloni2015-05-271-2/+2
| * time: Remove read_boot_clock()Xunlei Pang2015-05-221-11/+3Star
| * tracing: timer: Add deferrable flag to timer_startBadhri Jagan Sridharan2015-05-221-1/+1
| * time: Rework debugging variables so they aren't globalJohn Stultz2015-05-221-22/+11Star
| * timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+17
| * time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin2015-05-221-0/+4
| * clockevents: Stop unused clockevent devicesViresh Kumar2015-05-193-4/+22
| * clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar2015-05-192-1/+19
| * Merge branch 'linus' into timers/coreThomas Gleixner2015-05-1925-215/+265
| |\
| * | time: Refactor msecs_to_jiffiesNicholas Mc Guire2015-05-191-40/+19Star
| * | time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-193-18/+4Star
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-185-33/+38
| * | nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner2015-05-071-6/+3Star
| * | tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg2015-05-051-3/+7
| * | timer: Use timer->base for flag checksJoonwoo Park2015-05-051-1/+1
| * | tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy2015-05-051-4/+4
| * | tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner2015-05-051-25/+17Star
| * | tick: broadcast: Prevent livelock from event handlerThomas Gleixner2015-05-051-28/+25Star
| * | perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner2015-05-041-28/+0Star
| * | sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner2015-04-231-2/+0Star
| * | perf: perf_mux_hrtimer_cancel() can be statickbuild test robot2015-04-221-1/+1
| * | perf: Fix mux_interval hrtimer wreckagePeter Zijlstra2015-04-221-27/+36
| * | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-224-61/+31Star
| * | hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-04-221-3/+9
| * | timer: Put usleep_range into the __sched sectionThomas Gleixner2015-04-221-1/+1
| * | timer: Remove pointless return value of do_usleep_range()Thomas Gleixner2015-04-221-2/+2
| * | hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner2015-04-221-0/+9
| * | hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-221-16/+7Star
| * | tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner2015-04-221-3/+5
| * | alarmtimer: Get rid of unused return valueThomas Gleixner2015-04-221-7/+4Star
| * | rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1Star
| * | futex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1Star