summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-121-1/+1
|\
| * x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang2017-09-111-1/+1
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
|/
* x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede2017-08-311-1/+5
* x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner2017-08-291-33/+10
* x86/apic: Use this_cpu_ptr() in local_timer_interrupt()Thomas Gleixner2017-08-291-3/+3
* x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner2017-08-291-19/+0
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-292-3/+1
* x86/ioapic: Print the IRTE's index field correctly when enabling INTRraymond pang2017-08-231-1/+1
* x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han2017-07-201-1/+1
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-1/+1
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-0/+80
|\
| * x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra2017-06-041-0/+79
| * x86/apic: Change the lapic name in deadline modePeter Zijlstra2017-06-041-0/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0313-90/+166
|\ \
| * | x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7
| * | x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-222-0/+7
| * | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-224-15/+27
| * | x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-2210-32/+22
| * | x86/apic: Move online masking to core codeThomas Gleixner2017-06-223-35/+22
| * | x86/uv: Use default_cpu_mask_to_apicid_and()Thomas Gleixner2017-06-221-15/+4
| * | x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner2017-06-221-0/+16
| * | x86/msi: Create named irq domainsThomas Gleixner2017-06-221-9/+33
| * | x86/msi: Remove unused remap irq domain interfaceThomas Gleixner2017-06-221-6/+0
| * | x86/msi: Provide new iommu irqdomain interfaceThomas Gleixner2017-06-221-0/+15
| * | x86/htirq: Create named domainThomas Gleixner2017-06-221-5/+16
| * | x86/ioapic: Create named irq domainThomas Gleixner2017-06-221-2/+20
| * | x86/vector: Create named irq domainThomas Gleixner2017-06-221-2/+7
| * | x86/apic: Add name to irq chipThomas Gleixner2017-06-221-0/+1
| |/
* | x86/apic: Make arch_init_msi/htirq_domain __initDou Liyang2017-06-222-2/+2
* | x86/apic: Make init_legacy_irqs() __initDou Liyang2017-06-221-2/+2
* | x86/ioapic: Remove unused IO_APIC_irq_trigger() functionMatthias Kaehlcke2017-05-261-22/+0
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-3/+3
|\
| * x86/apic: Fix a comment in init_apic_mappings()Dou Liyang2017-03-131-2/+2
| * x86/apic: Remove the SET_APIC_ID(x) macroDou Liyang2017-03-131-1/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-014-3/+4
|\ \
| * \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-015-284/+315
| |\ \
| * | | x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*()Ingo Molnar2017-01-281-1/+1
| * | | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
| * | | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-282-2/+2
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+4
|\ \ \ \
| * | | | x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+4
* | | | | x86/platform/uv: Fix calculation of Global Physical AddressMike Travis2017-03-221-1/+2
|/ / / /
* | | | x86/acpi: Restore the order of CPU IDsDou Liyang2017-03-111-19/+7
| |_|/ |/| |
* | | x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang2017-03-011-13/+4
* | | x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang2017-03-011-3/+3
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-282-5/+5
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgentIngo Molnar2017-02-202-5/+5
| |\ \ \ \ | | | | |/ | | | |/|
| | | | * x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-01-052-5/+5
* | | | | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-1/+1
|\ \ \ \ \
OpenPOWER on IntegriCloud