index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-17
x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
Mike Travis
30
-273
/
+380
2008-12-17
x86: enable MAXSMP
Mike Travis
1
-3
/
+4
2008-12-17
x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.
Mike Travis
1
-2
/
+2
2008-12-13
Merge ../linux-2.6-x86
Rusty Russell
71
-1542
/
+2245
2008-12-13
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
7
-11
/
+11
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
4
-46
/
+43
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
2
-3
/
+3
2008-12-13
cpumask: centralize cpu_online_map and cpu_possible_map
Rusty Russell
2
-13
/
+0
2008-12-12
Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096
Ingo Molnar
42
-427
/
+724
2008-12-12
Merge branch 'sched/core' into cpus4096
Ingo Molnar
9
-47
/
+51
2008-12-12
Merge branch 'tracing/fastboot' into cpus4096
Ingo Molnar
23
-1127
/
+1081
2008-12-12
Merge commit 'v2.6.28-rc8' into sched/core
Ingo Molnar
11
-48
/
+55
2008-12-09
sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build
Yinghai Lu
1
-1
/
+1
2008-12-08
sparseirq: fix typo in !CONFIG_IO_APIC case
Ingo Molnar
1
-5
/
+2
2008-12-08
x86: fix default_spin_lock_flags() prototype
Ingo Molnar
1
-1
/
+2
2008-12-08
tracing/function-graph-tracer: append the tracing_graph_flag
Frederic Weisbecker
1
-1
/
+4
2008-12-08
tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...
Frederic Weisbecker
3
-8
/
+6
2008-12-08
x86: clean up get_smp_config()
Yinghai Lu
2
-14
/
+22
2008-12-08
Merge branch 'linus' into x86/quirks
Ingo Molnar
42
-165
/
+324
2008-12-08
AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0
Joerg Roedel
1
-1
/
+2
2008-12-08
AMD IOMMU: fix WARN_ON in dma_ops unmap path
Joerg Roedel
1
-1
/
+1
2008-12-08
AMD IOMMU: fix typo in comment
Joerg Roedel
1
-2
/
+2
2008-12-08
AMD IOMMU: fix loop counter in free_pagetable function
Joerg Roedel
1
-1
/
+1
2008-12-08
AMD IOMMU: fix iommu_map_page function
Joerg Roedel
1
-1
/
+1
2008-12-08
x86, MSI: pass irq_cfg and irq_desc
Yinghai Lu
1
-137
/
+181
2008-12-08
x86: MSI start irq numbering from nr_irqs_gsi
Yinghai Lu
3
-9
/
+19
2008-12-08
x86: use NR_IRQS_LEGACY
Yinghai Lu
4
-7
/
+9
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
8
-113
/
+216
2008-12-08
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
20
-117
/
+144
2008-12-05
Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...
Ingo Molnar
3
-2
/
+5
2008-12-05
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-39
/
+41
2008-12-05
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2008-12-04
x86: fix early panic with boot option "nosmp"
Andi Kleen
1
-0
/
+3
2008-12-03
Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2
-3
/
+6
2008-12-03
x86/oprofile: fix Intel cpu family 6 detection
William Cohen
1
-3
/
+2
2008-12-03
oprofile: fix CPU unplug panic in ppro_stop()
Eric Dumazet
1
-0
/
+4
2008-12-03
Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
10
-47
/
+84
2008-12-03
AMD IOMMU: fix possible race while accessing iommu->need_sync
Joerg Roedel
1
-20
/
+13
2008-12-03
AMD IOMMU: set device table entry for aliased devices
Joerg Roedel
1
-0
/
+3
2008-12-03
AMD IOMMU: struct amd_iommu remove padding on 64 bit
Richard Kennedy
1
-12
/
+12
2008-12-03
x86: fix broken flushing in GART nofullflush path
Joerg Roedel
1
-0
/
+2
2008-12-03
ftrace: add checks on ret stack in function graph
Steven Rostedt
1
-0
/
+17
2008-12-03
ftrace: function graph return for function entry
Steven Rostedt
3
-1
/
+12
2008-12-03
ftrace: print real return in dumpstack for function graph
Steven Rostedt
4
-6
/
+42
2008-12-03
ftrace: add ftrace_graph_stop()
Steven Rostedt
1
-4
/
+6
2008-12-03
ftrace: have function graph use mcount caller address
Steven Rostedt
2
-0
/
+2
2008-12-03
ftrace: clean up function graph asm
Steven Rostedt
1
-16
/
+4
2008-12-03
Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace
Ingo Molnar
16
-625
/
+440
2008-12-03
Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-2
/
+5
2008-12-02
Merge branch 'linus' into cpus4096
Ingo Molnar
19
-116
/
+143
[next]