summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju1-8/+9
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju1-33/+3
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju3-5/+10
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju1-5/+3
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju1-1/+1
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju1-10/+10
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju1-6/+4
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju1-18/+2
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju1-71/+57
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang1-0/+10
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot4-15/+23
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar12-55/+140
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu1-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira1-1/+7
2018-07-25stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres1-1/+9
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang1-1/+1
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin1-4/+25
2018-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+10
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau1-1/+13
2018-07-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+15
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-2/+8
2018-07-22mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-3/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-3/+18
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-6/+10
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner6-43/+214
2018-07-20time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2-8/+163
2018-07-20time: Fix extra sleeptime injection when suspend failsMukesh Ojha1-7/+25
2018-07-20timekeeping/ntp: Constify some function argumentsOndrej Mosnacek5-21/+22
2018-07-20ntp: Use kstrtos64 for s64 variableOndrej Mosnacek1-3/+2
2018-07-20ntp: Remove redundant argumentsOndrej Mosnacek1-6/+4
2018-07-19timer: Fix coding styleYi Wang1-1/+1
2018-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-42/+69
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri3-26/+20
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri1-20/+21
2018-07-17sched/core: Use smp_mb() in wake_woken_function()Andrea Parri1-26/+21
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar30-317/+450
2018-07-17Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar12-810/+1201
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke2-11/+11
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior1-9/+4
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra1-21/+54
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot3-17/+0
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot3-45/+0
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot4-27/+23
2018-07-16sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2-30/+16
2018-07-16cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2-4/+34
2018-07-16sched/irq: Add IRQ utilization trackingVincent Guittot5-4/+72