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