aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-72/+86
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-31/+22
2009-09-14Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-09-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-09-10x86: split __phys_addr out into separate fileJeremy Fitzhardinge4-73/+83
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge1-0/+4
2009-09-06x86: Make memtype_seq_ops constTobias Klauser1-1/+1
2009-09-06x86: Decrease the level of some NUMA messages to KERN_DEBUGRafael J. Wysocki1-2/+2
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg1-0/+14
2009-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2009-08-24x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang1-1/+1
2009-08-21x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds1-11/+10
2009-08-17x86, pat: Allow ISA memory range uncacheable mapping requestsSuresh Siddha1-1/+2
2009-08-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-13/+27
2009-08-04x86, 32-bit: Fix double accounting in reserve_top_address()Jan Beulich1-1/+0
2009-08-03x86: Fix CPA memtype reserving in the set_pages_array*() casesThomas Hellstrom1-9/+21
2009-07-30x86, pat: Fix set_memory_wc related corruptionPallipadi, Venkatesh1-3/+6
2009-07-29Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+1
2009-07-29x86: Export kmap_atomic_prot() needed for TTM.Thomas Hellstrom1-0/+1
2009-07-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+4
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-3/+3
2009-07-21x86-64: Fix bad_srat() to clear all stateAndi Kleen1-2/+4
2009-07-11x86: Remove spurious printk level from segfault messageRoland Dreier1-1/+1
2009-07-08x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled inYinghai Lu1-2/+9
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-4/+5
2009-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-07-01x86: Declare check_efer() before it gets usedJaswinder Singh Rajput1-0/+1
2009-06-30x86: only clear node_states for 64bitYinghai Lu1-0/+2
2009-06-29x86, highmem_32.c: Clean up commentFigo.zhang1-1/+1
2009-06-29x86: Clean up dump_pagetable()Akinobu Mita1-30/+21
2009-06-23x86: Move init_gbpages() to setup_arch()Pekka J Enberg1-17/+0
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo1-1/+20
2009-06-22x86: reorganize cpa_process_alias()Tejun Heo1-27/+23
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+57
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+2
2009-06-20x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar1-1/+1
2009-06-17Merge branch 'linus' into perfcounters/coreIngo Molnar19-13/+1313
2009-06-17Merge branch 'linus' into x86/urgentIngo Molnar1-3/+7
2009-06-16x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar1-2/+2
2009-06-15x86, mm: Add __get_user_pages_fast()Peter Zijlstra1-0/+56
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-3/+7
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum4-17/+85
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-0/+8
2009-06-15kmemcheck: don't track page tablesVegard Nossum3-8/+10
2009-06-15x86: add hooks for kmemcheckVegard Nossum3-5/+17
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg1-6/+1
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg1-2/+7
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg1-3/+5