index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2019-12-10
x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/
Ingo Molnar
1
-2285
/
+0
2019-11-11
x86: Clean up ioremap()
Christoph Hellwig
1
-2
/
+2
2019-09-03
x86/mm: Remove the unused set_memory_wt() function
Christoph Hellwig
1
-17
/
+0
2019-09-03
x86/mm: Remove set_pages_x() and set_pages_nx()
Christoph Hellwig
1
-16
/
+0
2019-09-03
x86/mm: Remove the unused set_memory_array_*() functions
Christoph Hellwig
1
-75
/
+0
2019-09-03
x86/mm: Unexport set_memory_x() and set_memory_nx()
Christoph Hellwig
1
-2
/
+0
2019-08-29
x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel text
Thomas Gleixner
1
-8
/
+18
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-30
mm/hibernation: Make hibernation handle unmapped pages
Rick Edgecombe
1
-4
/
+0
2019-04-30
x86/mm/cpa: Add set_direct_map_*() functions
Rick Edgecombe
1
-3
/
+11
2019-03-07
x86/mm: Remove unused variable 'old_pte'
Qian Cai
1
-2
/
+2
2019-02-08
x86/mm/cpa: Fix set_mce_nospec()
Peter Zijlstra
1
-25
/
+25
2018-12-27
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-159
/
+112
2018-12-27
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2018-12-27
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+38
2018-12-17
x86/mm/cpa: Rename @addrinarray to @numpages
Peter Zijlstra
1
-26
/
+26
2018-12-17
x86/mm/cpa: Better use CLFLUSHOPT
Peter Zijlstra
1
-12
/
+17
2018-12-17
x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_fl...
Peter Zijlstra
1
-74
/
+18
2018-12-17
x86/mm/cpa: Make cpa_data::numpages invariant
Peter Zijlstra
1
-8
/
+13
2018-12-17
x86/mm/cpa: Optimize cpa_flush_array() TLB invalidation
Peter Zijlstra
1
-18
/
+24
2018-12-17
x86/mm/cpa: Simplify the code after making cpa->vaddr invariant
Peter Zijlstra
1
-9
/
+4
2018-12-17
x86/mm/cpa: Make cpa_data::vaddr invariant
Peter Zijlstra
1
-10
/
+8
2018-12-17
x86/mm/cpa: Add __cpa_addr() helper
Peter Zijlstra
1
-19
/
+19
2018-12-17
x86/mm/cpa: Fix cpa_flush_array() TLB invalidation
Peter Zijlstra
1
-8
/
+16
2018-12-03
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2018-11-30
x86/mm/pageattr: Introduce helper function to unmap EFI boot services
Sai Praneeth Prakhya
1
-2
/
+38
2018-11-04
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-29
x86/mm/pat: Disable preemption around __flush_tlb_all()
Sebastian Andrzej Siewior
1
-1
/
+5
2018-09-27
x86/mm/cpa: Optimize __cpa_flush_range()
Peter Zijlstra
1
-1
/
+1
2018-09-27
x86/mm/cpa: Factor common code between cpa_flush_*()
Peter Zijlstra
1
-16
/
+13
2018-09-27
x86/mm/cpa: Move CLFLUSH test into cpa_flush_array()
Peter Zijlstra
1
-11
/
+16
2018-09-27
x86/mm/cpa: Move CLFLUSH test into cpa_flush_range()
Peter Zijlstra
1
-8
/
+7
2018-09-27
x86/mm/cpa: Use flush_tlb_kernel_range()
Peter Zijlstra
1
-4
/
+5
2018-09-27
x86/mm/cpa: Unconditionally avoid WBINDV when we can
Peter Zijlstra
1
-16
/
+2
2018-09-27
x86/mm/cpa: Move flush_tlb_all()
Peter Zijlstra
1
-27
/
+17
2018-09-27
x86/mm/cpa: Use flush_tlb_all()
Peter Zijlstra
1
-11
/
+1
2018-09-27
x86/mm/cpa: Avoid the 4k pages check completely
Thomas Gleixner
1
-48
/
+16
2018-09-27
x86/mm/cpa: Do the range check early
Thomas Gleixner
1
-4
/
+23
2018-09-27
x86/mm/cpa: Optimize same protection check
Thomas Gleixner
1
-0
/
+14
2018-09-27
x86/mm/cpa: Add sanity check for existing mappings
Thomas Gleixner
1
-10
/
+67
2018-09-27
x86/mm/cpa: Avoid static protection checks on unmap
Thomas Gleixner
1
-0
/
+7
2018-09-27
x86/mm/cpa: Add large page preservation statistics
Thomas Gleixner
1
-2
/
+97
2018-09-27
x86/mm/cpa: Add debug mechanism
Thomas Gleixner
1
-9
/
+52
2018-09-27
x86/mm/cpa: Allow range check for static protections
Thomas Gleixner
1
-25
/
+44
2018-09-27
x86/mm/cpa: Rework static_protections()
Thomas Gleixner
1
-64
/
+98
2018-09-27
x86/mm/cpa: Split, rename and clean up try_preserve_large_page()
Thomas Gleixner
1
-61
/
+60
2018-09-01
x86/mce: Fix set_mce_nospec() to avoid #GP fault
LuckTony
1
-1
/
+24
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-4
/
+4
2018-08-08
x86/mm/pat: Make set_memory_np() L1TF safe
Andi Kleen
1
-4
/
+4
[next]