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
/
pageattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm: Simplify enabling direct_gbpages
Luis R. Rodriguez
2015-03-05
1
-2
/
+0
*
x86/mm: Unexport set_memory_ro() and set_memory_rw()
Daniel Borkmann
2015-02-28
1
-2
/
+0
*
Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2014-12-16
1
-0
/
+20
|
\
|
*
x86: Introduce function to get pmd entry pointer
Juergen Gross
2014-12-04
1
-0
/
+20
*
|
mm/debug-pagealloc: make debug-pagealloc boottime configurable
Joonsoo Kim
2014-12-13
1
-1
/
+1
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-12-10
1
-34
/
+50
|
\
\
|
|
/
|
/
|
|
*
x86: Respect PAT bit when copying pte values between large and normal pages
Juergen Gross
2014-11-16
1
-10
/
+23
|
*
x86: Use new cache mode type in memtype related functions
Juergen Gross
2014-11-16
1
-5
/
+4
|
*
x86: Use new cache mode type in setting page attributes
Juergen Gross
2014-11-16
1
-24
/
+28
|
*
x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c
Juergen Gross
2014-11-16
1
-1
/
+1
*
|
x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE
Dexuan Cui
2014-10-29
1
-1
/
+1
|
/
*
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-03-31
1
-17
/
+39
|
\
|
*
Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo
Matt Fleming
2014-03-05
1
-4
/
+8
|
|
\
|
|
*
x86/mm/pageattr: Always dump the right page table in an oops
Matt Fleming
2014-03-04
1
-4
/
+8
|
*
|
x86, pageattr: Export page unmapping interface
Borislav Petkov
2014-03-04
1
-13
/
+31
|
|
/
*
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-03-31
1
-4
/
+4
|
\
\
|
*
|
x86: Use clflushopt in clflush_cache_range
Ross Zwisler
2014-02-27
1
-4
/
+4
|
|
/
*
|
x86, pageattr: Correct WBINVD spelling in comment
Borislav Petkov
2014-03-13
1
-3
/
+3
|
/
*
x86/mm/cpa: Map in an arbitrary pgd
Borislav Petkov
2013-11-02
1
-7
/
+46
*
x86/mm/pageattr: Add last levels of error path
Borislav Petkov
2013-11-02
1
-1
/
+93
*
x86/mm/pageattr: Add a PUD error unwinding path
Borislav Petkov
2013-11-02
1
-2
/
+58
*
x86/mm/pageattr: Add a PTE pagetable populating function
Borislav Petkov
2013-11-02
1
-1
/
+21
*
x86/mm/pageattr: Add a PMD pagetable populating function
Borislav Petkov
2013-11-02
1
-1
/
+81
*
x86/mm/pageattr: Add a PUD pagetable populating function
Borislav Petkov
2013-11-02
1
-1
/
+86
*
x86/mm/pageattr: Add a PGD pagetable populating function
Borislav Petkov
2013-11-02
1
-0
/
+39
*
x86/mm/pageattr: Lookup address in an arbitrary PGD
Borislav Petkov
2013-11-02
1
-10
/
+26
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-04-30
1
-5
/
+4
|
\
|
*
x86/mm/cpa: Cleanup split_large_page() and its callee
Borislav Petkov
2013-04-10
1
-5
/
+4
*
|
x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is set
Boris Ostrovsky
2013-04-12
1
-0
/
+2
*
|
x86/mm/cpa: Convert noop to functional fix
Andrea Arcangeli
2013-04-11
1
-5
/
+5
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-02-26
1
-3
/
+47
|
\
|
*
x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...
Andrea Arcangeli
2013-02-24
1
-3
/
+47
|
*
Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"
Linus Torvalds
2012-12-15
1
-6
/
+4
|
*
x86-64/efi: Use EFI to deal with platform wall clock (again)
Jan Beulich
2012-10-30
1
-4
/
+6
*
|
memory-hotplug: common APIs to support page tables hot-remove
Wen Congyang
2013-02-23
1
-22
/
+25
*
|
Merge remote-tracking branch 'origin/x86/mm' into x86/mm2
H. Peter Anvin
2013-02-01
1
-11
/
+39
|
\
\
|
*
|
x86, mm: Create slow_virt_to_phys()
Dave Hansen
2013-01-25
1
-0
/
+31
|
*
|
x86, mm: Use new pagetable helpers in try_preserve_large_page()
Dave Hansen
2013-01-25
1
-7
/
+4
|
*
|
x86: Use __pa_symbol instead of __pa on C visible symbols
Alexander Duyck
2012-11-16
1
-4
/
+4
|
|
/
*
|
x86, mm: use pfn_range_is_mapped() with CPA
Yinghai Lu
2012-11-17
1
-13
/
+3
|
/
*
Revert "x86-64/efi: Use EFI to deal with platform wall clock"
H. Peter Anvin
2012-08-14
1
-6
/
+4
*
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-07-26
1
-4
/
+6
|
\
|
*
x86-64/efi: Use EFI to deal with platform wall clock
Jan Beulich
2012-06-06
1
-4
/
+6
*
|
x86/mm: Fix some kernel-doc warnings
Wanpeng Li
2012-06-11
1
-1
/
+1
|
/
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-01-11
1
-6
/
+0
|
\
|
*
mm, x86: Remove debug_pagealloc_enabled
Stanislaw Gruszka
2011-12-06
1
-6
/
+0
*
|
arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be static
H Hartley Sweeten
2011-12-05
1
-1
/
+1
|
/
*
x86: Fix common misspellings
Lucas De Marchi
2011-03-18
1
-1
/
+1
*
x86/mm: Fix pgd_lock deadlock
Andrea Arcangeli
2011-03-10
1
-10
/
+8
*
x86, nx: Don't force pages RW when setting NX bits
Matthieu CASTET
2011-02-02
1
-8
/
+0
[next]