aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/devicetree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-25x86/of: Don't use DTB for SMP setup if ACPI is enabledDmytro Maluka1-1/+2
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-06-24x86/of: Return consistent error type from x86_of_pci_irq_enable()Ilpo Järvinen1-1/+1
2024-04-03x86/of: Change x86_dtb_parse_smp_config() to staticSaurabh Sengar1-9/+9
2024-04-03x86/of: Map NUMA node to CPUs as per DeviceTreeSaurabh Sengar1-0/+2
2024-04-03x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by defaultSaurabh Sengar1-2/+4
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-12/+14
2024-03-08x86/of: Unconditionally call unflatten_and_copy_device_tree()Stephen Boyd1-12/+14
2024-02-15x86/of: Use new APIC registration functionsThomas Gleixner1-1/+1
2024-02-15x86/dtb: Rename x86_dtb_init()Thomas Gleixner1-1/+1
2023-10-02x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Saurabh Sengar1-5/+1
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner1-1/+1
2023-08-09x86/of: Fix the APIC address registrationThomas Gleixner1-9/+5
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner1-3/+2
2022-12-02x86/of: Add support for boot time interrupt delivery mode configurationRahul Tanwar1-1/+8
2022-12-02x86/of: Replace printk(KERN_LVL) with pr_lvl()Rahul Tanwar1-2/+2
2022-12-02x86/of: Remove unused early_init_dt_add_memory_arch()Andy Shevchenko1-5/+0
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+2
2021-10-25x86/of: Kill unused early_init_dt_scan_chosen_arch()Rob Herring1-5/+0
2021-10-20x86: dt: Use of_get_cpu_hwid()Rob Herring1-3/+2
2020-10-28x86/devicetree: Fix the ioapic interrupt type tableThomas Gleixner1-15/+15
2020-09-16x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner1-2/+2
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-0/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+1
2018-09-28x86: DT: use for_each_of_cpu_node iteratorRob Herring1-1/+1
2018-04-02Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+46
2018-03-26x86/devicetree: Use CPU description from Device TreeIvan Gorinov1-12/+33
2018-03-08x86/devicetree: Fix device IRQ settings in DTIvan Gorinov1-5/+8
2018-03-08x86/devicetree: Initialize device tree before using itIvan Gorinov1-3/+5
2018-03-04x86: devicetree: fix config option around x86_flattree_get_config()Frank Rowand1-1/+1
2018-01-30x86: remove arch specific early_init_dt_alloc_memory_archRob Herring1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21x86/devicetree: Convert to using %pOF instead of ->full_nameRob Herring1-2/+1
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2015-06-16x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker1-1/+1
2015-04-24x86: Cleanup irq_domain opsThomas Gleixner1-6/+6
2015-04-24x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu1-22/+15
2015-02-24x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross1-2/+2
2014-06-21x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu1-0/+1
2014-06-21x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-9/+5
2014-06-21x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu1-132/+59
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu1-1/+1
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_LEGACYJiang Liu1-6/+7
2014-04-30x86: use FDT accessors for FDT blob header dataRob Herring1-7/+5
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-7/+1
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely1-6/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-3/+2
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1