| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use... | Andy Lutomirski | 2018-02-15 | 1 | -1/+1 |
* | x86/cpu_entry_area: Move it out of the fixmap | Thomas Gleixner | 2017-12-22 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 2017-04-11 | 1 | -1/+1 |
|\ |
|
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | | x86/mm: Convert trivial cases of page table walk to 5-level paging | Kirill A. Shutemov | 2017-03-14 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-01 | 1 | -1/+0 |
|\ |
|
| * | x86/mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+0 |
* | | x86/mm: Use pte_none() to test for empty PTE | Dave Hansen | 2016-07-13 | 1 | -1/+1 |
|/ |
|
* | x86: Remove set_pmd_pfn | Matthew Wilcox | 2014-09-01 | 1 | -35/+0 |
* | x86: use generic early_ioremap | Mark Salter | 2014-04-08 | 1 | -1/+1 |
* | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+0 |
* | x86: remove last traces of quicklist usage | Peter Zijlstra | 2010-05-24 | 1 | -1/+0 |
* | x86: Fix parse_reservetop() build failure on certain configs | Ingo Molnar | 2010-05-03 | 1 | -0/+1 |
* | x86: Fix 'reservetop=' functionality | Liang Li | 2010-04-30 | 1 | -0/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | x86/32: no need to use set_pte_present in set_pte_vaddr | Jeremy Fitzhardinge | 2009-03-19 | 1 | -1/+1 |
*-. | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 1 | -16/+2 |
|\ \ |
|
| | * | x86: move __VMALLOC_RESERVE to pgtable_32.c | Pekka Enberg | 2009-03-03 | 1 | -0/+2 |
| |/
|/| |
|
| * | x86, fixmap: define reserve_top_address for x86_64 | Gustavo F. Padovan | 2009-02-28 | 1 | -16/+0 |
|/ |
|
* | i386: vmalloc size fix | Dave Young | 2008-08-21 | 1 | -1/+2 |
* | x86: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -47/+0 |
* | arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps' | Andrew Morton | 2008-07-09 | 1 | -1/+0 |
* | x86: move reservetop and vmalloc parsing to pgtable_32.c | Yinghai Lu | 2008-07-08 | 1 | -1/+34 |
* | x86: implement set_pte_vaddr | Jeremy Fitzhardinge | 2008-06-20 | 1 | -3/+3 |
* | x86: unify __set_fixmap | Jeremy Fitzhardinge | 2008-06-20 | 1 | -13/+1 |
* | x86: fix PAE pmd_bad bootup warning | Hugh Dickins | 2008-05-06 | 1 | -7/+0 |
* | x86: move pmd functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 2008-04-24 | 1 | -10/+0 |
* | x86: move pte functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 2008-04-24 | 1 | -7/+0 |
* | x86: add common mm/pgtable.c | Jeremy Fitzhardinge | 2008-04-24 | 1 | -187/+0 |
* | x86: remove pointless comments | WANG Cong | 2008-04-19 | 1 | -4/+0 |
* | x86: Remove redundant display of free swap space in show_mem() | Johannes Weiner | 2008-04-17 | 1 | -1/+0 |
* | x86: debug pmd_bad() | Ingo Molnar | 2008-04-17 | 1 | -0/+7 |
* | x86: remove quicklists | Thomas Gleixner | 2008-03-11 | 1 | -9/+9 |
* | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 2008-02-08 | 1 | -1/+4 |
* | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2008-02-05 | 1 | -6/+6 |
* | x86: revert "defer cr3 reload when doing pud_clear()" | Jeremy Fitzhardinge | 2008-02-04 | 1 | -7/+0 |
* | x86: unify PAE/non-PAE pgd_ctor | Jeremy Fitzhardinge | 2008-02-04 | 1 | -34/+20 |
* | x86: uninline __pte_free_tlb() and __pmd_free_tlb() | Ingo Molnar | 2008-01-31 | 1 | -0/+23 |
* | x86: use the same pgd_list for PAE and 64-bit | Jeremy Fitzhardinge | 2008-01-30 | 1 | -14/+5 |
* | x86: don't special-case pmd allocations as much | Jeremy Fitzhardinge | 2008-01-30 | 1 | -68/+0 |
* | x86: allocate and initialize unshared pmds | Jeremy Fitzhardinge | 2008-01-30 | 1 | -3/+11 |
* | x86: preallocate pmds at pgd creation time | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+70 |
* | x86: add mm parameter to paravirt_alloc_pd | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+3 |
* | x86: stop nmi softlockup warnings in show_mem() | Prarit Bhargava | 2007-10-17 | 1 | -0/+3 |
* | i386: avoid temporarily inconsistent pte-s | Jan Beulich | 2007-10-17 | 1 | -2/+1 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
* | i386: move mm | Thomas Gleixner | 2007-10-11 | 1 | -0/+373 |