aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/mm
AgeCommit message (Expand)Author
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
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron
2006-09-27[PATCH] Have x86 use add_active_range() and free_area_init_nodesMel Gorman
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2006-09-26[PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hype...Jeremy Fitzhardinge
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONESChristoph Lameter
2006-09-26[PATCH] convert i386 NUMA KVA space to bootmemkeith mannthey
2006-09-26[PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell
2006-09-26[PATCH] i386: make fault notifier unconditional and export itAndi Kleen
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell
2006-09-26[PATCH] i386: initialize end-of-memory variables as early as possibleJan Beulich
2006-09-25[PATCH] i386 bootioremap / kexec fixkeith mannthey
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-30typo fixes: specfic -> specificAdrian Bunk
2006-06-30typo fixes: occuring -> occurringAdrian Bunk
2006-06-27[PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto
2006-06-26[PATCH] Notify page fault call chain for i386Anil S Keshavamurthy
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov
2006-06-23[PATCH] don't use flush_tlb_all in suspend timeShaohua Li
2006-06-23[PATCH] i386: fix get_segment_eip() with vm86 segmentsChuck Ebbert
2006-06-23[PATCH] i386: let usermode execute the "enter" instructionChuck Ebbert
2006-05-21[PATCH] build fix: CONFIG_MEMORY_HOTPLUG=y on i386KAMEZAWA Hiroyuki