aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-023-11/+24
|\
| * 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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-028-608/+412
|\ \
| * | KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff2016-08-011-0/+1
| * | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-225-555/+350
| |\ \
| | * | KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier2016-07-181-0/+1
| | * | irqchip/gicv3-its: Restore all cacheability attributesMarc Zyngier2016-07-181-8/+40
| | * | KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara2016-07-181-0/+5
| | * | KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationAndre Przywara2016-07-181-0/+6
| | * | KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara2016-07-181-0/+16
| | * | KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-182-0/+5
| | * | KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkAndre Przywara2016-07-181-1/+21
| | * | KVM: arm64: vgic: Handle ITS related GICv3 redistributor registersAndre Przywara2016-07-181-0/+13
| | * | irqchip/gic-v3: Refactor and add GICv3 definitionsAndre Przywara2016-07-181-60/+120
| | * | KVM: arm/arm64: vgic: Add refcounting for IRQsAndre Przywara2016-07-181-0/+1
| | * | KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara2016-07-181-0/+2
| | * | KVM: Extend struct kvm_msi to hold a 32-bit device IDAndre Przywara2016-07-181-1/+4
| | * | KVM: arm/arm64: vgic: Move redistributor kvm_io_devicesAndre Przywara2016-07-181-1/+7
| | * | KVM: arm/arm64: The GIC is dead, long live the GICMarc Zyngier2016-07-032-501/+126
| * | | KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2016-07-181-0/+1
| * | | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-141-0/+1
| * | | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-142-2/+6
| * | | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-22/+0
| * | | context_tracking: move rcu_virt_note_context_switch out of kvm_host.hPaolo Bonzini2016-06-282-25/+38
| |/ /
| * | mm/page_ref: introduce page_ref_inc_returnDavid Hildenbrand2016-06-211-0/+9
| * | KVM: remove kvm_vcpu_compatiblePaolo Bonzini2016-06-161-6/+0
| * | KVM: introduce kvm->created_vcpusPaolo Bonzini2016-06-161-0/+8
* | | Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-0138-651/+1607
|\ \ \
| * | | drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König2016-07-291-0/+9
| * | | Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-276-133/+583
| |\ \ \
| | * | | drm: drm_connector->s/connector_id/index/ for consistencyDaniel Vetter2016-07-191-3/+10
| | * | | drm/dp-mst: Missing kernel docDaniel Vetter2016-07-191-24/+116
| | * | | drm/dp-mst: Remove tx_down_in_progressDaniel Vetter2016-07-191-1/+0
| | * | | drm/doc: Fix missing kerneldoc for drm_dp_helper.cDaniel Vetter2016-07-191-1/+8
| | * | | drm: Extract&Document drm_irq.hDaniel Vetter2016-07-192-80/+186
| | * | | drm/doc: document all the properties in drm_mode_configDaniel Vetter2016-07-191-16/+180
| | * | | drm/doc: Add kerneldoc for @indexDaniel Vetter2016-07-191-5/+21
| | * | | drm: Unexport drm_connector_unregister_all()Chris Wilson2016-07-191-3/+0
| | * | | Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-1952-140/+246
| | |\ \ \
| | * | | | drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson2016-07-181-0/+62
| * | | | | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-2640-116/+371
| |\ \ \ \ \
| * | | | | | drm/msm: add madvise ioctlRob Clark2016-07-161-1/+24
| | |_|/ / / | |/| | | |
| * | | | | Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into d...Dave Airlie2016-07-161-0/+13
| |\ \ \ \ \
| | * | | | | drm/vc4: Add a getparam to signal support for branches.Eric Anholt2016-07-151-0/+1
| | * | | | | drm/vc4: Add a getparam ioctl for getting the V3D identity regs.Eric Anholt2016-07-141-0/+12
| | | |_|_|/ | | |/| | |