summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched,locktorture: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-8/+2
* sched,irq: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-5/+1
* sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+47
* sched/pelt: Cleanup PELT dividerVincent Guittot2020-06-153-15/+24
* sched/deadline: Fix a typo in a commentChristophe JAILLET2020-06-151-1/+1
* sched/deadline: Implement fallback mechanism for !fit caseLuca Abeni2020-06-151-4/+16
* sched/deadline: Make DL capacity-awareLuca Abeni2020-06-153-5/+42
* sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni2020-06-152-16/+20
* sched/deadline: Add dl_bw_capacity()Dietmar Eggemann2020-06-151-0/+33
* sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann2020-06-151-1/+7
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-06-151-1/+1
* sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-06-151-9/+14
* sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-152-2/+35
* isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-152-3/+6
* kthread: Switch to cpu_possible_maskMarcelo Tosatti2020-06-151-2/+2
* psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan2020-06-151-49/+64
* sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-152-0/+8
* sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann2020-06-151-2/+2
* sched/idle,stop: Remove .get_rr_interval from sched_classDietmar Eggemann2020-06-152-15/+0
* sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-153-3/+3
* sched/pelt: Remove redundant cap_scale() definitionDietmar Eggemann2020-06-151-2/+0
* sched/cputime: Improve cputime_adjust()Oleg Nesterov2020-06-151-45/+1
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-1/+14
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-1/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-136-22/+21
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-136-22/+21
| |\ \
| | * | bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-121-5/+12
| | * | bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-13/+4
| | * | bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer2020-06-091-1/+1
| | * | bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern2020-06-091-0/+1
| | * | tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-092-2/+2
| | * | bpf: Fix an error code in check_btf_func()Dan Carpenter2020-06-041-1/+1
* | | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-17/+17
|\ \ \ \
| * | | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-17/+17
* | | | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-136-24/+54
|\ \ \ \ \
| * | | | | lockdep: __always_inline more for noinstrPeter Zijlstra2020-06-111-2/+2
| * | | | | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-5/+5
| * | | | | x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra2020-06-111-7/+14
| * | | | | genirq: Provide irq_enter/exit_rcu()Thomas Gleixner2020-06-111-8/+27
| * | | | | x86/mce: Address objtools noinstr complaintsThomas Gleixner2020-06-111-1/+1
| * | | | | bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-1/+3
| * | | | | context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner2020-06-111-6/+8
| |/ / / /
* | | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-132-0/+656
|\ \ \ \ \
| * | | | | pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+2
| * | | | | pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+1
| * | | | | pipe: Add general notification queue supportDavid Howells2020-05-192-0/+658
* | | | | | Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-122-13/+8
|\ \ \ \ \ \
| * | | | | | printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-112-13/+8
* | | | | | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1112-0/+2253
|\ \ \ \ \ \ \
| * | | | | | | kcsan: Support distinguishing volatile accessesMarco Elver2020-06-111-0/+43