summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2015-06-19perf/x86: Add more Broadwell model numbersAndi Kleen
2015-06-18x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan
2015-06-18x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang
2015-06-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-06-17Merge branch 'pci/resource' into nextBjorn Helgaas
2015-06-17x86/PCI: Use host bridge _CRS info on systems with >32 bit addressingBjorn Helgaas
2015-06-16x86: replace __init_or_module with __init in non-modular vsmp_64.cPaul Gortmaker
2015-06-16x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker
2015-06-16x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker
2015-06-16x86: don't use module_init for non-modular core bootflag codePaul Gortmaker
2015-06-16x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker
2015-06-16x86: don't use module_init in non-modular intel_mid_vrtc.cPaul Gortmaker
2015-06-16kconfig: add xenconfig defconfig helperLuis R. Rodriguez
2015-06-16KVM: x86: fix lapic.timer_mode on restoreRadim Krčmář
2015-06-15crypto: aesni - fix crypto_fpu_exit() section mismatchJeremiah Mahler
2015-06-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-12iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu
2015-06-12iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu
2015-06-12iommu: Add new member capability to struct irq_remap_opsFeng Wu
2015-06-12x86/fpu: Fix double-increment in setup_xstate_features()Dave Hansen
2015-06-11x86/crash: Allocate enough low memory when crashkernel=highJoerg Roedel
2015-06-11x86/swiotlb: Try coherent allocations with __GFP_NOWARNJoerg Roedel
2015-06-10arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton
2015-06-10x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski
2015-06-10x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko
2015-06-10x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko
2015-06-10x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko
2015-06-09x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas
2015-06-09x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen
2015-06-09x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen
2015-06-09x86/mpx: Rewrite the unmap codeDave Hansen
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen
2015-06-09x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen
2015-06-09x86/mpx: Add temporary variable to reduce maskingDave Hansen
2015-06-09x86: Make is_64bit_mm() widely availableDave Hansen
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen
2015-06-09x86/mpx: Introduce a boot-time disable flagDave Hansen
2015-06-09x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen
2015-06-09x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen
2015-06-09x86/fpu/xstate: Fix up bad get_xsave_addr() assumptionsDave Hansen
2015-06-09x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko
2015-06-09Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar