summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas2015-03-051-17/+11Star
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-211-0/+60
|\
| * x86/intel/quark: Add Isolated Memory Regions for Quark X1000Bryan O'Donoghue2015-02-181-0/+60
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-46/+44Star
|\ \
| * | x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T2015-02-181-48/+46Star
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-213-0/+11
|\ \
| * | x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2015-02-201-1/+0Star
| * | Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-192-0/+4
| |\ \
| | * | x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-192-0/+4
| * | | x86/apic: Fix the devicetree build in certain configsRicardo Ribalda Delgado2015-02-181-0/+8
| | |/ | |/|
* | | x86: pte_protnone() and pmd_protnone() must check entry is not presentDavid Vrabel2015-02-201-2/+4
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-1/+1
|\ \ \
| * \ \ Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2015-01-141-1/+1
| |\ \ \
| | * | | x86/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-1/+1
* | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-1/+0Star
|\ \ \ \ \
| * | | | | lguest: remove NOTIFY call and eventfd facility.Rusty Russell2015-02-111-1/+0Star
| |/ / / /
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-167-54/+108
|\ \ \ \ \
| * | | | | perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski2015-02-041-1/+4
| * | | | | perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski2015-02-042-0/+18
| * | | | | x86: Add a comment clarifying LDT context switchingAndy Lutomirski2015-02-041-6/+8
| * | | | | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-044-20/+46
| * | | | | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-043-34/+39
| * | | | | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar2015-02-044-5/+18
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-3/+0Star
|\ \ \ \ \ \ \
| * | | | | | | x86, mrst: remove Moorestown specific serial driversAndy Shevchenko2015-02-021-3/+0Star
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan2015-01-251-0/+11
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCEChristian Borntraeger2015-01-191-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | kasan: enable stack instrumentationAndrey Ryabinin2015-02-141-3/+9
* | | | | | | x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-141-1/+17
* | | | | | | x86_64: add KASan supportAndrey Ryabinin2015-02-141-0/+31
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-135-7/+66
|\ \ \ \ \ \ \
| * | | | | | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
| * | | | | | | kvm: remove KVM_MMIO_SIZETiejun Chen2015-02-051-2/+0Star
| * | | | | | | KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-021-1/+0Star
| * | | | | | | KVM: VMX: Add PML support in VMXKai Huang2015-01-302-0/+5
| * | | | | | | KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2015-01-291-0/+25
| * | | | | | | KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2015-01-291-1/+2
| * | | | | | | KVM: MMU: Add mmu help functions to support PMLKai Huang2015-01-291-0/+9
| * | | | | | | KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-261-0/+1
| * | | | | | | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-231-3/+0Star
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini2015-01-161-3/+0Star
| * | | | | | | | kvm: Fix CR3_PCID_INVD type on 32-bitBorislav Petkov2015-01-211-1/+1
| * | | | | | | | KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti2015-01-201-0/+2
| * | | | | | | | KVM: x86: #PF error-code on R/W operations is wrongNadav Amit2015-01-091-0/+12
| |/ / / / / / /
| * | | | | | | KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti2015-01-081-0/+1
| * | | | | | | KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky2015-01-081-0/+3
| * | | | | | | KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-081-0/+5
| |/ / / / / /
* | | | | | | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-4/+0Star