| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: Add NX protection for kernel data | Matthieu Castet | 2010-11-18 | 1 | -1/+4 |
* | x86: Fix improper large page preservation | matthieu castet | 2010-11-18 | 1 | -10/+18 |
* | Merge branch 'drm-ttm-pool' into drm-core-next | Dave Airlie | 2010-04-20 | 1 | -8/+45 |
|\ |
|
| * | arch/x86: Add array variants for setting memory to wc caching. | Pauli Nieminen | 2010-04-06 | 1 | -8/+45 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
|/ |
|
* | x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K a... | Suresh Siddha | 2010-02-22 | 1 | -2/+23 |
* | x86, pageattr: Make set_memory_(x|nx) aware of NX support | H. Peter Anvin | 2009-11-16 | 1 | -0/+6 |
* | x86_64, ftrace: Make ftrace use kernel identity mapping to modify code | Suresh Siddha | 2009-11-02 | 1 | -2/+1 |
* | x86, cpa: Fix kernel text RO checks in static_protection() | Suresh Siddha | 2009-11-02 | 1 | -4/+6 |
* | tracing: allow to change permissions for text with dynamic ftrace enabled | Steven Rostedt | 2009-10-27 | 1 | -1/+2 |
* | x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA | Suresh Siddha | 2009-10-20 | 1 | -0/+14 |
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-09-24 | 1 | -0/+1 |
|\ |
|
| * | agp/intel: Fix the pre-9xx chipset flush. | Eric Anholt | 2009-09-11 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 1 | -19/+2 |
|\ \ |
|
| * | | percpu: kill lpage first chunk allocator | Tejun Heo | 2009-08-14 | 1 | -19/+1 |
| * | | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 1 | -12/+27 |
| |\| |
|
| * | | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -0/+1 |
* | | | x86, pat: Fix cacheflush address in change_page_attr_set_clr() | Jack Steiner | 2009-09-09 | 1 | -1/+7 |
| |/
|/| |
|
* | | x86: Fix CPA memtype reserving in the set_pages_array*() cases | Thomas Hellstrom | 2009-08-03 | 1 | -9/+21 |
* | | x86, pat: Fix set_memory_wc related corruption | Pallipadi, Venkatesh | 2009-07-30 | 1 | -3/+6 |
|/ |
|
* | x86: fix pageattr handling for lpage percpu allocator and re-enable it | Tejun Heo | 2009-06-22 | 1 | -1/+20 |
* | x86: reorganize cpa_process_alias() | Tejun Heo | 2009-06-22 | 1 | -27/+23 |
* | kmemcheck: don't track page tables | Vegard Nossum | 2009-06-15 | 1 | -1/+1 |
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -14/+0 |
|\ |
|
| * | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2009-05-08 | 1 | -50/+77 |
| |\ |
|
| * \ | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 1 | -31/+116 |
| |\ \ |
|