| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 5 | -117/+114 |
|\ |
|
| * | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 5 | -117/+114 |
| |\ |
|
| | * | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 5 | -117/+114 |
* | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-06 | 3 | -33/+94 |
|\ \ \ |
|
| * \ \ | Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 2011-12-18 | 1 | -4/+30 |
| |\ \ \ |
|
| | * | | | x86: add IRQ context simulation in module mce-inject | Chen Gong | 2011-12-16 | 1 | -4/+30 |
| * | | | | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2011-12-15 | 1 | -7/+57 |
| |\ \ \ \ |
|
| | * | | | | x86, MCE: Drain mcelog buffer | Borislav Petkov | 2011-12-14 | 1 | -0/+39 |
| | * | | | | x86, mce: Add wrappers for registering on the decode chain | Borislav Petkov | 2011-12-14 | 1 | -7/+18 |
| | |/ / / |
|
| * | | | | x86, mce, therm_throt: Don't report power limit and package level thermal thr... | Fenghua Yu | 2011-12-14 | 1 | -22/+7 |
| |/ / / |
|
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-06 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | x86, centaur: Enable cx8 for VIA Eden too | Timo Teräs | 2011-12-15 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-06 | 1 | -4/+1 |
|\ \ \ \ |
|
| * | | | | x86, CPU: Drop superfluous get_cpu_cap() prototype | Borislav Petkov | 2011-12-09 | 1 | -4/+1 |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-06 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge commit 'v3.2-rc7' into x86/asm | Ingo Molnar | 2012-01-04 | 6 | -23/+40 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | x86: Report cpb and eff_freq_ro flags correctly | Joerg Roedel | 2011-12-15 | 1 | -1/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 6 | -20/+18 |
|\ \ \ \ \ |
|
| * | | | | | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 2011-12-21 | 6 | -22/+2 |
| * | | | | | x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code support | Steffen Persvold | 2011-12-06 | 1 | -0/+2 |
| * | | | | | x86: Add x86_init platform override to fix up NUMA core numbering | Daniel J Blueman | 2011-12-05 | 2 | -0/+16 |
| |/ / / / |
|
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-06 | 4 | -88/+315 |
|\ \ \ \ \ |
|
| * | | | | | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLES | Stephane Eranian | 2011-12-21 | 1 | -0/+1 |
| * | | | | | perf events: Enable raw event support for Intel unhalted_reference_cycles event | Stephane Eranian | 2011-12-21 | 2 | -11/+12 |
| * | | | | | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar | 2011-12-20 | 4 | -8/+29 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | perf, x86: Expose perf capability to other modules | Gleb Natapov | 2011-12-06 | 1 | -0/+12 |
| * | | | | | perf, x86: Implement arch event mask as quirk | Peter Zijlstra | 2011-12-06 | 3 | -33/+68 |
| * | | | | | x86, perf: Disable non available architectural events | Gleb Natapov | 2011-12-06 | 2 | -5/+28 |
| * | | | | | perf, x86: Prefer fixed-purpose counters when scheduling | Peter Zijlstra | 2011-12-06 | 1 | -5/+14 |
| * | | | | | perf, x86: Fix event scheduler for constraints with overlapping counters | Robert Richter | 2011-12-06 | 3 | -5/+72 |
| * | | | | | perf, x86: Implement event scheduler helper functions | Robert Richter | 2011-12-06 | 1 | -53/+132 |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 2 | -2/+2 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | x86: Call idle notifier after irq_enter() | Frederic Weisbecker | 2011-12-11 | 2 | -2/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | perf/x86: Fix raw_spin_unlock_irqrestore() usage | Robert Richter | 2011-12-23 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-12-05 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | x86/mtrr: Resolve inconsistency with Intel processor manual | Ajaykumar Hotchandani | 2011-12-05 | 1 | -0/+1 |
| * | | | | Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup | Prarit Bhargava | 2011-12-05 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-12-05 | 5 | -23/+38 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | perf, x86: Force IBS LVT offset assignment for family 10h | Robert Richter | 2011-12-05 | 1 | -11/+18 |
| * | | perf, x86: Disable PEBS on SandyBridge chips | Peter Zijlstra | 2011-12-05 | 1 | -0/+8 |
| * | | perf/x86: Enable raw event access to Intel offcore events | Peter Zijlstra | 2011-11-14 | 1 | -5/+1 |
| * | | perf: Don't use -ENOSPC for out of PMU resources | Peter Zijlstra | 2011-11-14 | 2 | -6/+6 |
| * | | perf/x86: Fix PEBS instruction unwind | Peter Zijlstra | 2011-11-14 | 1 | -1/+5 |
| |/ |
|
* | | x86: Fix boot failures on older AMD CPU's | Linus Torvalds | 2011-12-04 | 1 | -4/+4 |
* | | x86/mce: Make mce_chrdev_ops 'static const' | Luck, Tony | 2011-11-08 | 2 | -4/+23 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 5 | -0/+5 |
|\ |
|
| * | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 5 | -0/+5 |
* | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2011-11-02 | 1 | -12/+6 |
|\ \
| |/
|/| |
|
| * | i7core_edac: Drop the edac_mce facility | Borislav Petkov | 2011-11-01 | 1 | -1/+0 |
| * | x86, MCE: Use notifier chain only for MCE decoding | Borislav Petkov | 2011-10-31 | 1 | -11/+6 |