aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 16-120/+83
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-99/+308
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-8/+24
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXGravatar Eric Biggers 1-3/+0
2018-02-06pipe, sysctl: remove pipe_proc_fn()Gravatar Eric Biggers 1-10/+5
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterGravatar Eric Biggers 1-14/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanGravatar Yaowei Bai 1-5/+5
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanGravatar Yaowei Bai 1-2/+2
2018-02-06genirq: remove unneeded kallsyms includeGravatar Sergey Senozhatsky 1-1/+0
2018-02-06hrtimer: remove unneeded kallsyms includeGravatar Sergey Senozhatsky 1-1/+0
2018-02-06kcov: detect double association with a single taskGravatar Dmitry Vyukov 1-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Gravatar Eric Biggers 1-1/+0
2018-02-06pids: introduce find_get_task_by_vpid() helperGravatar Mike Rapoport 4-45/+21
2018-02-06cpumask: make cpumask_size() return "unsigned int"Gravatar Alexey Dobriyan 2-2/+2
2018-02-06kernel/fork.c: add comment about usage of CLONE_FS flags and namespacesGravatar Marcos Paulo de Souza 1-0/+4
2018-02-06kernel/fork.c: check error and return earlyGravatar Marcos Paulo de Souza 1-26/+25
2018-02-06kernel/async.c: revert "async: simplify lowest_in_progress()"Gravatar Rasmus Villemoes 1-8/+12
2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOGravatar Kees Cook 1-0/+4
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsGravatar Ingo Molnar 58-1225/+4082
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-103/+71
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+21
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISGravatar Mel Gorman 2-2/+21
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleGravatar Mel Gorman 1-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idGravatar Mel Gorman 1-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Gravatar Mel Gorman 1-5/+3
2018-02-06sched/rt: Make update_curr_rt() more accurateGravatar Wen Yang 1-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsGravatar Steven Rostedt (VMware) 3-2/+22
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Gravatar Steven Rostedt (VMware) 1-7/+8
2018-02-06sched/core: Optimize update_stats_*()Gravatar Peter Zijlstra 2-16/+20
2018-02-06sched/core: Optimize ttwu_stat()Gravatar Peter Zijlstra 2-8/+10
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREGravatar Mathieu Desnoyers 2-17/+54
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandGravatar Mathieu Desnoyers 1-8/+112
2018-02-05membarrier: Document scheduler barrier requirementsGravatar Mathieu Desnoyers 1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Gravatar Mathieu Desnoyers 2-10/+8
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-8/+24
2018-02-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+0
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-5/+5
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+26
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextGravatar Ross Zwisler 14-37/+164
2018-02-03bpf: fix bpf_prog_array_copy_to_user() issuesGravatar Alexei Starovoitov 1-8/+24
2018-02-02x86/power: Fix swsusp_arch_resume prototypeGravatar Arnd Bergmann 1-3/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 5-80/+206
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-14/+11
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-02-01genirq: Make legacy autoprobing work againGravatar Thomas Gleixner 3-5/+5
2018-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-219/+236
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlGravatar Michal Hocko 1-7/+0
2018-01-31include/linux/sched/mm.h: uninline mmdrop_async(), etcGravatar Andrew Morton 1-212/+236
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 23-603/+2856
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1