Age | Commit message (Expand) | Author | Files | Lines |
2016-01-20 | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 1 | -0/+1 |
2016-01-20 | drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o... | Stephen Boyd | 1 | -8/+3 |
2016-01-15 | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -20/+42 |
2016-01-15 | firmware: dmi_scan: Save SMBIOS Type 9 System Slots | Jordan Hargrave | 1 | -15/+36 |
2016-01-15 | firmware: dmi_scan: Fix dmi_find_device description | Jean Delvare | 1 | -1/+1 |
2016-01-15 | firmware: dmi_scan: Clarify dmi_save_extended_devices | Jean Delvare | 1 | -6/+5 |
2016-01-15 | firmware: dmi_scan: Optimize dmi_save_extended_devices | Jean Delvare | 1 | -2/+4 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-01-13 | efi: include asm/early_ioremap.h not asm/efi.h to get early_memremap | Ard Biesheuvel | 1 | -1/+1 |
2016-01-12 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 6 | -3/+122 |
2016-01-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 5 | -2/+351 |
2016-01-12 | Merge branch 'devel-stable' into for-linus | Russell King | 7 | -1/+447 |
2016-01-08 | firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6 | Andrea Arcangeli | 1 | -3/+3 |
2016-01-06 | efi: stub: define DISABLE_BRANCH_PROFILING for all architectures | Ard Biesheuvel | 1 | -2/+2 |
2016-01-04 | ARM: 8481/2: drivers: psci: replace psci firmware calls | Jens Wiklander | 1 | -2/+21 |
2016-01-04 | ARM: 8478/2: arm/arm64: add arm-smccc | Jens Wiklander | 1 | -0/+3 |
2015-12-14 | ARM: add UEFI stub support | Roy Franz | 3 | -1/+97 |
2015-12-13 | ARM: wire up UEFI init and runtime support | Ard Biesheuvel | 1 | -0/+1 |
2015-12-09 | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM | Ard Biesheuvel | 3 | -35/+22 |
2015-12-09 | arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM | Ard Biesheuvel | 3 | -0/+362 |
2015-12-08 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2015-11-10 | 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-04 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 5 | -15/+179 |
2015-11-02 | 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-15 | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i... | Arnd Bergmann | 2 | -4/+4 |
2015-10-14 | 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 |