summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | x86: convert numa_64.c from round_up to roundupJoerg Roedel2008-07-261-5/+5
| | | * | | | | | | | x86: convert init_64.c from round_up to roundupJoerg Roedel2008-07-261-4/+4
| | | * | | | | | | | x86: convert pageattr.c from round_up to roundupJoerg Roedel2008-07-261-1/+1
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| * | | | | | | | | Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar2008-10-063-4/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-1410-108/+382
| | |\| | | | | |
| | * | | | | | | x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as staticJaswinder Singh2008-07-231-2/+2
| | * | | | | | | x86: mm/fault.c declare do_page_fault before they get usedJaswinder Singh2008-07-231-2/+1
| | * | | | | | | x86: mm/init_XX.c declare functions before they get usedJaswinder Singh2008-07-231-0/+1
| * | | | | | | | x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()Alex Nixon2008-09-141-4/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequence...Suresh Siddha2008-10-101-88/+61
* | | | | | | | x86, pat: cleanupsIngo Molnar2008-10-101-35/+32
* | | | | | | | x86: fix pagetable init 64-bit breakageSuresh Siddha2008-10-101-1/+1
* | | | | | | | x86: track memtype for RAM in page structSuresh Siddha2008-10-102-0/+102
* | | | | | | | x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do...Suresh Siddha2008-10-101-2/+38
* | | | | | | | x86, cpa: remove cpa pool codeSuresh Siddha2008-10-103-155/+5
* | | | | | | | x86, cpa: no need to check alias for __set_pages_p/__set_pages_npSuresh Siddha2008-10-101-7/+16
* | | | | | | | x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha2008-10-102-10/+34
* | | | | | | | x86, cpa: make the kernel physical mapping initialization a two pass sequenceSuresh Siddha2008-10-102-20/+144
* | | | | | | | Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar2008-09-141-16/+20
|\| | | | | | |
| * | | | | | | x86: fix two modpost warnings in mm/init_64.cJan Beulich2008-08-221-2/+2
| * | | | | | | x86: fix 1:1 mapping init on 64-bit (memory hotplug case)Jan Beulich2008-08-221-14/+18
* | | | | | | | x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obviousJeremy Fitzhardinge2008-09-051-3/+3
* | | | | | | | x86: have set_memory_array_{uc,wb} coalesce memtypes, fixVenki Pallipadi2008-08-231-1/+1
* | | | | | | | x86: have set_memory_array_{uc,wb} coalesce memtypes.Rene Herman2008-08-221-6/+32
* | | | | | | | x86: {reverve,free}_memtype() take a physical addressRene Herman2008-08-221-3/+3
* | | | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-229-42/+82
|\| | | | | | |
| * | | | | | | devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUSvenkatesh.pallipadi@intel.com2008-08-211-12/+5
| * | | | | | | x86: PAT proper tracking of set_memory_uc and friendsvenkatesh.pallipadi@intel.com2008-08-211-3/+3
| * | | | | | | x86, mmiotrace: silence section mismatch warning - leave_uniprocessorMarcin Slusarz2008-08-211-1/+3
| * | | | | | | x86: use WARN() in arch/x86/mm/ioremap.cArjan van de Ven2008-08-211-5/+3
| * | | | | | | x86: fix Xorg startup/shutdown slowdown with PATVenki Pallipadi2008-08-201-2/+31
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-164-16/+32
| |\ \ \ \ \ \
| | * | | | | | x86: fix section mismatch warning - spp_getpage()Marcin Slusarz2008-08-151-1/+5
| | * | | | | | x86: fix /proc/meminfo DirectMapHugh Dickins2008-08-152-7/+17
| | * | | | | | x86: don't call e820_regiter_active_regions if out of range on nodeYinghai Lu2008-08-141-4/+8
| | * | | | | | x86: use WARN() in arch/x86/mm/pageattr.cArjan van de Ven2008-08-132-4/+2
| | | |/ / / / | | |/| | | |
| * / | | | | x86: Fix ioremap off by one BUGAndi Kleen2008-08-151-1/+1
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-08-121-2/+1
| |\ \ \ \ \
| | * | | | | mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell2008-08-121-2/+1
| | | |_|/ / | | |/| | |
| * / | | | x86: work around gcc 3.4.x bugJeremy Fitzhardinge2008-08-111-0/+3
| |/ / / /
* | | | | x86: fix pageattr-testShaohua Li2008-08-211-2/+5
* | | | | x86, pageattr: introduce APIs to change pageattr of a page arrayShaohua Li2008-08-211-50/+166
* | | | | Revert "introduce two APIs for page attribute"Ingo Molnar2008-08-211-50/+8
* | | | | x86, pat: avoid highmem cache attribute aliasingNick Piggin2008-08-151-0/+3
* | | | | introduce two APIs for page attributeShaohua Li2008-08-151-8/+50
* | | | | x86: compile pat debugfs interface only if CONFIG_X86_PAT is setAndreas Herrmann2008-08-111-2/+2
|/ / / /
* | | | Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds2008-07-281-3/+6
* | | | x86: use generic show_mem()Johannes Weiner2008-07-262-84/+0
* | | | x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin2008-07-261-3/+40
* | | | x86: lockless get_user_pages_fast()Nick Piggin2008-07-262-0/+259
| |/ / |/| |