| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-14 | 1 | -0/+39 |
|\ |
|
| * | Merge branch 'perf/x86' into perf/core, because it's ready | Ingo Molnar | 2015-03-27 | 1 | -0/+39 |
| |\ |
|
| | * | x86: Add support for Intel Cache QoS Monitoring (CQM) detection | Peter P Waskiewicz Jr | 2015-02-25 | 1 | -0/+39 |
* | | | x86/asm/entry/64: Use a define for an invalid segment selector | Borislav Petkov | 2015-04-03 | 1 | -1/+1 |
* | | | x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value | Borislav Petkov | 2015-04-03 | 1 | -1/+1 |
* | | | x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1 | Andy Lutomirski | 2015-04-03 | 1 | -4/+5 |
* | | | x86/asm/entry/64: Fix comment about SYSENTER MSRs | Denys Vlasenko | 2015-03-27 | 1 | -2/+4 |
* | | | x86/asm/entry/64: Always set up SYSENTER MSRs | Ingo Molnar | 2015-03-24 | 1 | -3/+7 |
* | | | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 2015-03-24 | 1 | -1/+1 |
* | | | x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user | Denys Vlasenko | 2015-03-24 | 1 | -21/+10 |
* | | | x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_i... | Ingo Molnar | 2015-03-17 | 1 | -13/+29 |
* | | | x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better | Denys Vlasenko | 2015-03-17 | 1 | -1/+1 |
* | | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski | 2015-03-07 | 1 | -2/+11 |
* | | | x86/asm/entry: Rename 'init_tss' to 'cpu_tss' | Andy Lutomirski | 2015-03-06 | 1 | -3/+3 |
|/ / |
|
* | | x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too | Steven Rostedt | 2015-02-28 | 1 | -0/+6 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 | 1 | -5/+12 |
|\| |
|
| * | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 2015-02-04 | 1 | -0/+7 |
| * | x86: Clean up cr4 manipulation | Andy Lutomirski | 2015-02-04 | 1 | -5/+5 |
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-02-10 | 1 | -6/+7 |
|\ \ |
|
| * | | x86, CPU: Fix trivial printk formatting issues with dmesg | Steven Honeyman | 2015-01-11 | 1 | -6/+7 |
| |/ |
|
* / | x86/x2apic: Split enable and setup function | Thomas Gleixner | 2015-01-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 1 | -10/+0 |
|\ |
|
| * | x86,vdso: Use LSL unconditionally for vgetcpu | Andy Lutomirski | 2014-11-03 | 1 | -10/+0 |
* | | x86: Require exact match for 'noxsave' command line option | Dave Hansen | 2014-11-16 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 1 | -3/+3 |
|\ |
|
| * | x86: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 1 | -3/+3 |
* | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2014-10-14 | 1 | -1/+3 |
|\ \ |
|
| * | | arch/x86/kernel/cpu/common.c: fix unused symbol warning | Andrew Morton | 2014-10-14 | 1 | -1/+3 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 2014-10-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-10-14 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: Add more disabled features | Dave Hansen | 2014-09-11 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-13 | 1 | -11/+18 |
|\ \ |
|
| * | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for it | Igor Mammedov | 2014-09-16 | 1 | -11/+18 |
| |/ |
|
* / | x86: Support compiling out human-friendly processor feature names | Josh Triplett | 2014-08-18 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-08-14 | 1 | -0/+8 |
|\ |
|
| * | x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstors | Fenghua Yu | 2014-05-29 | 1 | -0/+8 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-05 | 1 | -11/+2 |
|\ \ |
|
| * | | x86/mm: Rip out complicated, out-of-date, buggy TLB flushing | Dave Hansen | 2014-07-31 | 1 | -11/+2 |
* | | | Merge tag 'v3.16-rc1' into x86/cpufeature | H. Peter Anvin | 2014-06-19 | 1 | -0/+37 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-13 | 1 | -0/+4 |
| |\ \
| | |/
| |/| |
|
| | * | kprobes, x86: Prohibit probing on debug_stack_*() | Masami Hiramatsu | 2014-04-24 | 1 | -0/+4 |
| * | | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski | 2014-05-05 | 1 | -0/+1 |
| * | | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c | Andy Lutomirski | 2014-05-05 | 1 | -0/+32 |
| |/ |
|
* / | x86/xsaves: Detect xsaves/xrstors feature | Fenghua Yu | 2014-05-29 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-04-01 | 1 | -4/+4 |
|\ |
|
| * | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 2014-03-07 | 1 | -4/+4 |
* | | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPT | H. Peter Anvin | 2014-02-27 | 1 | -0/+1 |
* | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin | 2014-02-27 | 1 | -1/+1 |
|/ |
|
* | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabled | H. Peter Anvin | 2014-02-13 | 1 | -1/+6 |