summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2010-08-13x86: don't send SIGBUS for kernel page faultsLinus Torvalds
2010-08-13memory hotplug: fix a bug on /dev/mem for 64-bit kernelsShaohui Zheng
2010-03-15x86, mm: Allow highmem user page tables to be disabled at boot timeIan Campbell
2010-02-09x86: Set hotpluggable nodes in nodes_possible_mapDavid Rientjes
2009-11-08x86: Fix error return sequence in __ioremap_caller()Xiaotian Feng
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24Merge branch 'linus' into x86/urgentIngo Molnar
2009-09-24x86: Reduce verbosity of "PAT enabled" kernel messageRoland Dreier
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki
2009-09-23Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven
2009-09-21x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge
2009-09-21xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-20includecheck fix: x86, shadow.cJaswinder Singh Rajput
2009-09-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-09-17Merge branch 'x86/pat' into x86/urgentH. Peter Anvin
2009-09-17x86, pat: don't use rb-tree based lookup in reserve_memtype()Suresh Siddha
2009-09-16HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-14Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-09-14Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-09-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-11agp/intel: Fix the pre-9xx chipset flush.Eric Anholt
2009-09-10x86: Increase MIN_GAP to include randomized stackMichal Hocko
2009-09-10x86: split __phys_addr out into separate fileJeremy Fitzhardinge
2009-09-10x86: Export kmap_atomic_to_page()Avi Kivity
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge
2009-09-09x86, pat: Fix cacheflush address in change_page_attr_set_clr()Jack Steiner
2009-09-06x86: Make memtype_seq_ops constTobias Klauser
2009-09-06x86: Decrease the level of some NUMA messages to KERN_DEBUGRafael J. Wysocki
2009-09-04kmemleak: Don't scan uninitialized memory when kmemcheck is enabledPekka Enberg
2009-08-26Merge branch 'x86/urgent' into x86/patH. Peter Anvin
2009-08-26x86, pat: Sanity check remap_pfn_range for RAM regionVenkatesh Pallipadi
2009-08-26x86, pat: Lookup the protection from memtype list on vm_insert_pfn()Venkatesh Pallipadi
2009-08-26x86, pat: Add lookup_memtype to get the current memtype of a paddrVenkatesh Pallipadi
2009-08-26x86, pat: Use page flags to track memtypes of RAM pagesVenkatesh Pallipadi
2009-08-26x86, pat: Add rbtree to do quick lookup in memtype trackingVenkatesh Pallipadi