aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 4-3/+387
2015-09-03Merge branch 'devel-stable' into for-linusGravatar Russell King 3-0/+386
2015-08-19FIRMWARE: bcm47xx_nvram: Fix module license.Gravatar Axel Lin 1-1/+1
2015-08-11firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area()Gravatar Russell King 1-3/+1
2015-08-03drivers: psci: support native SMC{32,64} callsGravatar Mark Rutland 1-6/+19
2015-08-03arm64: psci: factor invocation code to driversGravatar Mark Rutland 3-0/+373
2015-07-30efi: Check for NULL efi kernel parametersGravatar Ricardo Neri 1-0/+5
2015-07-21Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Gravatar Ingo Molnar 1-3/+12
2015-07-15efi: Handle memory error structures produced based on old versions of standardGravatar Luck, Tony 1-3/+12
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+2
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-4/+2
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGravatar Grant Likely 1-2/+0
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 5-0/+262
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-437/+590
2015-06-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+13
2015-06-25Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-27/+113
2015-06-25drivers/firmware/memmap.c: fix kernel-doc formatGravatar Michal Simek 1-11/+13
2015-06-25firmware: dmi_scan: Coding style cleanupsGravatar Jean Delvare 1-4/+3
2015-06-25firmware: dmi_scan: add SBMIOS entry and DMI tablesGravatar Ivan Khoronzhuk 2-9/+86
2015-06-25firmware: dmi_scan: Trim DMI table length before exporting itGravatar Jean Delvare 1-5/+10
2015-06-25firmware: dmi_scan: Rename dmi_table to dmi_decode_tableGravatar Ivan Khoronzhuk 1-5/+5
2015-06-25firmware: dmi_scan: Only honor end-of-table for 64-bit tablesGravatar Jean Delvare 1-4/+9
2015-06-22Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-8/+571
2015-06-21MIPS: BCM47xx: Move NVRAM driver to the drivers/firmware/Gravatar Rafał Miłecki 5-0/+262
2015-06-11Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Gravatar Ingo Molnar 2-1/+7
2015-06-08efi: Work around ia64 build problem with ESRT driverGravatar Peter Jones 2-1/+7
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-15/+21
2015-06-05iscsi_ibft: filter null v4-mapped v6 addressesGravatar Chris Leech 1-15/+21
2015-06-04of: clean-up unnecessary libfdt include pathsGravatar Rob Herring 1-2/+0
2015-06-02Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Gravatar Ingo Molnar 4-9/+566
2015-05-29Merge tag 'qcom-soc-for-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Arnd Bergmann 4-437/+590
2015-05-28firmware: qcom: scm: Add HDCP SupportGravatar jilai wang 3-3/+65
2015-05-14Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2015-05-14firmware: dmi_scan: Fix ordering of product_uuidGravatar Jean Delvare 1-3/+4
2015-05-14firmware: dmi_scan: Simplified displayed versionGravatar Jean Delvare 1-3/+2
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Gravatar Ingo Molnar 1-3/+3
2015-05-05efi: dmi: List SMBIOS3 table before SMBIOS tableGravatar Jean Delvare 1-2/+7
2015-05-05efi: Fix error handling in add_sysfs_runtime_map_entry()Gravatar Dan Carpenter 1-3/+3
2015-04-30efi/esrt: Fix some compiler warningsGravatar Peter Jones 1-11/+18
2015-04-30efi: Add esrt supportGravatar Peter Jones 3-2/+546
2015-04-30efi: efivar_create_sysfs_entry() should return negative error codesGravatar Dan Carpenter 1-5/+6
2015-04-28firmware: qcom: scm: Split out 32-bit specific SCM codeGravatar Kumar Gala 4-436/+527
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-0/+500
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2015-04-13Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-23/+31
2015-04-07Merge 4.0-rc7 into tty-nextGravatar Greg Kroah-Hartman 1-15/+7
2015-04-03Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Olof Johansson 2-12/+13