summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky2017-11-071-12/+67
* resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-072-10/+10
* x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky2017-11-071-1/+15
* x86/mm: Include SEV for encryption memory attribute changesTom Lendacky2017-11-071-2/+2
* x86/mm: Use encrypted access of boot related data with SEVTom Lendacky2017-11-071-14/+30
* x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky2017-11-071-2/+3
* x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky2017-11-071-2/+4
* x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky2017-11-072-0/+32
* kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming2017-11-071-13/+13
* x86/build: Add more generated files to the .gitignore fileChangbin Du2017-11-071-0/+3
* x86/build: Specify -input-charset=utf-8 for mkisofsChangbin Du2017-11-071-2/+3
* x86/build: Add new paths for isolinux.bin and ldlinux.c32Changbin Du2017-11-071-5/+18
* x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du2017-11-072-48/+116
* x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar2017-11-071-75/+74
* x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar2017-11-071-254/+254
* Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar2017-11-071-2/+2
|\
| * x86/build: Beautify build log of syscall headersMasahiro Yamada2017-10-271-2/+2
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07751-121/+843
|\ \
| * \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-062-12/+12
| |\ \
| | * | crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6
| | * | crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-053-3/+29
| |\ \ \
| | * | | x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13
| | * | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-042-3/+16
| * | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27
| |\ \ \ \
| | * | | | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27
| | |/ / /
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-043-4/+6
| |\ \ \ \
| | * | | | KVM: x86: Update APICv on APIC resetJan H. Schönherr2017-11-022-5/+5
| | * | | | KVM: VMX: Do not fully reset PI descriptor on vCPU resetJan H. Schönherr2017-11-021-2/+4
| | * | | | kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe2017-11-021-1/+1
| * | | | | x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki2017-11-033-6/+11
| * | | | | Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds2017-11-021-2/+8
| * | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02741-0/+741
| |\ \ \ \ \
| | * | | | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-023-0/+3
| | * | | | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0237-0/+37
| | * | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02701-0/+701
| | | |_|_|/ | | |/| | |
| * | | | | x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka2017-11-011-1/+10
| | |_|/ / | |/| | |
* | | | | x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov2017-11-061-2/+1
* | | | | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-066-132/+153
|\ \ \ \ \
| * | | | | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-10-301-5/+5
| * | | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-306-34/+60
| |\ \ \ \ \
| * | | | | | x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov2017-10-201-99/+60
| * | | | | | x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov2017-10-201-5/+6
| * | | | | | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-203-23/+82
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar2017-11-061-15/+11
|\ \ \ \ \ \
| * | | | | | x86/cpuid: Replace set/clear_bit32()Thomas Gleixner2017-11-021-15/+11
* | | | | | | x86/entry/64: Shorten TEST instructionsBorislav Petkov2017-11-021-2/+2
* | | | | | | x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-022-2/+7
* | | | | | | x86/entry/64: Remove thread_struct::sp0Andy Lutomirski2017-11-024-20/+16
* | | | | | | x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski2017-11-021-2/+1