index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
head64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-1
/
+1
2020-09-09
x86/sev-es: Setup GHCB-based boot #VC handler
Joerg Roedel
1
-0
/
+8
2020-09-09
x86/sev-es: Setup an early #VC handler
Joerg Roedel
1
-1
/
+24
2020-09-07
x86/head/64: Move early exception dispatch to C code
Joerg Roedel
1
-4
/
+15
2020-09-07
x86/head/64: Install a CPU bringup IDT
Joerg Roedel
1
-0
/
+39
2020-09-07
x86/head/64: Install startup GDT
Joerg Roedel
1
-0
/
+33
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2019-10-11
x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area
Steve Wahl
1
-2
/
+20
2019-06-26
x86/boot/64: Add missing fixup_pointer() for next_early_pgt access
Kirill A. Shutemov
1
-1
/
+2
2019-06-26
x86/boot/64: Fix crash if kernel image crosses page table boundary
Kirill A. Shutemov
1
-8
/
+9
2018-11-20
x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...
Juergen Gross
1
-2
/
+0
2018-10-29
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
1
-1
/
+1
2018-10-10
x86/boot: Add ACPI RSDP address to setup_header
Juergen Gross
1
-0
/
+2
2018-09-20
x86/mm: Expand static page table for fixmap space
Feng Tang
1
-1
/
+3
2018-09-15
x86/mm: Add .bss..decrypted section to hold shared variables
Brijesh Singh
1
-0
/
+16
2018-06-23
Revert "x86/mm: Mark __pgtable_l5_enabled __initdata"
Kirill A. Shutemov
1
-1
/
+1
2018-05-19
x86/mm: Mark __pgtable_l5_enabled __initdata
Kirill A. Shutemov
1
-1
/
+1
2018-05-19
x86/mm: Introduce the 'no5lvl' kernel parameter
Kirill A. Shutemov
1
-4
/
+5
2018-05-19
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
1
-1
/
+1
2018-05-19
x86/mm: Unify pgtable_l5_enabled usage in early boot code
Kirill A. Shutemov
1
-7
/
+5
2018-05-14
x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
Alexander Potapenko
1
-1
/
+9
2018-04-12
x86/mm: Do not auto-massage page protections
Dave Hansen
1
-0
/
+2
2018-02-21
x86/mm: Optimize boot-time paging mode switching cost
Kirill A. Shutemov
1
-2
/
+7
2018-02-16
x86/mm: Support boot-time switching of paging modes in the early boot code
Kirill A. Shutemov
1
-11
/
+22
2018-02-16
x86/mm: Initialize vmemmap_base at boot-time
Kirill A. Shutemov
1
-1
/
+2
2018-02-16
x86/mm: Adjust vmalloc base and size at boot-time
Kirill A. Shutemov
1
-1
/
+2
2018-02-16
x86/mm: Initialize 'page_offset_base' at boot-time
Kirill A. Shutemov
1
-4
/
+9
2018-02-16
x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-time
Kirill A. Shutemov
1
-2
/
+4
2018-02-16
x86/mm: Initialize 'pgtable_l5_enabled' at boot-time
Kirill A. Shutemov
1
-1
/
+23
2018-02-14
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
1
-1
/
+5
2018-02-14
x86/mm: Introduce 'pgtable_l5_enabled'
Kirill A. Shutemov
1
-0
/
+5
2018-02-14
x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
1
-0
/
+9
2018-01-16
x86/mm: Encrypt the initrd earlier for BSP microcode update
Tom Lendacky
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-04
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+1
2017-08-29
x86/idt: Move early IDT handler setup to IDT code
Thomas Gleixner
1
-5
/
+1
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
1
-2
/
+5
2017-08-17
x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'
Alexander Potapenko
1
-3
/
+4
2017-07-18
x86/mm: Add support to make use of Secure Memory Encryption
Tom Lendacky
1
-2
/
+3
2017-07-18
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
1
-4
/
+26
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
1
-2
/
+9
2017-07-18
x86/mm: Add support to enable SME in early boot processing
Tom Lendacky
1
-11
/
+42
2017-06-20
x86/boot/64: Put __startup_64() into .head.text
Kirill A. Shutemov
1
-2
/
+4
2017-06-13
x86/boot/64: Add support of additional page table level during early boot
Kirill A. Shutemov
1
-6
/
+42
2017-06-13
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
1
-10
/
+9
2017-06-13
x86/boot/64: Rewrite startup_64() in C
Kirill A. Shutemov
1
-1
/
+84
2017-06-13
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
1
-1
/
+2
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-03-14
x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y
Andrey Ryabinin
1
-0
/
+1
[next]