summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-16gpu/drm: Kill off set_irq_flags usageRob Herring
2015-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-09-16x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse
2015-09-16arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka
2015-09-16arm64: KVM: Fix user access for debug registersMarc Zyngier
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu
2015-09-16irqchip/gic-v3: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner
2015-09-16irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner
2015-09-16genirq: Provide IRQD_FORWARDED_TO_VCPU status flagThomas Gleixner
2015-09-16genirq: Simplify irq_data_to_desc()Thomas Gleixner
2015-09-16genirq: Remove __irq_set_handler_locked()Thomas Gleixner
2015-09-16pinctrl/pistachio: Use irq_set_handler_lockedThomas Gleixner
2015-09-16gpio: vf610: Use irq_set_handler_lockedThomas Gleixner
2015-09-16powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li
2015-09-16powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V
2015-09-16powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt
2015-09-16genirq: Remove __irq_set_chip_handler_name_locked()Thomas Gleixner
2015-09-16pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-09-16virtio/s390: handle failures of READ_VQ_CONF ccwPierre Morel
2015-09-16tools/virtio: propagate V=X to kernel buildMichael S. Tsirkin
2015-09-16vhost: move features to coreMichael S. Tsirkin
2015-09-16Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-09-15ia64: Enable userfaultfd and membarrier system callsLuck, Tony
2015-09-15modsign: Fix GPL/OpenSSL licence incompatibilityDavid Woodhouse
2015-09-15genirq: Update the comment for generic_handle_irq_descHuang Shijie
2015-09-15genirq: Remove stale commentThomas Gleixner
2015-09-15irqchip/renesas-irqc: Propagate wake-up settings to parentGeert Uytterhoeven
2015-09-15irqchip/renesas-intc-irqpin: Propagate wake-up settings to parentGeert Uytterhoeven
2015-09-15irqchip/renesas-intc-irqpin: Use a separate lockdep classGeert Uytterhoeven
2015-09-15irqchip/renesas-irqc: Use a separate lockdep classGeert Uytterhoeven
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin
2015-09-15irqchip/gic-v3-its: Add missing cache flushesMarc Zyngier
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-09-15kvm: fix zero length mmio searchingJason Wang
2015-09-15kvm: fix double free for fast mmio eventfdJason Wang
2015-09-15kvm: factor out core eventfd assign/deassign logicJason Wang
2015-09-15kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon