mirror of https://github.com/torvalds/linux.git
Pull scheduler updates from Ingo Molnar:
"The main changes in this (fairly busy) cycle were:
- There was a class of scheduler bugs related to forgetting to update
the rq-clock timestamp which can cause weird and hard to debug
problems, so there's a new debug facility for this: which uncovered
a whole lot of bugs which convinced us that we want to keep the
debug facility.
(Peter Zijlstra, Matt Fleming)
- Various cputime related updates: eliminate cputime and use u64
nanoseconds directly, simplify and improve the arch interfaces,
implement delayed accounting more widely, etc. - (Frederic
Weisbecker)
- Move code around for better structure plus cleanups (Ingo Molnar)
- Move IO schedule accounting deeper into the scheduler plus related
changes to improve the situation (Tejun Heo)
- ... plus a round of sched/rt and sched/deadline fixes, plus other
fixes, updats and cleanups"
* 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (85 commits)
sched/core: Remove unlikely() annotation from sched_move_task()
sched/autogroup: Rename auto_group.[ch] to autogroup.[ch]
sched/topology: Split out scheduler topology code from core.c into topology.c
sched/core: Remove unnecessary #include headers
sched/rq_clock: Consolidate the ordering of the rq_clock methods
delayacct: Include <uapi/linux/taskstats.h>
sched/core: Clean up comments
sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds
sched/clock: Add dummy clear_sched_clock_stable() stub function
sched/cputime: Remove generic asm headers
sched/cputime: Remove unused nsec_to_cputime()
s390, sched/cputime: Remove unused cputime definitions
powerpc, sched/cputime: Remove unused cputime definitions
s390, sched/cputime: Make arch_cpu_idle_time() to return nsecs
ia64, sched/cputime: Remove unused cputime definitions
ia64: Convert vtime to use nsec units directly
ia64, sched/cputime: Move the nsecs based cputime headers to the last arch using it
sched/cputime: Remove jiffies based cputime
sched/cputime, vtime: Return nsecs instead of cputime_t to account
sched/cputime: Complete nsec conversion of tick based accounting
...
|
||
|---|---|---|
| .. | ||
| hardware | ||
| mach | ||
| xen | ||
| Kbuild | ||
| arch_gicv3.h | ||
| arch_timer.h | ||
| arm-cci.h | ||
| asm-offsets.h | ||
| assembler.h | ||
| atomic.h | ||
| auxvec.h | ||
| bL_switcher.h | ||
| barrier.h | ||
| bitops.h | ||
| bitrev.h | ||
| bug.h | ||
| bugs.h | ||
| cache.h | ||
| cacheflush.h | ||
| cachetype.h | ||
| checksum.h | ||
| clocksource.h | ||
| cmpxchg.h | ||
| compiler.h | ||
| cp15.h | ||
| cpu.h | ||
| cpuidle.h | ||
| cputype.h | ||
| cti.h | ||
| dcc.h | ||
| delay.h | ||
| device.h | ||
| div64.h | ||
| dma-contiguous.h | ||
| dma-iommu.h | ||
| dma-mapping.h | ||
| dma.h | ||
| domain.h | ||
| ecard.h | ||
| edac.h | ||
| efi.h | ||
| elf.h | ||
| entry-macro-multi.S | ||
| exception.h | ||
| fb.h | ||
| fiq.h | ||
| firmware.h | ||
| fixmap.h | ||
| flat.h | ||
| floppy.h | ||
| fncpy.h | ||
| fpstate.h | ||
| ftrace.h | ||
| futex.h | ||
| glue-cache.h | ||
| glue-df.h | ||
| glue-pf.h | ||
| glue-proc.h | ||
| glue.h | ||
| gpio.h | ||
| hardirq.h | ||
| highmem.h | ||
| hugetlb-3level.h | ||
| hugetlb.h | ||
| hw_breakpoint.h | ||
| hw_irq.h | ||
| hwcap.h | ||
| hypervisor.h | ||
| ide.h | ||
| idmap.h | ||
| insn.h | ||
| io.h | ||
| irq.h | ||
| irq_work.h | ||
| irqflags.h | ||
| jump_label.h | ||
| kexec.h | ||
| kgdb.h | ||
| kmap_types.h | ||
| kprobes.h | ||
| kvm_arm.h | ||
| kvm_asm.h | ||
| kvm_coproc.h | ||
| kvm_emulate.h | ||
| kvm_host.h | ||
| kvm_hyp.h | ||
| kvm_mmio.h | ||
| kvm_mmu.h | ||
| kvm_psci.h | ||
| limits.h | ||
| linkage.h | ||
| mc146818rtc.h | ||
| mcpm.h | ||
| mcs_spinlock.h | ||
| memblock.h | ||
| memory.h | ||
| mmu.h | ||
| mmu_context.h | ||
| module.h | ||
| mpu.h | ||
| mtd-xip.h | ||
| neon.h | ||
| nwflash.h | ||
| opcodes-sec.h | ||
| opcodes-virt.h | ||
| opcodes.h | ||
| outercache.h | ||
| page-nommu.h | ||
| page.h | ||
| paravirt.h | ||
| patch.h | ||
| pci.h | ||
| percpu.h | ||
| perf_event.h | ||
| pgalloc.h | ||
| pgtable-2level-hwdef.h | ||
| pgtable-2level-types.h | ||
| pgtable-2level.h | ||
| pgtable-3level-hwdef.h | ||
| pgtable-3level-types.h | ||
| pgtable-3level.h | ||
| pgtable-hwdef.h | ||
| pgtable-nommu.h | ||
| pgtable.h | ||
| probes.h | ||
| proc-fns.h | ||
| processor.h | ||
| procinfo.h | ||
| prom.h | ||
| psci.h | ||
| ptrace.h | ||
| sections.h | ||
| setup.h | ||
| shmparam.h | ||
| signal.h | ||
| smp.h | ||
| smp_plat.h | ||
| smp_scu.h | ||
| smp_twd.h | ||
| sparsemem.h | ||
| spinlock.h | ||
| spinlock_types.h | ||
| stackprotector.h | ||
| stacktrace.h | ||
| stage2_pgtable.h | ||
| string.h | ||
| suspend.h | ||
| swab.h | ||
| switch_to.h | ||
| sync_bitops.h | ||
| syscall.h | ||
| system_info.h | ||
| system_misc.h | ||
| tcm.h | ||
| therm.h | ||
| thread_info.h | ||
| thread_notify.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| tls.h | ||
| topology.h | ||
| traps.h | ||
| trusted_foundations.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unified.h | ||
| unistd.h | ||
| unwind.h | ||
| uprobes.h | ||
| user.h | ||
| v7m.h | ||
| vdso.h | ||
| vdso_datapage.h | ||
| vfp.h | ||
| vfpmacros.h | ||
| vga.h | ||
| virt.h | ||
| word-at-a-time.h | ||
| xor.h | ||