aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-31hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson1-1/+1
2007-08-22Fix lazy mode vmalloc synchronization for paravirtZachary Amsden1-2/+3
2007-08-11x86: Disable CLFLUSH support againAndi Kleen1-1/+1
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki1-1/+1
2007-07-26Revert most of "x86: Fix alternatives and kprobes to remap write-protected kernel text"Linus Torvalds1-3/+11
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown1-1/+1
2007-07-22x86: Fix alternatives and kprobes to remap write-protected kernel textAndi Kleen1-11/+3
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani1-0/+10
2007-07-21i386: fix iounmap's use of vm_struct's size fieldJeremy Fitzhardinge1-1/+1
2007-07-21i386: pgd_{c,d}tor() staticAdrian Bunk1-3/+3
2007-07-21i386: minor nx handling adjustmentJan Beulich1-3/+4
2007-07-21x86: Always flush pages in change_page_attrAndi Kleen1-3/+17
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-07-18paravirt: export __supported_pte_maskJeremy Fitzhardinge1-0/+1
2007-07-18paravirt: add an "mm" argument to alloc_ptJeremy Fitzhardinge2-2/+2
2007-06-21Allow DEBUG_RODATA and KPROBES to co-existArjan van de Ven1-1/+2
2007-06-20x86: change_page_attr bandaidsAndi Kleen1-12/+18
2007-06-07enable interrupts in user path of page fault.Steven Rostedt1-0/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-15x86: Fix discontigmem + non-HIGHMEM compileLinus Torvalds1-6/+3
2007-05-12SLUB: i386 supportChristoph Lameter2-16/+17
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+2
2007-05-08use SLAB_PANIC flag cleanupAkinobu Mita1-7/+2
2007-05-07get_unmapped_area handles MAP_FIXED on i386Benjamin Herrenschmidt1-0/+6
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds1-8/+7
2007-05-02[PATCH] i386: PARAVIRT: flush lazy mmu updates on kunmap_atomicJeremy Fitzhardinge1-0/+1
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge1-2/+7
2007-05-02[PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge4-24/+89
2007-05-02[PATCH] i386: PARAVIRT: Hooks to set up initial pagetableJeremy Fitzhardinge1-47/+91
2007-05-02[PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_VDSOJeremy Fitzhardinge1-6/+0
2007-05-02[PATCH] x86: tighten kernel image page access rightsJan Beulich1-6/+19
2007-05-02[PATCH] x86: Improve handling of kernel mappings in change_page_attrJan Beulich1-2/+2
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal1-7/+8
2007-05-02[PATCH] i386: adjustments to page table dump during oops (v4)Jan Beulich1-20/+35
2007-04-08[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden1-0/+2
2007-02-13[PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.Rusty Russell1-1/+0
2007-02-13[PATCH] x86: simplify notify_page_fault()Jan Beulich1-10/+8
2007-02-13[PATCH] i386: vMI backend for paravirt-opsZachary Amsden1-0/+2
2007-02-13[PATCH] MM: page allocation hooks for VMI backendZachary Amsden3-4/+26
2007-02-11[PATCH] highmem: catch illegal nestingIngo Molnar1-3/+4
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev1-26/+0
2007-02-09[PATCH] misc NULL noise removalAl Viro1-1/+1
2007-01-11[PATCH] i386: Fix memory hotplug related MODPOST generated warningVivek Goyal1-2/+2
2006-12-22[PATCH] memory hotplug: fix compile error for i386 with NUMA configYasunori Goto2-8/+30
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds6-18/+30
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-5/+5
2006-12-07[PATCH] Fix kunmap_atomic's use of kpte_clear_flush()Jeremy Fitzhardinge1-10/+8
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra1-6/+4