| Commit message (Expand) | Author | Age | Files | Lines |
* | efi: Add pstore variables to the deletion whitelist | Matt Fleming | 2016-02-16 | 1 | -0/+1 |
* | efi: Make efivarfs entries immutable by default | Peter Jones | 2016-02-10 | 1 | -23/+64 |
* | efi: Make our variable validation list include the guid | Peter Jones | 2016-02-10 | 2 | -21/+36 |
* | efi: Do variable name validation tests in utf8 | Peter Jones | 2016-02-10 | 1 | -11/+21 |
* | efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version | Peter Jones | 2016-02-10 | 1 | -19/+11 |
* | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 2016-01-20 | 1 | -0/+1 |
* | drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o... | Stephen Boyd | 2016-01-20 | 1 | -8/+3 |
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-15 | 1 | -20/+42 |
|\ |
|
| * | firmware: dmi_scan: Save SMBIOS Type 9 System Slots | Jordan Hargrave | 2016-01-15 | 1 | -15/+36 |
| * | firmware: dmi_scan: Fix dmi_find_device description | Jean Delvare | 2016-01-15 | 1 | -1/+1 |
| * | firmware: dmi_scan: Clarify dmi_save_extended_devices | Jean Delvare | 2016-01-15 | 1 | -6/+5 |
| * | firmware: dmi_scan: Optimize dmi_save_extended_devices | Jean Delvare | 2016-01-15 | 1 | -2/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-01-14 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Fix typos in printk | Masanari Iida | 2015-12-08 | 1 | -1/+1 |
* | | | efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap | Ard Biesheuvel | 2016-01-13 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-01-12 | 6 | -3/+122 |
|\ \ \ |
|
| * \ \ | Merge branch 'devel-stable' into for-linus | Russell King | 2016-01-12 | 7 | -1/+447 |
| |\ \ \ |
|
| | * | | | ARM: add UEFI stub support | Roy Franz | 2015-12-14 | 3 | -1/+97 |
| | * | | | ARM: wire up UEFI init and runtime support | Ard Biesheuvel | 2015-12-13 | 1 | -0/+1 |
| * | | | | ARM: 8481/2: drivers: psci: replace psci firmware calls | Jens Wiklander | 2016-01-04 | 1 | -2/+21 |
| * | | | | ARM: 8478/2: arm/arm64: add arm-smccc | Jens Wiklander | 2016-01-04 | 1 | -0/+3 |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-01-12 | 5 | -2/+351 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | efi: stub: define DISABLE_BRANCH_PROFILING for all architectures | Ard Biesheuvel | 2016-01-06 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
| * | | | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM | Ard Biesheuvel | 2015-12-09 | 3 | -35/+22 |
| * | | | arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM | Ard Biesheuvel | 2015-12-09 | 3 | -0/+362 |
| |/ / |
|
* | | | firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6 | Andrea Arcangeli | 2016-01-08 | 1 | -3/+3 |
|/ / |
|
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-10 | 6 | -14/+1161 |
|\ \
| |/
|/| |
|
| * | Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblin... | Olof Johansson | 2015-10-26 | 3 | -0/+268 |
| |\ |
|
| | * | ARM: bcm2835: Add the Raspberry Pi firmware driver | Eric Anholt | 2015-10-14 | 3 | -0/+268 |
| * | | Merge branch 'drivers/psci2' into next/drivers | Olof Johansson | 2015-10-23 | 1 | -3/+4 |
| |\ \ |
|
| | * | | drivers: psci: make PSCI 1.0 functions initialization version dependent | Lorenzo Pieralisi | 2015-10-23 | 1 | -3/+4 |
| * | | | Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 2015-10-22 | 1 | -10/+97 |
| |\ \ \
| | |/ / |
|
| | * | | drivers: firmware: psci: add system suspend support | Sudeep Holla | 2015-10-02 | 1 | -0/+33 |
| | * | | drivers: firmware: psci: define more generic PSCI_FN_NATIVE macro | Sudeep Holla | 2015-10-02 | 1 | -10/+11 |
| | * | | drivers: firmware: psci: add PSCI v1.0 DT bindings | Lorenzo Pieralisi | 2015-10-02 | 1 | -0/+1 |
| | * | | drivers: firmware: psci: add extended stateid power_state support | Lorenzo Pieralisi | 2015-10-02 | 1 | -2/+32 |
| | * | | drivers: firmware: psci: add PSCI_FEATURES call | Lorenzo Pieralisi | 2015-10-02 | 1 | -0/+6 |
| | * | | drivers: firmware: psci: move power_state handling to generic code | Lorenzo Pieralisi | 2015-10-02 | 1 | -0/+15 |
| | * | | drivers: firmware: psci: add INVALID_ADDRESS return value | Lorenzo Pieralisi | 2015-10-02 | 1 | -0/+1 |
| * | | | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i... | Arnd Bergmann | 2015-10-15 | 2 | -4/+4 |
| |\ \ \ |
|
| | * | | | firmware: qcom-scm: build for correct architecture level | Arnd Bergmann | 2015-10-14 | 1 | -1/+1 |
| | * | | | qcom-scm: fix endianess issue in __qcom_scm_is_call_available | Rob Clark | 2015-10-14 | 1 | -3/+3 |
| * | | | | Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann | 2015-10-14 | 3 | -0/+791 |
| |\ \ \ \ |
|
| | * | | | | firmware: arm_scpi: Extend to support sensors | Punit Agrawal | 2015-10-09 | 1 | -0/+60 |
| | * | | | | firmware: add support for ARM System Control and Power Interface(SCPI) protocol | Sudeep Holla | 2015-09-28 | 3 | -0/+731 |
| | | |_|/
| | |/| | |
|
* | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-11-05 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | efi-pstore: fix kernel-doc argument name | Geliang Tang | 2015-11-02 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-04 | 5 | -15/+179 |
|\ \ \ \ \ |
|
| * | | | | | arm64/efi: fix libstub build under CONFIG_MODVERSIONS | Ard Biesheuvel | 2015-11-02 | 1 | -1/+1 |
| * | | | | | arm64/efi: move arm64 specific stub C code to libstub | Ard Biesheuvel | 2015-10-30 | 2 | -0/+71 |