summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/devicetree.c
Commit message (Expand)AuthorAgeFilesLines
* x86/of: Change x86_dtb_parse_smp_config() to staticSaurabh Sengar2024-04-031-9/+9
* x86/of: Map NUMA node to CPUs as per DeviceTreeSaurabh Sengar2024-04-031-0/+2
* x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by defaultSaurabh Sengar2024-04-031-2/+4
* Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-12/+14
|\
| * x86/of: Unconditionally call unflatten_and_copy_device_tree()Stephen Boyd2024-03-081-12/+14
* | x86/of: Use new APIC registration functionsThomas Gleixner2024-02-151-1/+1
* | x86/dtb: Rename x86_dtb_init()Thomas Gleixner2024-02-151-1/+1
|/
* x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Saurabh Sengar2023-10-021-5/+1
* x86/apic: Make some APIC init functions boolThomas Gleixner2023-08-091-1/+1
* x86/of: Fix the APIC address registrationThomas Gleixner2023-08-091-9/+5
* x86/apic: Remove the pointless APIC version checkThomas Gleixner2023-08-091-3/+2
* x86/of: Add support for boot time interrupt delivery mode configurationRahul Tanwar2022-12-021-1/+8
* x86/of: Replace printk(KERN_LVL) with pr_lvl()Rahul Tanwar2022-12-021-2/+2
* x86/of: Remove unused early_init_dt_add_memory_arch()Andy Shevchenko2022-12-021-5/+0
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-3/+2
|\
| * x86: dt: Use of_get_cpu_hwid()Rob Herring2021-10-201-3/+2
* | x86/of: Kill unused early_init_dt_scan_chosen_arch()Rob Herring2021-10-251-5/+0
|/
* x86/devicetree: Fix the ioapic interrupt type tableThomas Gleixner2020-10-281-15/+15
* x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner2020-09-161-2/+2
* x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
* x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+1
* x86: DT: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-021-20/+46
|\
| * x86/devicetree: Use CPU description from Device TreeIvan Gorinov2018-03-261-12/+33
| * x86/devicetree: Fix device IRQ settings in DTIvan Gorinov2018-03-081-5/+8
| * x86/devicetree: Initialize device tree before using itIvan Gorinov2018-03-081-3/+5
* | x86: devicetree: fix config option around x86_flattree_get_config()Frank Rowand2018-03-041-1/+1
|/
* x86: remove arch specific early_init_dt_alloc_memory_archRob Herring2018-01-301-6/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/devicetree: Convert to using %pOF instead of ->full_nameRob Herring2017-07-211-2/+1
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-1/+1
|\
| * x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker2015-06-161-1/+1
* | x86: Cleanup irq_domain opsThomas Gleixner2015-04-241-6/+6
* | x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu2015-04-241-22/+15
|/
* x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross2015-02-241-2/+2
* x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+1
* x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-9/+5
* x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-211-132/+59
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+1
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-6/+7
* x86: use FDT accessors for FDT blob header dataRob Herring2014-04-301-7/+5
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-7/+1
|\
| * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-6/+1
| * of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
| * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-3/+2
| * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
* | of: implement pci_address_to_pio as weak functionRob Herring2013-10-091-10/+0
* | x86: add necessary includes for prom.hRob Herring2013-10-091-0/+1
* | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-9/+0