summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov2014-09-02
| * | | | | | | | | | | | | | | | | | x86, fpu: copy_process: Sanitize fpu->last_cpu initializationOleg Nesterov2014-09-02
| * | | | | | | | | | | | | | | | | | x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math()Oleg Nesterov2014-09-02
| * | | | | | | | | | | | | | | | | | x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov2014-09-02
| * | | | | | | | | | | | | | | | | | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov2014-09-02
| * | | | | | | | | | | | | | | | | | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2014-09-02
* | | | | | | | | | | | | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | x86: Add more disabled featuresDave Hansen2014-09-11
| * | | | | | | | | | | | | | | | | | x86: Introduce disabled-featuresDave Hansen2014-09-11
| * | | | | | | | | | | | | | | | | | x86: Axe the lightly-used cpu_has_paeDave Hansen2014-09-11
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu2014-09-24
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | x86/tty/serial/8250: Clean up the asm/serial.h include file a bitIngo Molnar2014-09-06
| * | | | | | | | | | | | | | | | | x86/tty/serial/8250: Resolve missing-field-initializers warningsMark Rustad2014-09-06
| * | | | | | | | | | | | | | | | | x86: Remove obsolete comment in uapi/e820.hRoss Zwisler2014-08-21
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | x86/kbuild: Eliminate duplicate command line optionsRasmus Villemoes2014-09-16
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86/relocs: Make per_cpu_load_addr staticBen Hutchings2014-09-24
| * | | | | | | | | | | | | | | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-16
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86: Unwind-annotate thunk_32.SJan Beulich2014-10-08
| * | | | | | | | | | | | | | | | x86: Improve cmpxchg8b_emu.SJan Beulich2014-10-08
| * | | | | | | | | | | | | | | | x86: Improve cmpxchg16b_emu.SJan Beulich2014-10-08
| * | | | | | | | | | | | | | | | x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov2014-09-24
| * | | | | | | | | | | | | | | | x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov2014-09-24
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | sched/x86: Fix up typo in topology detectionDave Hansen2014-10-03
| * | | | | | | | | | | | | | | | x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen2014-09-24
| * | | | | | | | | | | | | | | | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-19
| * | | | | | | | | | | | | | | | init/main.c: Give init_task a canaryAaron Tomlin2014-09-19
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang2014-10-03
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen2014-10-03
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel: Add Broadwell core supportAndi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel: Document all Haswell modelsAndi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen2014-09-24
| * | | | | | | | | | | | | | | | perf/x86: Fix section mismatch in split uncore driverAndi Kleen2014-09-09
| * | | | | | | | | | | | | | | | perf/x86/intel: Mark initialization code as suchMathias Krause2014-09-09
| * | | | | | | | | | | | | | | | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-09
| |\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra2014-08-13