Age | Commit message (Expand) | Author | Files | Lines |
2013-01-04 | X86: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -3/+3 |
2012-12-20 | Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -6/+1 |
2012-12-17 | x86, 386 removal: Remove support for IRQ 13 FPU error reporting | H. Peter Anvin | 1 | -6/+1 |
2012-12-14 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -110/+113 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+0 |
2012-12-12 | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -46/+2 |
2012-12-12 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -27/+57 |
2012-12-12 | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -5/+9 |
2012-12-08 | Merge branch 'linus' into perf/core | Ingo Molnar | 6 | -57/+255 |
2012-12-07 | x86 mtrr: fix comment typo in mtrr_bp_init | Olaf Hering | 1 | -1/+1 |
2012-11-30 | x86, 386 removal: Remove CONFIG_X86_POPAD_OK | H. Peter Anvin | 1 | -28/+0 |
2012-11-30 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 2 | -7/+0 |
2012-11-30 | x86, 386 removal: Remove CONFIG_BSWAP | H. Peter Anvin | 1 | -11/+2 |
2012-11-29 | death to idle_regs() | Al Viro | 1 | -9/+0 |
2012-11-15 | x86, hotplug: The first online processor saves the MTRR state | Fenghua Yu | 1 | -2/+7 |
2012-11-15 | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. | Fenghua Yu | 1 | -3/+2 |
2012-11-13 | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMD | Andreas Herrmann | 1 | -14/+27 |
2012-11-13 | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMD | Andreas Herrmann | 1 | -1/+5 |
2012-11-13 | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD | Andreas Herrmann | 2 | -11/+24 |
2012-11-13 | x86: Add cpu_has_topoext | Andreas Herrmann | 1 | -1/+1 |
2012-11-13 | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 1 | -13/+18 |
2012-11-01 | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 1 | -0/+14 |
2012-10-31 | x86/mce: Do not change worker's running cpu in cmci_rediscover(). | Tang Chen | 1 | -13/+18 |
2012-10-30 | perf/x86: Fix sparse warnings | Peter Huewe | 1 | -2/+2 |
2012-10-30 | x86, AMD: Change Boris' email address | Borislav Petkov | 1 | -1/+1 |
2012-10-26 | Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ... | Ingo Molnar | 4 | -110/+113 |
2012-10-26 | x86, MCA: Finish mca_config conversion | Borislav Petkov | 4 | -27/+21 |
2012-10-26 | x86, MCA: Convert the next three variables batch | Borislav Petkov | 2 | -20/+17 |
2012-10-26 | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeout | Borislav Petkov | 1 | -24/+27 |
2012-10-26 | x86, MCA: Convert dont_log_ce, banks and tolerant | Borislav Petkov | 1 | -44/+53 |
2012-10-24 | perf/x86: Remove unused variable in nhmex_rbox_alter_er() | Wei Yongjun | 1 | -2/+0 |
2012-10-24 | perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq() | Vince Weaver | 1 | -1/+77 |
2012-10-24 | perf/x86: Remove cpuc->enable check on Intl KNC event enable/disable | Vince Weaver | 1 | -6/+2 |
2012-10-24 | perf/x86: Make Intel KNC use full 40-bit width of counters | Vince Weaver | 1 | -4/+3 |
2012-10-24 | perf/x86/uncore: Handle pci_read_config_dword() errors | Yan, Zheng | 1 | -15/+28 |
2012-10-24 | perf/x86: Add hardware events translations for Intel P6 cpus | Jiri Olsa | 2 | -0/+3 |
2012-10-24 | perf/x86: Add hardware events translations for AMD cpus | Jiri Olsa | 4 | -5/+20 |
2012-10-24 | perf/x86: Add hardware events translations for Intel cpus | Jiri Olsa | 3 | -0/+44 |
2012-10-24 | perf/x86: Filter out undefined events from sysfs events attribute | Jiri Olsa | 1 | -0/+22 |
2012-10-24 | perf/x86: Make hardware event translations available in sysfs | Jiri Olsa | 2 | -0/+62 |
2012-10-24 | perf/x86: Remove P6 cpuc->enabled check | Vince Weaver | 1 | -7/+7 |
2012-10-24 | perf/x86: Update/fix generic events on P6 PMU | Vince Weaver | 1 | -7/+104 |
2012-10-24 | perf/x86: Fix P6 FP_ASSIST event constraint | Vince Weaver | 1 | -1/+1 |
2012-10-24 | x86/perf: Fix virtualization sanity check | Andre Przywara | 1 | -4/+6 |
2012-10-20 | perf/x86: Disable uncore on virtualized CPUs | Yan, Zheng | 1 | -0/+3 |
2012-10-20 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+6 |
2012-10-20 | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 1 | -0/+6 |
2012-10-19 | Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgent | H. Peter Anvin | 19 | -84/+707 |
2012-10-19 | x86, MCE: Remove bios_cmci_threshold sysfs attribute | Borislav Petkov | 1 | -6/+0 |