summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-048-45/+377
|\
| * efi: Fix warning of int-to-pointer-cast on x86 32-bit buildsTaku Izumi2015-10-281-2/+2
| * efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-4/+4
| * Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-147-37/+330
| |\
| | * efi: Add "efi_fake_mem" boot optionTaku Izumi2015-10-123-0/+261
| | * efi: Auto-load the efi-pstore moduleBen Hutchings2015-10-121-0/+1
| | * efi: Introduce EFI_NX_PE_DATA bit and set it from properties tableArd Biesheuvel2015-10-121-0/+18
| | * efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel2015-10-121-14/+16
| | * efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()Taku Izumi2015-10-121-2/+3
| | * efifb: Add support for 64-bit frame buffer addressesMatt Fleming2015-10-121-1/+23
| | * efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm2015-10-121-4/+2
| | * efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-0/+3
| | * drivers/firmware: Make efi/esrt.c driver explicitly non-modularPaul Gortmaker2015-10-121-16/+3
| * | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-145356-147910/+387266
| |\ \ | | |/ | |/|
| * | efi: Use the generic efi.memmap instead of 'memmap'Matt Fleming2015-10-111-1/+3
| * | acpi/apei: Use appropriate pgprot_t to map GHES memoryJonathan (Zhixiong) Zhang2015-09-141-3/+7
| * | efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-0/+31
| * | efi: Add support for EFI_MEMORY_RO attribute introduced by UEFIv2.5Ard Biesheuvel2015-08-081-3/+5
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0336-520/+1186
|\ \ \
| * | | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-162-0/+25
| * | | PCI: Add per-device MSI domain hookMarc Zyngier2015-10-161-5/+30
| * | | of/irq: Use the msi-map property to provide device-specific MSI domainMarc Zyngier2015-10-161-0/+18
| * | | of/irq: Split of_msi_map_rid to reuse msi-map lookupMarc Zyngier2015-10-161-15/+28
| * | | irqchip/gic-v3-its: Parse new version of msi-parent propertyMarc Zyngier2015-10-161-3/+15
| * | | PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-7/+6
| * | | of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-20/+11
| * | | of/irq: Add support code for multi-parent version of "msi-parent"Marc Zyngier2015-10-161-0/+59
| * | | irqchip/gic-v3-its: Add handling of PCI requester id.David Daney2015-10-161-3/+1
| * | | PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney2015-10-161-0/+32
| * | | of/irq: Add new function of_msi_map_rid()David Daney2015-10-161-0/+84
| * | | irqchip/gic-v2m: Add support for multiple MSI framesMarc Zyngier2015-10-151-46/+78
| * | | irqchip/gic-v3: Fix translation of LPIs after conversion to irq_fwspecMarc Zyngier2015-10-151-9/+13
| * | | irqchip/mxs: Add Alphascale ASM9260 supportOleksij Rempel2015-10-144-2/+207
| * | | irqchip/mxs: Prepare driver for hardware with different offsetsOleksij Rempel2015-10-141-19/+59
| * | | irqchip/mxs: Panic if ioremap or domain creation failsOleksij Rempel2015-10-141-2/+6
| * | | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-136-15/+18
| * | | acpi/gsi: Cleanup acpi_register_gsiMarc Zyngier2015-10-131-20/+10
| * | | irqchip/gic: Kill the xlate methodMarc Zyngier2015-10-131-25/+0
| * | | irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier2015-10-131-14/+30
| * | | irqchip/gic: Get rid of gic_init_bases()Marc Zyngier2015-10-131-5/+3
| * | | acpi/gsi: Add acpi_set_irq_model to initialize the GSI layerMarc Zyngier2015-10-131-5/+27
| * | | acpi/gsi: Always perform an irq domain lookupMarc Zyngier2015-10-131-13/+13
| * | | irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier2015-10-1310-174/+236
| * | | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-1315-20/+21
| * | | Merge branch 'linus' into irq/coreThomas Gleixner2015-10-13173-928/+1178
| |\ \ \
| * | | | irqchip/gic-v3: Specialize readq and writeq accessesJean-Philippe Brucker2015-10-101-3/+3
| * | | | irqchip/gic-v3: Change unsigned types for AArch32 compatibilityJean-Philippe Brucker2015-10-101-13/+12
| * | | | irqchip/gic-v3: Refactor the arm64 specific partsJean-Philippe Brucker2015-10-101-53/+4
| * | | | irqchip/gic-v2m: Add workaround for APM X-Gene GICv2m erratumDuc Dang2015-10-091-0/+22
| * | | | irqchip/gic: Warn if GICv3 system registers are enabledMarc Zyngier2015-10-091-0/+15