| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Add support to access persistent memory in the clear | Tom Lendacky | 2017-07-18 | 1 | -1/+30 |
* | x86/boot: Use memremap() to map the MPF and MPC data | Tom Lendacky | 2017-07-18 | 1 | -28/+70 |
* | x86/mm: Add support to access boot related data in the clear | Tom Lendacky | 2017-07-18 | 2 | -0/+185 |
* | x86/efi: Update EFI pagetable creation to work with SME | Tom Lendacky | 2017-07-18 | 1 | -4/+11 |
* | efi: Update efi_mem_type() to return an error rather than 0 | Tom Lendacky | 2017-07-18 | 2 | -5/+5 |
* | x86/boot/e820: Add support to determine the E820 type of an address | Tom Lendacky | 2017-07-18 | 2 | -3/+25 |
* | x86/mm: Insure that boot memory areas are mapped properly | Tom Lendacky | 2017-07-18 | 6 | -5/+108 |
* | x86/mm: Add support for early encryption/decryption of memory | Tom Lendacky | 2017-07-18 | 2 | -0/+86 |
* | x86/mm: Extend early_memremap() support with additional attrs | Tom Lendacky | 2017-07-18 | 4 | -0/+69 |
* | x86/mm: Add SME support for read_cr3_pa() | Tom Lendacky | 2017-07-18 | 2 | -2/+8 |
* | x86/mm: Provide general kernel support for memory encryption | Tom Lendacky | 2017-07-18 | 14 | -35/+113 |
* | x86/mm: Simplify p[g4um]d_page() macros | Tom Lendacky | 2017-07-18 | 1 | -7/+9 |
* | x86/mm: Add support to enable SME in early boot processing | Tom Lendacky | 2017-07-18 | 4 | -13/+77 |
* | x86/mm: Remove phys_to_virt() usage in ioremap() | Tom Lendacky | 2017-07-18 | 1 | -10/+8 |
* | x86/mm: Add Secure Memory Encryption (SME) support | Tom Lendacky | 2017-07-18 | 4 | -0/+77 |
* | x86/cpu/AMD: Handle SME reduction in physical address size | Tom Lendacky | 2017-07-18 | 1 | -11/+13 |
* | x86/cpu/AMD: Add the Secure Memory Encryption CPU feature | Tom Lendacky | 2017-07-18 | 4 | -0/+23 |
* | x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings | Tom Lendacky | 2017-07-18 | 6 | -51/+39 |
* | x86/mm/pat: Set write-protect cache mode for full PAT support | Tom Lendacky | 2017-07-18 | 1 | -3/+3 |
* | Merge branch 'x86/boot' into x86/mm, to pick up interacting changes | Ingo Molnar | 2017-07-18 | 1571 | -17427/+38517 |
|\ |
|
| * | x86/boot/KASLR: Rename process_e820_entry() into process_mem_region() | Baoquan He | 2017-07-18 | 1 | -3/+3 |
| * | x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry() | Baoquan He | 2017-07-18 | 1 | -11/+14 |
| * | x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820... | Baoquan He | 2017-07-18 | 1 | -17/+21 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2017-07-18 | 5 | -75/+139 |
| |\ |
|
| | * | sparc64: Measure receiver forward progress to avoid send mondo timeout | Jane Chu | 2017-07-14 | 4 | -70/+132 |
| | * | SPARC64: Fix sun4v DMA panic | Tushar Dave | 2017-07-12 | 1 | -5/+7 |
| * | | Blackfin: flat: Use %x to format u32 | Geert Uytterhoeven | 2017-07-17 | 1 | -2/+2 |
| * | | h8300: Add missing closing parenthesis in flat_get_addr_from_rp() | Geert Uytterhoeven | 2017-07-16 | 1 | -1/+1 |
| * | | blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes | Geert Uytterhoeven | 2017-07-16 | 2 | -4/+2 |
| * | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-07-15 | 1 | -3/+19 |
| |\ \ |
|
| | * | | spufs: Implement show_options | David Howells | 2017-07-11 | 1 | -3/+19 |
| * | | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 21 | -406/+145 |
| |\ \ \ |
|
| | * | | | kill {__,}{get,put}_user_unaligned() | Al Viro | 2017-07-04 | 11 | -343/+0 |
| | * | | | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 2017-07-04 | 10 | -63/+145 |
| * | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-07-15 | 127 | -1771/+2206 |
| |\ \ \ \ |
|
| | * | | | | MIPS: Fix MIPS I ISA /proc/cpuinfo reporting | Maciej W. Rozycki | 2017-07-11 | 1 | -1/+1 |
| | * | | | | MIPS: Fix minimum alignment requirement of IRQ stack | Matt Redfearn | 2017-07-11 | 1 | -1/+1 |
| | * | | | | MIPS: generic: Support MIPS Boston development boards | Paul Burton | 2017-07-11 | 5 | -0/+311 |
| | * | | | | MIPS: DTS: img: Don't attempt to build-in all .dtb files | Paul Burton | 2017-07-11 | 1 | -2/+1 |
| | * | | | | MIPS: Traced negative syscalls should return -ENOSYS | James Hogan | 2017-07-11 | 1 | -0/+7 |
| | * | | | | MIPS: Correct forced syscall errors | James Hogan | 2017-07-11 | 1 | -1/+1 |
| | * | | | | MIPS: Negate error syscall return in trace | James Hogan | 2017-07-11 | 1 | -1/+1 |
| | * | | | | MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS select | James Hogan | 2017-07-11 | 1 | -1/+0 |
| | * | | | | MIPS16e2: Provide feature overrides for non-MIPS16 systems | Maciej W. Rozycki | 2017-07-11 | 16 | -0/+16 |
| | * | | | | MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfo | Maciej W. Rozycki | 2017-07-11 | 1 | -0/+1 |
| | * | | | | MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructions | Maciej W. Rozycki | 2017-07-05 | 1 | -2/+37 |
| | * | | | | MIPS: MIPS16e2: Identify ASE presence | Maciej W. Rozycki | 2017-07-05 | 4 | -0/+7 |
| | * | | | | MIPS: VDSO: Fix a mismatch between comment and preprocessor constant | Aleksandar Markovic | 2017-06-29 | 1 | -1/+1 |
| | * | | | | MIPS: VDSO: Add implementation of gettimeofday() fallback | Goran Ferenc | 2017-06-29 | 1 | -1/+23 |
| | * | | | | MIPS: VDSO: Add implementation of clock_gettime() fallback | Goran Ferenc | 2017-06-29 | 1 | -3/+22 |