summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
*-------. Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-24/+7Star
|\ \ \ \ \
| * | | | | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-091-10/+7Star
| * | | | | acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent...Jeremy Fitzhardinge2009-02-091-3/+5
| * | | | | x86: always explicitly map acpi memoryJeremy Fitzhardinge2009-02-091-3/+0Star
| * | | | | x86: use early_ioremap in __acpi_map_tableJeremy Fitzhardinge2009-02-091-20/+7Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-111-0/+23
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-091-0/+23
| | |/ /
| * / / ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.cRafael J. Wysocki2009-01-171-2/+2
| |/ /
* | | x86: add mp_find_ioapic_pinJeremy Fitzhardinge2009-02-091-3/+13
* | | x86: unstatic mp_find_ioapic so it can be used elsewhereJeremy Fitzhardinge2009-02-091-1/+1
* | | x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-091-0/+23
* | | x86: don't treat bigsmp as non-standardYinghai Lu2009-01-301-1/+1
* | | x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar2009-01-291-1/+1
* | | x86: remove mach_apic.hIngo Molnar2009-01-291-13/+1Star
* | | x86: eliminate asm/mach-*/mach_mpparse.hIngo Molnar2009-01-281-1/+0Star
* | | x86, apic: clean up ->setup_apic_routing()Ingo Molnar2009-01-281-3/+2Star
* | | x86: clean up apic->acpi_madt_oem_check methodsIngo Molnar2009-01-281-1/+2
* | | x86: misc clean up after the percpu updateTejun Heo2009-01-161-1/+1
* | | x86: load pointer to pda into %gs while brining up a CPUTejun Heo2009-01-161-0/+1
* | | x86: replacing mp_config_intsrc with mpc_intsrcJaswinder Singh Rajput2009-01-141-36/+34Star
* | | x86: replacing mp_config_ioapic with mpc_ioapicJaswinder Singh Rajput2009-01-141-14/+14
|/ /
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-101-33/+37
|\ \
| * | cpumask: use work_on_cpu in acpi/cstate.cMike Travis2009-01-061-33/+37
* | | Merge branch 'linus' into releaseLen Brown2009-01-091-8/+34
|\| |
| * | x86: use cpumask_var_t in acpi/boot.cRusty Russell2009-01-031-7/+22
| * | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-031-1/+1
| * | x86: clean up get_smp_config()Yinghai Lu2008-12-081-0/+11
* | | Merge branch 'suspend' into releaseLen Brown2009-01-091-0/+2
|\ \ \
| * | | ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvsRafael J. Wysocki2008-12-191-0/+2
| |/ /
* | | Merge branch 'misc' into releaseLen Brown2009-01-092-2/+8
|\ \ \
| * | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-1/+5
| * | | ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui2009-01-091-1/+3
| |/ /
* / / ACPI: disable MPS when NO APIC-table foundLen Brown2008-12-231-0/+11
|/ /
* / ACPI: pci_link: remove acpi_irq_balance_set() interfaceBjorn Helgaas2008-11-121-1/+0Star
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-231-1/+9
|\
| * x86: remove redundant KERN_DEBUG on pr_debugGustavo F. Padovan2008-10-221-1/+1
| * x86: call dmi-quirks for HP Laptops after early-quirks are executedAndreas Herrmann2008-10-221-0/+8
* | Merge branch 'linus' into testLen Brown2008-10-232-11/+18
|\|
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-201-0/+3
| |\
| | * x86 ACPI: fix breakage of resume on 64-bit UP systems with SMP kernelRafael J. Wysocki2008-10-171-0/+3
| * | genirq: remove artifacts from sparseirq removalIngo Molnar2008-10-161-1/+0Star
| * | x86: probe nr_irqs even only mptable is usedYinghai Lu2008-10-161-25/+0Star
| * | x86, irq: get nr_irqs from madtYinghai Lu2008-10-161-2/+28
| |/
| * Merge branch 'linus' into x86/quirksIngo Molnar2008-10-121-8/+5Star
| |\
| | * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-5/+3Star
| | |\
| | | * x86: fix apic version warningYinghai Lu2008-08-211-4/+0Star
| | | * Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-301-2/+1Star
| | | |\
| | | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-252-1/+6
| | | |\ \