aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24ftrace: Have function tracing start in early boot upSteven Rostedt (VMware)3-2/+6
2017-03-24tracing: Postpone tracer start-up tests till the system is more robustSteven Rostedt (VMware)1-0/+71
2017-03-24tracing: Split tracing initialization into two for early initializationSteven Rostedt (VMware)1-1/+5
2017-03-24printk: use console_trylock() in console_cpu_notify()Sergey Senozhatsky1-5/+6
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida3-3/+3
2017-03-24padata: avoid race in reorderingJason A. Donenfeld1-2/+3
2017-03-23Merge tag 'pm-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-13/+7
2017-03-24cpufreq: schedutil: Trace frequency only if it has changedRafael J. Wysocki1-9/+7
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-135/+226
2017-03-23sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka1-0/+6
2017-03-23timers, sched_clock: Update timeout for clock wrapDavid Engraf1-0/+5
2017-03-23clockevents: Make clockevents_config() staticNicolai Stange1-1/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-73/+71
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra3-30/+52
2017-03-23futex: Futex_unlock_pi() determinismPeter Zijlstra1-13/+11
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra3-42/+62
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra3-12/+55
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra3-7/+11
2017-03-23futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra1-54/+100
2017-03-23futex: Rework inconsistent rt_mutex/futex_q statePeter Zijlstra1-36/+14
2017-03-23futex: Cleanup refcountingPeter Zijlstra1-4/+9
2017-03-23futex: Change locking rulesPeter Zijlstra1-33/+132
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra3-32/+62
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra4-43/+18
2017-03-23futex: Use smp_store_release() in mark_wake_futex()Peter Zijlstra1-2/+1
2017-03-23futex: Cleanup variable names for futex_top_waiter()Peter Zijlstra1-15/+15
2017-03-23sched/fair: Fix FTQ noise bench regressionVincent Guittot1-3/+36
2017-03-23sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li1-3/+3
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-11/+11
2017-03-23sched/clock: Fix clear_sched_clock_stable() preempt wobblyPeter Zijlstra1-5/+12
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie31-160/+368
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki2-0/+39
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau3-2/+131
2017-03-22bpf: Add array of maps supportMartin KaFai Lau6-12/+222
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau2-9/+15
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-73/+71
2017-03-21audit: fix auditd/kernel connection state trackingPaul Moore3-255/+399
2017-03-21cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki1-13/+7
2017-03-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+14
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+48
2017-03-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-14/+69
2017-03-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-14/+24
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd1-4/+1
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2-4/+8
2017-03-16bpf: inline htab_map_lookup_elem()Alexei Starovoitov1-1/+30
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2-3/+62
2017-03-16bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov1-5/+39
2017-03-16bpf: refactor fixup_bpf_calls()Alexei Starovoitov1-41/+35
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov2-56/+57
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens1-4/+0