summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mpparse: Cleanup apic_printk()sThomas Gleixner2024-08-071-7/+6
* x86/mpparse: Register APIC address only onceThomas Gleixner2024-03-231-5/+5
* x86/mpparse: Use new APIC registration functionThomas Gleixner2024-02-151-8/+9
* x86/mpparse: Switch to new init callbacksThomas Gleixner2024-02-151-1/+1
* x86/mpparse: Prepare for callback separationThomas Gleixner2024-02-151-1/+11
* x86/mpparse: Rename default_find_smp_config()Thomas Gleixner2024-02-151-1/+1
* x86/apic: Sanitize APIC address setupThomas Gleixner2023-08-091-9/+2
* x86/apic: Remove mpparse 'apicid' variableDave Hansen2023-08-091-4/+1
* x86/apic: Remove the pointless APIC version checkThomas Gleixner2023-08-091-1/+1
* x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner2023-08-091-3/+1
* x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki2021-08-101-1/+2
* Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-22/+4
|\
| * x86/init: Remove unused init opsThomas Gleixner2020-09-161-22/+4
* | Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-1/+0
|\ \ | |/ |/|
| * x86/mpparse: Remove duplicate io_apic.h includeWang Hai2020-08-271-1/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-111-0/+2
|\
| * x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+2
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
|/
* x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-161-6/+4
* x86/mm: Don't leak kernel addressesMatteo Croce2019-03-191-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-151-1/+1
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka2018-01-141-9/+14
|/
* x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot: Use memremap() to map the MPF and MPC dataTom Lendacky2017-07-181-28/+70
* x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2017-07-181-5/+5
* x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu...Ingo Molnar2017-01-281-2/+2
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He2016-08-151-0/+3
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
* x86: Cleanup irq_domain opsThomas Gleixner2015-04-241-8/+1
* x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu2015-04-241-2/+4
* x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-311-3/+0
* x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+1
* x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-1/+3
* x86, mpparse, irq: Provide basic irqdomain supportJiang Liu2014-06-211-1/+9
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+1
* x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu2014-06-211-51/+44
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-301-1/+0
|\
| * x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-1/+0
* | x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-301-4/+6
* | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-181-8/+3
|/
* Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-201-8/+4
|\
| * memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-4/+2
| * x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo2011-07-141-4/+2
* | x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas2011-12-051-1/+1
|/