aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_64.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-1/+1
|\
| *---. 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: Remove apic_write_around(); use alternatives, merge fixSuresh Siddha2008-07-191-2/+0
* | | | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-181-10/+14
|\ \ \ \ | | |/ / | |/| |
| * | | 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: make read_apic_id return final apicidYinghai Lu2008-07-121-3/+3
* | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-121-4/+150
* | | x64, x2apic/intr-remap: IO-APIC support for interrupt-remappingSuresh Siddha2008-07-121-0/+1
* | | x64, x2apic/intr-remap: x2apic ops for x2apic mode supportSuresh Siddha2008-07-121-0/+35
* | | x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha2008-07-121-2/+32
* | | x64, x2apic/intr-remap: Interrupt-remapping and x2apic support, fixSuresh Siddha2008-07-121-3/+3
* | | x64, x2apic/intr-remap: introduce read_apic_id() to genapic routinesSuresh Siddha2008-07-121-0/+5
|/ /
* | x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov2008-07-081-1/+0
* | 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/+4
|\ \
| * | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-081-7/+4
| |/
* | 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/+8
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/ | | |/|
| | | * x86, clockevents: add C1E aware idle functionThomas Gleixner2008-07-081-25/+1
| | |/
| * | 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/+2
| * | 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/+0
* 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