summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek-7/+5
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)-2/+2
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich-2/+2
2018-09-10sched/topology: Make local variables staticzhong jiang-2/+2
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui-0/+4
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King-1/+1
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings-1/+0
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt-1/+1
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long-28/+76
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot-3/+0
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot-20/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra-1/+1
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen-4/+8
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath-0/+11
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider-3/+9
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider-5/+5
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider-2/+2
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider-4/+2
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider-1/+1
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen-2/+49
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen-4/+23
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen-8/+48
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen-1/+12
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen-6/+75
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap-0/+1
2018-09-10locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long-1/+12
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra-0/+5
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar-3/+2
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov-1/+1
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot-1/+1
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot-3/+3
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle-1/+2
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot-4/+10
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju-4/+1
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang-2/+4
2018-09-10locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom-2/+1
2018-09-10jump_label: Use static_key_linked() accessorBorislav Petkov-1/+1
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar-15/+9
2018-09-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+30
2018-09-09Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+6
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig-6/+0
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig-10/+0
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra-10/+30
2018-09-06seccomp: remove unnecessary unlikely()Igor Stoppa-2/+2
2018-09-06Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)-2/+2
2018-09-06cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner-2/+3
2018-09-06cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay-3/+3
2018-09-05bpf/verifier: fix verifier instabilityAlexei Starovoitov-8/+8
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-57/+46