summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky2-0/+185
2017-07-18x86/efi: Update EFI pagetable creation to work with SMETom Lendacky1-4/+11
2017-07-18efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2-5/+5
2017-07-18x86/boot/e820: Add support to determine the E820 type of an addressTom Lendacky2-3/+25
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky6-5/+108
2017-07-18x86/mm: Add support for early encryption/decryption of memoryTom Lendacky2-0/+86
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky4-0/+69
2017-07-18x86/mm: Add SME support for read_cr3_pa()Tom Lendacky2-2/+8
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky14-35/+113
2017-07-18x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky1-7/+9
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky4-13/+77
2017-07-18x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky1-10/+8
2017-07-18x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky4-0/+77
2017-07-18x86/cpu/AMD: Handle SME reduction in physical address sizeTom Lendacky1-11/+13
2017-07-18x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky4-0/+23
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky6-51/+39
2017-07-18x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky1-3/+3
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar1571-17427/+38517
2017-07-18x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()Baoquan He1-3/+3
2017-07-18x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()Baoquan He1-11/+14
2017-07-18x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...Baoquan He1-17/+21
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-75/+139
2017-07-17Blackfin: flat: Use %x to format u32Geert Uytterhoeven1-2/+2
2017-07-16h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Geert Uytterhoeven1-1/+1
2017-07-16blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven2-4/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+19
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds21-406/+145
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds127-1771/+2206
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-82/+201
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-172/+320
2017-07-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2017-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-12/+1
2017-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-75/+74
2017-07-15Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds14-31/+162
2017-07-15xtensa: use generic fb.hTobias Klauser2-12/+1
2017-07-14Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-14sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu4-70/+132
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan4-19/+40
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li6-5/+13
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li5-10/+35
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li5-37/+51
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li4-13/+12
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds42-404/+370
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan4-6/+17
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek2-4/+3
2017-07-13x86/efi: move asmlinkage before return typeJoe Perches1-2/+2
2017-07-13sh: move inline before return typeJoe Perches1-1/+1
2017-07-13MIPS: SMP: move asmlinkage before return typeJoe Perches1-1/+1
2017-07-13m68k: coldfire: move inline before return typeJoe Perches1-2/+2
2017-07-13ia64: sn: pci: move inline before typeJoe Perches2-3/+3