index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/dma: Remove dma_alloc_coherent_gfp_flags()
Christoph Hellwig
2018-03-20
1
-7
/
+0
*
x86/dma: Remove dma_alloc_coherent_mask()
Christoph Hellwig
2018-03-20
1
-3
/
+1
*
x86/mm: Remove pointless checks in vmalloc_fault
Toshi Kani
2018-03-15
1
-39
/
+17
*
Merge branch 'x86/urgent' into x86/mm to pick up dependencies
Thomas Gleixner
2018-03-14
1
-3
/
+3
|
\
|
*
x86/mm: Fix vmalloc_fault to use pXd_large
Toshi Kani
2018-03-14
1
-3
/
+3
|
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-03-11
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-03-04
2
-0
/
+21
|
|
\
\
|
*
\
\
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-26
2
-4
/
+2
|
|
\
\
\
*
|
\
\
\
Merge branch 'x86/pti' into x86/mm, to pick up dependencies
Ingo Molnar
2018-03-12
5
-5
/
+24
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
x86/pti: Fix a comment typo
Seunghun Han
2018-03-08
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
Thomas Gleixner
2018-03-01
2
-0
/
+21
|
|
|
/
|
|
/
|
|
*
|
x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
Peter Zijlstra
2018-02-21
1
-0
/
+2
|
*
|
x86/mm: Remove stale comment about KMEMCHECK
Jann Horn
2018-02-20
1
-4
/
+0
*
|
|
x86/mm/sme: Disable stack protection for mem_encrypt_identity.c
Tom Lendacky
2018-02-28
2
-2
/
+3
*
|
|
x86/mm: Consider effective protection attributes in W+X check
Jan Beulich
2018-02-26
1
-36
/
+58
*
|
|
Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes
Ingo Molnar
2018-02-26
5
-9
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-02-15
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
x86/mm/kcore: Add vsyscall page to /proc/kcore conditionally
Jia Zhang
2018-02-13
1
-1
/
+2
|
|
*
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
Jia Zhang
2018-02-13
1
-2
/
+1
|
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-15
5
-7
/
+7
|
|
\
\
|
|
*
|
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
2018-02-15
5
-7
/
+7
*
|
|
|
x86/mm: Optimize boot-time paging mode switching cost
Kirill A. Shutemov
2018-02-21
1
-0
/
+6
*
|
|
|
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
2018-02-16
7
-28
/
+32
*
|
|
|
x86/mm: Adjust vmalloc base and size at boot-time
Kirill A. Shutemov
2018-02-16
1
-1
/
+2
*
|
|
|
x86/mm: Initialize 'page_offset_base' at boot-time
Kirill A. Shutemov
2018-02-16
1
-4
/
+4
*
|
|
|
x86/mm: Make __VIRTUAL_MASK_SHIFT dynamic
Kirill A. Shutemov
2018-02-14
2
-3
/
+13
*
|
|
|
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
2018-02-14
3
-9
/
+7
*
|
|
|
x86/mm: Make LDT_BASE_ADDR dynamic
Kirill A. Shutemov
2018-02-14
1
-1
/
+4
*
|
|
|
x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
2018-02-14
1
-8
/
+0
*
|
|
|
x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...
Andy Lutomirski
2018-02-13
1
-0
/
+32
*
|
|
|
x86/mm/encrypt: Simplify sme_pgtable_calc()
Kirill A. Shutemov
2018-02-13
1
-30
/
+12
*
|
|
|
x86/mm/encrypt: Simplify sme_populate_pgd() and sme_populate_pgd_large()
Kirill A. Shutemov
2018-02-13
1
-87
/
+72
*
|
|
|
x86/mm/encrypt: Move page table helpers into separate translation unit
Kirill A. Shutemov
2018-02-13
3
-582
/
+607
*
|
|
|
x86/mm: Align TLB invalidation info
Nadav Amit
2018-02-13
1
-1
/
+1
|
/
/
/
*
|
|
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-10
1
-0
/
+19
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-02-01
18
-308
/
+1248
|
|
\
\
|
*
|
|
x86/mm: add a function to check if a pfn is UC/UC-/WC
Haozhong Zhang
2018-01-16
1
-0
/
+19
*
|
|
|
Merge branch 'linus' into sched/urgent, to resolve conflicts
Ingo Molnar
2018-02-06
5
-51
/
+92
|
\
\
\
\
|
*
\
\
\
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-06
2
-46
/
+57
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch 'for-4.16/nfit' into libnvdimm-for-next
Ross Zwisler
2018-02-03
4
-55
/
+22
|
|
|
\
\
\
\
|
|
*
|
|
|
|
mm: split altmap memory map allocation from normal case
Christoph Hellwig
2018-01-08
1
-1
/
+4
|
|
*
|
|
|
|
mm: pass the vmem_altmap to vmemmap_free
Christoph Hellwig
2018-01-08
1
-29
/
+38
|
|
*
|
|
|
|
mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
Christoph Hellwig
2018-01-08
2
-6
/
+4
|
|
*
|
|
|
|
mm: pass the vmem_altmap to vmemmap_populate
Christoph Hellwig
2018-01-08
1
-2
/
+2
|
|
*
|
|
|
|
mm: pass the vmem_altmap to arch_add_memory and __add_pages
Christoph Hellwig
2018-01-08
2
-7
/
+9
|
|
*
|
|
|
|
mm: don't export arch_add_memory
Christoph Hellwig
2018-01-08
1
-1
/
+0
|
*
|
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-04
1
-1
/
+32
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
Tim Chen
2018-01-30
1
-1
/
+32
|
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2018-02-01
1
-3
/
+2
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
x86: do not use print_symbol()
Sergey Senozhatsky
2018-01-05
1
-3
/
+2
[next]