Age | Commit message (Expand) | Author | Files | Lines |
2014-03-27 | x86, hyperv: Bypass the timer_irq_works() check | Jason Wang | 1 | -0/+6 |
2014-03-25 | x86: hpet: Use proper destructor for delayed work | Thomas Gleixner | 1 | -1/+1 |
2014-03-24 | x86, kaslr: fix module lock ordering problem | Kees Cook | 1 | -2/+5 |
2014-03-21 | Merge branch 'acpi-processor' | Rafael J. Wysocki | 1 | -4/+0 |
2014-03-21 | x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent... | Chris Bainbridge | 1 | -0/+19 |
2014-03-21 | Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC | Dave Jones | 1 | -1/+1 |
2014-03-20 | x86, hpet: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -1/+3 |
2014-03-20 | x86, amd, uncore: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -3/+4 |
2014-03-20 | x86, intel, rapl: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -4/+5 |
2014-03-20 | x86, intel, cacheinfo: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -5/+8 |
2014-03-20 | x86, amd, ibs: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -3/+3 |
2014-03-20 | x86, therm_throt.c: Remove unused therm_cpu_lock | Srivatsa S. Bhat | 1 | -13/+0 |
2014-03-20 | x86, therm_throt.c: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -1/+4 |
2014-03-20 | x86, mce: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -2/+6 |
2014-03-20 | x86, intel, uncore: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -3/+3 |
2014-03-20 | x86, vsyscall: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -1/+5 |
2014-03-20 | x86, cpuid: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -7/+8 |
2014-03-20 | x86, msr: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -7/+9 |
2014-03-20 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -2/+1 |
2014-03-20 | Merge tag 'pci-v3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -19/+1 |
2014-03-19 | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 1 | -2/+1 |
2014-03-19 | Revert "[PATCH] Insert GART region into resource map" | Bjorn Helgaas | 1 | -19/+1 |
2014-03-18 | x86, vdso: Zero-pad the VVAR page | Andy Lutomirski | 1 | -0/+5 |
2014-03-18 | x86, vdso: Add 32 bit VDSO time support for 64 bit kernel | Stefani Seibold | 1 | -12/+22 |
2014-03-18 | x86, vdso: Make vsyscall_gtod_data handling x86 generic | Stefani Seibold | 6 | -53/+60 |
2014-03-16 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2014-03-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+13 |
2014-03-14 | x86/amd/numa: Fix northbridge quirk to assign correct NUMA node | Daniel J Blueman | 1 | -1/+1 |
2014-03-14 | perf/x86/uncore: Fix missing end markers for SNB/IVB/HSW IMC PMU | Stephane Eranian | 1 | -0/+3 |
2014-03-14 | x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic | H. Peter Anvin | 1 | -3/+7 |
2014-03-14 | x86, Intel: Convert to the new bit access MSR accessors | Borislav Petkov | 1 | -23/+7 |
2014-03-14 | x86, AMD: Convert to the new bit access MSR accessors | Borislav Petkov | 1 | -36/+12 |
2014-03-14 | x86, crash: Unify ifdef | Borislav Petkov | 1 | -2/+0 |
2014-03-12 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 12 | -57/+90 |
2014-03-12 | perf/x86/uncore: Fix compilation warning in snb_uncore_imc_init_box() | Stephane Eranian | 1 | -5/+6 |
2014-03-11 | x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPU | Suresh Siddha | 1 | -3/+12 |
2014-03-11 | x86: Remove CONFIG_X86_OOSTORE | Dave Jones | 1 | -272/+0 |
2014-03-11 | x86/apic: Plug racy xAPIC access of CPU hotplug code | Jan Kiszka | 2 | -2/+13 |
2014-03-11 | i386: Remove unneeded test of 'task' in dump_trace() (again) | Steven Rostedt | 1 | -1/+1 |
2014-03-11 | perf/x86: Fix leak in uncore_type_init failure paths | Dave Jones | 1 | -1/+2 |
2014-03-11 | perf/x86/uncore: Add __init for uncore_cpumask_init() | Dongsheng Yang | 1 | -1/+1 |
2014-03-11 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 4 | -10/+15 |
2014-03-11 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 11 | -56/+87 |
2014-03-11 | x86, threadinfo: Redo "x86: Use inline assembler to get sp" | Mathias Krause | 1 | -1/+5 |
2014-03-08 | x86: fix compile error due to X86_TRAP_NMI use in asm files | Linus Torvalds | 2 | -2/+2 |
2014-03-08 | x86: Ignore NMIs that come in during early boot | H. Peter Anvin | 2 | -2/+11 |
2014-03-07 | ftrace/x86: BUG when ftrace recovery fails | Petr Mladek | 1 | -3/+15 |
2014-03-07 | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 1 | -1/+1 |
2014-03-07 | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 1 | -3/+0 |
2014-03-07 | ftrace/x86: Have ftrace_write() return -EPERM and clean up callers | Steven Rostedt (Red Hat) | 1 | -19/+8 |