summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-106-502/+237
|\
| * x86: cpu_debug: Remove model information to reduce encoding-decodingJaswinder Singh Rajput2009-06-072-421/+97
| * Merge branch 'linus' into x86/cpuIngo Molnar2009-06-072856-66919/+85553
| |\
| * | x86: fixup numa_node information for AMD CPU northbridge functionsAndreas Herrmann2009-04-171-0/+37
| * | x86: k8 convert node_to_k8_nb_misc() from a macro to an inline functionJaswinder Singh Rajput2009-04-151-3/+8
| * | x86: cacheinfo: complete L2/L3 Cache and TLB associativity field definitionsAndreas Herrmann2009-04-101-4/+12
| * | x86/docs: add description for cache_disable sysfs interfaceMark Langsdorf2009-04-101-0/+18
| * | x86: cacheinfo: disable L3 ECC scrubbing when L3 cache index is disabledMark Langsdorf2009-04-101-0/+6
| * | x86: cacheinfo: replace sysfs interface for cache_disable featureMark Langsdorf2009-04-101-45/+45
| * | x86: cacheinfo: use cached K8 NB_MISC devices instead of scanning for itAndreas Herrmann2009-04-102-34/+11
| * | x86: cacheinfo: correct return value when cache_disable feature is not activeAndreas Herrmann2009-04-101-1/+1
| * | x86: cacheinfo: use L3 cache index disable feature only for CPUs that support itAndreas Herrmann2009-04-101-0/+8
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-1029-85/+78
|\ \ \
| * | | x86, nmi: Use predefined numbers instead of hardcoded oneCyrill Gorcunov2009-06-071-1/+1
| * | | x86: asm/processor.h: remove double declarationJaswinder Singh Rajput2009-05-191-3/+0
| * | | x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput2009-05-154-11/+9
| * | | x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2009-05-152-4/+2
| * | | x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput2009-05-151-8/+0
| * | | x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2009-05-152-3/+2
| * | | x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2009-05-152-3/+2
| * | | x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput2009-05-153-4/+3
| * | | x86: mce: remove duplicated #includeHuang Weiyi2009-05-091-1/+0
| * | | x86: msr-index.h remove duplicate MSR C001_0015 declarationJaswinder Singh Rajput2009-05-081-1/+0
| * | | x86: clean up arch/x86/kernel/tsc_sync.c a bitIngo Molnar2009-05-071-8/+6
| * | | x86: use symbolic name for VM86_SIGNAL when used as vm86 default returnSamuel Bronson2009-05-061-2/+2
| * | | x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.hRemis Lima Baima2009-04-301-0/+5
| * | | x86: avoid multiple declaration of kstack_depth_to_printJaswinder Singh Rajput2009-04-142-2/+0
| * | | x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t...Jaswinder Singh Rajput2009-04-121-0/+1
| * | | x86: clean up declarations and variablesJaswinder Singh Rajput2009-04-1212-33/+42
| * | | x86: apic/x2apic_cluster.c x86_cpu_to_logical_apicid should be staticJaswinder Singh Rajput2009-04-121-1/+1
| * | | x86 early quirks: eliminate unused functionIngo Molnar2009-04-081-0/+2
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-103-38/+28
|\ \ \ \
| * | | | x86, 64-bit: ifdef out struct thread_struct::ipAlexey Dobriyan2009-05-112-1/+3
| * | | | x86, 32-bit: ifdef out struct thread_struct::fsAlexey Dobriyan2009-05-111-1/+2
| * | | | x86: clean up alternative.hMathieu Desnoyers2009-04-281-36/+23
* | | | | Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-102-1/+151
|\ \ \ \ \
| * | | | | sched: Document memory barriers implied by sleep/wake-up primitivesDavid Howells2009-04-292-1/+151
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-1013-150/+325
|\ \ \ \ \ \
| * | | | | | sched: fix typo in sched-rt-group.txt fileGeunSik Lim2009-05-291-1/+1
| * | | | | | ftrace: fix typo about map of kernel priority in ftrace.txt file.GeunSik Lim2009-05-291-3/+12
| * | | | | | sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar2009-05-192-5/+25
| * | | | | | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-154-38/+28
| * | | | | | sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-155-65/+80
| * | | | | | sched: Don't export sched_mc_power_savings on multi-socket single core systemVaidyanathan Srinivasan2009-05-111-1/+2
| * | | | | | Merge commit 'v2.6.30-rc5' into sched/coreIngo Molnar2009-05-112266-61619/+65576
| |\ \ \ \ \ \
| * | | | | | | sched: emit thread info flags with stack traceDavid Rientjes2009-05-071-2/+3
| * | | | | | | sched: rt: document the risk of small values in the bandwidth settingsPeter Zijlstra2009-05-052-0/+25
| * | | | | | | sched: Replace first_cpu() with cpumask_first() in ILB nomination codeGautham R Shenoy2009-04-211-1/+1
| * | | | | | | sched: remove extra call overhead for schedule()Peter Zijlstra2009-04-202-9/+7
| * | | | | | | sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())Miao Xie2009-04-151-2/+2