summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/ldt: Fix small LDT allocation for XenJan Beulich2015-09-141-2/+2
* x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar2015-09-141-11/+12
* x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
* x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-0/+27
* Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-051060-24161/+39678
|\
| * Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-74/+124
| |\
| | * x86/hpet: Migrate to new set_state interfaceViresh Kumar2015-07-301-74/+124
| * | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0113-186/+197
| |\ \
| | * | x86/irq: Do not dereference irq descriptor before checking itThomas Gleixner2015-08-281-1/+2
| | * | x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-068-66/+58
| | * | x86/irq: Get rid of an indentation levelThomas Gleixner2015-08-061-37/+35
| | * | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-064-15/+14
| | * | x86/irq: Replace numeric constantThomas Gleixner2015-08-061-2/+2
| | * | x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
| | * | x86/lguest: Do not setup unused irq vectorsThomas Gleixner2015-08-061-9/+13
| | * | x86/lguest: Clean up lguest_setup_irqRusty Russell2015-08-061-21/+22
| | * | Merge branch 'linus' into x86/apicThomas Gleixner2015-08-06278-1426/+1564
| | |\|
| | * | x86/apic: Drop local_irq_save/restore in timer callbacksThomas Gleixner2015-07-301-15/+3
| | * | x86/apic: Migrate apic timer to new set_state interfaceViresh Kumar2015-07-301-35/+51
| | * | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-133-4/+6
| | * | x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2015-07-132-3/+3
| | * | x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-132-5/+5
| * | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0165-521/+160
| |\ \ \
| | * | | irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter2015-08-041-1/+1
| | * | | unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner2015-08-011-3/+2
| | * | | tile/pci_gx: Prepare trio_handle_level_irq for irq argument removalThomas Gleixner2015-08-011-1/+2
| | * | | m68k/irq: Prepare irq handlers for irq argument removalThomas Gleixner2015-08-013-4/+9
| | * | | C6X/megamode-pic: Prepare megamod_irq_cascade for irq argument removalThomas Gleixner2015-07-311-1/+2
| | * | | blackfin: Prepare irq handlers for irq argument removalThomas Gleixner2015-07-312-3/+5
| | * | | arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner2015-07-311-1/+2
| | * | | sparc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-8/+10
| | * | | sparc/irq: Use helper irq_data_get_irq_handler_data()Jiang Liu2015-07-313-10/+15
| | * | | parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-6/+6
| | * | | mn10300/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-7/+8
| | * | | MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle2015-07-313-388/+0
| | * | | mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-313-4/+2
| | * | | microblaze/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-311-2/+1
| | * | | genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-3012-12/+24
| | * | | Merge branch 'linus' into irq/coreThomas Gleixner2015-07-30313-1641/+3176
| | |\ \ \ | | | | |/ | | | |/|
| | * | | xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-291-4/+6
| | * | | sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2015-07-291-1/+2
| | * | | sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-293-3/+3
| | * | | sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+4
| | * | | sh/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-291-1/+1
| | * | | ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-271-3/+3
| | * | | ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-274-7/+7
| | * | | C6X/meagmod-pic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-271-2/+2
| | * | | blackfin/irq: Use irq_set_handler_locked()Thomas Gleixner2015-07-271-4/+4
| | * | | blackfin/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+2
| | * | | alpha/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+1