summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+39
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2014-03-13x86, pageattr: Correct WBINVD spelling in commentBorislav Petkov1-3/+3
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming1-4/+8
2014-03-04x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming1-4/+8
2014-03-04x86, pageattr: Export page unmapping interfaceBorislav Petkov1-13/+31
2014-02-27x86: Use clflushopt in clflush_cache_rangeRoss Zwisler1-4/+4
2013-11-02x86/mm/cpa: Map in an arbitrary pgdBorislav Petkov1-7/+46
2013-11-02x86/mm/pageattr: Add last levels of error pathBorislav Petkov1-1/+93
2013-11-02x86/mm/pageattr: Add a PUD error unwinding pathBorislav Petkov1-2/+58
2013-11-02x86/mm/pageattr: Add a PTE pagetable populating functionBorislav Petkov1-1/+21
2013-11-02x86/mm/pageattr: Add a PMD pagetable populating functionBorislav Petkov1-1/+81
2013-11-02x86/mm/pageattr: Add a PUD pagetable populating functionBorislav Petkov1-1/+86
2013-11-02x86/mm/pageattr: Add a PGD pagetable populating functionBorislav Petkov1-0/+39
2013-11-02x86/mm/pageattr: Lookup address in an arbitrary PGDBorislav Petkov1-10/+26
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+4
2013-04-12x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky1-0/+2
2013-04-11x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli1-5/+5
2013-04-10x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov1-5/+4
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+47
2013-02-24x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli1-3/+47
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang1-22/+25
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-11/+39
2013-01-25x86, mm: Create slow_virt_to_phys()Dave Hansen1-0/+31
2013-01-25x86, mm: Use new pagetable helpers in try_preserve_large_page()Dave Hansen1-7/+4
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-6/+4
2012-11-17x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu1-13/+3
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-4/+4
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich1-4/+6
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin1-6/+4
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+6
2012-06-11x86/mm: Fix some kernel-doc warningsWanpeng Li1-1/+1
2012-06-06x86-64/efi: Use EFI to deal with platform wall clockJan Beulich1-4/+6
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+0
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka1-6/+0
2011-12-05arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli1-10/+8
2011-02-02x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET1-8/+0
2010-11-18x86: Add NX protection for kernel dataMatthieu Castet1-1/+4
2010-11-18x86: Fix improper large page preservationmatthieu castet1-10/+18
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie1-8/+45
2010-04-06arch/x86: Add array variants for setting memory to wc caching.Pauli Nieminen1-8/+45
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-02-22x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K a...Suresh Siddha1-2/+23
2009-11-16x86, pageattr: Make set_memory_(x|nx) aware of NX supportH. Peter Anvin1-0/+6
2009-11-02x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha1-2/+1
2009-11-02x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha1-4/+6
2009-10-27tracing: allow to change permissions for text with dynamic ftrace enabledSteven Rostedt1-1/+2
2009-10-20x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha1-0/+14