summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: Use of_property_present() for testing DT property presenceRob Herring2023-04-211-4/+4
* sbus: display7seg: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-211-3/+2
* sparc: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-182-2/+2
* sparc: Use of_property_present() for testing DT property presenceRob Herring2023-04-185-8/+8
* bus: mvebu-mbus: Remove open coded "ranges" parsingRob Herring2023-04-181-50/+8
* of/address: Add of_property_read_reg() helperRob Herring2023-04-133-0/+52
* of/address: Add of_range_count() helperRob Herring2023-04-132-1/+22
* of/address: Add support for 3 address cell busRob Herring2023-04-133-2/+87
* of/address: Add of_range_to_resource() helperRob Herring2023-04-133-4/+51
* of: unittest: Add bus address range parsing testsRob Herring2023-04-131-0/+53
* of: Drop cpu.h include from of_device.hRob Herring2023-04-131-1/+0
* OPP: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+1
* irqchip: loongson-eiointc: Add explicit include for cpuhotplug.hRob Herring2023-04-131-4/+1
* cpuidle: Adjust includes to remove of_device.hRob Herring2023-04-134-5/+2
* cpufreq: sun50i: Add explicit include for cpu.hRob Herring2023-04-131-1/+2
* cpufreq: Adjust includes to remove of_device.hRob Herring2023-04-1310-11/+8
* soc: mediatek: mtk-svs: Add explicit include for cpu.hRob Herring2023-04-131-0/+1
* thermal: cpuidle_cooling: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+2
* clocksource: ingenic: Add explicit include for cpuhotplug.hRob Herring2023-04-131-2/+1
* cacheinfo: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+1
* riscv: cacheinfo: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+0
* riscv: Add explicit include for cpu.hRob Herring2023-04-131-1/+1
* ARM: cpuidle: Drop of_device.h includeRob Herring2023-04-131-1/+0
* ARM: sunxi: Drop of_device.h includeRob Herring2023-04-131-1/+0
* of: Drop unnecessary includes in headersRob Herring2023-04-133-6/+7
* of: Move CPU node related functions to their own fileRob Herring2023-04-135-209/+223
* of: Move of_device_get_match_data() declarationRob Herring2023-04-132-7/+6
* of: Move of_device_(add|register|unregister) to of_platform.hRob Herring2023-04-102-4/+5
* of: Make devtree_lock declaration privateRob Herring2023-04-103-2/+4
* bus: uniphier-system-bus: Remove open coded "ranges" parsingRob Herring2023-03-301-43/+11
* Linux 6.3-rc1v6.3-rc1Linus Torvalds2023-03-051-2/+2
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-054-72/+72
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-053-15/+51
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
| * | Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh2023-02-271-5/+16
| * | x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-057-15/+44
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-023-1/+25
| * | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2337-830/+1020
| |\ \ \
| * | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
| * | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-0/+1
|\ \ \ \ \
| * | | | | Adding VFS co-maintainerAl Viro2023-03-051-0/+1
| |/ / / /
* | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-0511-11/+48
|\ \ \ \ \