summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* | | efi: Use the generic efi.memmap instead of 'memmap'Matt Fleming2015-10-111-1/+3
* | | 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
|/ /
* | efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
* | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-211-3/+12
|\ \ | |/ |/|
| * efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-151-3/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-4/+2Star
|\ \
| * | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-4/+2Star
* | | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-021-2/+0Star
|\ \ \
| * \ \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-301-2/+0Star
| |\ \ \
| | * | | of: clean-up unnecessary libfdt include pathsRob Herring2015-06-051-2/+0Star
| | |/ /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-275-0/+262
|\ \ \ \
| * | | | MIPS: BCM47xx: Move NVRAM driver to the drivers/firmware/Rafał Miłecki2015-06-215-0/+262
* | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-264-437/+590
|\ \ \ \ \
| * \ \ \ \ Merge tag 'qcom-soc-for-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2015-05-294-437/+590
| |\ \ \ \ \
| | * | | | | firmware: qcom: scm: Add HDCP Supportjilai wang2015-05-283-3/+65
| | * | | | | firmware: qcom: scm: Split out 32-bit specific SCM codeKumar Gala2015-04-284-436/+527
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-11/+13
|\ \ \ \ \ \
| * | | | | | drivers/firmware/memmap.c: fix kernel-doc formatMichal Simek2015-06-261-11/+13
* | | | | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-262-27/+113
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | firmware: dmi_scan: Coding style cleanupsJean Delvare2015-06-251-4/+3Star
| * | | | | | firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk2015-06-252-9/+86
| * | | | | | firmware: dmi_scan: Trim DMI table length before exporting itJean Delvare2015-06-251-5/+10
| * | | | | | firmware: dmi_scan: Rename dmi_table to dmi_decode_tableIvan Khoronzhuk2015-06-251-5/+5
| * | | | | | firmware: dmi_scan: Only honor end-of-table for 64-bit tablesJean Delvare2015-06-251-4/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-235-8/+571
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-06-112-1/+7
| |\ \ \ \ \
| | * | | | | efi: Work around ia64 build problem with ESRT driverPeter Jones2015-06-082-1/+7
| * | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-06-024-9/+566
| |\| | | | | | | |_|_|/ / | |/| | | |
| | * | | | efi: dmi: List SMBIOS3 table before SMBIOS tableJean Delvare2015-05-051-2/+7
| | * | | | efi/esrt: Fix some compiler warningsPeter Jones2015-04-301-11/+18
| | * | | | efi: Add esrt supportPeter Jones2015-04-303-2/+546
| | * | | | efi: efivar_create_sysfs_entry() should return negative error codesDan Carpenter2015-04-301-5/+6
| | | |/ / | | |/| |
* | | | | Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-061-15/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | iscsi_ibft: filter null v4-mapped v6 addressesChris Leech2015-06-061-15/+21
* | | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-151-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | firmware: dmi_scan: Fix ordering of product_uuidJean Delvare2015-05-141-3/+4
| * | | | firmware: dmi_scan: Simplified displayed versionJean Delvare2015-05-141-3/+2Star
| | |/ / | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-061-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-05-061-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | efi: Fix error handling in add_sysfs_runtime_map_entry()Dan Carpenter2015-05-051-3/+3
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-223-0/+500
|\ \ \ \
| * \ \ \ Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Olof Johansson2015-04-032-12/+13
| |\ \ \ \
| * | | | | firmware: qcom: scm: Support cpu power down through SCMLina Iyer2015-03-111-0/+57
| * | | | | firmware: qcom: scm: Add qcom_scm_set_warm_boot_addr functionLina Iyer2015-03-111-0/+56
| * | | | | firmware: qcom: scm: Clean cold boot entry to export only the APILina Iyer2015-03-111-2/+39
| * | | | | firmware: qcom: scm: Move the scm driver to drivers/firmwareKumar Gala2015-03-113-0/+350
* | | | | | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-211-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman2015-04-071-15/+7Star
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley2015-03-261-2/+2
| | |_|/ / | |/| | |