index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+0
2020-06-01
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-39
/
+6
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+3
2020-05-29
efi_test: get rid of pointless access_ok()
Al Viro
1
-12
/
+0
2020-05-28
efi/x86: Don't blow away existing initrd
Arvind Sankar
1
-4
/
+6
2020-05-25
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
16
-288
/
+1171
2020-05-25
Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes
Ingo Molnar
9
-32
/
+106
2020-05-23
efi/libstub: Add missing prototype for PE/COFF entry point
Ard Biesheuvel
2
-1
/
+5
2020-05-22
Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Borislav Petkov
9
-31
/
+105
2020-05-22
efi/efivars: Add missing kobject_put() in sysfs entry creation error path
Ard Biesheuvel
1
-1
/
+3
2020-05-22
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
4
-8
/
+7
2020-05-22
efi/libstub: Don't parse overlong command lines
Arvind Sankar
1
-5
/
+23
2020-05-20
efi/libstub: Use snprintf with %ls to convert the command line
Arvind Sankar
1
-60
/
+6
2020-05-20
efi/libstub: Get the exact UTF-8 length
Arvind Sankar
1
-12
/
+32
2020-05-20
efi/libstub: Use %ls for filename
Arvind Sankar
1
-3
/
+1
2020-05-20
efi/libstub: Add UTF-8 decoding to efi_puts
Arvind Sankar
1
-5
/
+62
2020-05-20
efi/printf: Add support for wchar_t (UTF-16)
Arvind Sankar
1
-5
/
+106
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
3
-1
/
+133
2020-05-20
efi/libstub: Add definitions for console input and events
Arvind Sankar
1
-5
/
+72
2020-05-20
efi/libstub: Implement printk-style logging
Arvind Sankar
2
-8
/
+35
2020-05-19
ARM: decompressor: run decompressor in place if loaded via UEFI
Ard Biesheuvel
1
-39
/
+6
2020-05-19
efi/printf: Turn vsprintf into vsnprintf
Arvind Sankar
2
-18
/
+30
2020-05-19
efi/printf: Abort on invalid format
Arvind Sankar
1
-6
/
+8
2020-05-19
efi/printf: Refactor code to consolidate padding and output
Arvind Sankar
1
-126
/
+148
2020-05-19
efi/printf: Handle null string input
Arvind Sankar
1
-0
/
+5
2020-05-19
efi/printf: Factor out integer argument retrieval
Arvind Sankar
1
-33
/
+33
2020-05-19
efi/printf: Factor out width/precision parsing
Arvind Sankar
1
-21
/
+40
2020-05-19
efi/printf: Merge 'p' with the integer formats
Arvind Sankar
1
-14
/
+8
2020-05-19
efi/printf: Fix minor bug in precision handling
Arvind Sankar
1
-2
/
+4
2020-05-19
efi/printf: Factor out flags parsing and handle '%' earlier
Arvind Sankar
1
-25
/
+31
2020-05-19
efi/printf: Add 64-bit and 8-bit integer support
Arvind Sankar
1
-27
/
+143
2020-05-19
efi/printf: Drop %n format and L qualifier
Arvind Sankar
1
-12
/
+2
2020-05-19
efi/libstub: Optimize for size instead of speed
Arvind Sankar
1
-2
/
+2
2020-05-19
efi/libstub: Add a basic printf implementation
Arvind Sankar
4
-1
/
+320
2020-05-19
efi/libstub: Buffer output of efi_puts
Arvind Sankar
1
-6
/
+13
2020-05-19
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
3
-16
/
+16
2020-05-19
efi/libstub: Include dependencies of efistub.h
Arvind Sankar
1
-0
/
+5
2020-05-17
tpm: check event log version before reading final events
Loïc Yhuel
2
-3
/
+7
2020-05-17
efi: Pull up arch-specific prototype efi_systab_show_arch()
Benjamin Thiel
1
-4
/
+1
2020-05-15
efi/libstub: Disable Shadow Call Stack
Sami Tolvanen
1
-0
/
+3
2020-05-14
efi: cper: Add support for printing Firmware Error Record Reference
Punit Agrawal
1
-0
/
+62
2020-05-14
efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
Lenny Szubowicz
3
-17
/
+22
2020-05-12
efi/earlycon: Fix early printk for wider fonts
Dave Young
1
-6
/
+8
2020-05-09
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
1
-1
/
+1
2020-05-06
efi/libstub: Correct comment typos
Joe Perches
2
-2
/
+2
2020-05-05
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
2
-13
/
+8
2020-05-05
efi/libstub/x86: Work around LLVM ELF quirk build regression
Ard Biesheuvel
1
-0
/
+1
2020-05-05
efi/libstub: Fix mixed mode boot issue after macro refactor
Arvind Sankar
1
-10
/
+4
2020-05-01
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
2
-8
/
+27
2020-05-01
efi/x86: Support builtin command line
Arvind Sankar
1
-4
/
+8
[next]