summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+19
2014-08-05Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-196/+218
2014-08-05Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Linus Torvalds3-34/+29
2014-08-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-31/+85
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds3-21/+4
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+5
2014-07-29x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski2-20/+10
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar15-42/+158
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-13/+91
2014-07-25x86: Merge tag 'ras_urgent' into x86/urgentH. Peter Anvin1-4/+6
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra2-11/+23
2014-07-22x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-07-21x86, MCE: Robustify mcheck_init_deviceBorislav Petkov1-4/+6
2014-07-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2014-07-19arch/x86: Replace plain strings with constantsDaniel Kiper1-2/+2
2014-07-19x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming1-2/+16
2014-07-19efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming1-5/+1
2014-07-18ftrace: x86: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2-26/+1
2014-07-17ftrace/x86: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
2014-07-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2014-07-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2014-07-16x86: don't exclude low BIOS area when allocating address space for non-PCI cardsChristoph Schulz1-3/+5
2014-07-16x86/debug: Drop several unnecessary CFI annotationsJan Beulich1-26/+26
2014-07-16kprobes/x86: Don't try to resolve kprobe faults from userspaceAndy Lutomirski1-0/+3
2014-07-16perf/x86/intel: Avoid spamming kernel log for BTS buffer failureDavid Rientjes1-2/+4
2014-07-16perf/x86/amd: Try to fix some mem allocation failure handlingZhouyi Zhou1-27/+84
2014-07-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang3-6/+75
2014-07-16perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian1-5/+6
2014-07-16perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver1-0/+3
2014-07-16x86: Remove unused variable "polling"Paul Bolle1-1/+0
2014-07-15x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-07-14x86, amd: Cleanup init_amdBorislav Petkov1-178/+161
2014-07-14x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov2-14/+45
2014-07-12x86: Simplify __HAVE_ARCH_CMPXCHG testsBorislav Petkov1-4/+0
2014-07-05perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes1-4/+1
2014-07-02perf/x86/intel: ignore CondChgd bit to avoid false NMI handlingHATAYAMA Daisuke1-0/+9
2014-07-02x86, tsc: Fix cpufreq lockupPeter Zijlstra1-2/+2
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)1-0/+5
2014-06-28Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-3/+9
2014-06-24nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin1-4/+14
2014-06-24x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski1-1/+1
2014-06-24x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-06-20x86/tsc: Get rid of custom DIV_ROUND() macroMichal Nazarewicz1-4/+3
2014-06-19x86, cpufeature: Convert more "features" to bugsBorislav Petkov2-3/+3
2014-06-19Merge tag 'v3.16-rc1' into x86/cpufeatureH. Peter Anvin47-1163/+1728
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu1-3/+4
2014-06-13Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-24/+46
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-448/+521
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-10/+36
2014-06-10Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-252/+226