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.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-12-06
x86, perf probe: Fix warning in test_get_len()
Jean Delvare
1
-1
/
+1
2009-12-06
x86: Fixup wrong irq frame link in stacktraces
Frederic Weisbecker
1
-1
/
+32
2009-12-06
x86: Fixup wrong debug exception frame link in stacktraces
Frederic Weisbecker
1
-3
/
+3
2009-12-06
x86/perf: Exclude the debug stack from the callchains
Frederic Weisbecker
1
-4
/
+5
2009-12-06
hw-breakpoints: Use overflow handler instead of the event callback
Frederic Weisbecker
2
-6
/
+8
2009-12-06
hw-breakpoints: Drop callback and task parameters from modify helper
Frederic Weisbecker
1
-2
/
+2
2009-12-03
Merge branch 'perf/probes' into perf/core
Ingo Molnar
2
-3
/
+35
2009-12-03
Merge branch 'perf/mce' into perf/core
Ingo Molnar
7
-54
/
+117
2009-12-02
x86: Fix comments of register/stack access functions
Masami Hiramatsu
1
-4
/
+4
2009-12-02
hw-breakpoints: Keep track of user disabled breakpoints
Frederic Weisbecker
1
-4
/
+12
2009-11-27
hw-breakpoints: Use struct perf_event_attr to define user breakpoints
Frederic Weisbecker
1
-33
/
+41
2009-11-26
x86, mce: Add __cpuinit to hotplug callback functions
Hidetoshi Seto
1
-2
/
+3
2009-11-26
x86/hw-breakpoints: Don't lose GE flag while disabling a breakpoint
Frederic Weisbecker
1
-8
/
+14
2009-11-26
hw-breakpoints: Simplify error handling in breakpoint creation requests
Frederic Weisbecker
1
-7
/
+1
2009-11-25
x86: Rename global percpu symbol dr7 to cpu_dr7
Tejun Heo
2
-7
/
+7
2009-11-24
perf_events, x86: Fix validate_event bug
Stephane Eranian
1
-2
/
+2
2009-11-23
x86: Tighten conditionals on MCE related statistics
Jan Beulich
2
-9
/
+9
2009-11-23
hw-breakpoint: Attribute authorship of hw-breakpoint related files
K.Prasad
1
-0
/
+4
2009-11-23
perf events: Do not generate function trace entries in perf code
Ingo Molnar
1
-0
/
+1
2009-11-21
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
21
-212
/
+947
2009-11-21
x86: insn decoder test checks objdump version
Masami Hiramatsu
2
-1
/
+27
2009-11-21
x86: Fix insn decoder test typos
Masami Hiramatsu
1
-3
/
+9
2009-11-19
x86: Instruction decoder test should generate build warning
Masami Hiramatsu
1
-6
/
+11
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
34
-72
/
+181
2009-11-17
x86: Show symbol name if insn decoder test failed
Masami Hiramatsu
2
-1
/
+14
2009-11-17
x86: Add verbose option to insn decoder test
Masami Hiramatsu
2
-12
/
+71
2009-11-15
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
16
-28
/
+88
2009-11-14
hw-breakpoints, x86: Fix modular KVM build
Ingo Molnar
2
-4
/
+2
2009-11-12
perf_event, x86: Annotate init functions and data
Hiroshi Shimamoto
1
-10
/
+10
2009-11-12
x86, mce: Fix __init annotations
Hidetoshi Seto
2
-3
/
+3
2009-11-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2
-7
/
+9
2009-11-11
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-13
/
+24
2009-11-11
x86: Mark the thermal init functions __init
Yong Wang
1
-2
/
+2
2009-11-10
hw-breakpoints: Wrap in the KVM breakpoint active state check
Frederic Weisbecker
2
-1
/
+6
2009-11-10
hw-breakpoints: Fix broken a.out format dump
Frederic Weisbecker
3
-8
/
+39
2009-11-10
x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
Yong Wang
5
-5
/
+43
2009-11-10
x86, amd-ucode: Check UCODE_MAGIC before loading the container file
Borislav Petkov
1
-0
/
+6
2009-11-08
x86/PCI: Adjust GFP mask handling for coherent allocations
Jan Beulich
2
-7
/
+9
2009-11-08
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
Frederic Weisbecker
12
-296
/
+445
2009-11-08
x86: Fix error return sequence in __ioremap_caller()
Xiaotian Feng
1
-13
/
+11
2009-11-07
x86: Add Phoenix/MSC BIOSes to lowmem corruption list
Simon Kagstrom
1
-0
/
+7
2009-11-06
hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.h
Frederic Weisbecker
1
-1
/
+1
2009-11-06
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2009-11-06
x86: Make sure get_user_desc() doesn't sign extend.
Chris Lalancette
1
-1
/
+1
2009-11-05
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...
Linus Torvalds
1
-1
/
+10
2009-11-05
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2009-11-05
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-3
/
+41
2009-11-04
KVM: get_tss_base_addr() should return a gpa_t
Gleb Natapov
1
-1
/
+1
2009-11-04
KVM: x86: Catch potential overrun in MCE setup
Jan Kiszka
1
-1
/
+1
2009-11-04
x86, fs: Fix x86 procfs stack information for threads on 64-bit
Stefani Seibold
2
-1
/
+6
[next]