summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-189-17/+108
* x86/realmode: Decrypt trampoline area if memory encryption is activeTom Lendacky2017-07-181-0/+8
* x86/mm: Add support for changing the memory encryption attributeTom Lendacky2017-07-182-0/+65
* x86/mm: Add support to access persistent memory in the clearTom Lendacky2017-07-181-1/+30
* x86/boot: Use memremap() to map the MPF and MPC dataTom Lendacky2017-07-181-28/+70
* x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-185-7/+218
* x86/efi: Update EFI pagetable creation to work with SMETom Lendacky2017-07-181-4/+11
* efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-183-6/+6
* efi: Add an EFI table address match functionTom Lendacky2017-07-182-0/+40
* x86/boot/e820: Add support to determine the E820 type of an addressTom Lendacky2017-07-182-3/+25
* x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-186-5/+108
* x86/mm: Add support for early encryption/decryption of memoryTom Lendacky2017-07-182-0/+86
* x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-186-0/+81
* x86/mm: Add SME support for read_cr3_pa()Tom Lendacky2017-07-182-2/+8
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-1816-35/+133
* x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky2017-07-181-7/+9
* x86/mm: Add support to enable SME in early boot processingTom Lendacky2017-07-185-13/+82
* x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky2017-07-181-10/+8
* x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-185-0/+112
* x86/cpu/AMD: Handle SME reduction in physical address sizeTom Lendacky2017-07-181-11/+13
* x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky2017-07-184-0/+23
* x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2017-07-189-66/+55
* x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky2017-07-181-3/+3
* x86/cpu/AMD: Document AMD Secure Memory Encryption (SME)Tom Lendacky2017-07-182-0/+79
* Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-189101-212455/+801021
|\
| * x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()Baoquan He2017-07-181-3/+3
| * x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()Baoquan He2017-07-181-11/+14
| * x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...Baoquan He2017-07-181-17/+21
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-07-175-75/+139
| |\
| | * sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu2017-07-144-70/+132
| | * SPARC64: Fix sun4v DMA panicTushar Dave2017-07-121-5/+7
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-10/+53
| |\ \
| | * | genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner2017-07-121-10/+53
| * | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-1/+2
| |\ \ \
| | * | | smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner2017-07-111-1/+2
| * | | | Merge tag 'regmap-fix-w1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-07-171-2/+2
| |\ \ \ \
| | * | | | regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru2017-07-171-2/+2
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-07-1712-21/+674
| |\ \ \ \ \
| | * | | | | scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter2017-07-121-1/+1
| | * | | | | scsi: hisi_sas: make several const arrays staticColin Ian King2017-07-121-5/+5
| | * | | | | scsi: qla2xxx: Off by one in qlt_ctio_to_cmd()Dan Carpenter2017-07-121-1/+1
| | * | | | | scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn2017-07-121-1/+4
| | * | | | | scsi: virtio_scsi: always read VPD pages for multiqueue tooPaolo Bonzini2017-07-121-0/+1
| | * | | | | scsi: qedf: fix spelling mistake: "offlading" -> "offloading"Colin Ian King2017-07-121-1/+1
| | * | | | | scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King2017-07-121-1/+1
| | * | | | | scsi: isci: fix typo in function namesColin Ian King2017-07-121-7/+7
| | * | | | | scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter2017-07-121-4/+7
| | * | | | | scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali2017-07-123-0/+646
| * | | | | | Blackfin: flat: Use %x to format u32Geert Uytterhoeven2017-07-171-2/+2
| * | | | | | h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Geert Uytterhoeven2017-07-161-1/+1