summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-10-02x86: Simplify bound checks in the MTRR codeArjan van de Ven1-5/+12
2009-10-02x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2-22/+38
2009-10-02x86: fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-10-02const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-10-01x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich1-13/+23
2009-10-01x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCALJaswinder Singh Rajput1-4/+0
2009-10-01x86: earlyprintk: Fix regression to handle serial,ttySn as 1 argJason Wessel1-1/+4
2009-10-01x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=yEric Dumazet2-2/+6
2009-10-01x86: Fix csum_ipv6_magic asm memory clobberSamuel Thibault1-1/+2
2009-10-01x86: Optimize cmpxchg64() at build-time some moreLinus Torvalds1-1/+2
2009-10-01Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+83
2009-10-01x86: Provide an alternative() based cmpxchg64()Arjan van de Ven4-14/+83
2009-09-30Revert "x86, mce: do not compile mcelog message on AMD"Linus Torvalds1-4/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2009-09-27x86: Fix hwpoison code related build failure on 32-bit NUMAQLinus Torvalds1-0/+11
2009-09-27ACPI: fix Compaq Evo N800c (Pentium 4m) boot hang regressionZhao Yakui1-1/+1
2009-09-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-188/+180
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar7-76/+25
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-2/+6
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-4/+15
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan3-13/+4
2009-09-24x86: Remove redundant non-NUMA topology functionsRusty Russell1-10/+0
2009-09-24x86: early_printk: Protect against using the same device twiceJason Wessel1-0/+5
2009-09-24Merge branch 'linus' into x86/urgentIngo Molnar34-1137/+529
2009-09-24x86: Reduce verbosity of "PAT enabled" kernel messageRoland Dreier1-2/+5
2009-09-24x86: Reduce verbosity of "TSC is reliable" messageRoland Dreier1-1/+1
2009-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds9-31/+22
2009-09-24headers: utsname.h reduxAlexey Dobriyan3-3/+0
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell4-14/+15
2009-09-24cpumask: remove arch_send_call_function_ipiRusty Russell1-1/+0
2009-09-24cpumask: remove last assignment to mask field of struct irqaction.Rusty Russell1-1/+0
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan3-15/+7
2009-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds7-12/+13
2009-09-23Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+8
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-4/+3
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-4/+134
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-1/+2
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-747/+33
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-6/+4
2009-09-23x86: mce: Use safer ways to access MCE registersIngo Molnar1-2/+21
2009-09-23Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2-20/+15
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 Hiroyuki2-3/+5
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2-6/+2
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki2-7/+8
2009-09-23early_printk: Allow more than one early consoleJason Wessel1-32/+33