summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2018-07-16cpufreq/schedutil: Use DL utilization trackingVincent Guittot2-7/+23
2018-07-16sched/dl: Add dl_rq utilization trackingVincent Guittot5-3/+44
2018-07-16cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-16sched/rt: Add rt_rq utilization trackingVincent Guittot5-1/+66
2018-07-16sched/pelt: Move PELT related code in a dedicated fileVincent Guittot5-333/+375
2018-07-16sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-16watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra1-5/+15
2018-07-16sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-07-16Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar14-219/+315
2018-07-15stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres1-1/+5
2018-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+25
2018-07-13Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+7
2018-07-13tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2-6/+7
2018-07-13bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann1-2/+9
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja1-17/+13
2018-07-11Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa1-1/+5
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers1-6/+9
2018-07-10rseq: uapi: Update uapi commentsMathieu Desnoyers1-1/+1
2018-07-10rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers1-7/+7
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers1-4/+10
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla1-2/+1