aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-09-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2009-09-30x86: Provide an alternative() based cmpxchg64()Arjan van de Ven1-0/+8
2009-09-30Revert "x86, mce: do not compile mcelog message on AMD"Linus Torvalds1-4/+1
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/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-09-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-103/+90
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar4-72/+17
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-11/+3
2009-09-24x86: early_printk: Protect against using the same device twiceJason Wessel1-0/+5
2009-09-24Merge branch 'linus' into x86/urgentIngo Molnar17-1069/+469
2009-09-24x86: Reduce verbosity of "TSC is reliable" messageRoland Dreier1-1/+1
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-18/+9
2009-09-23headers: utsname.h reduxAlexey Dobriyan3-3/+0
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-2/+2
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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds3-6/+5
2009-09-23Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds1-14/+8
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-3/+2
2009-09-23Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6Linus Torvalds3-0/+126
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-747/+33
2009-09-23x86: mce: Use safer ways to access MCE registersIngo Molnar1-2/+21
2009-09-23early_printk: Allow more than one early consoleJason Wessel1-32/+33
2009-09-23USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.cJason Wessel1-715/+0
2009-09-23perf_event, x86: Fix 'perf sched record' crashing the machinePeter Zijlstra1-0/+3
2009-09-22x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath1-1/+13
2009-09-22x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath1-18/+1
2009-09-22x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath1-14/+8
2009-09-22x86: mce, inject: Use real inject-msg in raise_localHuang Ying1-3/+4
2009-09-22x86: mce: Fix thermal throttling message stormIngo Molnar1-2/+4
2009-09-22x86: mce: Clean up thermal throttling state tracking codeIngo Molnar1-24/+39
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-288/+288
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+6
2009-09-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-63/+74
2009-09-21trivial: fix missing printk space in amd_k7_smp_checkMichael Tokarev1-1/+1
2009-09-21perf: Tidy up after the big renameIngo Molnar1-7/+7
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar8-262/+262
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-24/+24
2009-09-21Merge branch 'linus' into perfcounters/renameIngo Molnar38-713/+537
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-1/+1
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott2-2/+2
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds2-2/+0
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-5/+5
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-47/+45
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6