summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan
2017-10-18Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann
2017-10-16Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2017-10-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-10-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-10-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov
2017-10-14Merge branch 'pm-domains' into pm-oppRafael J. Wysocki
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger
2017-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-10-12Merge branch 'waitid-fix'Linus Torvalds
2017-10-12Merge branch 'irq/urgent' into x86/apicThomas Gleixner
2017-10-11Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki
2017-10-11livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence
2017-10-10Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet
2017-10-10Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King
2017-10-10workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon
2017-10-10locking/rwsem: Add down_read_killable()Kirill Tkhai
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra
2017-10-10sched/deadline: Fix switching to -deadlineLuca Abeni
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09waitid(): Add missing access_ok() checksKees Cook