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