| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 1 | -9/+37 |
|\ |
|
| * | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 2009-08-27 | 9 | -94/+356 |
| |\ |
|
| * | | x86, mtrr: make mtrr_aps_delayed_init static bool | H. Peter Anvin | 2009-08-22 | 1 | -3/+3 |
| * | | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init | Suresh Siddha | 2009-08-22 | 1 | -9/+37 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2009-09-15 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | x86, mce: do not compile mcelog message on AMD | Borislav Petkov | 2009-09-14 | 1 | -1/+4 |
| * | | | x86, mce: pass mce info to EDAC for decoding | Borislav Petkov | 2009-09-14 | 1 | -0/+7 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-14 | 1 | -4/+14 |
|\ \ \ |
|
| * | | | x86, percpu: Collect hot percpu variables into one cacheline | Tejun Heo | 2009-08-03 | 1 | -2/+13 |
| * | | | x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED() | Tejun Heo | 2009-08-03 | 1 | -2/+1 |
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-14 | 4 | -18/+104 |
|\ \ \ \ |
|
| * | | | | x86: Use hard_smp_processor_id() to get apic id for AMD K8 cpus | Yinghai Lu | 2009-09-04 | 1 | -1/+4 |
| * | | | | x86, mcheck: Use correct cpumask for shared bank4 | Andreas Herrmann | 2009-09-04 | 1 | -3/+5 |
| * | | | | x86, cacheinfo: Fixup L3 cache information for AMD multi-node processors | Andreas Herrmann | 2009-09-04 | 1 | -10/+22 |
| * | | | | x86: Fix CPU llc_shared_map information for AMD Magny-Cours | Andreas Herrmann | 2009-09-04 | 1 | -1/+63 |
| * | | | | x86, AMD: Disable wrongly set X86_FEATURE_LAHF_LM CPUID bit | Borislav Petkov | 2009-09-01 | 1 | -1/+10 |
| * | | | | Merge commit 'v2.6.31-rc7' into x86/cpu | Ingo Molnar | 2009-08-23 | 23 | -847/+1122 |
| |\ \ \ \ |
|
| * | | | | | x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bit | Jaswinder Singh Rajput | 2009-06-13 | 1 | -2/+0 |
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-14 | 20 | -992/+1013 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge commit 'v2.6.31-rc7' into x86/cleanups | Ingo Molnar | 2009-08-24 | 8 | -94/+352 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | x86/cpu: Clean up various files a bit | Alan Cox | 2009-07-11 | 11 | -129/+144 |
| * | | | | | x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded... | Cyrill Gorcunov | 2009-07-10 | 1 | -1/+1 |
| * | | | | | x86: Further clean up of mtrr/generic.c | Ingo Molnar | 2009-07-05 | 1 | -29/+27 |
| * | | | | | x86: Clean up mtrr/main.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -213/+242 |
| * | | | | | x86: Clean up mtrr/state.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -28/+40 |
| * | | | | | x86: Clean up mtrr/mtrr.h | Jaswinder Singh Rajput | 2009-07-04 | 1 | -10/+9 |
| * | | | | | x86: Clean up mtrr/if.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -59/+76 |
| * | | | | | x86: Clean up mtrr/generic.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -135/+169 |
| * | | | | | x86: Clean up mtrr/cyrix.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -43/+51 |
| * | | | | | x86: Clean up mtrr/cleanup.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -174/+176 |
| * | | | | | x86: Clean up mtrr/centaur.c | Jaswinder Singh Rajput | 2009-07-04 | 1 | -133/+35 |
| * | | | | | x86: Clean up mtrr/amd.c: | Jaswinder Singh Rajput | 2009-07-04 | 1 | -46/+51 |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-14 | 1 | -21/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/i386: Put aligned stack-canary in percpu shared_aligned section | Jeremy Fitzhardinge | 2009-09-04 | 1 | -1/+1 |
| * | | | | | | x86/i386: Make sure stack-protector segment base is cache aligned | Jeremy Fitzhardinge | 2009-09-03 | 1 | -1/+1 |
| * | | | | | | Merge commit 'origin/x86/urgent' into x86/asm | H. Peter Anvin | 2009-08-26 | 6 | -61/+329 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | x86: Introduce GDT_ENTRY_INIT(), fix APM | Ingo Molnar | 2009-08-08 | 1 | -1/+1 |
| * | | | | | | x86: Introduce GDT_ENTRY_INIT() | Akinobu Mita | 2009-08-08 | 1 | -20/+20 |
* | | | | | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for now | markus.t.metzger@intel.com | 2009-09-04 | 1 | -2/+9 |
* | | | | | | | x86, perf_counter, bts: Correct pointer-to-u64 casts | markus.t.metzger@intel.com | 2009-09-04 | 1 | -12/+12 |
* | | | | | | | x86, perf_counter, bts: Fail if BTS is not available | markus.t.metzger@intel.com | 2009-09-04 | 1 | -14/+11 |
* | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-09-02 | 3 | -5/+25 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-08-20 | 1 | -0/+4 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | * | | | | | x86: make sure load_percpu_segment has no stackprotector | Jeremy Fitzhardinge | 2009-08-20 | 1 | -0/+4 |
| * | | | | | | x86, mce: Don't initialize MCEs on unknown CPUs | Ingo Molnar | 2009-08-17 | 1 | -5/+14 |
| * | | | | | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs | Bartlomiej Zolnierkiewicz | 2009-08-17 | 1 | -0/+4 |
| * | | | | | | x86, mce: therm_throt: Don't log redundant normality | Hugh Dickins | 2009-08-16 | 1 | -2/+5 |
* | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-08-15 | 4 | -38/+75 |
|\| | | | | | |
|
| * | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-08-13 | 1 | -7/+33 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | perf_counter, x86: Fix/improve apic fallback | Ingo Molnar | 2009-08-12 | 1 | -4/+30 |