| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -5/+0 |
|\ |
|
| * | x86: split ret_from_fork | Al Viro | 2012-09-30 | 1 | -5/+0 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-01 | 1 | -1/+0 |
|\ \ |
|
| * | | x86: Drop unnecessary kernel_eflags variable on 64-bit | Ian Campbell | 2012-09-13 | 1 | -1/+0 |
| |/ |
|
* / | uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st... | Oleg Nesterov | 2012-09-15 | 1 | -0/+2 |
|/ |
|
* | x86/tlb: add tlb_flushall_shift for specific CPU | Alex Shi | 2012-06-27 | 1 | -0/+2 |
* | x86/tlb_info: get last level TLB entry number of CPU | Alex Shi | 2012-06-27 | 1 | -0/+11 |
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-05-29 | 1 | -1/+6 |
|\ |
|
| * | x86, realmode: read cr4 and EFER from kernel for 64-bit trampoline | Jarkko Sakkinen | 2012-05-08 | 1 | -1/+6 |
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 1 | -3/+0 |
|\ \ |
|
| * | | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2012-05-16 | 1 | -3/+0 |
| |/ |
|
* / | x86: Use kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 1 | -2/+0 |
|/ |
|
* | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility | Len Brown | 2012-03-30 | 1 | -10/+0 |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-29 | 1 | -1/+1 |
|\ |
|
| * | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 | 1 | -1/+1 |
| * | Merge branch 'x86/x32' into x86/cleanups | Ingo Molnar | 2012-03-13 | 1 | -2/+8 |
| |\ |
|
* | \ | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 1 | -2/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | x86-64: Add prototype for old_rsp to a header file | H. J. Lu | 2012-02-20 | 1 | -0/+6 |
| * | | x86: Factor out TIF_IA32 from 32-bit address space | H. Peter Anvin | 2012-02-20 | 1 | -2/+2 |
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -1/+30 |
|\ \ \ |
|
| * | | | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+30 |
* | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2012-03-24 | 1 | -63/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | x86: relocate get/set debugreg fcns to include/asm/debugreg. | Paul Gortmaker | 2012-02-28 | 1 | -63/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-03-22 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/debug: Fix/improve the show_msr=<cpus> debug print out | Yinghai Lu | 2012-02-12 | 1 | -0/+1 |
| |/ |
|
* | | i387: support lazy restore of FPU state | Linus Torvalds | 2012-02-20 | 1 | -1/+2 |
* | | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 2012-02-18 | 1 | -0/+1 |
|/ |
|
* | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 2011-12-21 | 1 | -2/+0 |
* | x86, intel: Output microcode revision in /proc/cpuinfo | Andi Kleen | 2011-10-14 | 1 | -1/+3 |
* | x86 idle: move mwait_idle_with_hints() to where it is used | Len Brown | 2011-08-03 | 1 | -2/+0 |
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-05-29 | 1 | -2/+2 |
|\ |
|
| * | x86 idle: clarify AMD erratum 400 workaround | Len Brown | 2011-05-29 | 1 | -2/+2 |
* | | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 2011-01-26 | 1 | -4/+0 |
|/ |
|
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-01-13 | 1 | -2/+3 |
|\ |
|
| * | Merge branch 'linus' into idle-test | Len Brown | 2011-01-12 | 1 | -2/+1 |
| |\ |
|
| * | | ACPI, intel_idle: Cleanup idle= internal variables | Thomas Renninger | 2011-01-12 | 1 | -2/+3 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
| |/ |
|
* / | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 2010-12-30 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -23/+0 |
|\ |
|
| * | x86, hotplug: Use mwait to offline a processor, fix the legacy case | H. Peter Anvin | 2010-09-17 | 1 | -23/+0 |
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-10-21 | 1 | -2/+2 |
|\ \ |
|
| * | | x86: Use correct type for %cr4 | Brian Gerst | 2010-09-09 | 1 | -2/+2 |
| |/ |
|
* / | x86, amd: Extract compute unit information for AMD CPUs | Andreas Herrmann | 2010-10-01 | 1 | -0/+2 |
|/ |
|
* | x86: Fix keeping track of AMD C1E | Michal Schmidt | 2010-08-02 | 1 | -0/+1 |
* | x86, cpu: Use AMD errata checking framework for erratum 383 | Hans Rosenfeld | 2010-07-28 | 1 | -0/+1 |
* | x86, cpu: Clean up AMD erratum 400 workaround | Hans Rosenfeld | 2010-07-28 | 1 | -0/+1 |
* | x86, cpu: AMD errata checking framework | Hans Rosenfeld | 2010-07-28 | 1 | -0/+18 |
* | x86, kgdb: early trap init for early debug | Jan Kiszka | 2010-05-20 | 1 | -0/+2 |
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 | 1 | -1/+5 |
|\ |
|