summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-441/+639
2017-04-14sched/fair: Move the PELT constants into a generated headerPeter Zijlstra-18/+16
2017-04-14sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra-1/+2
2017-04-14sched/fair: Fix commentsPeter Zijlstra-10/+10
2017-04-14sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra-56/+19
2017-04-13irq/affinity: Fix extra vecs calculationKeith Busch-1/+1
2017-04-13netlink: extended ACK reportingJohannes Berg-1/+1
2017-04-13cpufreq: schedutil: Reduce frequencies slowerRafael J. Wysocki-0/+3
2017-04-12printk: fix double printing with earlyconAleksey Makarov-10/+36
2017-04-12printk: rename selected_console -> preferred_consoleAleksey Makarov-5/+5
2017-04-12printk: fix name/type/scope of preferred_console varAleksey Makarov-6/+6
2017-04-12Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-35/+32
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+9
2017-04-11livepatch: Cancel transition a safe way for immediate patchesPetr Mladek-20/+0
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn-1/+4
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg-157/+32
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg-43/+14
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg-6/+6
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown-1/+1
2017-04-11Merge tag 'v4.11-rc6' into sched/core, to pick up fixesIngo Molnar-457/+664
2017-04-11Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar-70/+103
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li-1/+1
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick-3/+3
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie-70/+103
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)-2/+24
2017-04-10rcu: Fix dyntick-idle tracingPaul E. McKenney-25/+23
2017-04-10tracing: Rename trace_active to disable_stack_tracer and inline its modificationSteven Rostedt (VMware)-41/+9
2017-04-10tracing: Add stack_tracer_disable/enable() functionsSteven Rostedt (VMware)-0/+32
2017-04-10tracing: Replace the per_cpu() with __this_cpu*() in trace_stack.cSteven Rostedt (VMware)-16/+7
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara-6/+6
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara-12/+15
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara-2/+3
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara-3/+6
2017-04-10fsnotify: Detach mark from object list when last reference is droppedJan Kara-16/+15
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara-4/+2
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara-5/+20
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara-2/+5
2017-04-10audit_tree: Use mark flags to check whether mark is aliveJan Kara-3/+3
2017-04-10audit: make sure we don't let the retry queue grow without boundsPaul Moore-35/+32
2017-04-10padata: free correct variableJason A. Donenfeld-1/+1
2017-04-08sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang-0/+2
2017-04-08Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-19/+14
2017-04-08ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com-4/+10
2017-04-07sysctl: don't print negative flag for proc_douintvecLiping Zhang-0/+1
2017-04-07ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolinesSteven Rostedt (VMware)-25/+20
2017-04-06Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-311/+478
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+42
2017-04-05rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Mike Galbraith-5/+5
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-2/+3