summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-25sched/fair: Optimize dequeue_task_fair()Peng Wang1-3/+3
2020-06-25sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai1-15/+4
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)6-6/+0
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2-8/+17
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)5-5/+10
2020-06-15sched/pelt: Cleanup PELT dividerVincent Guittot3-15/+24
2020-06-15sched/deadline: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-06-15sched/deadline: Implement fallback mechanism for !fit caseLuca Abeni1-4/+16
2020-06-15sched/deadline: Make DL capacity-awareLuca Abeni3-5/+42
2020-06-15sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni2-16/+20
2020-06-15sched/deadline: Add dl_bw_capacity()Dietmar Eggemann1-0/+33
2020-06-15sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann1-1/+7
2020-06-15sched: correct SD_flags returned by tl->sd_flags()Peng Liu1-1/+1
2020-06-15sched/fair: Fix NOHZ next idle balanceVincent Guittot1-9/+14
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2-2/+35
2020-06-15isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2-3/+6
2020-06-15kthread: Switch to cpu_possible_maskMarcelo Tosatti1-2/+2
2020-06-15psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan1-49/+64
2020-06-15sched/debug: Add new tracepoints to track util_estVincent Donnefort2-0/+8
2020-06-15sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann1-2/+2
2020-06-15sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann2-15/+0
2020-06-15sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann3-3/+3
2020-06-15sched/pelt: Remove redundant cap_scale() definitionDietmar Eggemann1-2/+0
2020-06-15sched/cputime: Improve cputime_adjust()Oleg Nesterov1-45/+1
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds1-1/+14
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno1-1/+14
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-22/+21
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-22/+21
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds3-17/+17
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-24/+54
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-17/+17
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+656
2020-06-13bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko1-5/+12
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-13/+8
2020-06-12Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-0/+2253
2020-06-12Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+14
2020-06-12Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+79
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver1-0/+43
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner12-0/+2210
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+17
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra1-2/+2
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra1-5/+5
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra1-7/+14
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner1-8/+27
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner1-1/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner1-1/+3
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner1-6/+8
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2-13/+8