summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: clean up archive rule of built-in.aMasahiro Yamada2018-03-251-9/+4
* kbuild: remove partial section mismatch detection for built-in.aMasahiro Yamada2018-03-251-2/+1
* net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-251-35/+16
* lib: zstd: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-251-13/+4
* kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada2018-03-252-18/+10
* kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada2018-03-252-16/+16
* kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada2018-03-252-8/+8
* kbuild: simplify modname calculationMasahiro Yamada2018-03-252-18/+1
* kbuild: fix modname for composite modulesCao jin2018-03-251-2/+2
* kbuild: define KBUILD_MODNAME even if multiple modules share objectsMasahiro Yamada2018-03-251-7/+5
* kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multiMasahiro Yamada2018-03-251-1/+1
* kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney2018-03-255-5/+9
* kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-03-251-12/+10
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-255-7/+8
* kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external moduleMasahiro Yamada2018-03-251-7/+7
* kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada2018-03-252-7/+7
* kbuild: move 'scripts' target belowMasahiro Yamada2018-03-251-8/+7
* kbuild: remove wrong 'touch' in adjust_autoksyms.shMasahiro Yamada2018-03-251-3/+0
* kbuild: clear LDFLAGS in the top MakefileMasahiro Yamada2018-03-251-0/+1
* kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txtMasahiro Yamada2018-03-251-4/+0
* kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txtMasahiro Yamada2018-03-251-6/+0
* kbuild: simplify ld-option implementationMasahiro Yamada2018-03-251-3/+1
* kbuild: process mixture of clean/build targets one by oneMasahiro Yamada2018-03-251-1/+10
* kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-2512-41/+41
* kbuild: remove incremental linking optionNicholas Piggin2018-03-254-88/+51
* kbuild: Improve portability of some sed invocationsMichael Forney2018-03-255-9/+11
* kbuild: add clang-version.shSami Tolvanen2018-03-251-0/+33
* Linux 4.16-rc5v4.16-rc5Linus Torvalds2018-03-121-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1117-182/+291
|\
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-093-1/+12
| * x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
| * x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
| * x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
| * x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
| * x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
| * x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
| * x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
| * x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
| * x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-084-30/+10
| * x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski2018-03-071-3/+1
| * x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-074-13/+14
| * x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-073-62/+76
| * x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
| * x86/entry: Remove stale syscall prototypeDominik Brodowski2018-03-071-1/+0
| * x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski2018-03-071-3/+3
| * objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-03-111-0/+1
|\ \
| * | clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-091-0/+1
* | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-112-2/+25
|\ \ \