aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-11/+15
2008-07-21x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu1-1/+1
2008-07-18x86: APIC: Make apic_verbosity unsignedMaciej W. Rozycki1-1/+1
2008-07-18x86: apic_64 - make calibrate_APIC_clock to return error codeCyrill Gorcunov1-9/+13
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov1-1/+0
2008-07-08x86: nmi_watchdog - use nmi_watchdog variable for printingCyrill Gorcunov1-1/+1
2008-07-08x86: provide connect_bsp_APIC for x86_64Glauber Costa1-0/+10
2008-07-08Merge branch 'x86/uv' into x86/develIngo Molnar1-1/+1
2008-07-08x86: fix stack overflow for large values of MAX_APICSJack Steiner1-1/+1
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-7/+4
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-7/+4
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-0/+6
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-1/+1
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-30/+8
2008-07-08x86: APIC/UP: Downgrade the NMI watchdog for no I/O APICMaciej W. Rozycki1-0/+2
2008-07-08Revert "x86, io-apic: fix nmi_watchdog=1 bootup hang"Ingo Molnar1-4/+2
2008-07-08x86, io-apic: fix nmi_watchdog=1 bootup hangIngo Molnar1-2/+4
2008-07-08x86: apic_64.c fix sparse warnings about shadowed variablesThomas Gleixner1-4/+4
2008-07-08x86, clockevents: add C1E aware idle functionThomas Gleixner1-25/+1
2008-06-10x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu1-0/+3
2008-05-25x86: move smp_found_configAlexey Starikovskiy1-0/+3
2008-05-23x86: don't read maxlvt before checking if APIC is mappedChuck Ebbert1-1/+1
2008-04-26x86: cleanup div_sc() usageAkinobu Mita1-1/+2
2008-04-24"make namespacecheck" fixesIngo Molnar1-2/+2
2008-04-17x86: move up & smp variables to setup.cAlexey Starikovskiy1-4/+0
2008-04-17x86: move x86_bios_cpu_apicid to io_apic_64.cAlexey Starikovskiy1-0/+3
2008-04-17x86: support for new UV apicJack Steiner1-0/+2
2008-04-17x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner1-5/+5
2008-04-17x86: move generic_processor_info to apic_64.cAlexey Starikovskiy1-0/+47
2008-04-17x86: move boot_cpu_physical_apicid to apic_64.cAlexey Starikovskiy1-0/+4
2008-04-17x86: move mp_lapic_addr to apic_64.cAlexey Starikovskiy1-0/+2
2008-04-17x86: move apic declarations to mach_apic.hGlauber Costa1-1/+1
2008-04-17x86: move ipi definitions to mach_ipi.hGlauber Costa1-0/+2
2008-04-17x86: apic_is_clustered_box to indicate unsynched TSC's on multiboard vSMP systemsRavikiran G Thirumalai1-1/+7
2008-04-17x86: change boot_cpu_id to boot_cpu_physical_apicidGlauber de Oliveira Costa1-6/+7
2008-04-17x86: get boot_cpu_id as early for k8_scan_nodesYinghai Lu1-0/+24
2008-04-17x86: apic_is_clustered_box for vsmpYinghai Lu1-2/+2
2008-04-17x86: insert_resorce for lapic addr after e820_reserve_resourcesYinghai Lu1-5/+18
2008-04-17x86: make amd quad core 8 socket system not be clustered_box, #2Yinghai Lu1-1/+11
2008-01-30x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com1-3/+3
2008-01-30x86: don't disable the APIC if it hasn't been mapped yetAndi Kleen1-2/+7
2008-01-30x86: reduce memory and intra-node effectsMike Travis1-2/+3
2008-01-30x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com1-2/+14
2008-01-30x86: preset apic clockevents multiplicatorThomas Gleixner1-1/+3
2008-01-30x86: sanity check APIC timer frequencyThomas Gleixner1-0/+12
2008-01-30x86: clean up apic_32/64.cHiroshi Shimamoto1-6/+17
2008-01-30x86: adjust enable_NMI_through_LVT0()Jan Beulich1-1/+1
2008-01-30x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge1-1/+1
2008-01-30x86: extended interrupt LVT support for AMD BarcelonaRobert Richter1-4/+22
2008-01-30x86: untable __init references between IO dataAndi Kleen1-23/+23