summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-6/+128
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds-3/+15
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-25/+44
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds-0/+1
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu-3/+4
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu-10/+10
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu-0/+3
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu-1/+7
2019-03-14tracing/probe: Check maxactive error casesMasami Hiramatsu-3/+7
2019-03-13blkcg: annotate implicit fall throughMathieu Malaterre-0/+1
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson-6/+11
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-306/+416
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+0
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-39/+44
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-9/+2
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+5
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport-6/+13
2019-03-12kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss-33/+26
2019-03-12kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss-1/+10
2019-03-12trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks-1/+1
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks-1/+1
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-360/+1148
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+6
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+1
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+18
2019-03-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-5/+18
2019-03-10Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+7
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+39
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-116/+179
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-9/+6
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-20/+70
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar-1/+2
2019-03-09workqueue, lockdep: Fix a memory leak in wq->lock_nameQian Cai-0/+2
2019-03-09workqueue, lockdep: Fix an alloc_workqueue() error pathBart Van Assche-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann-1/+3
2019-03-09perf/core: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin-17/+15
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-11/+58
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+49
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds-409/+643
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-60/+90
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing-1/+0
2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova-4/+5
2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+2
2019-03-07kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada-34/+21
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva-4/+2
2019-03-07sysctl: handle overflow for file-maxChristian Brauner-0/+3