summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra2-4/+0
2015-08-03sched/fair: Clean up load average referencesYuyang Du1-15/+29
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du3-10/+49
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du1-1/+10
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du3-7/+8
2015-08-03sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot1-0/+8
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du4-471/+231
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du3-29/+5
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov1-2/+4
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov1-4/+4
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov2-2/+2
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov1-10/+7
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov1-8/+9
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-3/+3
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith1-34/+33
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra3-5/+9
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2-44/+64
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring1-2/+1
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang1-1/+0
2015-08-03sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang1-1/+0
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du1-0/+7
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski1-0/+1
2015-07-31uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov1-0/+1
2015-07-31uprobes: Use vm_special_mapping to name the XOL vmaOleg Nesterov1-10/+20
2015-07-31uprobes: Fix the usage of install_special_mapping()Oleg Nesterov1-8/+9
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov1-7/+7
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov1-3/+6
2015-07-31uprobes: Change prepare_uretprobe() to (try to) flush the dead framesOleg Nesterov1-0/+13
2015-07-31uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Oleg Nesterov1-11/+18
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov1-0/+1
2015-07-31uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov1-9/+5
2015-07-31uprobes: Change handle_trampoline() to find the next chain beforehandOleg Nesterov1-11/+16
2015-07-31uprobes: Change prepare_uretprobe() to use uprobe_warn()Oleg Nesterov1-7/+3
2015-07-31uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov1-11/+10
2015-07-31uprobes: Introduce free_ret_instance()Oleg Nesterov1-14/+13
2015-07-31uprobes: Introduce get_uprobe()Oleg Nesterov1-19/+20
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar18-123/+266
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar3-23/+39
2015-07-29nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2-2/+2
2015-07-29nohz: Move tick_nohz_restart_sched_tick() above its usersFrederic Weisbecker1-18/+16
2015-07-29nohz: Restart nohz full tick from irq exitFrederic Weisbecker1-24/+10
2015-07-29nohz: Remove idle task special caseFrederic Weisbecker1-5/+3
2015-07-29jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker1-3/+7
2015-07-29module: weaken locking assertion for oops path.Rusty Russell1-2/+6
2015-07-27perf: Fix running time accountingPeter Zijlstra1-2/+2
2015-07-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2015-07-25Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+34
2015-07-24ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)1-18/+34
2015-07-23perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter1-0/+103
2015-07-22rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney1-2/+0