summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-021-12/+0
|\
| * x86, apic: Remove support for ia32-based Unisys ES7000David Rientjes2014-02-111-12/+0
* | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-4/+0
|\ \
| * | ACPI: Move BAD_MADT_ENTRY() to linux/acpi.hHanjun Guo2014-02-191-4/+0
| |/
* / x86, acpi: Fix bug in associating hot-added CPUs with corresponding NUMA nodeJiang Liu2014-02-201-4/+4
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-2/+1
|\
| * ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-081-2/+1
* | x86/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-091-3/+1
|/
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-10-281-1/+1
|\
| * x86 / ACPI: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-09-301-1/+1
* | x86 / ACPI: simplify _acpi_map_lsapic()Jiang Liu2013-09-241-34/+16
* | ACPI / processor: use apic_id and remove duplicated _MAT evaluationJiang Liu2013-09-241-35/+3
|/
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-0/+5
|\
| * Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-0/+5
| |\
| | * mce: acpi/apei: Add a boot option to disable ff mode for corrected errorsNaveen N. Rao2013-07-081-0/+5
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-041-10/+3
|\ \ \
| * | | x86/acpi: Correct out-of-date comment of __acpi_map_table()Zhang Yanfei2013-07-261-10/+3
| |/ /
* | | x86/ioapic: Check attr against the previous setting when programmed more than...Liu Ping Fan2013-08-261-1/+4
* | | x86/acpi: Fix incorrect sanity check in acpi_register_lapic()Tang Chen2013-07-231-1/+1
|/ /
* | x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-3/+3
* | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.Konrad Rzeszutek Wilk2013-06-191-0/+7
|/
* cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-231-0/+4
* Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-291-0/+12
|\
| * Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-0/+6
| |\
| | * x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handlingThomas Renninger2012-09-301-0/+6
| * | ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko2012-11-151-0/+6
* | | x86, mm: kill numa_64.hYinghai Lu2012-11-171-1/+0
|/ /
* / x86/api: Rename mp_register_lapic in a commentYasuaki Ishimatsu2012-09-261-1/+1
|/
* ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang2012-06-111-0/+8
* ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang2012-06-111-5/+0
* ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang2012-06-111-6/+8
* Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-231-1/+1
|\
| * MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-1/+1
* | x86: Fix section annotation of acpi_map_cpu2node()Jan Beulich2012-05-081-1/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-1/+2
|\
| * ACPI: Fix use-after-free in acpi_map_lsapicPetr Vandrovec2012-03-301-1/+2
* | x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2012-03-231-1/+1
* | x86: Fix section warningsSteffen Persvold2012-03-191-1/+1
|/
* x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu2011-12-231-2/+8
* x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-201-4/+4
* Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-151-4/+10
|\
| * x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann2011-02-241-4/+10
* | x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-5/+0
* | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-2/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-0/+1
|\
| * ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* | Merge branch 'linus' into x86/apic-cleanupsIngo Molnar2011-01-071-3/+8
|\ \
| * | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu2011-01-051-3/+3
| * | Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-041-17/+43
| |\|
| * | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-231-0/+5