summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: earlyprintk: Fix regression to handle serial,ttySn as 1 argJason Wessel2009-10-011-1/+4
* x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=yEric Dumazet2009-10-011-0/+2
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-301-0/+8
|\
| * x86: Provide an alternative() based cmpxchg64()Arjan van de Ven2009-09-301-0/+8
* | Revert "x86, mce: do not compile mcelog message on AMD"Linus Torvalds2009-09-301-4/+1
|/
* ACPI: fix Compaq Evo N800c (Pentium 4m) boot hang regressionZhao Yakui2009-09-271-1/+1
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-261-0/+3
|\
| * perf_event, x86: Fix 'perf sched record' crashing the machinePeter Zijlstra2009-09-231-0/+3
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-269-103/+90
|\ \
| * \ Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-09-254-72/+17
| |\ \
| | * | x86: Cleanup linker script using new linker script macros.Tim Abbott2009-09-181-44/+3
| | * | x86: Use section .data.page_aligned for the idt_table.Tim Abbott2009-09-182-5/+2
| | * | x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-09-183-11/+5
| | * | x86: fix fragile computation of vsyscall addressAnders Kaseorg2009-09-181-12/+7
| * | | x86: early_printk: Protect against using the same device twiceJason Wessel2009-09-241-0/+5
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2009-09-2417-1069/+469
| |\ \ \
| * | | | x86: Reduce verbosity of "TSC is reliable" messageRoland Dreier2009-09-241-1/+1
| * | | | x86: mce: Use safer ways to access MCE registersIngo Molnar2009-09-231-2/+21
| * | | | x86: mce, inject: Use real inject-msg in raise_localHuang Ying2009-09-221-3/+4
| * | | | x86: mce: Fix thermal throttling message stormIngo Molnar2009-09-221-2/+4
| * | | | x86: mce: Clean up thermal throttling state tracking codeIngo Molnar2009-09-221-24/+39
* | | | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-242-11/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-235-18/+9
|\ \ \ \ \
| * | | | | cpumask: use mm_cpumask() wrapper: x86Rusty Russell2009-09-241-2/+2
| * | | | | cpumask: remove last assignment to mask field of struct irqaction.Rusty Russell2009-09-241-1/+0
| * | | | | cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-243-15/+7
| | |/ / / | |/| | |
* | | | | headers: utsname.h reduxAlexey Dobriyan2009-09-233-3/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-233-6/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use macros for .data.page_aligned section.Tim Abbott2009-09-211-1/+1
| * | | | Use macros for .bss.page_aligned section.Tim Abbott2009-09-212-2/+2
| * | | | Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
* | | | | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-231-14/+8
|\ \ \ \ \
| * | | | | x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-221-14/+8
* | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-231-3/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-0830-166/+408
| |\ \ \ \ \ \
| * | | | | | | intel-iommu: Unify hardware and software passthrough supportDavid Woodhouse2009-08-041-3/+2
| * | | | | | | iommu=pt is a valid early paramAlex Williamson2009-08-031-3/+1
* | | | | | | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2009-09-233-0/+126
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into sfi-releaseLen Brown2009-09-19104-3433/+3857
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | SFI: remove unneeded includesFeng Tang2009-09-151-7/+0
| * | | | | | | | sfi: Remove unused codeThomas Gleixner2009-09-151-4/+0
| * | | | | | | | x86: add arch-specific SFI supportFeng Tang2009-08-283-0/+137
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-09-231-747/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | early_printk: Allow more than one early consoleJason Wessel2009-09-231-32/+33
| * | | | | | | | | USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.cJason Wessel2009-09-231-715/+0
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath2009-09-221-1/+13
* | | | | | | | | x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath2009-09-221-18/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | trivial: fix missing printk space in amd_k7_smp_checkMichael Tokarev2009-09-211-1/+1
* | | | | | | | | mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-1/+1
OpenPOWER on IntegriCloud