summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang
2018-09-10locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom
2018-09-10jump_label: Use static_key_linked() accessorBorislav Petkov
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar
2018-09-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-09-09Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra
2018-09-06seccomp: remove unnecessary unlikely()Igor Stoppa
2018-09-06Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)
2018-09-06cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner
2018-09-06cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay
2018-09-05bpf/verifier: fix verifier instabilityAlexei Starovoitov
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-09-04mm: respect arch_dup_mmap() return valueNadav Amit
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov