aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/mm
AgeCommit message (Expand)Author
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19mm: fault feedback #2Nick Piggin
2007-07-18paravirt: export __supported_pte_maskJeremy Fitzhardinge
2007-07-18paravirt: add an "mm" argument to alloc_ptJeremy Fitzhardinge
2007-06-21Allow DEBUG_RODATA and KPROBES to co-existArjan van de Ven
2007-06-20x86: change_page_attr bandaidsAndi Kleen
2007-06-07enable interrupts in user path of page fault.Steven Rostedt
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-15x86: Fix discontigmem + non-HIGHMEM compileLinus Torvalds
2007-05-12SLUB: i386 supportChristoph Lameter
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08move die notifier handling to common codeChristoph Hellwig
2007-05-08use SLAB_PANIC flag cleanupAkinobu Mita
2007-05-07get_unmapped_area handles MAP_FIXED on i386Benjamin Herrenschmidt
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds
2007-05-02[PATCH] i386: PARAVIRT: flush lazy mmu updates on kunmap_atomicJeremy Fitzhardinge
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge
2007-05-02[PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge
2007-05-02[PATCH] i386: PARAVIRT: Hooks to set up initial pagetableJeremy Fitzhardinge
2007-05-02[PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_...Jeremy Fitzhardinge
2007-05-02[PATCH] x86: tighten kernel image page access rightsJan Beulich
2007-05-02[PATCH] x86: Improve handling of kernel mappings in change_page_attrJan Beulich
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal
2007-05-02[PATCH] i386: adjustments to page table dump during oops (v4)Jan Beulich
2007-04-08[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden
2007-02-13[PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.Rusty Russell
2007-02-13[PATCH] x86: simplify notify_page_fault()Jan Beulich
2007-02-13[PATCH] i386: vMI backend for paravirt-opsZachary Amsden
2007-02-13[PATCH] MM: page allocation hooks for VMI backendZachary Amsden
2007-02-11[PATCH] highmem: catch illegal nestingIngo Molnar
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev
2007-02-09[PATCH] misc NULL noise removalAl Viro
2007-01-11[PATCH] i386: Fix memory hotplug related MODPOST generated warningVivek Goyal
2006-12-22[PATCH] memory hotplug: fix compile error for i386 with NUMA configYasunori Goto
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] Fix kunmap_atomic's use of kpte_clear_flush()Jeremy Fitzhardinge
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra
2006-12-07[PATCH] shared page table for hugetlb pageChen, Kenneth W
2006-12-07[PATCH] i386: Preserve EFI run time regions with memmap parameterArtiom Myaskouvskey
2006-12-07[PATCH] i386: clear_fixmap() should not use set_pte()Jan Beulich
2006-12-07[PATCH] paravirt: Add MMU virtualization to paravirt_opsRusty Russell
2006-12-07[PATCH] i386: substitute __va lookup with pfn_to_kaddrDavid Rientjes
2006-12-07[PATCH] i386: Use probe_kernel_address instead of __get_user in fault pathsAndi Kleen
2006-12-07[PATCH] i386: Use CLFLUSH instead of WBINVD in change_page_attrAndi Kleen
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman
2006-10-03BUG_ON cleanups in arch/i386Eric Sesterhenn
2006-10-01[PATCH] paravirt: update pte hookZachary Amsden
2006-10-01[PATCH] paravirt: kpte flushZachary Amsden
2006-10-01[PATCH] Generic ioremap_page_range: i386 conversionHaavard Skinnemoen