summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-041-8/+0Star
|\
| * x86: resurrect proper handling of maxcpus= kernel option (v2)Max Krasnyansky2008-08-141-8/+0Star
* | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-141-5/+9
|\|
| * x86: make "apic" an early_param() on 32-bit, NULL checkRene Herman2008-08-111-3/+7
| * x86: make "apic" an early_param() on 32-bitRene Herman2008-08-111-2/+2
* | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-4/+1Star
|\|
| *-------. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-87/+88
| |\ \ \ \ \
| | | * | | | x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu2008-07-211-4/+1Star
| | |/ / / / | |/| | | |
* | | | | | x86: APIC: Remove apic_write_around(); use alternatives, merge fixSuresh Siddha2008-07-191-3/+2Star
* | | | | | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-181-83/+87
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | x86: APIC: Make apic_verbosity unsignedMaciej W. Rozycki2008-07-181-1/+1
| * | | | | x86: apic_32 - introduce calibrate_APIC_clockCyrill Gorcunov2008-07-181-43/+50
| * | | | | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-39/+36Star
| |/ / / /
* | | | | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-0/+4
|\| | | |
| * | | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-0/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86: convert to generic helpers for IPI function callsJens Axboe2008-06-261-0/+4
| | | |/ | | |/|
* | | | x86: let 32bit use apic_ops too - fixSuresh Siddha2008-07-181-0/+5
* | | | x86: make read_apic_id return final apicidYinghai Lu2008-07-121-2/+2
* | | | x86: let 32bit use apic_ops tooYinghai Lu2008-07-121-8/+31
* | | | x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha2008-07-121-0/+6
|/ / /
* | / x86, VisWS: turn into generic arch, make VisWS boot on a regular PCIngo Molnar2008-07-101-1/+1
| |/ |/|
* | x86: apic_32.c - add lapic resourceCyrill Gorcunov2008-07-091-0/+23
* | x86: use disable_apic in 32bitYinghai Lu2008-07-081-7/+8
* | x86: let setup_arch call init_apic_mappings for 32bitYinghai Lu2008-07-081-30/+0Star
* | x86: nmi_watchdog - use nmi_watchdog variable for printingCyrill Gorcunov2008-07-081-1/+1
* | x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu2008-07-081-1/+1
* | 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-6/+3Star
|\ \ \
| * | | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-081-6/+3Star
| | |/ | |/|
* | | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-081-2/+10
|\ \ \
| * | | x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu2008-06-101-1/+4
| * | | x86: move smp_found_configAlexey Starikovskiy2008-05-251-0/+3
| * | | x86: move pic_mode to apic_32.cAlexey Starikovskiy2008-05-251-0/+2
| * | | x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy2008-05-251-1/+1
| |/ /
* | | Merge branch 'x86/irq' into x86/develIngo Molnar2008-07-081-7/+11
|\ \ \ | | |/ | |/|
| * | x86: change FIRST_SYSTEM_VECTOR to a variable, fixAlan Mayer2008-05-121-0/+4
| * | x86: change FIRST_SYSTEM_VECTOR to a variableAlan Mayer2008-05-121-7/+7
| |/
| |
| \
*-. \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-081-6/+6
|\ \ \ | |_|/ |/| |
| | * x86, clockevents: add C1E aware idle functionThomas Gleixner2008-07-081-3/+2Star
| |/ |/|
| * x86: APIC/UP: Remove redundant NMI watchdog downgradeMaciej W. Rozycki2008-07-081-3/+0Star
| * x86: APIC/UP: Downgrade the NMI watchdog for no I/O APICMaciej W. Rozycki2008-07-081-0/+4
| * 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: cleanup div_sc() usageAkinobu Mita2008-04-261-1/+2
* "make namespacecheck" fixesIngo Molnar2008-04-241-1/+1
* x86: move up & smp variables to setup.cAlexey Starikovskiy2008-04-171-3/+0Star
* x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner2008-04-171-2/+2
* x86: move generic_processor_info to apic_32.cAlexey Starikovskiy2008-04-171-0/+82
* x86: move x86_bios_cpu_apicid to apic_32.cAlexey Starikovskiy2008-04-171-0/+3