summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-6/+2
2016-05-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-27/+85
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+9
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-44/+34
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross1-39/+26
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2016-05-24vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2-2/+4
2016-05-24mm, aout: handle vm_brk failuresMichal Hocko1-7/+15
2016-05-24arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2-2/+0
2016-05-24kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-0/+45
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-1/+2
2016-05-23x86: remove more uaccess_32.h complexityLinus Torvalds1-26/+0
2016-05-23x86: remove pointless uaccess_32.h complexityLinus Torvalds1-36/+0
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds1-2/+2
2016-05-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-4/+16
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek2-1/+1
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby1-3/+2
2016-05-21exit_thread: remove empty bodiesJiri Slaby1-0/+1
2016-05-21x86/kasan: instrument user memory access APIAndrey Ryabinin2-0/+12
2016-05-20ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt1-1/+2
2016-05-20Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+11
2016-05-20perf/x86/intel/p4: Trival indentation fix, remove spaceColin Ian King1-1/+1
2016-05-20x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski1-3/+8
2016-05-20x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2-4/+4
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar201-3735/+6867
2016-05-20x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen3-0/+48
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar1-7/+7
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins1-0/+1
2016-05-20x86: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-3/+1
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+8
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-184/+944
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-14/+4
2016-05-19x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf1-6/+5
2016-05-18KVM: MTRR: remove MSR 0x2f8Andy Honig1-2/+0
2016-05-18KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini4-10/+10
2016-05-18svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit1-0/+89
2016-05-18svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit1-4/+12
2016-05-18svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit1-0/+12
2016-05-18KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit3-0/+13
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit6-1/+350
2016-05-18svm: Add interrupt injection via AVICSuravee Suthikulpanit1-4/+35
2016-05-18KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit3-1/+231
2016-05-18svm: Introduce new AVIC VMCB registersSuravee Suthikulpanit1-2/+7
2016-05-18KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooksSuravee Suthikulpanit1-2/+16
2016-05-18KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2-0/+8
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit3-33/+33