aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-08-03sched/fair: Clean up load average referencesYuyang Du
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du
2015-08-03sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang
2015-08-03sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach
2015-07-07sched/fair: Fix a comment reflecting function name changeByungchul Park
2015-07-07sched/fair: Clean up the __sched_period() codeBoqun Feng
2015-07-07sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju
2015-07-07sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju
2015-07-07sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com
2015-07-06sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju
2015-07-04sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra
2015-07-02make certificate list change message more usefulLinus Torvalds
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-07-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-07-01time: Remove development rules from Kbuild/MakefileThomas Gleixner
2015-06-30kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg
2015-06-30printk: improve the description of /dev/kmsg line formatAntonio Ospite
2015-06-30gcov: add support for GCC 5.1Lorenzo Stoakes
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke
2015-06-30kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke