summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixesDaniel Vetter2015-08-1427-217/+347
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-051-4/+4
| |\
| | * KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-0113-154/+260
| |\ \
| | * | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-319-153/+210
| | * | x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski2015-07-311-0/+40
| | * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-312-0/+9
| | |\ \
| | | * | efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
| | | * | x86/efi: Use all 64 bit of efi_memmap in setup_e820()Dmitry Skorodumov2015-07-301-0/+4
| | | |/
| | * / x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu2015-07-301-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-011-4/+4
| |\ \ | | |/ | |/|
| | * ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann2015-07-301-4/+4
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
| |\ \
| | * | perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-266-44/+32
| |\ \ \ | | |/ / | |/| |
| | * | x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner2015-07-261-3/+3
| | * | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
| | * | x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
| | * | x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6
| | * | x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani2015-07-221-3/+4
| | * | x86/mm/pat: Adjust default caching mode translation tablesJan Beulich2015-07-211-3/+3
| | * | x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
| | * | x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-212-21/+10
| | * | x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen2015-07-211-1/+1
| | |/
| * | KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-234-5/+5
| * | KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong2015-07-231-1/+4
| * | KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini2015-07-233-2/+7
| * | KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong2015-07-231-9/+10
| * | KVM: MTRR: fix memory type handling if MTRR is completely disabledXiao Guangrong2015-07-231-1/+20
| |/
* | Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-07-241-1/+0
|\ \ | |/ |/|
| * Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-15377-11716/+15369
| |\
| * | drm/i915: Remove KMS Kconfig optionChris Wilson2015-06-221-1/+0
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-188-209/+350
|\ \ \
| * | | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-183-9/+11
| * | | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-184-38/+85
| * | | x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-172-0/+27
| * | | x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski2015-07-171-6/+5
| * | | x86/nmi/64: Minor asm simplificationAndy Lutomirski2015-07-171-2/+1
| * | | x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski2015-07-171-4/+25
| * | | x86/nmi/64: Reorder nested NMI checksAndy Lutomirski2015-07-171-16/+18
| * | | x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-172-68/+94
| * | | x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski2015-07-171-4/+58
| * | | x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski2015-07-171-17/+0
| * | | x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-181-1/+1
|\ \ \ \
| * | | | x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra2015-07-101-1/+1
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-0/+11
|\ \ \ \ \
| * | | | | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-0/+11
| | |_|_|/ | |/| | |
* | | | | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1
| |_|/ / |/| | |
* | | | Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-171-27/+0
|\ \ \ \