summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-146-167/+129
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-144-22/+10
| * | | | | | | | | | | | | | | | | | | | | | hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro2017-06-141-42/+20
| * | | | | | | | | | | | | | | | | | | | | | hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-144-10/+17
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro2017-06-141-70/+32
| * | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro2017-06-141-35/+28
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Handle relative posix-timers correctlyThomas Gleixner2017-06-121-0/+13
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Zero out oldval itimerspecThomas Gleixner2017-06-121-0/+2
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner2017-06-121-1/+1
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-043-110/+29
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Implement arm callbackThomas Gleixner2017-06-041-0/+22
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Implement try_to_cancel callbackThomas Gleixner2017-06-041-0/+10
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Implement remaining callbackThomas Gleixner2017-06-041-9/+22
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Implement forward callbackThomas Gleixner2017-06-041-0/+13
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Implement timer_rearm() callbackThomas Gleixner2017-06-041-1/+14
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Make use of cancel/arm callbacksThomas Gleixner2017-06-041-81/+100
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Add cancel/arm callbacksThomas Gleixner2017-06-041-0/+3
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Zero settings value in common codeThomas Gleixner2017-06-042-6/+2
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Make use of forward/remaining callbacksThomas Gleixner2017-06-041-15/+49
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Add forward/remaining callbacksThomas Gleixner2017-06-041-0/+2
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Add active flag to k_itimerThomas Gleixner2017-06-041-1/+7
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner2017-06-043-10/+11
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Rename do_schedule_next_timerThomas Gleixner2017-06-043-7/+7
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Add timer_rearm() callbackThomas Gleixner2017-06-041-15/+18
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Store k_clock pointer in k_itimerThomas Gleixner2017-06-042-3/+6
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Move interval out of the unionThomas Gleixner2017-06-042-17/+16
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner2017-06-042-18/+15
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-045-0/+36
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Avoid gazillions of forward declarationsThomas Gleixner2017-06-041-101/+89
| * | | | | | | | | | | | | | | | | | | | | | posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner2017-06-041-113/+0
| * | | | | | | | | | | | | | | | | | | | | | posix-timers: Remove unused export of posix_timer_event()Thomas Gleixner2017-06-041-1/+0
| * | | | | | | | | | | | | | | | | | | | | | alarmtimer: Remove pointless config conditionalThomas Gleixner2017-06-041-2/+1
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-0414-70/+114
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig2017-06-041-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | alarmtimer: Fix posix-timer constification falloutThomas Gleixner2017-05-271-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | posix-timers: Make posix_clocks immutableChristoph Hellwig2017-05-274-170/+146
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | m68k: Remove ptrace_signal_deliverAndreas Schwab2017-06-191-1/+0
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-23/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker2017-06-131-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker2017-06-051-19/+2
| * | | | | | | | | | | | | | | | | | | | | | | nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker2017-05-301-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker2017-05-172-6/+33
| * | | | | | | | | | | | | | | | | | | | | | | nohz: Add hrtimer sanity checkFrederic Weisbecker2017-05-171-2/+7
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-0325-1585/+2413
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva2017-06-301-11/+5
| * | | | | | | | | | | | | | | | | | | | | | | | sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira2017-06-301-2/+15
| * | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner2017-06-291-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Remove effective_load()Rik van Riel2017-06-241-123/+1
| * | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Implement NUMA node level wake_affine()Rik van Riel2017-06-241-59/+71
OpenPOWER on IntegriCloud