summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity tableGanapatrao Kulkarni2017-11-271-0/+5
* ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-3/+3
* x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplugVitaly Kuznetsov2017-02-071-1/+2
* x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng2016-09-211-1/+1
* ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter2016-05-301-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-1/+1
|\
| * ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas2015-03-261-1/+1
* | ia64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
|/
* ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo2015-02-061-6/+0
* ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo2015-01-051-5/+4
* ACPI / ia64: introduce variable acpi_lapic into ia64Baoquan He2014-05-161-0/+3
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-21/+7
|\
| * ia64: Remove acpi_get_pxm() usageBjorn Helgaas2014-02-031-21/+7
* | ACPI: Move BAD_MADT_ENTRY() to linux/acpi.hHanjun Guo2014-02-191-4/+0
|/
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-1/+0
|\
| * ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-081-1/+0
* | ia64/xen: Remove Xen support for ia64Boris Ostrovsky2013-12-101-3/+0
|/
* ACPI / processor: use apic_id and remove duplicated _MAT evaluationJiang Liu2013-09-241-34/+4
* [IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker2013-06-241-2/+2
* IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* ACPI / ia64: Export acpi_[un]register_gsi()Mika Westerberg2012-11-151-0/+2
* ACPI: Only count valid srat memory structuresThomas Renninger2012-08-031-2/+3
* documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-3/+3
|\
| * arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat2012-03-281-3/+3
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ | |/ |/|
| * Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0
* | [IA64] Fix ISA IRQ trigger model and polarity settingLiu Jiang2012-03-141-4/+4
|/
* ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)Kurt Garloff2012-01-171-4/+6
* iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-211-2/+2
* Merge branch 'misc' into releaseLen Brown2011-03-231-2/+7
|\
| * ACPI: use __cpuinit for the acpi_processor_set_pdc() call treeJan Beulich2011-03-021-2/+7
* | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-241-7/+2
* | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-241-5/+0
|/
* [IA64] Fix format warning in arch/ia64/kernel/acpi.cTony Luck2011-01-121-1/+1
* [IA64] Avoid array overflow if there are too many cpus in SRAT tableTony Luck2011-01-071-0/+6
* x86, acpi/irq: Introduce apci_isa_irq_to_gsiEric W. Biederman2010-05-041-0/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang2010-03-141-0/+3
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-2/+2
|\
| * smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-2/+2
* | [IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPIAlex Chiang2010-02-251-32/+1
|/
* ia64: initialize cpu maps earlyTejun Heo2009-10-021-18/+15
* irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-2/+3
* Pull cpumask into release branchTony Luck2009-03-311-4/+4
|\
| * cpumask: Use accessors code.: ia64Rusty Russell2009-03-161-1/+1
| * cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64Rusty Russell2009-03-161-3/+3
* | [IA64] fix __apci_unmap_tableYinghai Lu2009-02-161-1/+1
* | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-091-0/+4
|/
* Merge branch 'linus' into releaseLen Brown2009-01-091-2/+1
|\
OpenPOWER on IntegriCloud