aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart1-2/+1
2009-12-28x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg1-10/+9
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar1-2/+1
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2-1/+5
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-14x86: Fix build warning in arch/x86/mm/mmio-mod.cJoe Perches1-1/+1
2009-12-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-57/+56
2009-12-11Merge commit 'linus/master' into x86/urgentH. Peter Anvin1-2/+2
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+1
2009-12-10x86: mmio-mod.c: Use pr_fmtJoe Perches1-36/+35
2009-12-10x86: kmmio.c: Add and use pr_fmt(fmt)Joe Perches1-20/+20
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-12-09Merge branch 'linus' into x86/urgentIngo Molnar12-176/+389
2009-12-08Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-31/+2
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-145/+387
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2009-12-07Merge branch 'linus' into x86/urgentIngo Molnar5-55/+30
2009-12-06x86: Fix typo in arch/x86/mm/kmmio.cShaun Patterson1-1/+1
2009-12-05Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-05Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-31/+0
2009-12-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-26x86/pat: Trivial: don't create debugfs for memtype if pat is disabledXiaotian Feng1-2/+4
2009-11-24x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu1-12/+0
2009-11-23x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin1-5/+0
2009-11-23x86, mm: is_untracked_pat_range() takes a normal semiclosed rangeH. Peter Anvin1-3/+3
2009-11-23x86: UV SGI: Don't track GRU space in PATJack Steiner1-3/+9
2009-11-23x86: Suppress stack overrun message for init_taskJan Beulich1-1/+1
2009-11-23x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu1-1/+20
2009-11-23x86, numa, bootmem: Only free bootmem on NUMA failure pathYinghai Lu1-2/+8
2009-11-23x86: apic: Print out SRAT table APIC id in hexYinghai Lu1-2/+2
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-1/+7
2009-11-19x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich1-1/+2
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar1-13/+11
2009-11-16x86, mm: Report state of NX protections during bootKees Cook2-4/+22
2009-11-16x86, mm: Clean up and simplify NX enablementH. Peter Anvin2-39/+8
2009-11-16x86, pageattr: Make set_memory_(x|nx) aware of NX supportH. Peter Anvin1-0/+6
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar1-13/+11
2009-11-10x86: pat: Remove ioremap_default()Xiaotian Feng1-25/+1
2009-11-10x86: pat: Clean up req_type special case for reserve_memtype()Xiaotian Feng1-6/+1
2009-11-08x86: Fix error return sequence in __ioremap_caller()Xiaotian Feng1-13/+11
2009-11-02x86_64, cpa: Use only text section in set_kernel_text_rw/roSuresh Siddha1-2/+10
2009-11-02x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha1-2/+1
2009-11-02x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha3-6/+8
2009-10-27tracing: allow to change permissions for text with dynamic ftrace enabledSteven Rostedt1-1/+2
2009-10-23x86: Remove pfn in add_one_highpage_init()Minchan Kim1-2/+2
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-15/+14
2009-10-20x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha2-1/+27
2009-10-20x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_RODATASuresh Siddha1-3/+3
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker15-249/+437