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.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
2009-04-14
perf_counter: fix alignment in /proc/interrupts
Luis Henriques
1
-1
/
+1
2009-04-08
perf_counter: allow for data addresses to be recorded
Peter Zijlstra
2
-4
/
+6
2009-04-08
x86: smarten /proc/interrupts output for new counters
Hidetoshi Seto
1
-1
/
+1
2009-04-08
Merge commit 'v2.6.30-rc1' into perfcounters/core
Ingo Molnar
4
-9
/
+8
2009-04-08
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
2009-04-07
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
2
-3
/
+3
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
3
-5
/
+5
2009-04-07
dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)
Yang Hongyang
1
-1
/
+1
2009-04-07
tracing, x86: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-04-07
Merge branch 'linus' into perfcounters/core
Ingo Molnar
5
-59
/
+167
2009-04-07
x86, perfcounters: add atomic64_xchg()
Ingo Molnar
1
-3
/
+21
2009-04-07
perf_counter: theres more to overflow than writing events
Peter Zijlstra
1
-1
/
+2
2009-04-07
perf_counter: x86: self-IPI for pending work
Peter Zijlstra
10
-1
/
+33
2009-04-07
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
5
-59
/
+167
2009-04-06
perf_counter: add more context information
Peter Zijlstra
1
-0
/
+9
2009-04-06
perf_counter: pmc arbitration
Peter Zijlstra
1
-0
/
+75
2009-04-06
perf_counter: x86: callchain support
Peter Zijlstra
1
-0
/
+154
2009-04-06
perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()
Peter Zijlstra
1
-1
/
+1
2009-04-06
perf_counter: unify and fix delayed counter wakeup
Peter Zijlstra
4
-40
/
+4
2009-04-06
perf_counter: remove the event config bitfields
Peter Zijlstra
1
-4
/
+4
2009-04-06
perf_counter: unify irq output code
Peter Zijlstra
1
-52
/
+1
2009-04-06
perf_counter: revamp syscall input ABI
Peter Zijlstra
1
-5
/
+5
2009-04-06
perf_counter: abstract wakeup flag setting in core to fix powerpc build
Paul Mackerras
1
-0
/
+3
2009-04-06
perf_counter: fix crash on perfmon v1 systems
Ingo Molnar
1
-5
/
+11
2009-04-06
perf_counter: provide major/minor page fault software events
Peter Zijlstra
1
-2
/
+5
2009-04-06
perf_counter: provide pagefault software events
Peter Zijlstra
1
-0
/
+3
2009-04-06
perf_counter: x86: use ULL postfix for 64bit constants
Peter Zijlstra
1
-6
/
+6
2009-04-06
perf_counter: add comment to barrier
Peter Zijlstra
1
-0
/
+4
2009-04-06
perf_counter: x86: fix 32-bit irq_period assumption
Peter Zijlstra
1
-1
/
+1
2009-04-06
Merge branch 'linus' into perfcounters/core-v2
Ingo Molnar
284
-7546
/
+13105
2009-04-05
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
4
-8
/
+105
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
17
-98
/
+268
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
33
-562
/
+561
2009-04-05
Merge branch 'linus' into release
Len Brown
458
-22515
/
+23708
2009-04-05
Merge branch 'misc' into release
Len Brown
2
-1
/
+13
2009-04-05
Merge branch 'x2apic' into release
Len Brown
2
-4
/
+89
2009-04-04
x2apic/intr-remap: decouple interrupt remapping from x2apic
Han, Weidong
3
-8
/
+26
2009-04-04
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
10
-81
/
+43
2009-04-04
x86, ACPI: add support for x2apic ACPI extensions
Suresh Siddha
2
-4
/
+89
2009-04-04
x86, mtrr: remove debug message
Ingo Molnar
1
-3
/
+0
2009-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2009-04-04
x86, PAT: Remove duplicate memtype reserve in pci mmap
Suresh Siddha
1
-46
/
+0
2009-04-04
Intel IOMMU Suspend/Resume Support - Interrupt Remapping
Fenghua Yu
4
-53
/
+143
2009-04-03
x86: disable stack-protector for __restore_processor_state()
Joseph Cihula
1
-0
/
+5
2009-04-03
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
2
-2
/
+9
2009-04-03
mm: fix misuse of debug_kmap_atomic
Akinobu Mita
2
-2
/
+1
2009-04-03
x86: fix is_io_mapping_possible() build warning on i386 allnoconfig
Andrew Morton
1
-1
/
+1
2009-04-03
ACPI: update comment
Zhang Rui
1
-1
/
+1
2009-04-03
Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...
Ingo Molnar
16
-88
/
+247
2009-04-03
x86, setup: compile with -DDISABLE_BRANCH_PROFILING
H. Peter Anvin
2
-1
/
+3
[next]