summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | mce: Panic when a core has reached a timeoutBorislav Petkov2014-05-301-2/+1
| | * | | | | | | | | | x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud2014-05-301-7/+40
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+12
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong2014-05-091-2/+5
| | * | | | | | | | | | x86, iosf: Add Quark X1000 PCI IDOng Boon Leong2014-05-091-0/+1
| | * | | | | | | | | | x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box2014-05-091-0/+7
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-06-032-0/+43
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, microcode: Add a disable chicken bitBorislav Petkov2014-05-202-0/+43
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-105/+80
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski2014-05-211-25/+22
| | * | | | | | | | | | x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski2014-05-211-88/+64
| | * | | | | | | | | | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski2014-05-211-0/+2
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-11/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-2217-21/+65
| | |\| | | | | | | | |
| | * | | | | | | | | | sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra2014-05-081-11/+0
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-033-205/+369
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | fix Haswell precise store data source encodingStephane Eranian2014-05-191-3/+19
| | * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-073-2/+15
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-04-253-13/+12
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf/x86: Export perf_assign_events()Yan, Zheng2014-04-181-0/+1
| | * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar2014-04-184-48/+54
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | uprobes/x86: Emulate relative conditional "near" jmp'sOleg Nesterov2014-04-171-0/+8
| | * | | | | | | | | | | uprobes/x86: Emulate relative conditional "short" jmp'sOleg Nesterov2014-04-171-2/+55
| | * | | | | | | | | | | uprobes/x86: Emulate relative call'sOleg Nesterov2014-04-171-10/+70
| | * | | | | | | | | | | uprobes/x86: Emulate nop's using ops->emulate()Oleg Nesterov2014-04-171-19/+1
| | * | | | | | | | | | | uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov2014-04-171-0/+38
| | * | | | | | | | | | | uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret...Oleg Nesterov2014-04-171-22/+15
| | * | | | | | | | | | | uprobes/x86: Teach arch_uprobe_post_xol() to restart if possibleOleg Nesterov2014-04-171-4/+16
| | * | | | | | | | | | | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov2014-04-171-4/+12
| | * | | | | | | | | | | uprobes/x86: Conditionalize the usage of handle_riprel_insn()Oleg Nesterov2014-04-171-4/+2
| | * | | | | | | | | | | uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->opsOleg Nesterov2014-04-171-39/+68
| | * | | | | | | | | | | uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooksOleg Nesterov2014-04-171-16/+14
| | * | | | | | | | | | | uprobes/x86: Gather "riprel" functions togetherOleg Nesterov2014-04-171-65/+53
| | * | | | | | | | | | | uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm...Oleg Nesterov2014-04-171-7/+3
| | * | | | | | | | | | | uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn()Oleg Nesterov2014-04-171-63/+47
| * | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | arch,x86: Convert smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| * | | | | | | | | | | | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-28/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | x86/gart: Tidy messages and add bridge device infoBjorn Helgaas2014-05-231-16/+21
| | * | | | | | | | | | | | x86/gart: Replace printk() with pr_info()Bjorn Helgaas2014-05-231-28/+26
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo...Linus Torvalds2014-06-082-47/+79
* | | | | | | | | | | | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-06-052-79/+47
* | | | | | | | | | | | | x86/smpboot: Log error on secondary CPU wakeup failure at ERR levelIgor Mammedov2014-06-051-1/+1
* | | | | | | | | | | | | x86: Fix list/memory corruption on CPU hotplugIgor Mammedov2014-06-051-3/+0
* | | | | | | | | | | | | x86: irq: Get correct available vectors for cpu disableYinghai Lu2014-06-041-4/+12
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-231-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | / / / / | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng2014-05-071-1/+0
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds2014-05-141-1/+3
* | | | | | | | | | x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin2014-05-111-0/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky2014-05-091-1/+1