aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko1-2/+4
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-3/+7
2016-09-20KVM: x86: Hyper-V tsc page setupPaolo Bonzini1-0/+2
2016-09-20KVM: x86: introduce get_kvmclock_nsPaolo Bonzini1-2/+3
2016-09-20x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf1-36/+0
2016-09-20x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf1-6/+4
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf1-0/+73
2016-09-20Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-1/+5
2016-09-20locking/rwsem, x86: Drop a bogus cc clobberJan Beulich1-1/+1
2016-09-20x86/apic: Get rid of apic_version[] arrayDenys Vlasenko1-1/+1
2016-09-20x86/apic: Order irq_enter/exit() calls correctly vs. ack_APIC_irq()Wanpeng Li1-3/+2
2016-09-16kvm: x86: drop read_tsc_offset()Luiz Capitulino1-1/+0
2016-09-16kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino1-0/+1
2016-09-16x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf1-2/+2
2016-09-15fix minor infoleak in get_user_ex()Al Viro1-1/+5
2016-09-15x86: Move thread_info into task_structAndy Lutomirski1-46/+0
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski3-34/+21
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-62/+11
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf1-4/+37
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2-0/+10
2016-09-14x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov1-4/+4
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2-0/+8
2016-09-13x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam1-0/+1
2016-09-13x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam1-29/+32
2016-09-13x86/mce: Add support for new MCA_SYND registerYazen Ghannam2-1/+5
2016-09-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-36/+36
2016-09-09x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner1-9/+6
2016-09-09x86/efi: Optimize away setup_gop32/64 if unusedLukas Wunner1-2/+11
2016-09-09efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming1-1/+0
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen1-0/+1
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen3-7/+84
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen1-0/+2
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen2-7/+19
2016-09-08svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit1-0/+1
2016-09-08svm: Introduces AVIC per-VM IDSuravee Suthikulpanit1-0/+1
2016-09-08x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf1-18/+23
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-0/+6
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar4-3/+7
2016-09-08x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko1-2/+2
2016-09-08x86/platform/intel-mid: Implement power off sequenceAndy Shevchenko2-0/+4
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-36/+36
2016-09-06x86/uaccess: force copy_*_user() to be inlinedKees Cook1-2/+2
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross1-0/+4
2016-09-05x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string testTony Luck1-1/+0
2016-09-05x86/mce: Improve memcpy_mcsafe()Tony Luck2-5/+16
2016-09-05x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck1-0/+3
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-60/+9
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst1-8/+2
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst1-0/+2
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst3-123/+21