aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens2006-07-011-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-308-9/+2
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-307-7/+0
| * typo fixes: specfic -> specificAdrian Bunk2006-06-301-1/+1
| * typo fixes: occuring -> occurringAdrian Bunk2006-06-301-1/+1
* | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-3/+2
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-1/+2
* | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-1/+1
* | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-1/+1
|/
* [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-271-2/+2
* [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-271-1/+2
* [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-271-1/+1
* [PATCH] Notify page fault call chain for i386Anil S Keshavamurthy2006-06-261-2/+36
* [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-231-4/+4
* [PATCH] don't use flush_tlb_all in suspend timeShaohua Li2006-06-231-1/+2
* [PATCH] i386: fix get_segment_eip() with vm86 segmentsChuck Ebbert2006-06-231-4/+7
* [PATCH] i386: let usermode execute the "enter" instructionChuck Ebbert2006-06-231-5/+5
* [PATCH] build fix: CONFIG_MEMORY_HOTPLUG=y on i386KAMEZAWA Hiroyuki2006-05-211-1/+1
* [PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen2006-04-091-0/+2
* [PATCH] unify PFN_* macrosDave Hansen2006-03-271-0/+1
* [PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki2006-03-271-11/+0
* [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-271-1/+1
* [PATCH] pause_on_oops command line optionAndrew Morton2006-03-231-16/+23
* [PATCH] make bug messages more consistentIngo Molnar2006-03-231-2/+2
* [PATCH] i386: actively synchronize vmalloc area when registering certain call...Jan Beulich2006-03-231-57/+116
* [PATCH] x86: SMP alternativesGerd Hoffmann2006-03-231-23/+22
* [PATCH] hugepage: is_aligned_hugepage_range() cleanupDavid Gibson2006-03-221-12/+0
* [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-3/+3
* [PATCH] i386: pageattr remove __put_pageNick Piggin2006-03-221-7/+13
* [PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino2006-01-161-1/+1
* [PATCH] fix/simplify mutex debugging codeDavid Woodhouse2006-01-111-1/+1
* [PATCH] mutex subsystem, more debugging codeIngo Molnar2006-01-091-0/+4
* [PATCH] x86: change_page_attr() fixDave Jones2006-01-061-6/+21
* [PATCH] x86/x86_64: mark rodata section read only: x86 partsArjan van de Ven2006-01-061-0/+24
* [PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro2005-12-151-1/+1
* [PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen2005-12-121-8/+29
* [PATCH] arch/i386/mm/init.c: small cleanupsAdrian Bunk2005-11-131-1/+2
* [PATCH] x86: add an accessor function for getting the per-CPU gdtZachary Amsden2005-10-301-1/+1
* [PATCH] memory hotplug: i386 addition functionsDave Hansen2005-10-292-7/+59
* [PATCH] memory hotplug locking: node_size_lockDave Hansen2005-10-291-0/+3
* [PATCH] mm: split page table lockHugh Dickins2005-10-291-4/+4
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-291-3/+1
* [PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi2005-09-071-1/+3
* [PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai2005-09-072-5/+5
* [PATCH] i386: encapsulate copying of pgd entriesZachary Amsden2005-09-051-5/+5
* [PATCH] i386: use set_pte macros in a couple places where they were missingZachary Amsden2005-09-052-3/+4
* [PATCH] i386: inline asm cleanupZachary Amsden2005-09-052-4/+4
* [PATCH] x86: fix EFI memory map parsingMatt Tolentino2005-09-051-2/+3
* [PATCH] x86: compress the stack layout of do_page_fault()Ingo Molnar2005-09-051-14/+17