summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
AgeCommit message (Expand)AuthorLines
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki-1/+2
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+4
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2020-09-16x86/init: Remove unused init opsThomas Gleixner-22/+4
2020-08-27x86/mpparse: Remove duplicate io_apic.h includeWang Hai-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-1/+0
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar-0/+2
2019-07-16x86/boot: Fix memory leak in default_get_smp_config()David Rientjes-6/+4
2019-03-19x86/mm: Don't leak kernel addressesMatteo Croce-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang-1/+1
2018-01-14x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka-9/+14
2017-11-17x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-18x86/boot: Use memremap() to map the MPF and MPC dataTom Lendacky-28/+70
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky-5/+5
2017-01-28x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu...Ingo Molnar-2/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar-1/+1
2016-08-15x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He-0/+3
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+0
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han-1/+1
2015-04-24x86: Cleanup irq_domain opsThomas Gleixner-8/+1
2015-04-24x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu-2/+4
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes-3/+0
2014-06-21x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu-0/+1
2014-06-21x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu-1/+3
2014-06-21x86, mpparse, irq: Provide basic irqdomain supportJiang Liu-1/+9
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu-1/+1
2014-06-21x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu-51/+44
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+0
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas-4/+6
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker-8/+3
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen-1/+0
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar-8/+4
2011-12-05x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas-1/+1
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo-4/+2
2011-07-14x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo-4/+2
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha-1/+1
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2011-05-07Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar-4/+4
2011-04-04x86, mpparse: Put check_slot() into .init sectionRakib Mullick-1/+1
2011-03-24x86, mpparse: Remove unnecessary variableRakib Mullick-3/+1
2011-03-22x86, mpparse: Move check_slot into CONFIG_X86_IO_APIC contextRakib Mullick-4/+4
2011-03-18x86: Fix common misspellingsLucas De Marchi-2/+2
2010-12-09x86: Further simplify mp_irq info handlingFeng Tang-32/+6
2010-12-09x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang-53/+3
2010-12-09x86, apic: Remove early_init_lapic_mapping()Yinghai Lu-6/+2