summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis2-5/+6
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell3-12/+48
2009-01-03x86: use cpumask_var_t in acpi/boot.cRusty Russell1-7/+22
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis7-9/+9
2009-01-03x86: enable cpus display of kernel_max and offlined cpusMike Travis1-0/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis69-3322/+3151
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell12-268/+575
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-249/+527
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+6
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+35
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell83-4356/+4603
2008-12-29x86: mark get_cpu_leaves() with __cpuinit annotationSergio Luis1-1/+1
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds23-923/+1465
2008-12-26cpumask: cpu_coregroup_mask(): x86Rusty Russell1-3/+8
2008-12-26cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_...Rusty Russell1-4/+4
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2-3/+6
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar26-370/+700
2008-12-25Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar3-10/+35
2008-12-25Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin...Ingo Molnar12-57/+138
2008-12-25Merge branch 'x86/tsc' into tracing/coreIngo Molnar4-4/+33
2008-12-25Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/coreIngo Molnar1-1/+1
2008-12-25x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32Jaswinder Singh1-1/+1
2008-12-25tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3Frederic Weisbecker2-1/+6
2008-12-24Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar6-14/+30
2008-12-23x86: export vector_used_by_percpu_irqIngo Molnar1-0/+3
2008-12-23x86: use logical apicid in x2apic_cluster's x2apic_cpu_mask_to_apicid_and()Suresh Siddha1-3/+3
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu5-14/+38
2008-12-23Merge branch 'x86/irq' into x86/coreIngo Molnar13-903/+921
2008-12-23Merge branch 'x86/iommu' into x86/coreIngo Molnar6-8/+8
2008-12-23Merge branch 'x86/tsc' into x86/coreIngo Molnar4-4/+33
2008-12-23Merge branch 'x86/ptrace' into x86/tscIngo Molnar3-12/+9
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar62-2530/+2170
2008-12-23Merge branch 'x86/apic' into x86/irqIngo Molnar5-88/+106
2008-12-23Merge commit 'v2.6.28-rc9' into x86/apicIngo Molnar24-138/+194
2008-12-22x86: prioritize the FPU traps for the error codeH. Peter Anvin1-19/+15
2008-12-20x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko2-5/+20
2008-12-20x86, bts: memory accountingMarkus Metzger1-11/+34
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger4-32/+69
2008-12-19x86: common.c boot_cpu_stack and boot_exception_stacks should be staticJaswinder Singh1-3/+3
2008-12-19sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu1-1/+1
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar7-41/+46
2008-12-19x86: fix warning in arch/x86/kernel/io_apic.cIngo Molnar1-1/+1
2008-12-19x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomoliesSuresh Siddha2-1/+15
2008-12-19x86: fix warning in arch/x86/kernel/microcode_amd.cIngo Molnar1-1/+2
2008-12-18x86: asm-offset_64: use rt_sigframe_ia32Hiroshi Shimamoto1-1/+3
2008-12-18x86: process.c declare c1e_remove_cpu before they get usedJaswinder Singh1-0/+1
2008-12-18x86: time_64.c timer_interrupt() should be staticJaswinder Singh1-1/+1
2008-12-18Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-2/+7
2008-12-18x86 gart: don't complain if no AMD GART foundBjorn Helgaas1-3/+1