aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
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-23x86: Suppress stack overrun message for init_taskJan Beulich1-1/+1
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-17Merge branch 'perf/core' into perf/probesIngo Molnar1-13/+11
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar1-13/+11
2009-11-08x86: Fix error return sequence in __ioremap_caller()Xiaotian Feng1-13/+11
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-15/+14
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker15-249/+437
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar7-77/+100
2009-10-12x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst1-31/+0
2009-10-12testmmiotrace.c: Add and use pr_fmt(fmt)Joe Perches1-15/+14
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-66/+76
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-0/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-4/+15
2009-09-24Merge branch 'linus' into x86/urgentIngo Molnar4-25/+10
2009-09-24x86: Reduce verbosity of "PAT enabled" kernel messageRoland Dreier1-2/+5
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-7/+8
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker15-263/+449
2009-09-23kcore: register module area in generic wayKAMEZAWA Hiroyuki1-3/+1
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki2-6/+1
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki1-3/+1
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2-6/+2
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki2-7/+8
2009-09-23Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgentIngo Molnar3-64/+71
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-3/+0
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-2/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2-2/+2
2009-09-21x86: split NX setup into separate file to limit unstack-protected codeJeremy Fitzhardinge3-65/+71
2009-09-21xen: check EFER for NX before setting up GDT mappingJeremy Fitzhardinge1-0/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-20includecheck fix: x86, shadow.cJaswinder Singh Rajput1-1/+0
2009-09-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-12/+17
2009-09-17Merge branch 'x86/pat' into x86/urgentH. Peter Anvin4-110/+296
2009-09-17x86, pat: don't use rb-tree based lookup in reserve_memtype()Suresh Siddha1-10/+2
2009-09-16HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2Andi Kleen1-4/+15
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-19/+2
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-106/+300
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar9-106/+126
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
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-11agp/intel: Fix the pre-9xx chipset flush.Eric Anholt1-0/+1
2009-09-10x86: Increase MIN_GAP to include randomized stackMichal Hocko1-2/+15