summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot4-27/+23
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2-30/+16
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2-4/+34
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot5-4/+72
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot2-7/+23
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot5-3/+44
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot5-1/+66
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot5-333/+375
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-15watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra1-5/+15
2018-07-15Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar14-219/+315
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-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2-6/+7
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
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-73/+98
2018-07-05Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+17
2018-07-03tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+4
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie1-12/+1
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-07-03tracing: Optimize trace_buffer_iter() logicyuan linyu1-3/+1
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)1-0/+5
2018-07-03tracing: Avoid string overflowArnd Bergmann1-1/+1
2018-07-03kthread: Simplify kthread_park() completionPeter Zijlstra1-2/+4
2018-07-03smpboot: Remove cpumask from the APIPeter Zijlstra1-49/+5
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra2-77/+65
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar32-114/+4558
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2-26/+35
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot1-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang1-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-8/+12
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot3-7/+16
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker1-15/+21
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-177/+260
2018-07-01Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-177/+260
2018-07-01bpf: sockhash, add release routineJohn Fastabend1-0/+1
2018-07-01bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend1-49/+96
2018-07-01bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend1-12/+22
2018-07-01bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend1-10/+48
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-29/+1
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig1-0/+1