index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-01-29
3
-2
/
+34
|
\
|
*
Merge 5.5-rc7 into char-misc-next
Greg Kroah-Hartman
2020-01-22
2
-12
/
+10
|
|
\
|
*
|
firmware: stratix10-svc: Remove unneeded semicolon
zhengbin
2020-01-14
1
-2
/
+2
|
*
|
firmware: google: Probe for a GSMI handler in firmware
Arthur Heymans
2020-01-14
1
-0
/
+19
|
*
|
firmware: google: Unregister driver_info on failure and exit in gsmi
Arthur Heymans
2020-01-14
1
-0
/
+6
|
*
|
firmware: google: Release devices before unregistering the bus
Patrick Rudolph
2020-01-14
1
-0
/
+7
*
|
|
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-01-28
17
-583
/
+704
|
\
\
\
|
*
|
|
efi: Fix handling of multiple efi_fake_mem= entries
Dan Williams
2020-01-20
2
-16
/
+17
|
*
|
|
efi: Fix efi_memmap_alloc() leaks
Dan Williams
2020-01-20
1
-0
/
+25
|
*
|
|
efi: Add tracking for dynamically allocated memmaps
Dan Williams
2020-01-20
2
-29
/
+32
|
*
|
|
efi: Add a flags parameter to efi_memory_map
Dan Williams
2020-01-20
1
-14
/
+17
|
*
|
|
efi: Fix comment for efi_mem_type() wrt absent physical addresses
Anshuman Khandual
2020-01-20
1
-1
/
+1
|
*
|
|
efi/arm: Defer probe of PCIe backed efifb on DT systems
Ard Biesheuvel
2020-01-20
1
-4
/
+103
|
*
|
|
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
2020-01-10
4
-1
/
+152
|
*
|
|
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
2020-01-10
1
-4
/
+1
|
*
|
|
Merge branch 'linus' into efi/core, to pick up fixes
Ingo Molnar
2020-01-10
1
-1
/
+0
|
|
\
|
|
|
*
|
|
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
2019-12-25
3
-22
/
+28
|
*
|
|
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
2019-12-25
9
-109
/
+90
|
*
|
|
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2019-12-25
2
-13
/
+7
|
*
|
|
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
2019-12-25
3
-14
/
+11
|
*
|
|
efi/libstub/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
2019-12-25
1
-1
/
+4
|
*
|
|
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
10
-139
/
+111
|
*
|
|
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
2019-12-25
8
-61
/
+59
|
*
|
|
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
2019-12-25
2
-9
/
+9
|
*
|
|
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
2019-12-25
3
-1
/
+14
|
*
|
|
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
2019-12-25
1
-10
/
+7
|
*
|
|
efi/libstub: Annotate firmware routines as __efiapi
Ard Biesheuvel
2019-12-25
1
-4
/
+6
|
*
|
|
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2019-12-25
2
-4
/
+5
|
*
|
|
efi/libstub: Drop explicit 32/64-bit protocol definitions
Ard Biesheuvel
2019-12-25
1
-10
/
+0
|
*
|
|
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
2019-12-25
1
-30
/
+15
|
*
|
|
efi/libstub: Extend native protocol definitions with mixed_mode aliases
Ard Biesheuvel
2019-12-25
2
-10
/
+16
|
*
|
|
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
2019-12-25
1
-7
/
+2
|
*
|
|
efi/gop: Unify 32/64-bit functions
Arvind Sankar
2019-12-25
1
-116
/
+18
|
*
|
|
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
2019-12-25
1
-13
/
+13
*
|
|
|
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-01-28
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
efi/capsule-loader: Explicitly include linux/io.h for page_to_phys()
Sean Christopherson
2019-12-10
1
-0
/
+1
*
|
|
|
|
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
*
|
|
|
|
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-01-18
2
-12
/
+10
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
efi/libstub/random: Initialize pointer variables to zero for mixed mode
Hans de Goede
2019-12-25
1
-3
/
+3
|
*
|
|
efi/earlycon: Fix write-combine mapping on x86
Arvind Sankar
2019-12-25
1
-9
/
+7
|
|
/
/
*
/
/
firmware: tee_bnxt: Fix multiple call to tee_client_close_context
Vikas Gupta
2020-01-06
1
-1
/
+0
|
/
/
*
|
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-12-17
4
-63
/
+88
|
\
\
|
*
|
efi: Don't attempt to map RCI2 config table if it doesn't exist
Ard Biesheuvel
2019-12-10
1
-0
/
+3
|
*
|
efi/earlycon: Remap entire framebuffer after page initialization
Andy Shevchenko
2019-12-08
1
-0
/
+40
|
*
|
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
2019-12-08
1
-54
/
+12
|
*
|
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
2019-12-08
1
-2
/
+2
|
*
|
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
2019-12-08
1
-6
/
+6
|
*
|
efi/memreserve: Register reservations as 'reserved' in /proc/iomem
Ard Biesheuvel
2019-12-08
1
-2
/
+26
*
|
|
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
|
|
/
|
/
|
[next]