summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu1-6/+1
2015-01-15x86/apic: Only disable CPU x2apic mode when necessaryJiang Liu1-1/+2
2015-01-15x86/apic: Handle XAPIC remap mode proper.Jiang Liu1-5/+1
2015-01-15x86/apic: Refine enable_IR_x2apic() and related functionsJiang Liu1-45/+47
2015-01-15x86/apic: Correctly detect X2APIC status in function enable_IR()Jiang Liu1-1/+1
2015-01-15x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()Jiang Liu1-3/+1
2015-01-15x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apicJiang Liu1-0/+8
2015-01-15x86/apic: Clear stale x2apic modeThomas Gleixner1-0/+1
2015-01-15iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner1-3/+0
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich1-10/+12
2014-10-24Merge tag 'v3.18-rc1' into x86/urgentH. Peter Anvin1-2/+2
2014-10-22x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski1-2/+2
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-07-31x86, apic: Remove enable_apic_mode callbackDavid Rientjes1-2/+0
2014-07-31x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes1-11/+0
2014-07-13x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig1-59/+1
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu1-1/+1
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+0
2014-04-01x86/apic: Reinstate error IRQ Pentium erratum 3AP workaroundMaciej W. Rozycki1-1/+2
2014-03-11x86/apic: Plug racy xAPIC access of CPU hotplug codeJan Kiszka1-0/+4
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-1/+0
2014-02-09x86/apic: Always define nox2apic and define it as initdataDavid Rientjes1-3/+6
2014-01-15x86, apic: Make disabled_cpu_apicid static read_mostly, fix typosH. Peter Anvin1-3/+3
2014-01-15x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke1-0/+49
2014-01-14x86/apic: Read Error Status Register correctlyRichard Weinberger1-9/+8
2013-11-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-11-15x86: Export 'boot_cpu_physical_apicid' to modulesDavid Rientjes1-0/+1
2013-09-24x86 / ACPI: simplify _acpi_map_lsapic()Jiang Liu1-3/+5
2013-08-06x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen1-6/+6
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-15/+15
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+57
2013-06-21trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)1-3/+1
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-0/+42
2013-06-20x86, trace: Introduce entering/exiting_irq()Seiji Aguchi1-14/+19
2013-05-31x86/mce: Remove check for CONFIG_X86_MCE_P4THERMALPaul Bolle1-1/+1
2013-02-20x86/apic: Fix parsing of the 'lapic' cmdline optionMathias Krause1-1/+1
2013-01-28x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel1-10/+9
2013-01-28x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel1-6/+3
2012-11-02x86: apic: Use tsc deadline for oneshot when availableSuresh Siddha1-20/+53
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin1-1/+1
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+17
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin1-0/+17
2012-06-14x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev1-4/+4
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-18/+6
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov1-3/+3
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev1-1/+1
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev1-15/+18
2012-06-06x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev1-0/+28