Sign in
android-kvm
/
linux
/
fea9cf321c916e9372874e6f2af1bf0b5beb89fb
/
arch
/
x86
/
mm
f4e5b30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a052f0a
mm: add pt_mm to struct page
by Matthew Wilcox
· 7 years ago
94d49eb
x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SME
by Kirill A. Shutemov
· 7 years ago
8316385
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0afe832
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5cef8c2
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
ed7588d
x86/mm: Stop pretending pgtable_l5_enabled is a variable
by Kirill A. Shutemov
· 7 years ago
ad3fe52
x86/mm: Unify pgtable_l5_enabled usage in early boot code
by Kirill A. Shutemov
· 7 years ago
0a0b152
x86/pkeys: Override pkey when moving away from PROT_EXEC
by Dave Hansen
· 7 years ago
1de392f
x86: Remove pr_fmt duplicate logging prefixes
by Joe Perches
· 7 years ago
ba54d85
x86/fault: Dump user opcode bytes on fatal faults
by Borislav Petkov
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
b7c21bc
x86/pti: Disallow global kernel text with RANDSTRUCT
by Dave Hansen
· 7 years ago
a44ca8f
x86/pti: Reduce amount of kernel text allowed to be Global
by Dave Hansen
· 7 years ago
58e65b5
x86/pti: Fix boot warning from Global-bit setting
by Dave Hansen
· 7 years ago
d2479a3
x86/pti: Fix boot problems from Global-bit setting
by Dave Hansen
· 7 years ago
d6ef1f1
x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y
by Joerg Roedel
· 7 years ago
6b0a02e
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e3e2881
x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
by Joerg Roedel
· 7 years ago
8c06c77
x86/pti: Leave kernel text global for !PCID
by Dave Hansen
· 7 years ago
39114b7
x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
by Dave Hansen
· 7 years ago
0f561fc
x86/pti: Enable global pages for shared areas
by Dave Hansen
· 7 years ago
639d6aa
x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
by Dave Hansen
· 7 years ago
1a54420
x86/mm: Remove extra filtering in pageattr code
by Dave Hansen
· 7 years ago
fb43d6c
x86/mm: Do not auto-massage page protections
by Dave Hansen
· 7 years ago
6f84f8d
xen, mm: allow deferred page initialization for xen pv domains
by Pavel Tatashin
· 7 years ago
8f2af15
exec: pass stack rlimit into mm layout functions
by Kees Cook
· 7 years ago
8a57f48
x86/mm: Introduce "default" kernel PTE mask
by Dave Hansen
· 7 years ago
606c719
x86/mm: Undo double _PAGE_PSE clearing
by Dave Hansen
· 7 years ago
d1440b2
x86/mm: Factor out pageattr _PAGE_GLOBAL setting
by Dave Hansen
· 7 years ago
078eb6a
x86/mm/memory_hotplug: determine block size based on the end of boot memory
by Pavel Tatashin
· 7 years ago
bc16d40
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
2fcd2b3
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d22fff8
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
986b37c
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fc5d107
x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_SIZE logic
by David Rientjes
· 7 years ago
0bc91d4
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
by Ingo Molnar
· 7 years ago
ea2301b
Merge branch 'linus' into x86/dma, to resolve a conflict with upstream
by Ingo Molnar
· 7 years ago
f36b753
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
8401c72
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
28ee90f
x86/mm: implement free pmd/pte page interfaces
by Toshi Kani
· 7 years ago
b6bdb75
mm/vmalloc: add interfaces to free unmapped page table
by Toshi Kani
· 7 years ago
c10f07a
dma/direct: Handle force decryption for DMA coherent buffers in common code
by Christoph Hellwig
· 7 years ago
b6e0547
dma/direct: Handle the memory encryption bit in common code
by Christoph Hellwig
· 7 years ago
e7de6c7c
dma/swiotlb: Remove swiotlb_set_mem_attributes()
by Christoph Hellwig
· 7 years ago
178c568
x86/dma: Remove dma_alloc_coherent_gfp_flags()
by Christoph Hellwig
· 7 years ago
038d07a
x86/dma: Remove dma_alloc_coherent_mask()
by Christoph Hellwig
· 7 years ago
565977a
x86/mm: Remove pointless checks in vmalloc_fault
by Toshi Kani
· 7 years ago
a7e6c70
x86, memremap: fix altmap accounting at free
by Dan Williams
· 7 years ago
745dd37
Merge branch 'x86/urgent' into x86/mm to pick up dependencies
by Thomas Gleixner
· 7 years ago
18a9552
x86/mm: Fix vmalloc_fault to use pXd_large
by Toshi Kani
· 7 years ago
3c76db7
Merge branch 'x86/pti' into x86/mm, to pick up dependencies
by Ingo Molnar
· 7 years ago
3ede341
x86/efi: Replace efi_pgd with efi_mm.pgd
by Sai Praneeth
· 7 years ago
b0599e2
Merge branch 'x86/mm' into efi/core
by Ingo Molnar
· 7 years ago
ed58d66
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c5b679f
x86/pti: Fix a comment typo
by Seunghun Han
· 7 years ago
9558080
x86/fault: Do not print IP in show_fault_oops()
by Borislav Petkov
· 7 years ago
7225a44
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
945fd17
x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
by Thomas Gleixner
· 7 years ago
ae8d1d0
x86/mm/sme: Disable stack protection for mem_encrypt_identity.c
by Tom Lendacky
· 7 years ago
85a2d93
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
672c0ae
x86/mm: Consider effective protection attributes in W+X check
by Jan Beulich
· 7 years ago
3f7df3e
Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes
by Ingo Molnar
· 7 years ago
39b9552
x86/mm: Optimize boot-time paging mode switching cost
by Kirill A. Shutemov
· 7 years ago
531bb52
x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
by Peter Zijlstra
· 7 years ago
3b3a926
x86/mm: Remove stale comment about KMEMCHECK
by Jann Horn
· 7 years ago
91f606a
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
by Kirill A. Shutemov
· 7 years ago
a741254
x86/mm: Adjust vmalloc base and size at boot-time
by Kirill A. Shutemov
· 7 years ago
4fa5662
x86/mm: Initialize 'page_offset_base' at boot-time
by Kirill A. Shutemov
· 7 years ago
e525de3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d4667ca
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
1299ef1
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()
by Andy Lutomirski
· 7 years ago
09e61a7
x86/mm: Make __VIRTUAL_MASK_SHIFT dynamic
by Kirill A. Shutemov
· 7 years ago
c65e774
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
by Kirill A. Shutemov
· 7 years ago
5c7919b
x86/mm: Make LDT_BASE_ADDR dynamic
by Kirill A. Shutemov
· 7 years ago
eedb92a
x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=y
by Kirill A. Shutemov
· 7 years ago
116fef6
x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' directory
by Andy Lutomirski
· 7 years ago
1070730
x86/mm/encrypt: Simplify sme_pgtable_calc()
by Kirill A. Shutemov
· 7 years ago
aad9839
x86/mm/encrypt: Simplify sme_populate_pgd() and sme_populate_pgd_large()
by Kirill A. Shutemov
· 7 years ago
1cd9c22
x86/mm/encrypt: Move page table helpers into separate translation unit
by Kirill A. Shutemov
· 7 years ago
515ab7c
x86/mm: Align TLB invalidation info
by Nadav Amit
· 7 years ago
cd026ca
x86/mm/kcore: Add vsyscall page to /proc/kcore conditionally
by Jia Zhang
· 7 years ago
595dd46
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
by Jia Zhang
· 7 years ago
15303ba
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
8284507
Merge branch 'linus' into sched/urgent, to resolve conflicts
by Ingo Molnar
· 7 years ago
3ff1b28
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
10bcc80
membarrier/x86: Provide core serializing command
by Mathieu Desnoyers
· 7 years ago
306e060
membarrier: Document scheduler barrier requirements
by Mathieu Desnoyers
· 7 years ago
3527799
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
ee95f40
Merge branch 'for-4.16/nfit' into libnvdimm-for-next
by Ross Zwisler
· 7 years ago
ab486bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
7bf14c2
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
18bf3c3
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
by Tim Chen
· 7 years ago
3ccabd6
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
36b3a77
x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels
by Andy Lutomirski
· 7 years ago
5beda7d
x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systems
by Andy Lutomirski
· 7 years ago
91cfc88
x86: Use __nostackprotect for sme_encrypt_kernel
by Laura Abbott
· 7 years ago
1d966eb
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
Next »