-
- Downloads
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (46 commits) llist: Add back llist_add_batch() and llist_del_first() prototypes sched: Don't use tasklist_lock for debug prints sched: Warn on rt throttling sched: Unify the ->cpus_allowed mask copy sched: Wrap scheduler p->cpus_allowed access sched: Request for idle balance during nohz idle load balance sched: Use resched IPI to kick off the nohz idle balance sched: Fix idle_cpu() llist: Remove cpu_relax() usage in cmpxchg loops sched: Convert to struct llist llist: Add llist_next() irq_work: Use llist in the struct irq_work logic llist: Return whether list is empty before adding in llist_add() llist: Move cpu_relax() to after the cmpxchg() llist: Remove the platform-dependent NMI checks llist: Make some llist functions inline sched, tracing: Show PREEMPT_ACTIVE state in trace_sched_switch sched: Remove redundant test in check_preempt_tick() sched: Add documentation for bandwidth control sched: Return unused runtime on group dequeue ...
No related branches found
No related tags found
Showing
- Documentation/scheduler/sched-bwc.txt 122 additions, 0 deletionsDocumentation/scheduler/sched-bwc.txt
- drivers/acpi/apei/Kconfig 0 additions, 1 deletiondrivers/acpi/apei/Kconfig
- include/linux/irq_work.h 9 additions, 6 deletionsinclude/linux/irq_work.h
- include/linux/llist.h 69 additions, 8 deletionsinclude/linux/llist.h
- include/linux/sched.h 6 additions, 1 deletioninclude/linux/sched.h
- include/trace/events/sched.h 5 additions, 4 deletionsinclude/trace/events/sched.h
- init/Kconfig 12 additions, 0 deletionsinit/Kconfig
- kernel/irq_work.c 33 additions, 58 deletionskernel/irq_work.c
- kernel/sched.c 549 additions, 117 deletionskernel/sched.c
- kernel/sched_cpupri.c 63 additions, 26 deletionskernel/sched_cpupri.c
- kernel/sched_cpupri.h 2 additions, 5 deletionskernel/sched_cpupri.h
- kernel/sched_fair.c 706 additions, 55 deletionskernel/sched_fair.c
- kernel/sched_features.h 0 additions, 5 deletionskernel/sched_features.h
- kernel/sched_rt.c 39 additions, 60 deletionskernel/sched_rt.c
- kernel/sched_stoptask.c 2 additions, 0 deletionskernel/sched_stoptask.c
- kernel/sysctl.c 10 additions, 0 deletionskernel/sysctl.c
- lib/Kconfig 0 additions, 3 deletionslib/Kconfig
- lib/Makefile 1 addition, 3 deletionslib/Makefile
- lib/llist.c 17 additions, 57 deletionslib/llist.c
- lib/smp_processor_id.c 1 addition, 1 deletionlib/smp_processor_id.c
Loading
Please register or sign in to comment