summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-08-22kvm: selftest: unify the guest port macrosPeter Xu-95/+78
2018-08-22tools: introduce test_and_clear_bitPeter Xu-0/+17
2018-08-22KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner-4/+4
2018-08-22KVM: vmx: Inject #UD for SGX ENCLS instruction in guestSean Christopherson-1/+29
2018-08-22KVM: vmx: Add defines for SGX ENCLS exitingSean Christopherson-0/+3
2018-08-22x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()Yi Wang-9/+9
2018-08-22x86: kvm: avoid unused variable warningArnd Bergmann-3/+1
2018-08-22Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-56/+260
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-25/+43
2018-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds-9/+8
2018-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-249/+88
2018-08-22initramfs: move gen_initramfs_list.sh from scripts/ to usr/Masahiro Yamada-5/+5
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada-2/+0
2018-08-22export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada-17/+10
2018-08-22Coccinelle: remove pci_alloc_consistent semantic to detect in zalloc-simple.c...zhong jiang-40/+1
2018-08-22kbuild: make sorting initramfs contents independent of localeAndrzej Pietrasiewicz-1/+1
2018-08-22kbuild: remove "rpm" target, which is alias of "rpm-pkg"Masahiro Yamada-4/+0
2018-08-22kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txtMichal Suchanek-1/+1
2018-08-22kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada-0/+5
2018-08-22kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada-2/+3
2018-08-22kbuild: Add a space after `!` to prevent parsing as file patternMichael Forney-1/+1
2018-08-22scripts: modpost: check memory allocation resultsRandy Dunlap-4/+4
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada-17/+37
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada-20/+33
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada-12/+10
2018-08-22kconfig: add build-only configurator targetsRandy Dunlap-1/+10
2018-08-22scripts/dtc: consolidate include path options in MakefileMasahiro Yamada-14/+4
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds-53/+31
2018-08-22y2038: Provide aliases for compat helpersArnd Bergmann-0/+15
2018-08-22KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESRDongjiu Geng-3/+3
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-173/+834
2018-08-22platform/x86: acer-wmi: Silence "unsupported" message a bitBenjamin Herrenschmidt-1/+1
2018-08-22h8300: fix IRQ noYoshinori Sato-1/+1
2018-08-22arch/h8300: add a defconfig targetRandy Dunlap-0/+2
2018-08-22arch/h8300: eliminate kgbd.c warningRandy Dunlap-1/+1
2018-08-22arch/h8300: eliminate ptrace.h warningsRandy Dunlap-0/+2
2018-08-22h8300:let the checker know that size_t is ulongLuc Van Oostenryck-0/+2
2018-08-22h8300: Don't include linux/kernel.h in asm/atomic.hWill Deacon-2/+2
2018-08-22h8300: remove unnecessary of_platform_populate callRob Herring-10/+0
2018-08-22h8300: Correct signature of test_bit()Geert Uytterhoeven-1/+1
2018-08-22h8300: irqchip: fix warningYoshinori Sato-3/+3
2018-08-22h8300: switch to NO_BOOTMEMRob Herring-28/+9
2018-08-22h8300: gcc-8.1 fixYoshinori Sato-3/+4
2018-08-22h8300: Add missing output register.Yoshinori Sato-6/+6
2018-08-21ida: Change ida_get_new_above to return the idMatthew Wilcox-18/+12
2018-08-21ida: Remove old APIMatthew Wilcox-67/+11
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox-66/+58
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox-46/+40
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox-28/+23
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox-27/+25