summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-182-0/+185
* 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-182-5/+5
* 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-184-0/+69
* 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-1814-35/+113
* 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-184-13/+77
* 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-184-0/+77
* 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-186-51/+39
* x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky2017-07-181-3/+3
* Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-181571-17427/+38517
|\
| * 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-185-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
| * | 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
| * | blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven2017-07-162-4/+2
| * | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+19
| |\ \
| | * | spufs: Implement show_optionsDavid Howells2017-07-111-3/+19
| * | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-1521-406/+145
| |\ \ \
| | * | | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-0411-343/+0
| | * | | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-0410-63/+145
| * | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-15127-1771/+2206
| |\ \ \ \
| | * | | | MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki2017-07-111-1/+1
| | * | | | MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn2017-07-111-1/+1
| | * | | | MIPS: generic: Support MIPS Boston development boardsPaul Burton2017-07-115-0/+311
| | * | | | MIPS: DTS: img: Don't attempt to build-in all .dtb filesPaul Burton2017-07-111-2/+1
| | * | | | MIPS: Traced negative syscalls should return -ENOSYSJames Hogan2017-07-111-0/+7
| | * | | | MIPS: Correct forced syscall errorsJames Hogan2017-07-111-1/+1
| | * | | | MIPS: Negate error syscall return in traceJames Hogan2017-07-111-1/+1
| | * | | | MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS selectJames Hogan2017-07-111-1/+0
| | * | | | MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki2017-07-1116-0/+16
| | * | | | MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki2017-07-111-0/+1
| | * | | | MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki2017-07-051-2/+37
| | * | | | MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki2017-07-054-0/+7
| | * | | | MIPS: VDSO: Fix a mismatch between comment and preprocessor constantAleksandar Markovic2017-06-291-1/+1
| | * | | | MIPS: VDSO: Add implementation of gettimeofday() fallbackGoran Ferenc2017-06-291-1/+23
| | * | | | MIPS: VDSO: Add implementation of clock_gettime() fallbackGoran Ferenc2017-06-291-3/+22