index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
firmware: Do not use WARN_ON(!spin_is_locked())
Guenter Roeck
2014-08-22
1
-4
/
+4
|
/
*
kexec: support kexec/kdump on EFI systems
Vivek Goyal
2014-08-08
1
-0
/
+21
*
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
2014-08-06
1
-1
/
+5
|
\
|
*
drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory r...
Yasuaki Ishimatsu
2014-08-06
1
-0
/
+4
|
*
drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_ent...
Yasuaki Ishimatsu
2014-08-06
1
-1
/
+1
*
|
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-06
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'acpica'
Rafael J. Wysocki
2014-07-27
1
-10
/
+10
|
|
\
|
|
*
ACPICA: Restore error table definitions to reduce code differences between Li...
Lv Zheng
2014-06-16
1
-10
/
+10
*
|
|
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-08-04
1
-55
/
+137
|
\
\
\
|
*
\
\
Merge tag 'please-pull-apei' into x86/ras
H. Peter Anvin
2014-07-30
3
-22
/
+20
|
|
\
\
\
|
|
|
/
/
|
*
|
|
trace, RAS: Add eMCA trace event interface
Chen, Gong
2014-06-25
1
-4
/
+41
|
*
|
|
CPER: Adjust code flow of some functions
Chen, Gong
2014-06-25
1
-55
/
+100
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-08-04
11
-71
/
+391
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
efi: Autoload efivars
Lee, Chun-Yi
2014-07-18
2
-0
/
+16
|
*
|
efi: Introduce EFI_PARAVIRT flag
Daniel Kiper
2014-07-18
1
-9
/
+12
|
*
|
efi: Use early_mem*() instead of early_io*()
Daniel Kiper
2014-07-18
1
-2
/
+2
|
*
|
x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
Matt Fleming
2014-07-18
1
-0
/
+8
|
*
|
efi/reboot: Allow powering off machines using EFI
Matt Fleming
2014-07-18
1
-0
/
+22
|
*
|
efi/reboot: Add generic wrapper around EfiResetSystem()
Matt Fleming
2014-07-18
2
-1
/
+27
|
*
|
efi: efistub: Convert into static library
Ard Biesheuvel
2014-07-18
7
-0
/
+30
|
*
|
efi: efistub: Refactor stub components
Ard Biesheuvel
2014-07-07
4
-59
/
+109
|
*
|
efi/x86: Move UEFI Runtime Services wrappers to generic code
Ard Biesheuvel
2014-07-07
3
-0
/
+165
|
*
|
efi/arm64: efistub: remove local copy of linux_banner
Ard Biesheuvel
2014-07-07
1
-10
/
+0
|
|
/
*
|
efi: fdt: Do not report an error during boot if UEFI is not available
Catalin Marinas
2014-07-10
1
-7
/
+15
*
|
efi/arm64: efistub: remove local copy of linux_banner
Ard Biesheuvel
2014-07-07
1
-10
/
+0
*
|
efi-pstore: Fix an overflow on 32-bit builds
Andrzej Zaborowski
2014-06-27
1
-1
/
+1
*
|
efi: Fix compiler warnings (unused, const, type)
Catalin Marinas
2014-06-19
2
-4
/
+4
|
/
*
Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-06-05
4
-0
/
+649
|
\
|
*
efi/arm64: ignore dtb= when UEFI SecureBoot is enabled
Ard Biesheuvel
2014-04-30
1
-4
/
+35
|
*
arm64: efi: add EFI stub
Mark Salter
2014-04-30
1
-0
/
+247
|
*
efi: Add shared FDT related functions for ARM/ARM64
Roy Franz
2014-04-30
1
-0
/
+285
|
*
efi: add helper function to get UEFI params from FDT
Mark Salter
2014-04-30
2
-0
/
+86
*
|
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-06-05
3
-82
/
+284
|
\
\
|
|
/
|
*
efivars: Add compatibility code for compat tasks
Matt Fleming
2014-04-17
1
-26
/
+116
|
*
efivars: Refactor sanity checking code into separate function
Matt Fleming
2014-04-17
1
-20
/
+32
|
*
efivars: Stop passing a struct argument to efivar_validate()
Matt Fleming
2014-04-17
2
-17
/
+19
|
*
efivars: Check size of user object
Matt Fleming
2014-04-17
1
-0
/
+6
|
*
efivars: Use local variables instead of a pointer dereference
Matt Fleming
2014-04-17
1
-13
/
+35
|
*
efi: x86: Handle arbitrary Unicode characters
H. Peter Anvin
2014-04-17
1
-20
/
+67
|
*
efi: Add get_dram_base() helper function
Roy Franz
2014-04-17
1
-0
/
+30
|
*
efi: Add shared printk wrapper for consistent prefixing
Roy Franz
2014-04-14
1
-5
/
+8
|
*
efi: efi-stub-helper cleanup
Leif Lindholm
2014-04-14
1
-13
/
+3
*
|
iscsi_ibft: Fix finding Broadcom specific ibft sign
Vikas Chaudhary
2014-05-13
1
-0
/
+1
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-04-11
1
-3
/
+3
|
\
|
*
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
2014-04-11
1
-3
/
+3
|
|
\
|
|
*
efi: Pass correct file handle to efi_file_{read,close}
Matt Fleming
2014-04-10
1
-3
/
+3
*
|
|
Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-04-01
2
-28
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
firmware: google memconsole driver fixes
Michel Lespinasse
2014-02-15
1
-21
/
+26
|
*
|
firmware: fix google/gsmi duplicate efivars_sysfs_init()
Michel Lespinasse
2014-02-15
1
-7
/
+0
*
|
|
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2014-03-31
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]