summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-23KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini
2015-07-23kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu
2015-07-23kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin
2015-07-23kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin
2015-07-23KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini
2015-07-23KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong
2015-07-23KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini
2015-07-23KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong
2015-07-23KVM: MTRR: fix memory type handling if MTRR is completely disabledXiao Guangrong
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-22x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu
2015-07-22x86/mm: Remove region_is_ram() call from ioremapToshi Kani
2015-07-22x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani
2015-07-22x86/build: Fix detection of GCC -mpreferred-stack-boundary supportAndy Lutomirski
2015-07-21x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati
2015-07-21x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez
2015-07-21x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n'Andy Lutomirski
2015-07-21x86/entry/syscalls: Wire up 32-bit direct socket callsAndy Lutomirski
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst
2015-07-21x86/entry/vm86: Preserve 'orig_ax'Brian Gerst
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst
2015-07-21x86/mm/pat: Adjust default caching mode translation tablesJan Beulich
2015-07-21x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich
2015-07-21x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski
2015-07-21x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov
2015-07-21x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott
2015-07-21x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-07-20ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang
2015-07-20x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang
2015-07-20x86: Drop bogus __ref / __refdata annotationsMathias Krause
2015-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-07-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour
2015-07-17x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermodeAndy Lutomirski
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add a four block SSSE3 variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi
2015-07-17nmi: x86: convert to generic nmi handlerRussell King
2015-07-17x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski