index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pageattr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-11
x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()
Dexuan Cui
1
-2
/
+0
2015-05-11
x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)
Luis R. Rodriguez
1
-0
/
+3
2015-05-11
x86/mm: Do not flush last cacheline twice in clflush_cache_range()
Ross Zwisler
1
-7
/
+6
2015-03-05
x86/mm: Simplify enabling direct_gbpages
Luis R. Rodriguez
1
-2
/
+0
2015-02-28
x86/mm: Unexport set_memory_ro() and set_memory_rw()
Daniel Borkmann
1
-2
/
+0
2014-12-17
Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+20
2014-12-13
mm/debug-pagealloc: make debug-pagealloc boottime configurable
Joonsoo Kim
1
-1
/
+1
2014-12-11
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-34
/
+50
2014-12-04
x86: Introduce function to get pmd entry pointer
Juergen Gross
1
-0
/
+20
2014-11-16
x86: Respect PAT bit when copying pte values between large and normal pages
Juergen Gross
1
-10
/
+23
2014-11-16
x86: Use new cache mode type in memtype related functions
Juergen Gross
1
-5
/
+4
2014-11-16
x86: Use new cache mode type in setting page attributes
Juergen Gross
1
-24
/
+28
2014-11-16
x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.c
Juergen Gross
1
-1
/
+1
2014-10-29
x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE
Dexuan Cui
1
-1
/
+1
2014-03-31
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-17
/
+39
2014-03-31
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+4
2014-03-14
x86, pageattr: Correct WBINVD spelling in comment
Borislav Petkov
1
-3
/
+3
2014-03-05
Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo
Matt Fleming
1
-4
/
+8
2014-03-05
x86/mm/pageattr: Always dump the right page table in an oops
Matt Fleming
1
-4
/
+8
2014-03-04
x86, pageattr: Export page unmapping interface
Borislav Petkov
1
-13
/
+31
2014-02-27
x86: Use clflushopt in clflush_cache_range
Ross Zwisler
1
-4
/
+4
2013-11-02
x86/mm/cpa: Map in an arbitrary pgd
Borislav Petkov
1
-7
/
+46
2013-11-02
x86/mm/pageattr: Add last levels of error path
Borislav Petkov
1
-1
/
+93
2013-11-02
x86/mm/pageattr: Add a PUD error unwinding path
Borislav Petkov
1
-2
/
+58
2013-11-02
x86/mm/pageattr: Add a PTE pagetable populating function
Borislav Petkov
1
-1
/
+21
2013-11-02
x86/mm/pageattr: Add a PMD pagetable populating function
Borislav Petkov
1
-1
/
+81
2013-11-02
x86/mm/pageattr: Add a PUD pagetable populating function
Borislav Petkov
1
-1
/
+86
2013-11-02
x86/mm/pageattr: Add a PGD pagetable populating function
Borislav Petkov
1
-0
/
+39
2013-11-02
x86/mm/pageattr: Lookup address in an arbitrary PGD
Borislav Petkov
1
-10
/
+26
2013-04-30
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+4
2013-04-12
x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is set
Boris Ostrovsky
1
-0
/
+2
2013-04-11
x86/mm/cpa: Convert noop to functional fix
Andrea Arcangeli
1
-5
/
+5
2013-04-10
x86/mm/cpa: Cleanup split_large_page() and its callee
Borislav Petkov
1
-5
/
+4
2013-02-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+47
2013-02-24
x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...
Andrea Arcangeli
1
-3
/
+47
2013-02-24
memory-hotplug: common APIs to support page tables hot-remove
Wen Congyang
1
-22
/
+25
2013-02-01
Merge remote-tracking branch 'origin/x86/mm' into x86/mm2
H. Peter Anvin
1
-11
/
+39
2013-01-26
x86, mm: Create slow_virt_to_phys()
Dave Hansen
1
-0
/
+31
2013-01-26
x86, mm: Use new pagetable helpers in try_preserve_large_page()
Dave Hansen
1
-7
/
+4
2012-12-16
Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"
Linus Torvalds
1
-6
/
+4
2012-11-17
x86, mm: use pfn_range_is_mapped() with CPA
Yinghai Lu
1
-13
/
+3
2012-11-17
x86: Use __pa_symbol instead of __pa on C visible symbols
Alexander Duyck
1
-4
/
+4
2012-10-30
x86-64/efi: Use EFI to deal with platform wall clock (again)
Jan Beulich
1
-4
/
+6
2012-08-14
Revert "x86-64/efi: Use EFI to deal with platform wall clock"
H. Peter Anvin
1
-6
/
+4
2012-07-27
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+6
2012-06-11
x86/mm: Fix some kernel-doc warnings
Wanpeng Li
1
-1
/
+1
2012-06-06
x86-64/efi: Use EFI to deal with platform wall clock
Jan Beulich
1
-4
/
+6
2012-01-12
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+0
2011-12-06
mm, x86: Remove debug_pagealloc_enabled
Stanislaw Gruszka
1
-6
/
+0
2011-12-05
arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be static
H Hartley Sweeten
1
-1
/
+1
[next]