summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-101-10/+8
* x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET2011-02-021-8/+0
* x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-1/+4
* x86: Fix improper large page preservationmatthieu castet2010-11-181-10/+18
* Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie2010-04-201-8/+45
|\
| * arch/x86: Add array variants for setting memory to wc caching.Pauli Nieminen2010-04-061-8/+45
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
|/
* x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K a...Suresh Siddha2010-02-221-2/+23
* x86, pageattr: Make set_memory_(x|nx) aware of NX supportH. Peter Anvin2009-11-161-0/+6
* x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha2009-11-021-2/+1
* x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha2009-11-021-4/+6
* tracing: allow to change permissions for text with dynamic ftrace enabledSteven Rostedt2009-10-271-1/+2
* x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha2009-10-201-0/+14
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-0/+1
|\
| * agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-19/+2
|\ \
| * | percpu: kill lpage first chunk allocatorTejun Heo2009-08-141-19/+1
| * | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-12/+27
| |\|
| * | x86,percpu: generalize lpage first chunk allocatorTejun Heo2009-07-041-0/+1
* | | x86, pat: Fix cacheflush address in change_page_attr_set_clr()Jack Steiner2009-09-091-1/+7
| |/ |/|
* | x86: Fix CPA memtype reserving in the set_pages_array*() casesThomas Hellstrom2009-08-031-9/+21
* | x86, pat: Fix set_memory_wc related corruptionPallipadi, Venkatesh2009-07-301-3/+6
|/
* x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo2009-06-221-1/+20
* x86: reorganize cpa_process_alias()Tejun Heo2009-06-221-27/+23
* kmemcheck: don't track page tablesVegard Nossum2009-06-151-1/+1
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-14/+0
|\
| * Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-081-50/+77
| |\
| * \ Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-31/+116
| |\ \
| * | | x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-291-14/+0
| * | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-0/+7
| |\ \ \
* | | | | x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh2009-05-261-14/+3
* | | | | x86: cpa_flush_array wbinvd should be done on all CPUsvenkatesh.pallipadi@intel.com2009-05-221-1/+7
* | | | | x86: bugfix wbinvd() model check instead of family checkvenkatesh.pallipadi@intel.com2009-05-221-2/+2
| |_|_|/ |/| | |
* | | | x86, PAT: Changing memtype to WC ensuring no WB aliasvenkatesh.pallipadi@intel.com2009-04-101-1/+8
* | | | x86, PAT: Handle faults cleanly in set_memory_ APIsvenkatesh.pallipadi@intel.com2009-04-101-48/+65
* | | | x86, PAT: Change order of cpa and free in set_memory_wbvenkatesh.pallipadi@intel.com2009-04-101-4/+7
| |_|/ |/| |
* | | x86, CPA: Add set_pages_arrayuc and set_pages_array_wbvenkatesh.pallipadi@intel.com2009-03-201-0/+63
* | | x86, PAT: Add support for struct page pointer array in cpa set_clrvenkatesh.pallipadi@intel.com2009-03-201-29/+50
* | | x86, CPA: Add a flag parameter to cpa set_clr()venkatesh.pallipadi@intel.com2009-03-201-5/+5
* | | x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-2/+3
* | | Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar2009-03-121-0/+11
|\| | | |/ |/|
| * x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar2009-03-111-0/+11
* | x86, pat: add large-PAT check to split_large_page()Ingo Molnar2009-02-201-0/+7
|/
* x86: use the right protections for split-up pagetablesIngo Molnar2009-02-201-10/+5
* x86: CPA avoid repeated lazy mmu flushThomas Gleixner2009-02-121-8/+7
* x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge2009-02-121-0/+14
* x86: fix page attribute corruption with cpa()Suresh Siddha2009-01-211-15/+34
* x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
* proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-231-6/+5