index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-26
efi/x86: Handle by-ref arguments covering multiple pages in mixed mode
Ard Biesheuvel
1
-19
/
+26
2020-02-26
efi/x86: Remove support for EFI time and counter services in mixed mode
Ard Biesheuvel
1
-76
/
+5
2020-02-26
efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper
Ard Biesheuvel
1
-4
/
+21
2020-02-09
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-7
/
+7
2020-02-04
x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
Steven Price
2
-3
/
+3
2020-02-02
efi/x86: Fix boot regression on systems with invalid memmap entries
Ard Biesheuvel
1
-1
/
+1
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-8
/
+18
2020-01-28
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-727
/
+501
2020-01-28
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-0
/
+5
2020-01-25
efi/x86: Disable instrumentation in the EFI runtime handling code
Ard Biesheuvel
1
-0
/
+2
2020-01-22
efi/x86: Disallow efi=old_map in mixed mode
Ard Biesheuvel
1
-1
/
+1
2020-01-20
efi/x86: avoid KASAN false positives when accessing the 1: 1 mapping
Ard Biesheuvel
1
-5
/
+6
2020-01-20
efi: Add tracking for dynamically allocated memmaps
Dan Williams
2
-16
/
+17
2020-01-20
efi/x86: Limit EFI old memory map to SGI UV machines
Ard Biesheuvel
4
-186
/
+195
2020-01-20
efi/x86: Avoid RWX mappings for all of DRAM
Ard Biesheuvel
1
-4
/
+16
2020-01-20
efi/x86: Don't map the entire kernel text RW for mixed mode
Ard Biesheuvel
1
-2
/
+2
2020-01-20
Backmerge v5.5-rc7 into drm-next
Dave Airlie
1
-4
/
+2
2020-01-10
efi/x86: Check number of arguments to variadic functions
Arvind Sankar
2
-4
/
+4
2020-01-10
efi/x86: Remove unreachable code in kexec_enter_virtual_mode()
Ard Biesheuvel
1
-3
/
+0
2020-01-10
efi/x86: Don't panic or BUG() on non-critical error conditions
Ard Biesheuvel
2
-18
/
+19
2020-01-10
efi/x86: Clean up efi_systab_init() routine for legibility
Ard Biesheuvel
1
-84
/
+82
2020-01-10
efi/x86: Drop two near identical versions of efi_runtime_init()
Ard Biesheuvel
1
-90
/
+5
2020-01-10
efi/x86: Simplify mixed mode call wrapper
Ard Biesheuvel
3
-142
/
+71
2020-01-10
efi/x86: Simplify 64-bit EFI firmware call wrapper
Ard Biesheuvel
4
-38
/
+12
2020-01-10
efi/x86: Simplify i386 efi_call_phys() firmware call wrapper
Ard Biesheuvel
2
-94
/
+20
2020-01-10
efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
Ard Biesheuvel
3
-53
/
+54
2020-01-10
efi/x86: Split off some old memmap handling into separate routines
Ard Biesheuvel
1
-13
/
+22
2020-01-10
efi/x86: Map the entire EFI vendor string before copying it
Ard Biesheuvel
1
-6
/
+7
2019-12-25
efi/libstub/x86: Avoid thunking for native firmware calls
Ard Biesheuvel
1
-2
/
+0
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
1
-2
/
+2
2019-12-25
efi/x86: Rename efi_is_native() to efi_is_mixed()
Ard Biesheuvel
3
-7
/
+7
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-8
/
+18
2019-12-14
drm/gma500: Pass GPIO for Intel MID using descriptors
Linus Walleij
1
-8
/
+18
2019-12-10
x86/efi: Explicitly include realmode.h to handle RM trampoline quirk
Sean Christopherson
1
-0
/
+1
2019-12-10
x86/platform/intel/quark: Explicitly include linux/io.h for virt_to_phys()
Ingo Molnar
2
-0
/
+4
2019-12-04
x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
Dave Young
1
-4
/
+2
2019-12-02
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2
-14
/
+0
2019-11-27
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-4
/
+53
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-22
/
+23
2019-11-26
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+5
2019-11-26
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-3
/
+2
2019-11-11
x86: olpc-xo1-sci: Remove invocation of MFD's .enable()/.disable() call-backs
Lee Jones
1
-6
/
+0
2019-11-11
x86: olpc-xo1-pm: Remove invocation of MFD's .enable()/.disable() call-backs
Lee Jones
1
-8
/
+0
2019-11-07
x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
Dan Williams
1
-0
/
+2
2019-11-07
x86/efi: EFI soft reservation to E820 enumeration
Dan Williams
1
-4
/
+45
2019-11-07
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
2
-0
/
+6
2019-10-18
x86: Use pr_warn instead of pr_warning
Kefeng Wang
2
-3
/
+2
2019-10-18
x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
1
-2
/
+2
2019-10-18
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2
-4
/
+4
[next]