index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-28
firmware: xilinx: Remove eemi ops for release_node
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for request_node
Rajan Vaja
1
-4
/
+3
2020-04-28
firmware: xilinx: Remove eemi ops for set_suspend_mode
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for init_finalize
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for reset_get_status
Rajan Vaja
1
-3
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for reset_assert
Rajan Vaja
1
-3
/
+3
2020-04-28
firmware: xilinx: Use APIs instead of IOCTLs
Rajan Vaja
1
-29
/
+89
2020-04-28
firmware: xilinx: Remove eemi ops for clock set/get parent
Rajan Vaja
1
-4
/
+4
2020-04-28
firmware: xilinx: Remove eemi ops for clock set/get rate
Rajan Vaja
1
-4
/
+4
2020-04-28
firmware: xilinx: Remove eemi ops for clock_getdivider
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_setdivider
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_getstate
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_disable
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_enable
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for query_data
Rajan Vaja
2
-4
/
+3
2020-04-28
firmware: xilinx: Remove eemi ops for get_chipid
Rajan Vaja
1
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for get_api_version
Rajan Vaja
2
-3
/
+3
2020-04-28
firmware: fpga: replace the error codes with the standard ones
Richard Gong
2
-49
/
+23
2020-04-26
Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2020-04-25
efi/libstub: Re-enable command line initrd loading for x86
Ard Biesheuvel
1
-2
/
+2
2020-04-24
efi: Move arch_tables check to caller
Ard Biesheuvel
1
-10
/
+8
2020-04-24
efi: Clean up config table description arrays
Ard Biesheuvel
2
-16
/
+16
2020-04-24
efi/libstub/x86: Avoid getter function for efi_is64
Ard Biesheuvel
1
-8
/
+0
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
7
-39
/
+20
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
5
-32
/
+22
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
5
-14
/
+11
2020-04-24
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
2
-15
/
+21
2020-04-24
efi/arm: Remove __efistub_global annotation
Arvind Sankar
2
-4
/
+5
2020-04-24
efi/libstub: Move efi_relocate_kernel() into separate source file
Ard Biesheuvel
4
-184
/
+175
2020-04-24
efi/libstub/arm64: Switch to ordinary page allocator for kernel image
Ard Biesheuvel
1
-2
/
+2
2020-04-24
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
4
-17
/
+71
2020-04-23
efi/libstub/arm64: Simplify randomized loading of kernel image
Ard Biesheuvel
1
-27
/
+5
2020-04-23
efi/libstub/arm64: Replace 'preferred' offset with alignment check
Ard Biesheuvel
1
-37
/
+25
2020-04-23
efi/libstub/random: Increase random alloc granularity
Ard Biesheuvel
1
-1
/
+1
2020-04-23
efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
Ard Biesheuvel
1
-1
/
+3
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
1
-5
/
+43
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
3
-0
/
+112
2020-04-23
efi/gop: Add prototypes for query_mode and set_mode
Arvind Sankar
1
-2
/
+4
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
1
-40
/
+26
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
1
-18
/
+8
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
1
-2
/
+2
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
1
-5
/
+8
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
1
-16
/
+12
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
1
-6
/
+17
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
1
-24
/
+14
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
1
-5
/
+6
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
1
-3
/
+1
2020-04-23
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
1
-1
/
+1
[prev]
[next]