summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-25kbuild: move 'scripts' target belowMasahiro Yamada1-8/+7
2018-03-25kbuild: remove wrong 'touch' in adjust_autoksyms.shMasahiro Yamada1-3/+0
2018-03-25kbuild: clear LDFLAGS in the top MakefileMasahiro Yamada1-0/+1
2018-03-25kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txtMasahiro Yamada1-4/+0
2018-03-25kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txtMasahiro Yamada1-6/+0
2018-03-25kbuild: simplify ld-option implementationMasahiro Yamada1-3/+1
2018-03-25kbuild: process mixture of clean/build targets one by oneMasahiro Yamada1-1/+10
2018-03-25kbuild: rename built-in.o to built-in.aNicholas Piggin12-41/+41
2018-03-25kbuild: remove incremental linking optionNicholas Piggin4-88/+51
2018-03-25kbuild: Improve portability of some sed invocationsMichael Forney5-9/+11
2018-03-25kbuild: add clang-version.shSami Tolvanen1-0/+33
2018-03-12Linux 4.16-rc5Linus Torvalds1-1/+1
2018-03-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-182/+291
2018-03-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2018-03-12Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+25
2018-03-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-17/+65
2018-03-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+3
2018-03-11Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds3-7/+26
2018-03-11Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-22/+16
2018-03-11dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT2-6/+25
2018-03-10Merge tag 'kbuild-fixes-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-15/+10
2018-03-10Merge tag 'linux-watchdog-4.16-fixes-2' of git://www.linux-watchdog.org/linux...Linus Torvalds3-494/+13
2018-03-10Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds9-73/+60
2018-03-10Merge tag 'for-4.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-75/+65
2018-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds23-156/+192
2018-03-10Merge tag 'platform-drivers-x86-v4.16-6' of git://git.infradead.org/linux-pla...Linus Torvalds6-38/+82
2018-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-35/+57
2018-03-10Merge tag 'for-linus-4.16a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2018-03-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-7/+7
2018-03-10Merge tag 'docs-4.16-fix' of git://git.lwn.net/linuxLinus Torvalds1-2/+1
2018-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-21/+40
2018-03-10lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez1-1/+1
2018-03-10selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpusLi Zhijian1-8/+17
2018-03-10mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek1-2/+7
2018-03-10mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek1-5/+5
2018-03-10mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli1-2/+5
2018-03-10lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook1-0/+2
2018-03-10bug: use %pB in BUG and stack protector failureKees Cook2-2/+2
2018-03-10hugetlb: fix surplus pages accountingMichal Hocko1-1/+1
2018-03-10RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2018-03-10Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford1-6/+1
2018-03-10Merge tag 'pci-v4.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+11
2018-03-10Merge tag 'fbdev-v4.16-rc5' of git://github.com/bzolnier/linuxLinus Torvalds1-2/+2
2018-03-10Merge tag 'drm-fixes-for-v4.16-rc5' of git://people.freedesktop.org/~airlied/...Linus Torvalds41-366/+464
2018-03-09Merge tag 'sound-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-15/+73
2018-03-09arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discoveryMarc Zyngier1-2/+2
2018-03-09Documentation/sphinx: Fix Directive import errorMatthew Wilcox1-2/+1
2018-03-09Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-68/+228
2018-03-09Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+30
2018-03-09platform/x86: dell-smbios: Resolve dependency error on DCDBASDarren Hart (VMware)1-0/+6