summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-047-25/+9
|\
| * ftrace: x86: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-183-27/+1
| * ftrace/x86: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)2014-07-171-0/+3
| * x86, power, suspend: Annotate restore_processor_state() with notraceSteven Rostedt (Red Hat)2014-07-171-2/+2
| * ftrace/x86: Have function graph tracer use its own trampolineSteven Rostedt (Red Hat)2014-07-171-0/+2
| * tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)2014-07-011-1/+1
| * ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)2014-07-011-0/+5
* | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-08-041-2/+1
|\ \
| * | percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope...Tejun Heo2014-06-171-1/+0
| * | percpu: introduce arch_raw_cpu_ptr()Tejun Heo2014-06-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-08-046-145/+2040
|\ \ \
| * | | crypto: des3_ede-x86_64 - fix parse warningJussi Kivilinna2014-06-251-2/+2
| * | | crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan2014-06-203-3/+585
| * | | crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna2014-06-203-0/+1316
| * | | crypto: crc32c-pclmul - Shrink K_table to 32-bit wordsGeorge Spelvin2014-06-201-142/+139
| |/ /
* | | Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-044-9/+30
|\ \ \
| * | | x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz2014-07-162-3/+9
| * | | x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont2014-07-102-6/+21
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-013-21/+11
|\ \ \
| * | | x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski2014-07-283-21/+11
* | | | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-07-301-57/+91
|\ \ \ \ | |/ / / |/| | |
| * | | x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-301-57/+91
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-276-13/+91
|\ \ \ \
| * | | | kprobes/x86: Don't try to resolve kprobe faults from userspaceAndy Lutomirski2014-07-161-0/+3
| * | | | perf/x86/intel: Avoid spamming kernel log for BTS buffer failureDavid Rientjes2014-07-161-2/+4
| * | | | perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang2014-07-163-6/+75
| * | | | perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian2014-07-161-5/+6
| * | | | perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver2014-07-161-0/+3
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-274-19/+34
|\ \ \ \ \
| * \ \ \ \ x86: Merge tag 'ras_urgent' into x86/urgentH. Peter Anvin2014-07-241-4/+6
| |\ \ \ \ \
| | * | | | | x86, MCE: Robustify mcheck_init_deviceBorislav Petkov2014-07-211-4/+6
| * | | | | | x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2014-07-232-11/+23
| * | | | | | x86_32, entry: Store badsys error code in %eaxSven Wegener2014-07-221-4/+5
| |/ / / / /
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-211-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | KVM: x86: Check for nested events if there is an injectable interruptBandan Das2014-07-081-0/+12
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-07-191-0/+1
|\ \ \ \ \ \
| * | | | | | locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-161-0/+1
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-184-16/+54
|\ \ \ \ \ \ \
| * | | | | | | x86: Remove unused variable "polling"Paul Bolle2014-07-161-1/+0
| * | | | | | | x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky2014-07-141-3/+2
| * | | | | | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-07-142-12/+52
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | x86/efi: Include a .bss section within the PE/COFF headersMichael Brown2014-07-102-12/+52
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-07-161-2/+2
|\ \ \ \ \ \ \
| * | | | | | | x86, tsc: Fix cpufreq lockupPeter Zijlstra2014-07-021-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-161-0/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke2014-07-021-0/+9
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-112-0/+7
|\ \ \ \ \ \
| * | | | | | x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr()Jan Beulich2014-07-101-0/+4
| * | | | | | x86-64, vdso: Fix vDSO build breakage due to empty .rela.dynJan Beulich2014-07-101-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
OpenPOWER on IntegriCloud