| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'v2.6.30-rc6' into tracing/core | Ingo Molnar | 2009-05-18 | 5 | -14/+18 |
|\ |
|
| * | kgdb,i386: use address that SP register points to in the exception frame | Jason Wessel | 2009-05-15 | 1 | -1/+2 |
| * | x86: MCE: make cmci_discover_lock irq-safe | Hidetoshi Seto | 2009-05-08 | 1 | -4/+6 |
| * | x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMP | Huang Ying | 2009-05-07 | 2 | -4/+4 |
| * | x86: fix boot hang in early_reserve_e820() | Jan Beulich | 2009-05-07 | 1 | -5/+6 |
* | | x86/stacktrace: return 0 instead of -1 for stack ops | Steven Rostedt | 2009-05-14 | 1 | -1/+1 |
* | | Merge branch 'tracing/hw-branch-tracing' into tracing/core | Ingo Molnar | 2009-05-07 | 8 | -364/+1276 |
|\ \ |
|
| * | | x86, bts, mm: clean up buffer allocation | Markus Metzger | 2009-04-24 | 1 | -13/+26 |
| * | | x86, ds: fix buffer alignment in debug store selftest | Markus Metzger | 2009-04-24 | 1 | -2/+4 |
| * | | Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing | Ingo Molnar | 2009-04-24 | 26 | -151/+250 |
| |\ \ |
|
| * | | | x86, ds: support Core i7 | Markus Metzger | 2009-04-07 | 1 | -7/+62 |
| * | | | x86, ds: allow small debug store buffers | Markus Metzger | 2009-04-07 | 2 | -5/+10 |
| * | | | x86, ds: fix bad ds_reset_pebs() | Markus Metzger | 2009-04-07 | 1 | -1/+1 |
| * | | | x86, ds: dont use TIF_DEBUGCTLMSR | Markus Metzger | 2009-04-07 | 1 | -5/+0 |
| * | | | x86, ptrace: add bts context unconditionally | Markus Metzger | 2009-04-07 | 1 | -19/+1 |
| * | | | x86, ds: use single debug store cpu configuration | Markus Metzger | 2009-04-07 | 1 | -2/+5 |
| * | | | x86, ds: add leakage warning | Markus Metzger | 2009-04-07 | 4 | -14/+7 |
| * | | | x86, ds: add task tracing selftest | Markus Metzger | 2009-04-07 | 1 | -0/+71 |
| * | | | x86, ds: selftest each cpu | Markus Metzger | 2009-04-07 | 1 | -47/+135 |
| * | | | x86, ds: fix bounds check in ds selftest | Markus Metzger | 2009-04-07 | 1 | -1/+6 |
| * | | | x86, ds: fix compiler warning | Markus Metzger | 2009-04-07 | 1 | -1/+1 |
| * | | | x86, bts, hw-branch-tracer: add _noirq variants to the debug store interface | Markus Metzger | 2009-04-07 | 3 | -113/+375 |
| * | | | x86, bts: use trace_clock_global() for timestamps | Markus Metzger | 2009-04-07 | 1 | -8/+9 |
| * | | | x86, bts: fix race between per-task and per-cpu branch tracing | Markus Metzger | 2009-04-07 | 1 | -31/+41 |
| * | | | x86, bts: wait until traced task has been scheduled out | Markus Metzger | 2009-04-07 | 1 | -4/+19 |
| * | | | mm, x86, ptrace, bts: defer branch trace stopping | Markus Metzger | 2009-04-07 | 1 | -85/+169 |
| * | | | x86, bts: fix race when bts tracer is removed | Markus Metzger | 2009-04-07 | 1 | -21/+37 |
| * | | | Merge branch 'linus' into tracing/hw-branch-tracing | Ingo Molnar | 2009-04-07 | 117 | -3586/+5533 |
| |\ \ \ |
|
| * | | | | x86, bts: use atomic memory allocation | Markus Metzger | 2009-03-19 | 1 | -4/+17 |
| * | | | | x86, bts: detect size of DS fields, fix | Ingo Molnar | 2009-03-13 | 1 | -1/+1 |
| * | | | | x86, bts: cleanups | Ingo Molnar | 2009-03-13 | 2 | -63/+81 |
| * | | | | x86, bts: correct comment style in ds.c | Markus Metzger | 2009-03-13 | 1 | -40/+39 |
| * | | | | x86, bts: add selftest for BTS | Markus Metzger | 2009-03-13 | 4 | -0/+278 |
| * | | | | x86, bts: detect size of DS fields | Markus Metzger | 2009-03-13 | 1 | -40/+44 |
* | | | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-05-07 | 22 | -147/+271 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-05-05 | 3 | -9/+11 |
| |\ \ \ \ |
|
| | * | | | | x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfo | Andreas Herrmann | 2009-05-04 | 1 | -1/+1 |
| | * | | | | amd-iommu: fix iommu flag masks | Joerg Roedel | 2009-05-04 | 1 | -8/+8 |
| | * | | | | x86: initialize io_bitmap_base on 32bit | Thomas Gleixner | 2009-05-01 | 1 | -0/+2 |
| * | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-05-02 | 1 | -16/+17 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | x86, mce: fix boot logging logic | Andi Kleen | 2009-04-22 | 1 | -4/+5 |
| | * | | | | x86, mce: make polling timer interval per CPU | Andi Kleen | 2009-04-22 | 1 | -12/+12 |
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-26 | 6 | -11/+43 |
| |\ \ \ \ \ |
|
| | * | | | | | x86, hpet: Stop soliciting hpet=force users on ICH4M | Len Brown | 2009-04-24 | 1 | -2/+0 |
| | * | | | | | uv_time: add parameter to uv_read_rtc() | Coly Li | 2009-04-22 | 1 | -5/+5 |
| | * | | | | | x86: hpet: fix periodic mode programming on AMD 81xx | Andreas Herrmann | 2009-04-22 | 1 | -1/+17 |
| | * | | | | | Merge commit 'v2.6.30-rc3' into x86/urgent | Ingo Molnar | 2009-04-22 | 5 | -7/+12 |
| | |\ \ \ \ \
| | | | |_|_|/
| | | |/| | | |
|
| | * | | | | | x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=y | Rusty Russell | 2009-04-21 | 1 | -1/+1 |
| | * | | | | | x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APIC | Rusty Russell | 2009-04-21 | 1 | -1/+2 |
| | * | | | | | x86-64: fix FPU corruption with signals and preemption | Suresh Siddha | 2009-04-20 | 1 | -1/+3 |