Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler changes from Ingo Molnar: - Add the initial implementation of SCHED_DEADLINE support: a real-time scheduling policy where tasks that meet their deadlines and periodically execute their instances in less than their runtime quota see real-time scheduling and won't miss any of their deadlines. Tasks that go over their quota get delayed (Available to privileged users for now) - Clean up and fix preempt_enable_no_resched() abuse all around the tree - Do sched_clock() performance optimizations on x86 and elsewhere - Fix and improve auto-NUMA balancing - Fix and clean up the idle loop - Apply various cleanups and fixes * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (60 commits) sched: Fix __sched_setscheduler() nice test sched: Move SCHED_RESET_ON_FORK into attr::sched_flags sched: Fix up attr::sched_priority warning sched: Fix up s...
Showing
- Documentation/sysctl/kernel.txt 0 additions, 5 deletionsDocumentation/sysctl/kernel.txt
- arch/arm/include/asm/unistd.h 1 addition, 1 deletionarch/arm/include/asm/unistd.h
- arch/arm/include/uapi/asm/unistd.h 2 additions, 0 deletionsarch/arm/include/uapi/asm/unistd.h
- arch/arm/kernel/calls.S 2 additions, 0 deletionsarch/arm/kernel/calls.S
- arch/m68k/include/asm/mac_via.h 2 additions, 0 deletionsarch/m68k/include/asm/mac_via.h
- arch/x86/include/asm/mwait.h 43 additions, 0 deletionsarch/x86/include/asm/mwait.h
- arch/x86/include/asm/processor.h 0 additions, 23 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/timer.h 18 additions, 59 deletionsarch/x86/include/asm/timer.h
- arch/x86/kernel/acpi/cstate.c 0 additions, 23 deletionsarch/x86/kernel/acpi/cstate.c
- arch/x86/kernel/cpu/amd.c 1 addition, 1 deletionarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/intel.c 1 addition, 1 deletionarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/perf_event.c 11 additions, 5 deletionsarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/smpboot.c 2 additions, 0 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kernel/tsc.c 257 additions, 61 deletionsarch/x86/kernel/tsc.c
- arch/x86/platform/uv/tlb_uv.c 40 additions, 26 deletionsarch/x86/platform/uv/tlb_uv.c
- arch/x86/syscalls/syscall_32.tbl 2 additions, 0 deletionsarch/x86/syscalls/syscall_32.tbl
- arch/x86/syscalls/syscall_64.tbl 2 additions, 0 deletionsarch/x86/syscalls/syscall_64.tbl
- drivers/acpi/acpi_pad.c 1 addition, 4 deletionsdrivers/acpi/acpi_pad.c
- drivers/acpi/processor_idle.c 0 additions, 15 deletionsdrivers/acpi/processor_idle.c
- drivers/idle/intel_idle.c 1 addition, 10 deletionsdrivers/idle/intel_idle.c
Please register or sign in to comment