summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-16perf, x86: Add support for AMD family 15h core countersRobert Richter1-0/+2
2011-02-16perf, x86: P4 PMU: Fix spurious NMI messagesCyrill Gorcunov1-0/+1
2011-02-16x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo2-3/+0
2011-02-16x86-64, NUMA: Use common numa_nodes[]Tejun Heo1-0/+1
2011-02-16x86-64, NUMA: Use common {cpu|mem}_nodes_parsedTejun Heo1-0/+3
2011-02-16x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo1-1/+1
2011-02-16x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo1-0/+1
2011-02-16x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2-2/+2
2011-02-16x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo1-2/+1
2011-02-16Merge branch 'x86/amd-nb' into x86/mmIngo Molnar1-1/+5
2011-02-16Merge branch 'x86/numa' into x86/mmIngo Molnar8-52/+87
2011-02-16Merge branch 'x86/bootmem' into x86/mmIngo Molnar1-0/+8
2011-02-14x86/platform: Add a wallclock_init func to x86_init.timers opsFeng Tang1-0/+2
2011-02-14Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar2-6/+4
2011-02-14Merge commit 'v2.6.38-rc4' into x86/cpuIngo Molnar5-43/+18
2011-02-14x86: Scale up the number of TLB invalidate vectors with NR_CPUs, up to 32Shaohua Li1-4/+9
2011-02-14x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li2-1/+28
2011-02-14x86: Cleanup vector usageShaohua Li1-19/+21
2011-02-14x86: Fix mwait_usable section mismatchBorislav Petkov1-1/+1
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar68-308/+961
2011-02-10x86: Adjust section placement in AMD northbridge related codeJan Beulich1-1/+1
2011-02-10x86: Fix section mismatch in LAPIC initializationJan Beulich1-0/+1
2011-02-07x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUsHans Rosenfeld1-0/+3
2011-02-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2011-02-05x86-32: Make sure the stack is set up before we use itH. Peter Anvin1-4/+1
2011-02-04x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...Suresh Siddha1-2/+3
2011-02-02x86: Add clock_adjtime for x86Richard Cochran2-1/+4
2011-01-31x86: Rename incorrectly named parameter of numa_cpu_node()Tejun Heo1-1/+1
2011-01-31Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner4-45/+5
2011-01-28x86: Fix build failure on X86_UP_APICTejun Heo1-1/+1
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo2-3/+4
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo3-5/+9
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo3-21/+8
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo4-4/+36
2011-01-28x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo1-2/+4
2011-01-28x86: Add apic->x86_32_early_logical_apicid()Tejun Heo1-0/+19
2011-01-28x86: Kill apic->cpu_to_logical_apicid()Tejun Heo1-7/+0
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2-4/+3
2011-01-28x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo1-4/+4
2011-01-28x86: Drop x86_32 MAX_APICIDTejun Heo1-2/+0
2011-01-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-34/+12
2011-01-27rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner1-9/+0
2011-01-27rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner1-5/+0
2011-01-27rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner1-25/+0
2011-01-27rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner1-12/+0
2011-01-27x86: Cleanup rwsem_count_t typedefThomas Gleixner1-15/+10
2011-01-27rwsem: Cleanup includesThomas Gleixner1-6/+0
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu2-4/+7
2011-01-26x86, amd: Extend AMD northbridge caching code to support "Link Control" devicesHans Rosenfeld1-0/+1
2011-01-26percpu, x86: Fix percpu_xchg_op()Eric Dumazet1-12/+12