Age | Commit message (Expand) | Author | Files | Lines |
2012-01-10 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 1 | -0/+11 |
2012-01-10 | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -181/+0 |
2012-01-10 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2012-01-09 | Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next | Joerg Roedel | 1 | -0/+11 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -2/+2 |
2012-01-08 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -150/+148 |
2012-01-07 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -33/+94 |
2012-01-07 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -95/+119 |
2012-01-07 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2012-01-07 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -10/+10 |
2012-01-07 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -30/+94 |
2012-01-07 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 16 | -57/+423 |
2012-01-07 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -5/+5 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 8 | -150/+148 |
2012-01-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -89/+316 |
2012-01-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -13/+21 |
2012-01-06 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 9 | -82/+67 |
2012-01-04 | Merge commit 'v3.2-rc7' into x86/asm | Ingo Molnar | 16 | -50/+124 |
2012-01-04 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2 | -2/+2 |
2011-12-27 | Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3 | Avi Kivity | 5 | -78/+303 |
2011-12-27 | KVM guest: remove KVM guest pv mmu support | Chris Wright | 1 | -181/+0 |
2011-12-23 | x86: Skip cpus with apic-ids >= 255 in !x2apic_mode | Suresh Siddha | 1 | -1/+2 |
2011-12-23 | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS | Yinghai Lu | 1 | -10/+27 |
2011-12-23 | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping | Yinghai Lu | 2 | -18/+59 |
2011-12-23 | x86, acpi: Skip acpi x2apic entries if the x2apic feature is not present | Yinghai Lu | 1 | -2/+8 |
2011-12-23 | x86, apic: Add probe() for apic_flat | Yinghai Lu | 1 | -1/+6 |
2011-12-23 | perf/x86: Fix raw_spin_unlock_irqrestore() usage | Robert Richter | 1 | -1/+1 |
2011-12-22 | driver-core: remove sysdev.h usage. | Kay Sievers | 2 | -2/+1 |
2011-12-22 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 6 | -145/+144 |
2011-12-21 | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLES | Stephane Eranian | 1 | -0/+1 |
2011-12-21 | perf events: Enable raw event support for Intel unhalted_reference_cycles event | Stephane Eranian | 2 | -11/+12 |
2011-12-21 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 7 | -28/+4 |
2011-12-20 | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar | 20 | -41/+157 |
2011-12-20 | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 9 | -82/+67 |
2011-12-20 | x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT | Clemens Ladisch | 2 | -8/+8 |
2011-12-18 | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat | Fernando Luis Vazquez Cao | 2 | -8/+3 |
2011-12-18 | Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 1 | -4/+30 |
2011-12-16 | x86: add IRQ context simulation in module mce-inject | Chen Gong | 1 | -4/+30 |
2011-12-15 | x86, centaur: Enable cx8 for VIA Eden too | Timo Teräs | 1 | -1/+1 |
2011-12-15 | x86: Report cpb and eff_freq_ro flags correctly | Joerg Roedel | 1 | -1/+2 |
2011-12-15 | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -7/+57 |
2011-12-15 | Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2 | -95/+119 |
2011-12-15 | x86, mce, therm_throt: Don't report power limit and package level thermal thr... | Fenghua Yu | 1 | -22/+7 |
2011-12-14 | x86, MCE: Drain mcelog buffer | Borislav Petkov | 1 | -0/+39 |
2011-12-14 | x86, mce: Add wrappers for registering on the decode chain | Borislav Petkov | 1 | -7/+18 |
2011-12-14 | x86, microcode, AMD: Update copyrights | Borislav Petkov | 1 | -3/+7 |
2011-12-14 | x86, microcode, AMD: Exit early on success | Borislav Petkov | 1 | -13/+9 |
2011-12-14 | x86, microcode, AMD: Simplify ucode verification | Borislav Petkov | 1 | -86/+93 |
2011-12-14 | x86, microcode, AMD: Add a reusable buffer | Borislav Petkov | 1 | -0/+8 |
2011-12-14 | x86, microcode, AMD: Add a vendor-specific exit function | Borislav Petkov | 2 | -0/+9 |