index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
/
efi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-04-13
1
-2
/
+2
|
\
|
*
x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.c
Juergen Gross
2015-02-24
1
-2
/
+2
*
|
efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction
Ingo Molnar
2015-04-01
3
-15
/
+27
*
|
efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
Ingo Molnar
2015-04-01
3
-11
/
+10
*
|
x86/efi: Add a "debug" option to the efi= cmdline
Borislav Petkov
2015-04-01
1
-1
/
+4
|
/
*
x86/efi: Avoid triple faults during EFI mixed mode calls
Matt Fleming
2015-02-13
2
-178
/
+104
*
x86, ptdump: Add section for EFI runtime services
Mathias Krause
2014-11-11
1
-2
/
+1
*
x86/efi: Mark initialization code as such
Mathias Krause
2014-10-03
4
-12
/
+14
*
x86/efi: Update comment regarding required phys mapped EFI services
Mathias Krause
2014-10-03
1
-6
/
+6
*
x86/efi: Unexport add_efi_memmap variable
Mathias Krause
2014-10-03
1
-3
/
+1
*
x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()
Laszlo Ersek
2014-10-03
1
-2
/
+5
*
x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual mode
Dave Young
2014-10-03
1
-1
/
+5
*
efi: Add kernel param efi=noruntime
Dave Young
2014-10-03
1
-2
/
+2
*
lib: Add a generic cmdline parse function parse_option_str
Dave Young
2014-10-03
1
-20
/
+2
*
efi: Move noefi early param code out of x86 arch code
Dave Young
2014-10-03
1
-9
/
+1
*
efi-bgrt: Add error handling; inform the user when ignoring the BGRT
Josh Triplett
2014-10-03
1
-6
/
+30
*
efi: Add efi= parameter parsing to the EFI boot stub
Matt Fleming
2014-10-03
1
-2
/
+17
*
arch/x86: Remove efi_set_rtc_mmss()
Daniel Kiper
2014-07-18
1
-36
/
+0
*
arch/x86: Remove redundant set_bit(EFI_MEMMAP) call
Daniel Kiper
2014-07-18
1
-2
/
+0
*
arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) call
Daniel Kiper
2014-07-18
1
-2
/
+0
*
efi: Introduce EFI_PARAVIRT flag
Daniel Kiper
2014-07-18
1
-6
/
+25
*
arch/x86: Do not access EFI memory map if it is not available
Daniel Kiper
2014-07-18
1
-0
/
+3
*
efi: Use early_mem*() instead of early_io*()
Daniel Kiper
2014-07-18
1
-14
/
+14
*
x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag
Matt Fleming
2014-07-18
1
-0
/
+23
*
efi/x86: Move UEFI Runtime Services wrappers to generic code
Ard Biesheuvel
2014-07-07
1
-142
/
+2
*
x86/efi: Use early_memunmap() to squelch sparse errors
Matt Fleming
2014-06-19
1
-2
/
+2
*
x86/efi: Move all workarounds to a separate file quirks.c
Saurabh Tangri
2014-06-19
3
-236
/
+270
*
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-08
2
-104
/
+25
|
\
|
*
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-06-05
2
-104
/
+25
|
|
\
|
|
*
x86/efi: Implement a __efi_call_virt macro
Ricardo Neri
2014-04-17
1
-2
/
+2
|
|
*
x86/efi: Delete most of the efi_call* macros
Matt Fleming
2014-04-17
2
-104
/
+25
|
*
|
x86/efi: earlyprintk=efi,keep fix
Dave Young
2014-05-03
1
-19
/
+64
|
|
/
*
|
x86/efi: Do not export efi runtime map in case old map
Dave Young
2014-06-02
1
-0
/
+3
*
|
x86/efi: earlyprintk=efi,keep fix
Dave Young
2014-05-02
1
-19
/
+64
|
/
*
x86/efi: Restore 'attr' argument to query_variable_info()
Matt Fleming
2014-03-17
1
-1
/
+1
*
x86/efi: Rip out phys_efi_get_time()
Matt Fleming
2014-03-17
1
-29
/
+0
*
x86/efi: Preserve segment registers in mixed mode
Matt Fleming
2014-03-17
1
-8
/
+17
*
Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo
Matt Fleming
2014-03-05
5
-57
/
+651
|
\
|
*
x86/efi: Re-disable interrupts after calling firmware services
Matt Fleming
2014-03-04
1
-0
/
+6
|
*
x86/efi: Wire up CONFIG_EFI_MIXED
Matt Fleming
2014-03-04
1
-1
/
+1
|
*
x86/efi: Add mixed runtime services support
Matt Fleming
2014-03-04
5
-33
/
+496
|
*
x86/efi: Add early thunk code to go from 64-bit to 32-bit
Matt Fleming
2014-03-04
1
-0
/
+150
|
*
x86/efi: Delete dead code when checking for non-native
Matt Fleming
2014-03-04
1
-12
/
+0
*
|
Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo
Matt Fleming
2014-03-05
1
-0
/
+20
|
\
\
|
*
|
x86/efi: Quirk out SGI UV
Borislav Petkov
2014-03-04
1
-0
/
+20
|
|
/
*
|
x86/efi: Split efi_enter_virtual_mode
Borislav Petkov
2014-03-04
1
-50
/
+98
*
|
x86/efi: Make efi virtual runtime map passing more robust
Borislav Petkov
2014-03-04
3
-25
/
+112
*
|
x86/efi: Dump the EFI page table
Borislav Petkov
2014-03-04
3
-0
/
+11
*
|
x86/efi: Style neatening
Joe Perches
2014-03-04
1
-15
/
+11
*
|
x86/efi: Delete out-of-date comments of efi_query_variable_store
Madper Xie
2014-03-04
1
-7
/
+5
[next]