| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-14 | 5 | -30/+128 |
|\ |
|
| * | x86/tls: Disallow unusual TLS segments | Andy Lutomirski | 2014-12-14 | 1 | -0/+22 |
| * | x86/tls: Validate TLS entries to protect espfix | Andy Lutomirski | 2014-12-14 | 1 | -0/+23 |
| * | x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ... | Borislav Petkov | 2014-12-11 | 2 | -0/+8 |
| * | x86_64, switch_to(): Load TLS descriptors before switching DS and ES | Andy Lutomirski | 2014-12-11 | 1 | -28/+73 |
| * | x86/mm: Use min() instead of min_t() in the e820 printout code | Xishi Qiu | 2014-12-11 | 1 | -2/+2 |
* | | Merge tag 'trace-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-12-13 | 1 | -3/+3 |
|\ \ |
|
| * | | ftrace/x86: Update i386 call to prepare_ftrace_return() | Steven Rostedt (Red Hat) | 2014-12-12 | 1 | -3/+3 |
* | | | x86: hook up execveat system call | David Drysdale | 2014-12-13 | 2 | -0/+29 |
* | | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-11 | 2 | -1/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2014-12-08 | 1 | -0/+5 |
| |\ \ \ |
|
| | * \ \ | Merge back earlier cpufreq material for 3.19-rc1. | Rafael J. Wysocki | 2014-12-01 | 1 | -0/+5 |
| | |\ \ \ |
|
| | | * \ \ | Merge back cpufreq material for 3.19-rc1. | Rafael J. Wysocki | 2014-11-18 | 1 | -0/+5 |
| | | |\ \ \ |
|
| | | | * | | | x86: Add support for Intel HWP feature detection. | Dirk Brandewie | 2014-11-12 | 1 | -0/+5 |
| * | | | | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2014-12-08 | 1 | -1/+0 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge back earlier cpuidle material for 3.19-rc1. | Rafael J. Wysocki | 2014-11-21 | 1 | -1/+0 |
| | |\ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| | | * | | | | | cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic | Daniel Lezcano | 2014-11-12 | 1 | -1/+0 |
| | | | |/ / /
| | | |/| | | |
|
* | | | | | | | Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-11 | 1 | -5/+86 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/nmi: Fix use of unallocated cpumask_var_t | Sasha Levin | 2014-11-25 | 1 | -3/+3 |
| * | | | | | | | x86/nmi: Perform a safe NMI stack trace on all CPUs | Steven Rostedt (Red Hat) | 2014-11-20 | 1 | -5/+86 |
* | | | | | | | | Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-12-11 | 3 | -64/+457 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameter | Steven Rostedt (Red Hat) | 2014-12-01 | 2 | -9/+6 |
| * | | | | | | | ftrace/x86: Get rid of ftrace_caller_setup | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -29/+42 |
| * | | | | | | | ftrace/x86: Have save_mcount_regs macro also save stack frames if needed | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -51/+67 |
| * | | | | | | | ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount... | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -12/+12 |
| * | | | | | | | ftrace/x86: Simplify save_mcount_regs on getting RIP | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -19/+18 |
| * | | | | | | | ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameter | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -4/+3 |
| * | | | | | | | ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed comments | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -8/+24 |
| * | | | | | | | ftrace/x86: Move MCOUNT_SAVE_FRAME out of header file | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -0/+29 |
| * | | | | | | | ftrace/x86: Have static tracing also use ftrace_caller_setup | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -15/+7 |
| * | | | | | | | ftrace/x86: Have static function tracing always test for function graph | Steven Rostedt (Red Hat) | 2014-11-24 | 1 | -1/+2 |
| * | | | | | | | kprobes/ftrace: Recover original IP if pre_handler doesn't change it | Masami Hiramatsu | 2014-11-20 | 1 | -3/+6 |
| |/ / / / / / |
|
| * | | | | | | ftrace/x86/extable: Add is_ftrace_trampoline() function | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -2/+7 |
| * | | | | | | ftrace/x86: Add frames pointers to trampoline as necessary | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -0/+41 |
| * | | | | | | ftrace: Add more information to ftrace_bug() output | Steven Rostedt (Red Hat) | 2014-11-11 | 1 | -1/+1 |
| * | | | | | | ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines | Steven Rostedt (Red Hat) | 2014-11-11 | 1 | -0/+8 |
| * | | | | | | ftrace/x86: Show trampoline call function in enabled_functions | Steven Rostedt (Red Hat) | 2014-10-31 | 1 | -12/+86 |
| * | | | | | | ftrace/x86: Add dynamic allocated trampoline for ftrace_ops | Steven Rostedt (Red Hat) | 2014-10-31 | 2 | -10/+210 |
* | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-12-11 | 5 | -23/+80 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/microcode/intel: Fish out the stashed microcode for the BSP | Borislav Petkov | 2014-12-10 | 1 | -14/+12 |
| * | | | | | | | x86, microcode: Reload microcode on resume | Borislav Petkov | 2014-12-06 | 4 | -16/+78 |
| * | | | | | | | x86, microcode: Don't initialize microcode code on paravirt | Boris Ostrovsky | 2014-12-06 | 1 | -1/+1 |
| * | | | | | | | x86, microcode, intel: Drop unused parameter | Borislav Petkov | 2014-12-06 | 1 | -4/+3 |
| * | | | | | | | x86, microcode, AMD: Do not use smp_processor_id() in preemtible context | Borislav Petkov | 2014-12-01 | 2 | -5/+5 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 5 | -98/+66 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86_64/vsyscall: Restore orig_ax after vsyscall seccomp | Andy Lutomirski | 2014-11-10 | 1 | -0/+1 |
| * | | | | | | | x86_64,vsyscall: Make vsyscall emulation configurable | Andy Lutomirski | 2014-11-03 | 2 | -4/+1 |
| * | | | | | | | x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall code | Andy Lutomirski | 2014-11-03 | 1 | -32/+18 |
| * | | | | | | | x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==none | Andy Lutomirski | 2014-11-03 | 1 | -5/+9 |
| * | | | | | | | x86,vdso: Use LSL unconditionally for vgetcpu | Andy Lutomirski | 2014-11-03 | 2 | -12/+0 |