summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-1632-116/+231
|\
| * perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski2015-02-042-2/+24
| * perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski2015-02-044-19/+58
| * perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski2015-02-041-1/+2
| * x86: Add a comment clarifying LDT context switchingAndy Lutomirski2015-02-041-6/+8
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-0420-46/+85
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-0414-55/+67
| * Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar2015-02-0413-301/+308
| |\
* | \ Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-155-277/+170
|\ \ \
| * | | Specify PCI based UART for earlyprintkStuart R. Anderson2015-02-021-16/+166
| * | | x86, mrst: remove Moorestown specific serial driversAndy Shevchenko2015-02-025-261/+4
* | | | 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-142-3/+3
|\ \ \ \
| * | | | x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCEChristian Borntraeger2015-01-191-2/+2
| * | | | x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-143-174/+205
|\ \ \ \ \
| * | | | | crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey2015-01-142-172/+205
| * | | | | crypto: x86/des3_ede - drop bogus module aliasesMathias Krause2015-01-131-2/+0
* | | | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-132-2/+12
* | | | | | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* | | | | | kasan: enable stack instrumentationAndrey Ryabinin2015-02-133-5/+20
* | | | | | x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-137-11/+41
* | | | | | x86_64: add KASan supportAndrey Ryabinin2015-02-1314-4/+287
* | | | | | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-133-36/+21
* | | | | | Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds2015-02-131-2/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-1318-432/+1739
|\ \ \ \ \ \
| * | | | | | KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-101-0/+1
| * | | | | | KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini2015-02-091-1/+2
| * | | | | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-062-0/+2
| * | | | | | kvm: remove KVM_MMIO_SIZETiejun Chen2015-02-051-2/+0
| * | | | | | KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-033-7/+161
| * | | | | | KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van2015-02-031-2/+65
| * | | | | | KVM: nVMX: Enable nested apic register virtualizationWincy Van2015-02-031-4/+35
| * | | | | | KVM: nVMX: Make nested control MSRs per-cpuWincy Van2015-02-031-86/+129
| * | | | | | KVM: nVMX: Enable nested virtualize x2apic modeWincy Van2015-02-031-2/+112
| * | | | | | KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van2015-02-031-11/+66
| * | | | | | KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-022-15/+0
| * | | | | | KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti2015-02-021-6/+6
| * | | | | | kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini2015-01-301-7/+7
| * | | | | | KVM: x86: fix x2apic logical address matchingRadim Krčmář2015-01-301-1/+2
| * | | | | | KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář2015-01-301-4/+2
| * | | | | | KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář2015-01-301-30/+16
| * | | | | | KVM: x86: return bool from kvm_apic_match*()Radim Krčmář2015-01-303-7/+5
| * | | | | | KVM: VMX: Add PML support in VMXKai Huang2015-01-305-1/+218
| * | | | | | KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2015-01-293-9/+93
| * | | | | | KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2015-01-293-7/+11
| * | | | | | KVM: MMU: Explicitly set D-bit for writable spte.Kai Huang2015-01-291-1/+15
| * | | | | | KVM: MMU: Add mmu help functions to support PMLKai Huang2015-01-292-0/+204
| * | | | | | KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-291-2/+19
OpenPOWER on IntegriCloud