summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner
2017-10-18workqueue: Convert timers to use timer_setup() (part 2)Kees Cook
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan
2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann
2017-10-05workqueue: Convert callback to use from_timer()Kees Cook
2017-10-05kthread: Convert callback to use from_timer()Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-10-05timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook
2017-10-05Merge branch 'linus' into timers/coreThomas Gleixner
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-09-29fix infoleak in waitid(2)Al Viro
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood
2017-09-29sched/debug: Remove unused variablePeter Zijlstra
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin
2017-09-28Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-25smp/hotplug: Hotplug state fail injectionPeter Zijlstra
2017-09-25smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra
2017-09-25smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra
2017-09-25smp/hotplug: Rewrite AP state machine corePeter Zijlstra
2017-09-25smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada
2017-09-25timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner
2017-09-25timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise
2017-09-25futex: Fix pi_state->owner serializationPeter Zijlstra
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)
2017-09-23extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)
2017-09-23extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)
2017-09-23rcu: Allow for page faults in NMI handlersPaul E. McKenney
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long