aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hGravatar Arnd Bergmann 4-6/+2
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hGravatar Arnd Bergmann 3-1/+2
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-41/+72
2016-05-27mm: remove more IS_ERR_VALUE abusesGravatar Linus Torvalds 1-9/+8
2016-05-27Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Gravatar Linus Torvalds 2-1/+28
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-23/+73
2016-05-27platform/x86: Add PMC Driver for Intel Core SoCGravatar Rajneesh Bhardwaj 1-0/+27
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 4-6/+2
2016-05-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-27/+85
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-9/+9
2016-05-25kvm:vmx: more complete state update on APICv on/offGravatar Roman Kagan 1-18/+30
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-44/+34
2016-05-24xen: use same main loop for counting and remapping pagesGravatar Juergen Gross 1-39/+26
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsGravatar Stefano Stabellini 1-2/+5
2016-05-24xen/x86: don't lose event interruptsGravatar Stefano Stabellini 1-3/+3
2016-05-24KVM: SVM: Add more SVM_EXIT_REASONSGravatar Jan Kiszka 1-3/+41
2016-05-24svm: bitwise vs logical op typoGravatar Dan Carpenter 1-2/+2
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableGravatar Michal Hocko 2-2/+4
2016-05-23mm, aout: handle vm_brk failuresGravatar Michal Hocko 1-7/+15
2016-05-23arch/defconfig: remove CONFIG_RESOURCE_COUNTERSGravatar Konstantin Khlebnikov 2-2/+0
2016-05-23kexec: provide arch_kexec_protect(unprotect)_crashkres()Gravatar Xunlei Pang 1-0/+45
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-1/+2
2016-05-22x86: remove more uaccess_32.h complexityGravatar Linus Torvalds 1-26/+0
2016-05-22x86: remove pointless uaccess_32.h complexityGravatar Linus Torvalds 1-36/+0
2016-05-21um: add extended processor state save/restore supportGravatar Eli Cooper 4-15/+59
2016-05-21um: extend fpstate to _xstate to support YMM registersGravatar Eli Cooper 2-13/+12
2016-05-21um: fix FPU state preservation around signal handlersGravatar Eli Cooper 1-15/+3
2016-05-21x86 isa: add back X86_32 dependency on CONFIG_ISAGravatar Linus Torvalds 1-2/+2
2016-05-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-4/+16
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 2-1/+1
2016-05-20exit_thread: accept a task parameter to be exitedGravatar Jiri Slaby 1-3/+2
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 1-0/+1
2016-05-20x86/kasan: instrument user memory access APIGravatar Andrey Ryabinin 2-0/+12
2016-05-20ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itGravatar Steven Rostedt 1-1/+2
2016-05-20Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+11
2016-05-20perf/x86/intel/p4: Trival indentation fix, remove spaceGravatar Colin Ian King 1-1/+1
2016-05-20x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeGravatar Andy Lutomirski 1-3/+8
2016-05-20x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsGravatar Andy Lutomirski 2-4/+4
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeGravatar Ingo Molnar 201-3735/+6867
2016-05-20x86/mm/mpx: Work around MPX erratum SKD046Gravatar Dave Hansen 3-0/+48
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Gravatar Ingo Molnar 1-7/+7
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-3/+3
2016-05-19arch: fix has_transparent_hugepage()Gravatar Hugh Dickins 1-0/+1
2016-05-19x86: mm: use hugetlb_bad_size()Gravatar Vaishali Thakkar 1-0/+1
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-3/+1
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+8
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 14-184/+944
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-14/+4
2016-05-19x86/entry/64: Fix stack return address retrieval in thunkGravatar Josh Poimboeuf 1-6/+5