summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-03-23futex: Cleanup variable names for futex_top_waiter()Peter Zijlstra
2017-03-23sched/fair: Fix FTQ noise bench regressionVincent Guittot
2017-03-23sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra
2017-03-23sched/clock: Fix clear_sched_clock_stable() preempt wobblyPeter Zijlstra
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov
2017-03-21audit: fix auditd/kernel connection state trackingPaul Moore
2017-03-21cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki
2017-03-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-03-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2017-03-16bpf: inline htab_map_lookup_elem()Alexei Starovoitov
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov
2017-03-16bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov
2017-03-16bpf: refactor fixup_bpf_calls()Alexei Starovoitov
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-16uprobes: Default UPROBES_EVENTS to YArnaldo Carvalho de Melo
2017-03-16perf/core: Better explain the inherit magicPeter Zijlstra
2017-03-16perf/core: Simplify perf_event_free_task()Peter Zijlstra
2017-03-16perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-03-16perf/core: Fix use-after-free in perf_release()Peter Zijlstra
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima
2017-03-16perf/core: Add a flag for partial AUX recordsAlexander Shishkin
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-16sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra
2017-03-16sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra
2017-03-16sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra
2017-03-16sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra
2017-03-16sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra
2017-03-16sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra
2017-03-16sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra
2017-03-16sched/core: Add rq->lock wrappersPeter Zijlstra
2017-03-16sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra
2017-03-16sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)
2017-03-16sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)