summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-12-17x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis30-273/+380
2008-12-17x86: enable MAXSMPMike Travis1-3/+4
2008-12-17x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.Mike Travis1-2/+2
2008-12-13Merge ../linux-2.6-x86Rusty Russell71-1542/+2245
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell7-11/+11
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell4-46/+43
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2-3/+3
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2-13/+0
2008-12-12Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar42-427/+724
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar9-47/+51
2008-12-12Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar23-1127/+1081
2008-12-12Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar11-48/+55
2008-12-09sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ buildYinghai Lu1-1/+1
2008-12-08sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar1-5/+2
2008-12-08x86: fix default_spin_lock_flags() prototypeIngo Molnar1-1/+2
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker1-1/+4
2008-12-08tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker3-8/+6
2008-12-08x86: clean up get_smp_config()Yinghai Lu2-14/+22
2008-12-08Merge branch 'linus' into x86/quirksIngo Molnar42-165/+324
2008-12-08AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0Joerg Roedel1-1/+2
2008-12-08AMD IOMMU: fix WARN_ON in dma_ops unmap pathJoerg Roedel1-1/+1
2008-12-08AMD IOMMU: fix typo in commentJoerg Roedel1-2/+2
2008-12-08AMD IOMMU: fix loop counter in free_pagetable functionJoerg Roedel1-1/+1
2008-12-08AMD IOMMU: fix iommu_map_page functionJoerg Roedel1-1/+1
2008-12-08x86, MSI: pass irq_cfg and irq_descYinghai Lu1-137/+181
2008-12-08x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu3-9/+19
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu4-7/+9
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu8-113/+216
2008-12-08Merge branch 'sched/urgent' into sched/coreIngo Molnar20-117/+144
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar3-2/+5
2008-12-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-39/+41
2008-12-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2008-12-04x86: fix early panic with boot option "nosmp"Andi Kleen1-0/+3
2008-12-03Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-3/+6
2008-12-03x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen1-3/+2
2008-12-03oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet1-0/+4
2008-12-03Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar10-47/+84
2008-12-03AMD IOMMU: fix possible race while accessing iommu->need_syncJoerg Roedel1-20/+13
2008-12-03AMD IOMMU: set device table entry for aliased devicesJoerg Roedel1-0/+3
2008-12-03AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy1-12/+12
2008-12-03x86: fix broken flushing in GART nofullflush pathJoerg Roedel1-0/+2
2008-12-03ftrace: add checks on ret stack in function graphSteven Rostedt1-0/+17
2008-12-03ftrace: function graph return for function entrySteven Rostedt3-1/+12
2008-12-03ftrace: print real return in dumpstack for function graphSteven Rostedt4-6/+42
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt1-4/+6
2008-12-03ftrace: have function graph use mcount caller addressSteven Rostedt2-0/+2
2008-12-03ftrace: clean up function graph asmSteven Rostedt1-16/+4
2008-12-03Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar16-625/+440
2008-12-03Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+5
2008-12-02Merge branch 'linus' into cpus4096Ingo Molnar19-116/+143