summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-041-4/+3Star
|\
| * x86/intel/cacheinfo: Shut up annoying warningBorislav Petkov2013-02-041-4/+3Star
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-042-2/+6
|\ \ | |/ |/|
| * x86/perf: Add IvyBridge EP supportYouquan Song2013-01-241-0/+1
| * perf/x86: Fix P6 driver section warningyangyongqiang2013-01-241-1/+1
| * perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom supportShuoX Liu2013-01-241-1/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-316-22/+29
|\ \ | |/ |/|
| * efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-302-15/+15
| * x86/msr: Add capabilities checkAlan Cox2013-01-241-0/+3
| * x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst2013-01-241-1/+1
| * x86-64: Fix unwind annotations in recent NMI changesJan Beulich2013-01-241-4/+3Star
| * x86-32: Start out cr0 clean, disable paging before modifying cr3/4H. Peter Anvin2013-01-191-2/+7
* | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-01-221-6/+0Star
|\ \
| * | perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel sideDavid Ahern2013-01-101-6/+0Star
* | | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-221-4/+5
* | | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-181-1/+0Star
|\ \ \ | |_|/ |/| |
| * | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper2013-01-161-1/+0Star
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-01-161-0/+80
|\ \ \
| * | | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin2013-01-141-0/+2
| * | | x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin2013-01-141-2/+2
| * | | x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes2013-01-111-0/+78
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-101-2/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add rcu user eqs exception hooks for async page faultLi Zhong2012-12-181-2/+10
* | | | X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-043-6/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-28/+5Star
|\ \ \ \ | |_|/ / |/| | |
| * | | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-201-14/+4Star
| * | | generic compat_sys_sigaltstack()Al Viro2012-12-202-5/+1Star
| * | | introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-203-9/+0Star
* | | | Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-193-52/+1Star
|\ \ \ \
| * | | | x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin2012-12-173-52/+1Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-171-51/+59
|\ \ \ \ \
| * | | | | seccomp: Make syscall skipping and nr changes more consistentAndy Lutomirski2012-10-021-51/+59
* | | | | | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-161-5/+73
* | | | | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-73/+5Star
|\ \ \ \ \ \
| * | | | | | x86/kernel: remove tboot 1:1 page table creation codeXiaoyan Zhang2012-10-301-73/+5Star
* | | | | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-142-0/+10
|\ \ \ \ \ \ \
| * | | | | | | ACPI: Fix build when disabledDavid Rientjes2012-10-021-0/+2
| * | | | | | | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-10-011-0/+2
| * | | | | | | x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handlingThomas Renninger2012-10-011-0/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-144-110/+113
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar2012-10-264-110/+113
| |\ \ \ \ \ \
| | * | | | | | x86, MCA: Finish mca_config conversionBorislav Petkov2012-10-264-27/+21Star
| | * | | | | | x86, MCA: Convert the next three variables batchBorislav Petkov2012-10-262-20/+17Star
| | * | | | | | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov2012-10-261-24/+27
| | * | | | | | x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov2012-10-261-44/+53
* | | | | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-144-69/+214
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2012-12-111-2/+2
| * | | | | | | | x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-061-0/+32
| * | | | | | | | KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-291-6/+1Star
| * | | | | | | | x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-282-12/+55