summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-08sched/deadline: Add documentation about GRUB reclaimingClaudio Scordino
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni
2017-06-08sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni
2017-06-08sched/deadline: Track the active utilizationLuca Abeni
2017-06-08sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra
2017-06-05sched/header: Remove leftover, obsolete commentPerr Zhang
2017-05-24sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra
2017-05-23x86/tsc: Fold set_cyc2ns_scale() into callerArnd Bergmann
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-05-23init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner
2017-05-23printk: Adjust system_state checksThomas Gleixner
2017-05-23extable: Adjust system_state checksThomas Gleixner
2017-05-23async: Adjust system_state checksThomas Gleixner
2017-05-23iommu/of: Adjust system_state checkThomas Gleixner
2017-05-23iommu/vt-d: Adjust system_state checksThomas Gleixner
2017-05-23cpufreq/pasemi: Adjust system_state checkThomas Gleixner
2017-05-23mm: Adjust system_state checkThomas Gleixner
2017-05-23ACPI: Adjust system_state checkThomas Gleixner
2017-05-23powerpc: Adjust system_state checkThomas Gleixner
2017-05-23metag: Adjust system_state checkThomas Gleixner
2017-05-23x86/smp: Adjust system_state checkThomas Gleixner
2017-05-23arm64: Adjust system_state checkThomas Gleixner
2017-05-23arm: Adjust system_state checkThomas Gleixner
2017-05-23init: Pin init task to the boot CPU, initiallyThomas Gleixner
2017-05-23sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park
2017-05-23llist: Provide a safe version for llist_for_each()Byungchul Park
2017-05-23smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()Peter Zijlstra
2017-05-23smp: Avoid sending needless IPI in smp_call_function_many()Aaron Lu
2017-05-23Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-05-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-05-22Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-22Merge tag 'acpi-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-05-22i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka
2017-05-22efi-pstore: Fix write/erase id trackingKees Cook
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong