Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 apic updates from Thomas Gleixner: "This udpate contains: - rework the irq vector array to store a pointer to the irq descriptor instead of the irq number to avoid a lookup of the irq descriptor in the irq entry path - lguest interrupt handling cleanups - conversion of the local apic timer to the new clockevent callbacks - preparatory changes for the irq argument removal of interrupt flow handlers" * 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/irq: Do not dereference irq descriptor before checking it tools/lguest: Clean up include dir tools/lguest: Fix redefinition of struct virtio_pci_cfg_cap x86/irq: Store irq descriptor in vector array genirq: Provide irq_desc_has_action x86/irq: Get rid of an indentation level x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED x86/irq: Replace numeric constant x86/irq: Protect smp_cleanup_move x86/lguest: Do not setup unused irq vectors x86/lguest: Clean up lguest_setup_irq x86/apic: Drop local_irq_save/restore in timer callbacks x86/apic: Migrate apic timer to new set_state interface x86/irq: Use access helper irq_data_get_affinity_mask() x86/irq: Use accessor irq_data_get_irq_handler_data() x86/irq: Use accessor irq_data_get_node()
Showing
- arch/x86/include/asm/hw_irq.h 3 additions, 3 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/irq.h 3 additions, 1 deletionarch/x86/include/asm/irq.h
- arch/x86/kernel/apic/apic.c 44 additions, 40 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/io_apic.c 1 addition, 1 deletionarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/apic/msi.c 1 addition, 1 deletionarch/x86/kernel/apic/msi.c
- arch/x86/kernel/apic/vector.c 46 additions, 39 deletionsarch/x86/kernel/apic/vector.c
- arch/x86/kernel/hpet.c 2 additions, 2 deletionsarch/x86/kernel/hpet.c
- arch/x86/kernel/irq.c 48 additions, 54 deletionsarch/x86/kernel/irq.c
- arch/x86/kernel/irq_32.c 5 additions, 5 deletionsarch/x86/kernel/irq_32.c
- arch/x86/kernel/irq_64.c 3 additions, 6 deletionsarch/x86/kernel/irq_64.c
- arch/x86/kernel/irqinit.c 3 additions, 3 deletionsarch/x86/kernel/irqinit.c
- arch/x86/lguest/boot.c 37 additions, 30 deletionsarch/x86/lguest/boot.c
- arch/x86/platform/uv/uv_irq.c 1 addition, 1 deletionarch/x86/platform/uv/uv_irq.c
- drivers/xen/events/events_base.c 2 additions, 2 deletionsdrivers/xen/events/events_base.c
- include/linux/irqdesc.h 6 additions, 2 deletionsinclude/linux/irqdesc.h
- tools/lguest/.gitignore 1 addition, 0 deletionstools/lguest/.gitignore
- tools/lguest/Makefile 1 addition, 0 deletionstools/lguest/Makefile
- tools/lguest/lguest.c 7 additions, 3 deletionstools/lguest/lguest.c
Please register or sign in to comment