index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, x86: get_user_pages() for dax mappings
Dan Williams
2016-01-15
1
-3
/
+54
*
mm, dax: convert vmf_insert_pfn_pmd() to pfn_t
Dan Williams
2016-01-15
1
-2
/
+3
*
x86, mm: introduce vmem_altmap to augment vmemmap_populate()
Dan Williams
2016-01-15
1
-7
/
+26
*
x86, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
2
-25
/
+1
*
mm: drop tail page refcounting
Kirill A. Shutemov
2016-01-15
1
-4
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-01-15
1
-6
/
+6
|
\
|
*
x86: mm: support ARCH_MMAP_RND_BITS
Daniel Cashman
2016-01-14
1
-6
/
+6
*
|
x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNED
Kefeng Wang
2016-01-12
1
-2
/
+1
*
|
x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...
Dave Jones
2016-01-12
1
-0
/
+3
*
|
Merge commit 'linus' into x86/urgent, to pick up recent x86 changes
Ingo Molnar
2016-01-12
10
-56
/
+116
|
\
\
|
|
/
|
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-01-11
8
-48
/
+113
|
|
\
|
|
*
x86/mm: Micro-optimise clflush_cache_range()
Chris Wilson
2016-01-08
1
-4
/
+6
|
|
*
x86/mm/pat: Change free_memtype() to support shrinking case
Toshi Kani
2016-01-05
2
-10
/
+44
|
|
*
x86/mm/pat: Add untrack_pfn_moved for mremap
Toshi Kani
2016-01-05
1
-0
/
+10
|
|
*
x86/mm: Drop WARN from multi-BAR check
Laura Abbott
2015-12-29
1
-2
/
+2
|
|
*
x86/mm: Introduce max_possible_pfn
Igor Mammedov
2015-12-06
1
-0
/
+2
|
|
*
x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-only
Borislav Petkov
2015-12-04
1
-1
/
+1
|
|
*
x86/mm: Turn CONFIG_X86_PTDUMP into a module
Kees Cook
2015-11-23
3
-32
/
+49
|
*
|
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
2015-12-19
1
-2
/
+2
|
*
|
Merge branch 'linus' into x86/cleanups
Thomas Gleixner
2015-12-19
6
-30
/
+66
|
|
\
\
|
*
|
|
x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer
Juergen Gross
2015-11-25
1
-6
/
+1
*
|
|
|
x86/mm: Add barriers and document switch_mm()-vs-flush synchronization
Andy Lutomirski
2016-01-11
1
-3
/
+26
|
|
/
/
|
/
|
|
*
|
|
Fix user-visible spelling error
Linus Torvalds
2015-12-15
1
-1
/
+1
*
|
|
x86/mpx: Fix instruction decoder condition
Dave Hansen
2015-12-05
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-22
1
-6
/
+41
|
\
\
|
*
|
x86/mpx: Fix 32-bit address space calculation
Dave Hansen
2015-11-12
1
-5
/
+17
|
*
|
x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernels
Dave Hansen
2015-11-12
1
-1
/
+24
*
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-15
1
-1
/
+16
|
\
\
\
|
|
/
/
|
*
|
x86/mm: Skip the hypervisor range when walking PGD
Boris Ostrovsky
2015-11-07
1
-1
/
+16
|
|
/
*
|
Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-11-10
2
-4
/
+4
|
\
\
|
*
|
x86, mm: quiet arch_add_memory()
Dan Williams
2015-10-09
2
-4
/
+4
*
|
|
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
2015-11-09
1
-14
/
+0
*
|
|
kasan: update log messages
Andrey Konovalov
2015-11-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-11-03
6
-59
/
+125
|
\
\
|
*
|
x86/mm: Warn on W^X mappings
Stephen Smalley
2015-10-06
4
-2
/
+46
|
*
|
x86/mm: Fix no-change case in try_preserve_large_page()
Toshi Kani
2015-09-22
1
-1
/
+1
|
*
|
x86/mm: Fix __split_large_page() to handle large PAT bit
Toshi Kani
2015-09-22
1
-12
/
+19
|
*
|
x86/mm: Fix try_preserve_large_page() to handle large PAT bit
Toshi Kani
2015-09-22
1
-10
/
+14
|
*
|
x86/mm: Fix gup_huge_p?d() to handle large PAT bit
Toshi Kani
2015-09-22
1
-10
/
+8
|
*
|
x86/mm: Fix slow_virt_to_phys() to handle large PAT bit
Toshi Kani
2015-09-22
1
-7
/
+17
|
*
|
x86/mm: Fix page table dump to show PAT bit
Toshi Kani
2015-09-22
1
-18
/
+21
*
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-11-03
1
-7
/
+8
|
\
\
\
|
*
|
|
x86/fpu/mpx: Rework MPX 'xstate' types
Dave Hansen
2015-09-14
1
-4
/
+5
|
*
|
|
x86/fpu: Rename XSAVE macros
Dave Hansen
2015-09-14
1
-3
/
+3
*
|
|
|
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-03
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
x86/microcode: Merge the early microcode loader
Borislav Petkov
2015-10-21
1
-2
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
2015-10-27
1
-3
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled
Sai Praneeth
2015-10-25
1
-3
/
+6
*
|
|
|
x86/mm: Set NX on gap between __ex_table and rodata
Stephen Smalley
2015-10-02
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-09-17
1
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]