| Commit message (Expand) | Author | Age | Files | Lines |
* | i386: move kernel/cpu | Thomas Gleixner | 2007-10-11 | 1 | -733/+0 |
* | x86: remove support for the Rise CPU | Adrian Bunk | 2007-07-21 | 1 | -2/+0 |
* | Use a new CPU feature word to cover features that are spread around | Venki Pallipadi | 2007-07-12 | 1 | -0/+2 |
* | [PATCH] i386: Fix UP gdt bugs | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+13 |
* | [PATCH] i386: Convert PDA into the percpu section | Jeremy Fitzhardinge | 2007-05-02 | 1 | -14/+3 |
* | [PATCH] i386: Page-align the GDT | Jeremy Fitzhardinge | 2007-05-02 | 1 | -3/+3 |
* | [PATCH] i386: clean up identify_cpu | Jeremy Fitzhardinge | 2007-05-02 | 1 | -7/+14 |
* | [PATCH] i386: cleanup GDT Access | Rusty Russell | 2007-05-02 | 1 | -3/+1 |
* | [PATCH] i386: clean up cpu_init() | Rusty Russell | 2007-05-02 | 1 | -25/+9 |
* | [PATCH] i386: Use per-cpu GDT immediately upon boot | Rusty Russell | 2007-05-02 | 1 | -45/+27 |
* | [PATCH] i386: Use per-cpu variables for GDT, PDA | Rusty Russell | 2007-05-02 | 1 | -81/+13 |
* | [PATCH] i386: Convert i386 PDA code to use %fs | Jeremy Fitzhardinge | 2007-02-13 | 1 | -7/+7 |
* | [PATCH] x86: fix PDA variables to work during boot | James Bottomley | 2007-01-22 | 1 | -4/+9 |
* | [PATCH] i386: fix another modpost warning | Vivek Goyal | 2007-01-05 | 1 | -1/+1 |
* | [PATCH] i386: alloc_gdt() static | Adrian Bunk | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] i386: cpu_detect extraction | Rusty Russell | 2006-12-07 | 1 | -16/+21 |
* | [PATCH] i386: Retrieve CLFLUSH size from CPUID | Andi Kleen | 2006-12-07 | 1 | -0/+3 |
* | [PATCH] i386: Implement "current" with the PDA | Jeremy Fitzhardinge | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] i386: Implement smp_processor_id() with the PDA | Jeremy Fitzhardinge | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] i386: Use %gs as the PDA base-segment in the kernel | Jeremy Fitzhardinge | 2006-12-07 | 1 | -2/+19 |
* | [PATCH] i386: Initialize the per-CPU data area | Jeremy Fitzhardinge | 2006-12-07 | 1 | -43/+134 |
* | [PATCH] i386: espfix cleanup | Stas Sergeev | 2006-12-07 | 1 | -11/+0 |
* | BUG_ON cleanups in arch/i386 | Eric Sesterhenn | 2006-10-03 | 1 | -2/+1 |
* | x86: Fix booting with "no387 nofxsr" | Linus Torvalds | 2006-10-03 | 1 | -0/+9 |
* | [PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdata | Magnus Damm | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] i386: mark cpu_dev structures as __cpuinitdata | Magnus Damm | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] i386: remove redundant generic_identify() calls when identifying cpus | Magnus Damm | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] i386: fix dubious segment register clear in cpu_init() | Jeremy Fitzhardinge | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] fix subarchitecture breakage with CONFIG_SCHED_SMT | James Bottomley | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86 | Rohit Seth | 2006-06-27 | 1 | -8/+7 |
* | [PATCH] x86: cpu_init(): avoid GFP_KERNEL allocation while atomic | Shaohua Li | 2006-06-27 | 1 | -1/+7 |
* | [PATCH] Don't trigger full rebuild via CONFIG_X86_MCE | Alexey Dobriyan | 2006-06-23 | 1 | -0/+1 |
* | [PATCH] Don't trigger full rebuild via CONFIG_MTRR | Alexey Dobriyan | 2006-06-23 | 1 | -0/+1 |
* | [PATCH] sched: new sched domain for representing multi-core | Siddha, Suresh B | 2006-03-27 | 1 | -3/+7 |
* | [PATCH] i386: fall back to sensible CPU model name | Chuck Ebbert | 2006-03-23 | 1 | -1/+1 |
* | [PATCH] i386: allow disabling X86_FEATURE_SEP at boot | Chuck Ebbert | 2006-03-23 | 1 | -1/+14 |
* | [PATCH] i386: __devinit should be __cpuinit | Chuck Ebbert | 2006-03-23 | 1 | -16/+16 |
* | [PATCH] x86: cpu model calculation for family 6 cpu | Shaohua Li | 2006-03-08 | 1 | -2/+2 |
* | [PATCH] x86: fix broken SMP boot sequence | James Bottomley | 2006-02-24 | 1 | -4/+28 |
* | [PATCH] i386 cpu hotplug: don't access freed memory | Chuck Ebbert | 2006-02-05 | 1 | -1/+10 |
* | [PATCH] i386: Move phys_proc_id/early intel workaround to correct function. | Andi Kleen | 2006-01-11 | 1 | -7/+10 |
* | [PATCH] tiny: Make x86 doublefault handling optional | Matt Mackall | 2006-01-08 | 1 | -0/+2 |
* | [PATCH] x86: Stop deleting nt | Zachary Amsden | 2006-01-06 | 1 | -5/+0 |
* | [PATCH] x86: GDT alignment fix | Zachary Amsden | 2006-01-06 | 1 | -3/+0 |
* | Merge x86-64 update from Andi | Linus Torvalds | 2005-11-14 | 1 | -24/+16 |
|\ |
|
| * | [PATCH] x86-64/i386: Intel HT, Multi core detection fixes | Siddha, Suresh B | 2005-11-14 | 1 | -22/+14 |
| * | [PATCH] x86-64/i386: Fix CPU model for family 6 | Suresh Siddha | 2005-11-14 | 1 | -2/+2 |
* | | [PATCH] x86: add MCE resume | Shaohua Li | 2005-11-07 | 1 | -4/+1 |
|/ |
|
* | [PATCH] x86: add an accessor function for getting the per-CPU gdt | Zachary Amsden | 2005-10-30 | 1 | -5/+4 |
* | [PATCH] x86: bogus tls from gdt | Zachary Amsden | 2005-10-30 | 1 | -6/+0 |