summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-0243-54/+2252
|\
| * gcc-plugins: disable under COMPILE_TESTKees Cook2016-07-272-2/+3
| * kbuild: Abort build on bad stack protector flagKees Cook2016-07-262-35/+40
| * scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael2016-07-221-1/+2
| * kbuild: make samples depend on headers_installArnd Bergmann2016-07-221-1/+1
| * Kbuild: don't add obj tree in additional includesArnd Bergmann2016-07-182-4/+5
| * Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-187-9/+9
| * Kbuild: always prefix objtree in LINUXINCLUDEArnd Bergmann2016-07-181-5/+5
| * Kbuild: avoid duplicate include pathArnd Bergmann2016-07-181-2/+3
| * Kbuild: don't add ../../ to include pathArnd Bergmann2016-07-181-1/+1
| * vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-06-201-1/+1
| * kconfig.h: allow to use IS_{ENABLE,REACHABLE} in macro expansionMasahiro Yamada2016-06-201-6/+18
| * kconfig.h: use already defined macros for IS_REACHABLE() defineMasahiro Yamada2016-06-201-2/+2
| * export.h: use __is_defined() to check if __KSYM_* is definedMasahiro Yamada2016-06-201-1/+1
| * kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada2016-06-201-5/+6
| * kbuild: setlocalversion: print error to STDERRWolfram Sang2016-06-201-1/+1
| * Add sancov pluginEmese Revfy2016-06-077-10/+184
| * Add Cyclomatic complexity GCC pluginEmese Revfy2016-06-074-0/+87
| * GCC plugin infrastructureEmese Revfy2016-06-0722-5/+1872
| * Shared library supportEmese Revfy2016-06-073-3/+58
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-02167-9273/+11766
|\ \
| * | KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff2016-08-012-0/+5
| * | MIPS: Select HAVE_KVM for MIPS64_R{2,6}James Hogan2016-08-011-0/+2
| * | MIPS: KVM: Reset CP0_PageMask during host TLB flushJames Hogan2016-08-011-0/+2
| * | MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan2016-08-011-1/+1
| * | MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan2016-08-011-3/+4
| * | MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan2016-08-011-0/+8
| * | MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan2016-08-011-0/+12
| * | MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan2016-08-011-3/+22
| * | MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan2016-08-011-2/+8
| * | MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan2016-08-011-24/+24
| * | MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2016-08-012-7/+17
| * | MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan2016-08-011-1/+1
| * | MIPS: Fix definition of KSEGX() for 64-bitJames Hogan2016-08-011-1/+1
| * | KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson2016-08-011-11/+15
| * | kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack2016-08-011-3/+28
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-08-011-212/+250
| |\ \
| | * | KVM: PPC: Book3S HV: Save/restore TM state in H_CEDEPaul Mackerras2016-07-281-0/+13
| | * | KVM: PPC: Book3S HV: Pull out TM state save/restore into separate proceduresPaul Mackerras2016-07-281-212/+237
| |/ /
| * | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-2254-6065/+2698
| |\ \
| | * | KVM: arm64: vgic-its: Simplify MAPI error handlingMarc Zyngier2016-07-181-18/+12
| | * | KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersMarc Zyngier2016-07-181-6/+5
| | * | KVM: arm64: vgic-its: Turn device_id validation into generic ID validationMarc Zyngier2016-07-181-72/+62
| | * | KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier2016-07-182-0/+2
| | * | KVM: arm64: vgic-its: Add collection allocator/destructorMarc Zyngier2016-07-181-38/+54
| | * | KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesMarc Zyngier2016-07-181-1/+6
| | * | KVM: arm64: vgic-its: Validate the device table L1 entryMarc Zyngier2016-07-181-2/+11
| | * | KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idMarc Zyngier2016-07-181-3/+3
| | * | KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingMarc Zyngier2016-07-181-0/+2
| | * | KVM: arm64: vgic-its: Fix handling of indirect tablesMarc Zyngier2016-07-181-3/+3