summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-12/+12
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-72/+115
2018-02-09Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+4
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-72/+115
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)-5/+4
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)-1/+0
2018-02-07Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-120/+83
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-99/+308
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+24
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers-3/+0
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers-10/+5
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers-14/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai-5/+5
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai-2/+2
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky-1/+0
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky-1/+0
2018-02-06kcov: detect double association with a single taskDmitry Vyukov-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers-1/+0
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport-45/+21
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan-2/+2
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesMarcos Paulo de Souza-0/+4
2018-02-06kernel/fork.c: check error and return earlyMarcos Paulo de Souza-26/+25
2018-02-06kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes-8/+12
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook-0/+4
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar-1225/+4082
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-103/+71
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+21
2018-02-06bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend-5/+14
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend-67/+101
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman-2/+21
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman-5/+3
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)-2/+22
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)-7/+8
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra-16/+20
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra-8/+10
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers-17/+54
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers-8/+112
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers-10/+8
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-8/+24
2018-02-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+0
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+26
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler-37/+164
2018-02-03bpf: fix bpf_prog_array_copy_to_user() issuesAlexei Starovoitov-8/+24