summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Convert timers to use timer_setup()Kees Cook2017-11-022-6/+7
* kernel/time/Kconfig: Fix typo in commentRandy Dunlap2017-11-021-1/+1
* clockevents: Update clockevents device next_event on stopPrasad Sodagudi2017-11-011-0/+1
* Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-315-183/+227
|\
| * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-301-2/+3
| * time: Remove unused functionsArnd Bergmann2017-10-301-18/+0
| * timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-301-47/+25
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-305-100/+123
| * rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-301-53/+113
* | clockevents: Retry programming min delta up to 10 timesJames Hogan2017-10-191-8/+13
* | timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-181-3/+3
* | workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-181-8/+6
* | timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-181-2/+5
* | time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
* | posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann2017-10-171-12/+8
* | workqueue: Convert callback to use from_timer()Kees Cook2017-10-051-4/+3
* | kthread: Convert callback to use from_timer()Kees Cook2017-10-051-6/+4
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-051-5/+3
* | timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-051-7/+19
* | Merge branch 'linus' into timers/coreThomas Gleixner2017-10-0519-239/+556
|\ \
| * \ Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-0/+8
| |\ \ | | |/ | |/|
| | * cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
| * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-011-142/+364
| |\ \
| | * | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-251-1/+59
| | * | smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
| | * | smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
| | * | smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
| | * | smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
| | * | smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-015-23/+35
| |\ \ \
| | * | | sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2017-09-291-1/+2
| | * | | sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
| | * | | sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-292-19/+10
| | * | | sched/debug: Remove unused variablePeter Zijlstra2017-09-291-2/+0
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-011-5/+15
| |\ \ \ \
| | * | | | perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin2017-09-291-5/+15
| | |/ / /
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-012-11/+49
| |\ \ \ \
| | * | | | locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood2017-09-291-0/+27
| | * | | | futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-251-11/+22
| | | |/ / | | |/| |
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-3/+6
| |\ \ \ \
| | * | | | irq/generic-chip: Don't replace domain's nameJeffy Chen2017-09-281-1/+0
| | * | | | irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada2017-09-251-2/+2
| | * | | | genirq: Check __free_irq() return value for NULLAlexandru Moise2017-09-251-0/+4
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-291-13/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fix infoleak in waitid(2)Al Viro2017-09-291-13/+10
| * | | | Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-281-7/+16
| |\ \ \ \
| | * | | | seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-09-271-7/+16
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-251-6/+12
| |\ \ \ \
| | * | | | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-6/+12