Age | Commit message (Expand) | Author | Files | Lines |
2015-11-11 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 6 | -14/+1161 |
2015-11-05 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2015-11-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 5 | -15/+179 |
2015-11-03 | efi-pstore: fix kernel-doc argument name | Geliang Tang | 1 | -1/+1 |
2015-11-02 | arm64/efi: fix libstub build under CONFIG_MODVERSIONS | Ard Biesheuvel | 1 | -1/+1 |
2015-10-30 | arm64/efi: move arm64 specific stub C code to libstub | Ard Biesheuvel | 2 | -0/+71 |
2015-10-28 | efi: Fix warning of int-to-pointer-cast on x86 32-bit builds | Taku Izumi | 1 | -2/+2 |
2015-10-28 | efi: Use correct type for struct efi_memory_map::phys_map | Ard Biesheuvel | 1 | -4/+4 |
2015-10-26 | Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblin... | Olof Johansson | 3 | -0/+268 |
2015-10-23 | Merge branch 'drivers/psci2' into next/drivers | Olof Johansson | 1 | -3/+4 |
2015-10-23 | drivers: psci: make PSCI 1.0 functions initialization version dependent | Lorenzo Pieralisi | 1 | -3/+4 |
2015-10-22 | Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 1 | -10/+97 |
2015-10-16 | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i... | Arnd Bergmann | 2 | -4/+4 |
2015-10-15 | ARM: bcm2835: Add the Raspberry Pi firmware driver | Eric Anholt | 3 | -0/+268 |
2015-10-14 | firmware: qcom-scm: build for correct architecture level | Arnd Bergmann | 1 | -1/+1 |
2015-10-14 | qcom-scm: fix endianess issue in __qcom_scm_is_call_available | Rob Clark | 1 | -3/+3 |
2015-10-14 | Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann | 3 | -0/+791 |
2015-10-14 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 6 | -36/+307 |
2015-10-14 | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix | Ingo Molnar | 9 | -25/+535 |
2015-10-12 | arm64: add KASAN support | Andrey Ryabinin | 1 | -0/+8 |
2015-10-12 | arm64/efi: isolate EFI stub from the kernel proper | Ard Biesheuvel | 2 | -6/+90 |
2015-10-12 | arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property | Ard Biesheuvel | 1 | -9/+0 |
2015-10-12 | efi: Add "efi_fake_mem" boot option | Taku Izumi | 3 | -0/+261 |
2015-10-12 | efi: Auto-load the efi-pstore module | Ben Hutchings | 1 | -0/+1 |
2015-10-12 | efi: Introduce EFI_NX_PE_DATA bit and set it from properties table | Ard Biesheuvel | 1 | -0/+18 |
2015-10-12 | efi: Add support for UEFIv2.5 Properties table | Ard Biesheuvel | 1 | -14/+16 |
2015-10-12 | efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format() | Taku Izumi | 1 | -2/+3 |
2015-10-12 | efi/arm64: Clean up efi_get_fdt_params() interface | Leif Lindholm | 1 | -4/+2 |
2015-10-12 | efi/x86: Move efi=debug option parsing to core | Leif Lindholm | 1 | -0/+3 |
2015-10-12 | drivers/firmware: Make efi/esrt.c driver explicitly non-modular | Paul Gortmaker | 1 | -16/+3 |
2015-10-11 | efi: Use the generic efi.memmap instead of 'memmap' | Matt Fleming | 1 | -1/+3 |
2015-10-09 | firmware: arm_scpi: Extend to support sensors | Punit Agrawal | 1 | -0/+60 |
2015-10-02 | drivers: firmware: psci: add system suspend support | Sudeep Holla | 1 | -0/+33 |
2015-10-02 | drivers: firmware: psci: define more generic PSCI_FN_NATIVE macro | Sudeep Holla | 1 | -10/+11 |
2015-10-02 | drivers: firmware: psci: add PSCI v1.0 DT bindings | Lorenzo Pieralisi | 1 | -0/+1 |
2015-10-02 | drivers: firmware: psci: add extended stateid power_state support | Lorenzo Pieralisi | 1 | -2/+32 |
2015-10-02 | drivers: firmware: psci: add PSCI_FEATURES call | Lorenzo Pieralisi | 1 | -0/+6 |
2015-10-02 | drivers: firmware: psci: move power_state handling to generic code | Lorenzo Pieralisi | 1 | -0/+15 |
2015-10-02 | drivers: firmware: psci: add INVALID_ADDRESS return value | Lorenzo Pieralisi | 1 | -0/+1 |
2015-10-01 | arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions | Ard Biesheuvel | 1 | -15/+73 |
2015-09-28 | firmware: add support for ARM System Control and Power Interface(SCPI) protocol | Sudeep Holla | 3 | -0/+731 |
2015-09-27 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 3 | -1/+73 |
2015-09-23 | firmware: qcom: scm: Add function stubs for ARM64 | Andy Gross | 3 | -1/+73 |
2015-09-23 | x86, efi, kasan: #undef memset/memcpy/memmove per arch | Andrey Ryabinin | 1 | -4/+0 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -1/+1 |
2015-09-04 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 4 | -3/+387 |
2015-09-03 | Merge branch 'devel-stable' into for-linus | Russell King | 3 | -0/+386 |
2015-08-19 | FIRMWARE: bcm47xx_nvram: Fix module license. | Axel Lin | 1 | -1/+1 |
2015-08-11 | firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area() | Russell King | 1 | -3/+1 |
2015-08-08 | efi, x86: Rearrange efi_mem_attributes() | Jonathan (Zhixiong) Zhang | 1 | -0/+31 |