summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_64.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-11/+15
|\ \ \
| | * | x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu2008-07-211-1/+1
| |/ / |/| |
| * | x86: APIC: Make apic_verbosity unsignedMaciej W. Rozycki2008-07-181-1/+1
| * | x86: apic_64 - make calibrate_APIC_clock to return error codeCyrill Gorcunov2008-07-181-9/+13
|/ /
* | x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov2008-07-081-1/+0Star
* | x86: nmi_watchdog - use nmi_watchdog variable for printingCyrill Gorcunov2008-07-081-1/+1
* | x86: provide connect_bsp_APIC for x86_64Glauber Costa2008-07-081-0/+10
* | Merge branch 'x86/uv' into x86/develIngo Molnar2008-07-081-1/+1
|\ \
| * | x86: fix stack overflow for large values of MAX_APICSJack Steiner2008-07-081-1/+1
| |/
* | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-081-7/+4Star
|\ \
| * | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-081-7/+4Star
| |/
* | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-081-0/+6
|\ \
| * | Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-081-1/+1
| |\|
| * | x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu2008-06-101-0/+3
| * | x86: move smp_found_configAlexey Starikovskiy2008-05-251-0/+3
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-081-30/+8Star
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/ | | |/|
| | | * x86, clockevents: add C1E aware idle functionThomas Gleixner2008-07-081-25/+1Star
| | |/
| * | x86: APIC/UP: Downgrade the NMI watchdog for no I/O APICMaciej W. Rozycki2008-07-081-0/+2
| * | Revert "x86, io-apic: fix nmi_watchdog=1 bootup hang"Ingo Molnar2008-07-081-4/+2Star
| * | x86, io-apic: fix nmi_watchdog=1 bootup hangIngo Molnar2008-07-081-2/+4
| * | x86: apic_64.c fix sparse warnings about shadowed variablesThomas Gleixner2008-07-081-4/+4
| |/
| * x86: don't read maxlvt before checking if APIC is mappedChuck Ebbert2008-05-231-1/+1
|/
* x86: cleanup div_sc() usageAkinobu Mita2008-04-261-1/+2
* "make namespacecheck" fixesIngo Molnar2008-04-241-2/+2
* x86: move up & smp variables to setup.cAlexey Starikovskiy2008-04-171-4/+0Star
* x86: move x86_bios_cpu_apicid to io_apic_64.cAlexey Starikovskiy2008-04-171-0/+3
* x86: support for new UV apicJack Steiner2008-04-171-0/+2
* x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner2008-04-171-5/+5
* x86: move generic_processor_info to apic_64.cAlexey Starikovskiy2008-04-171-0/+47
* x86: move boot_cpu_physical_apicid to apic_64.cAlexey Starikovskiy2008-04-171-0/+4
* x86: move mp_lapic_addr to apic_64.cAlexey Starikovskiy2008-04-171-0/+2
* x86: move apic declarations to mach_apic.hGlauber Costa2008-04-171-1/+1
* x86: move ipi definitions to mach_ipi.hGlauber Costa2008-04-171-0/+2
* x86: apic_is_clustered_box to indicate unsynched TSC's on multiboard vSMP sys...Ravikiran G Thirumalai2008-04-171-1/+7
* x86: change boot_cpu_id to boot_cpu_physical_apicidGlauber de Oliveira Costa2008-04-171-6/+7
* x86: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2008-04-171-0/+24
* x86: apic_is_clustered_box for vsmpYinghai Lu2008-04-171-2/+2
* x86: insert_resorce for lapic addr after e820_reserve_resourcesYinghai Lu2008-04-171-5/+18
* x86: make amd quad core 8 socket system not be clustered_box, #2Yinghai Lu2008-04-171-1/+11
* x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com2008-01-301-3/+3
* x86: don't disable the APIC if it hasn't been mapped yetAndi Kleen2008-01-301-2/+7
* x86: reduce memory and intra-node effectsMike Travis2008-01-301-2/+3
* x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com2008-01-301-2/+14
* x86: preset apic clockevents multiplicatorThomas Gleixner2008-01-301-1/+3
* x86: sanity check APIC timer frequencyThomas Gleixner2008-01-301-0/+12
* x86: clean up apic_32/64.cHiroshi Shimamoto2008-01-301-6/+17
* x86: adjust enable_NMI_through_LVT0()Jan Beulich2008-01-301-1/+1
* x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge2008-01-301-1/+1
* x86: extended interrupt LVT support for AMD BarcelonaRobert Richter2008-01-301-4/+22
* x86: untable __init references between IO dataAndi Kleen2008-01-301-23/+23