summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-06-19timer: Use hlist for the timer wheel hash bucketsThomas Gleixner1-37/+27
2015-06-19timer: Remove FIFO "guarantee"Thomas Gleixner1-4/+2
2015-06-19timers: Sanitize catchup_timer_jiffies() usageThomas Gleixner1-24/+16
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang1-2/+2
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li1-1/+0
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li1-1/+0
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li1-1/+14
2015-06-19sched/deadline: Make init_sched_dl_class() __initWanpeng Li1-1/+1
2015-06-19sched/deadline: Optimize pull_dl_task()Wanpeng Li1-1/+27
2015-06-19sched/preempt: Add static_key() to preempt_notifiersPeter Zijlstra1-5/+23
2015-06-19sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Mathieu Desnoyers1-1/+1
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra2-37/+27
2015-06-19sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju1-0/+1
2015-06-19sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju1-2/+2
2015-06-19sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju1-2/+4
2015-06-19locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long1-4/+24
2015-06-19perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov1-7/+7
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki3-8/+19
2015-06-19Merge branch 'pm-cpuidle'Rafael J. Wysocki1-55/+59
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra5-8/+71
2015-06-19lockdep: Implement lock pinningPeter Zijlstra1-0/+80
2015-06-19lockdep: Simplify lock_release()Peter Zijlstra1-101/+18
2015-06-19sched: Streamline the task migration locking a littlePeter Zijlstra1-42/+34
2015-06-19sched: Move code aroundPeter Zijlstra1-186/+178
2015-06-19sched,dl: Fix sched class hopping CBS holePeter Zijlstra1-66/+86
2015-06-19sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra1-21/+24
2015-06-19sched,dl: Remove return value from pull_dl_task()Peter Zijlstra1-10/+10
2015-06-19sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra1-16/+19
2015-06-19sched,rt: Remove return value from pull_rt_task()Peter Zijlstra1-11/+11
2015-06-19sched: Allow balance callbacks for check_class_changed()Peter Zijlstra1-3/+22
2015-06-19sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra1-42/+23
2015-06-19sched: Replace post_schedule with a balance callback listPeter Zijlstra4-38/+63
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner31-1069/+939
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra1-23/+91
2015-06-19hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra1-10/+13
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov1-5/+2
2015-06-18cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo1-3/+27
2015-06-18cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()Tejun Heo1-14/+24
2015-06-18locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso1-11/+10
2015-06-18irq: Add irq_set_chained_handler_and_data()Russell King1-11/+34
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz1-1/+2
2015-06-18clockevents: Check state instead of mode in suspend/resume pathViresh Kumar1-2/+2
2015-06-18Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+9
2015-06-17tracing: Have filter check for balanced opsSteven Rostedt1-2/+9
2015-06-16genirq: Prevent crash in irq_move_irq()Jiang Liu1-1/+8
2015-06-16genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu1-2/+0
2015-06-16bpf: let kprobe programs use bpf_get_smp_processor_id() helperAlexei Starovoitov1-0/+2
2015-06-16bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2-8/+16
2015-06-16bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov3-0/+67
2015-06-15ring_buffer: Allow to exit the ring buffer benchmark immediatelyPetr Mladek1-3/+8