aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings1-1/+0
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt1-1/+1
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long3-28/+76
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot1-3/+0
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot1-20/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen1-4/+8
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath1-0/+11
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider2-3/+9
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2-5/+5
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider1-2/+2
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider1-4/+2
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider1-1/+1
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen1-2/+49
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen3-4/+23
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2-8/+48
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen3-1/+12
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen1-6/+75
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap1-0/+1
2018-09-10locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long1-1/+12
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra1-0/+5
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2-3/+2
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov1-1/+1
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot1-1/+1
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot1-3/+3
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot1-4/+10
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju1-4/+1
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang1-2/+4
2018-09-10locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom1-2/+1
2018-09-10jump_label: Use static_key_linked() accessorBorislav Petkov1-1/+1
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2-15/+9
2018-09-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+30
2018-09-09Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+6
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig1-6/+0
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig1-10/+0
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra1-10/+30
2018-09-06seccomp: remove unnecessary unlikely()Igor Stoppa1-2/+2
2018-09-06Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-09-06cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner1-2/+3
2018-09-06cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay1-3/+3
2018-09-05bpf/verifier: fix verifier instabilityAlexei Starovoitov1-8/+8
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-57/+46
2018-09-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2018-09-04mm: respect arch_dup_mmap() return valueNadav Amit1-2/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-28/+36
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2-1/+52
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov1-0/+4
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov1-0/+28