Age | Commit message (Expand) | Author | Files | Lines |
2011-02-16 | x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur... | Tejun Heo | 1 | -1/+1 |
2011-02-16 | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ... | Tejun Heo | 1 | -2/+2 |
2011-02-16 | x86, NUMA: Drop @start/last_pfn from initmem_init() | Tejun Heo | 1 | -1/+1 |
2011-02-16 | Merge branch 'x86/amd-nb' into x86/mm | Ingo Molnar | 4 | -23/+148 |
2011-02-16 | Merge branch 'x86/numa' into x86/mm | Ingo Molnar | 19 | -213/+166 |
2011-02-16 | Merge branch 'x86/bootmem' into x86/mm | Ingo Molnar | 2 | -34/+40 |
2011-02-15 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2011-02-15 | Merge branch 'master' into for-next | Jiri Kosina | 21 | -84/+90 |
2011-02-15 | x86, dmi, debug: Log board name (when present) in dmesg/oops output | Naga Chumbalkar | 1 | -6/+16 |
2011-02-15 | x86, ioapic: Don't warn about non-existing IOAPICs if we have none | Paul Bolle | 1 | -0/+3 |
2011-02-15 | x86, amd: Initialize variable properly | Borislav Petkov | 1 | -3/+3 |
2011-02-14 | x86/platform: Add a wallclock_init func to x86_init.timers ops | Feng Tang | 2 | -0/+3 |
2011-02-14 | Merge commit 'v2.6.38-rc4' into x86/numa | Ingo Molnar | 5 | -26/+45 |
2011-02-14 | x86: Fix and clean up generic_processor_info() | Yinghai Lu | 1 | -19/+20 |
2011-02-14 | Merge commit 'v2.6.38-rc4' into x86/cpu | Ingo Molnar | 6 | -27/+46 |
2011-02-14 | x86: Emit "mem=nopentium ignored" warning when not supported | Kamal Mostafa | 1 | -2/+5 |
2011-02-14 | x86: Fix panic when handling "mem={invalid}" param | Kamal Mostafa | 1 | -0/+3 |
2011-02-14 | x86: Allocate 32 tlb_invalidate_interrupt handler stubs | Shaohua Li | 2 | -9/+75 |
2011-02-14 | x86: Fix mwait_usable section mismatch | Borislav Petkov | 1 | -1/+1 |
2011-02-14 | Merge branch 'linus' into x86/bootmem | Ingo Molnar | 78 | -2542/+1658 |
2011-02-12 | x86: Readd missing irq_to_desc() in fixup_irq() | Thomas Gleixner | 1 | -1/+2 |
2011-02-12 | x86: Fix text_poke_smp_batch() deadlock | Peter Zijlstra | 1 | -1/+1 |
2011-02-12 | Merge commit 'v2.6.38-rc4' into perf/core | Ingo Molnar | 1 | -3/+10 |
2011-02-11 | x86: Fix printk typo WARING | Paul Bolle | 1 | -1/+1 |
2011-02-10 | x86: Adjust section placement in AMD northbridge related code | Jan Beulich | 1 | -3/+4 |
2011-02-10 | x86: Partly unify asm-offsets_{32,64}.c | Jan Beulich | 3 | -145/+84 |
2011-02-10 | x86: Reduce back the alignment of the per-CPU data section | Jan Beulich | 1 | -1/+1 |
2011-02-10 | x86: Fix section mismatch in LAPIC initialization | Jan Beulich | 2 | -4/+9 |
2011-02-10 | x86, microcode, AMD: Extend ucode size verification | Borislav Petkov | 1 | -16/+44 |
2011-02-09 | x86, microcode, AMD: Cleanup dmesg output | Borislav Petkov | 1 | -14/+16 |
2011-02-09 | x86, microcode, AMD: Remove unneeded memset call | Borislav Petkov | 1 | -1/+0 |
2011-02-09 | x86, microcode, AMD: Simplify get_next_ucode | Borislav Petkov | 1 | -36/+32 |
2011-02-09 | x86, microcode, AMD: Simplify install_equiv_cpu_table | Borislav Petkov | 1 | -13/+8 |
2011-02-09 | x86, microcode, AMD: Release firmware on error | Borislav Petkov | 1 | -12/+14 |
2011-02-09 | x86, microcode: Correct sysdev_add error path | Borislav Petkov | 1 | -2/+4 |
2011-02-07 | x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUs | Hans Rosenfeld | 2 | -15/+124 |
2011-02-07 | x86, nx: Mark the ACPI resume trampoline code as +x | H. Peter Anvin | 1 | -3/+10 |
2011-02-07 | Merge branch 'linus' into perf/core | Ingo Molnar | 5 | -23/+35 |
2011-02-06 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -21/+25 |
2011-02-04 | x86-32: Make sure the stack is set up before we use it | H. Peter Anvin | 3 | -20/+16 |
2011-02-03 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+10 |
2011-02-03 | x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms | Suresh Siddha | 1 | -1/+9 |
2011-02-02 | x86: Add clock_adjtime for x86 | Richard Cochran | 1 | -0/+1 |
2011-02-02 | Merge commit 'v2.6.38-rc3' into perf/core | Ingo Molnar | 6 | -12/+11 |
2011-01-28 | x86: Fix build failure on X86_UP_APIC | Tejun Heo | 1 | -2/+0 |
2011-01-28 | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 1 | -2/+0 |
2011-01-28 | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 2 | -48/+1 |
2011-01-28 | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 5 | -16/+5 |
2011-01-28 | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 5 | -27/+34 |
2011-01-28 | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() | Tejun Heo | 12 | -39/+33 |