summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-102-1/+5
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-12-081-0/+5
| |\
| | * Merge back earlier cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-12-011-0/+5
| | |\
| | | * Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-11-181-0/+5
| | | |\
| | | | * x86: Add support for Intel HWP feature detection.Dirk Brandewie2014-11-121-0/+5
| * | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-12-081-1/+0
| |\ \ \ \
| | * \ \ \ Merge back earlier cpuidle material for 3.19-rc1.Rafael J. Wysocki2014-11-211-1/+0
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano2014-11-121-1/+0
| | | | |/ | | | |/|
* | | | | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-101-5/+86
|\ \ \ \ \
| * | | | | x86/nmi: Fix use of unallocated cpumask_var_tSasha Levin2014-11-251-3/+3
| * | | | | x86/nmi: Perform a safe NMI stack trace on all CPUsSteven Rostedt (Red Hat)2014-11-191-5/+86
* | | | | | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-12-103-64/+457
|\ \ \ \ \ \
| * | | | | | ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)2014-12-012-9/+6
| * | | | | | ftrace/x86: Get rid of ftrace_caller_setupSteven Rostedt (Red Hat)2014-12-011-29/+42
| * | | | | | ftrace/x86: Have save_mcount_regs macro also save stack frames if neededSteven Rostedt (Red Hat)2014-12-011-51/+67
| * | | | | | ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount...Steven Rostedt (Red Hat)2014-12-011-12/+12
| * | | | | | ftrace/x86: Simplify save_mcount_regs on getting RIPSteven Rostedt (Red Hat)2014-12-011-19/+18
| * | | | | | ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameterSteven Rostedt (Red Hat)2014-12-011-4/+3
| * | | | | | ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed commentsSteven Rostedt (Red Hat)2014-12-011-8/+24
| * | | | | | ftrace/x86: Move MCOUNT_SAVE_FRAME out of header fileSteven Rostedt (Red Hat)2014-12-011-0/+29
| * | | | | | ftrace/x86: Have static tracing also use ftrace_caller_setupSteven Rostedt (Red Hat)2014-12-011-15/+7
| * | | | | | ftrace/x86: Have static function tracing always test for function graphSteven Rostedt (Red Hat)2014-11-241-1/+2
| * | | | | | kprobes/ftrace: Recover original IP if pre_handler doesn't change itMasami Hiramatsu2014-11-201-3/+6
| |/ / / / /
| * | | | | ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)2014-11-191-2/+7
| * | | | | ftrace/x86: Add frames pointers to trampoline as necessarySteven Rostedt (Red Hat)2014-11-191-0/+41
| * | | | | ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)2014-11-111-1/+1
| * | | | | ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)2014-11-111-0/+8
| * | | | | ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)2014-10-311-12/+86
| * | | | | ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)2014-10-312-10/+210
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-105-23/+80
|\ \ \ \ \ \
| * | | | | | x86/microcode/intel: Fish out the stashed microcode for the BSPBorislav Petkov2014-12-101-14/+12
| * | | | | | x86, microcode: Reload microcode on resumeBorislav Petkov2014-12-064-16/+78
| * | | | | | x86, microcode: Don't initialize microcode code on paravirtBoris Ostrovsky2014-12-061-1/+1
| * | | | | | x86, microcode, intel: Drop unused parameterBorislav Petkov2014-12-061-4/+3
| * | | | | | x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov2014-12-012-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-105-98/+66
|\ \ \ \ \ \
| * | | | | | x86_64/vsyscall: Restore orig_ax after vsyscall seccompAndy Lutomirski2014-11-101-0/+1
| * | | | | | x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-032-4/+1
| * | | | | | x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall codeAndy Lutomirski2014-11-031-32/+18
| * | | | | | x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==noneAndy Lutomirski2014-11-031-5/+9
| * | | | | | x86,vdso: Use LSL unconditionally for vgetcpuAndy Lutomirski2014-11-032-12/+0
| * | | | | | x86_64/vdso: Remove jiffies from the vvar pageAndy Lutomirski2014-10-281-1/+1
| * | | | | | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.cAndy Lutomirski2014-10-281-57/+0
| * | | | | | x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.cAndy Lutomirski2014-10-281-0/+49
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-104-45/+108
|\ \ \ \ \ \
| * | | | | | x86/mce: Spell "panicked" correctlyBorislav Petkov2014-12-081-6/+6
| * | | | | | x86, mce: Support memory error recovery for both UCNA and Deferred error in m...Chen Yucong2014-11-191-0/+46
| * | | | | | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-193-13/+28
| * | | | | | x86, MCE, AMD: Assign interrupt handler only when bank supports itChen Yucong2014-11-011-7/+10
| * | | | | | x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-211-3/+2
OpenPOWER on IntegriCloud