index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
realmode
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-26
8
-54
/
+55
|
\
|
*
x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
2019-10-18
1
-2
/
+4
|
*
x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
2019-10-18
3
-5
/
+11
|
*
x86/asm/realmode: Use SYM_DATA_* instead of GLOBAL
Jiri Slaby
2019-10-18
8
-43
/
+36
|
*
x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
Jiri Slaby
2019-10-18
1
-1
/
+1
|
*
x86/boot: Annotate data appropriately
Jiri Slaby
2019-10-18
1
-2
/
+2
|
*
x86/asm: Make more symbols local
Jiri Slaby
2019-10-11
1
-3
/
+3
*
|
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-11-26
1
-0
/
+2
|
\
\
|
*
|
x86/kdump: Always reserve the low 1M when the crashkernel option is specified
Lianbo Jiang
2019-11-14
1
-0
/
+2
|
|
/
*
/
x86/realmode: Explicitly set entry point via ENTRY in linker script
Nick Desaulniers
2019-10-01
1
-0
/
+1
|
/
*
x86/realmode: Remove trampoline_status
Pingfan Liu
2019-07-22
4
-11
/
+0
*
x86/realmode: Make set_real_mode_mem() static inline
Matteo Croce
2019-03-29
1
-8
/
+1
*
x86/realmode: Don't leak the trampoline kernel address
Matteo Croce
2019-03-27
1
-2
/
+0
*
Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-03-11
1
-2
/
+1
|
\
|
*
kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
Masahiro Yamada
2019-01-28
1
-2
/
+1
*
|
x86/build: Use the single-argument OUTPUT_FORMAT() linker script command
Borislav Petkov
2019-01-16
1
-1
/
+1
*
|
x86/build: Specify elf_i386 linker emulation explicitly for i386 objects
George Rimar
2019-01-12
1
-1
/
+1
|
/
*
x86-64/realmode: Add instruction suffix
Jan Beulich
2018-02-20
1
-1
/
+1
*
x86/realmode: Don't decrypt trampoline area under SEV
Tom Lendacky
2017-11-07
1
-2
/
+3
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
13
-0
/
+13
*
x86/boot/realmode: Check for memory encryption on the APs
Tom Lendacky
2017-07-18
2
-0
/
+28
*
x86/realmode: Decrypt trampoline area if memory encryption is active
Tom Lendacky
2017-07-18
1
-0
/
+8
*
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-06-13
1
-1
/
+1
*
x86: use set_memory.h header
Laura Abbott
2017-05-09
1
-1
/
+1
*
x86/build: Don't use $(LINUXINCLUDE) twice
Paul Bolle
2016-11-28
1
-1
/
+1
*
x86/boot: Rework reserve_real_mode() to allow multiple tries
Andy Lutomirski
2016-08-11
1
-8
/
+21
*
x86/boot: Defer setup_real_mode() to early_initcall time
Andy Lutomirski
2016-08-11
1
-3
/
+12
*
x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directly
Andy Lutomirski
2016-08-11
1
-1
/
+2
*
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-08-02
1
-1
/
+1
|
\
|
*
Kbuild: arch: look for generated headers in obtree
Arnd Bergmann
2016-07-18
1
-1
/
+1
*
|
x86/mm: Separate variable for trampoline PGD
Thomas Garnier
2016-07-08
1
-1
/
+4
|
/
*
kbuild: delete unnecessary "@:"
Masahiro Yamada
2016-04-20
1
-1
/
+0
*
kernel: add kcov code coverage
Dmitry Vyukov
2016-03-22
1
-0
/
+3
*
objtool: Mark non-standard object files and directories
Josh Poimboeuf
2016-02-29
2
-2
/
+5
*
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
2016-01-21
1
-0
/
+1
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-02-16
1
-1
/
+1
|
\
|
*
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
2015-02-04
1
-1
/
+1
*
|
x86_64: add KASan support
Andrey Ryabinin
2015-02-14
2
-1
/
+2
|
/
*
x86/build: Supress realmode.bin is up to date message
Peter Foley
2014-04-16
1
-1
/
+2
*
Merge commit 'f4bcd8ccddb02833340652e9f46f5127828eb79d' into x86/build
H. Peter Anvin
2014-01-29
4
-17
/
+12
|
\
|
*
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-01-20
4
-17
/
+12
|
|
\
|
|
*
x86: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-07
3
-3
/
+0
|
|
*
x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()
H. Peter Anvin
2013-12-19
1
-14
/
+12
*
|
|
x86: Remove duplication of 16-bit CFLAGS
David Woodhouse
2014-01-22
1
-15
/
+2
|
/
/
*
/
x86, build: Pass in additional -mno-mmx, -mno-sse options
H. Peter Anvin
2013-12-10
1
-1
/
+2
|
/
*
Merge remote-tracking branch 'origin/x86/mm' into x86/mm2
H. Peter Anvin
2013-02-01
1
-2
/
+2
|
\
|
*
x86: Use __pa_symbol instead of __pa on C visible symbols
Alexander Duyck
2012-11-17
1
-4
/
+4
*
|
x86, realmode: Separate real_mode reserve and setup
Yinghai Lu
2013-01-30
1
-12
/
+20
*
|
x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directly
Yinghai Lu
2013-01-30
1
-2
/
+2
*
|
x86, realmode: Set real_mode permissions early
Yinghai Lu
2013-01-30
1
-5
/
+6
|
/
[next]