summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-2932-971/+28
|\
| * x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin2012-05-162-117/+0
| * x86, realmode: Mask out EFER.LMA when saving trampoline EFERH. Peter Anvin2012-05-161-3/+8
| * x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen2012-05-082-0/+10
| * x86, realmode: fixes compilation issue in tboot.cJarkko Sakkinen2012-05-081-1/+1
| * x86, realmode: header for trampoline codeJarkko Sakkinen2012-05-082-13/+16
| * x86, realmode: flattened rm hierachyJarkko Sakkinen2012-05-081-1/+1
| * x86, realmode: don't copy real_mode_headerJarkko Sakkinen2012-05-085-37/+30
| * x86, realmode: fix 64-bit wakeup sequenceJarkko Sakkinen2012-05-081-1/+1
| * x86, realmode: Set permission for real mode pagesJarkko Sakkinen2012-05-081-1/+15
| * x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-0827-796/+9
| * x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen2012-05-084-16/+25
| * x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen2012-05-083-158/+3
| * x86, realmode: Relocator for realmode codeJarkko Sakkinen2012-05-083-0/+82
* | x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-292-12/+14
* | x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-26/+27
* | Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2012-05-253-12/+41
|\ \
| * | x86/mce: Add instruction recovery signatures to mce-severity tableTony Luck2012-05-231-0/+10
| * | x86/mce: Fix check for processor context when machine check was taken.Tony Luck2012-05-231-6/+10
| * | MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-05-231-0/+8
| * | x86/mce Add validation check before GHES error is recordedChen Gong2012-04-201-1/+2
| * | x86/mce: Avoid reading every machine check bank register twice.Tony Luck2012-04-191-5/+11
* | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-253-9/+19
|\ \ \
| * | | X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-213-9/+19
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+20
|\ \ \ \
| * \ \ \ Merge branch 'linus' into queueMarcelo Tosatti2012-04-191-3/+3
| |\ \ \ \
| * | | | | kvmclock: remove unneeded EXPORT macroEric B Munson2012-04-081-1/+0
| * | | | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+21
| | |_|/ / | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-9/+57
|\ \ \ \ \
| * | | | | x86: Allow multiple values to be specified with "hpet="Jan Beulich2012-05-071-1/+6
| * | | | | x86: Clear HPET configuration registers on startupJan Beulich2012-05-071-8/+51
* | | | | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-243-0/+681
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-1410-204/+935
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'perf/core' into perf/uprobesIngo Molnar2012-04-1488-1308/+2563
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-142-7/+264
| * | | | | | | Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2012-03-1322-196/+512
| |\ \ \ \ \ \ \
| * | | | | | | | uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju2012-03-131-7/+8
| * | | | | | | | uprobes/core: Make macro names consistentSrikar Dronamraju2012-03-131-9/+9
| * | | | | | | | uprobes/core: Move insn to arch specific structureSrikar Dronamraju2012-02-221-30/+30
| * | | | | | | | uprobes/core: Make instruction tables volatileSrikar Dronamraju2012-02-221-29/+32
| * | | | | | | | uprobes/core: Clean up, refactor and improve the codeIngo Molnar2012-02-171-61/+68
| * | | | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju2012-02-172-0/+413
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-11/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | new helper: sigsuspend()Al Viro2012-05-211-11/+1
* | | | | | | | | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-239-530/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-179-530/+7
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-231-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter2012-05-181-1/+10
* | | | | | | | | | | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-232-192/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/reboot: Update nonmi_ipi parameterDon Zickus2012-05-141-8/+4