| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ |
|
| * | x86 mtrr: fix comment typo in mtrr_bp_init | Olaf Hering | 2012-12-07 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 1 | -9/+0 |
|\ \ |
|
| * | | death to idle_regs() | Al Viro | 2012-11-28 | 1 | -9/+0 |
* | | | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-12-11 | 3 | -46/+2 |
|\ \ \ |
|
| * | | | x86, 386 removal: Remove CONFIG_X86_POPAD_OK | H. Peter Anvin | 2012-11-29 | 1 | -28/+0 |
| * | | | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 2012-11-29 | 2 | -7/+0 |
| * | | | x86, 386 removal: Remove CONFIG_BSWAP | H. Peter Anvin | 2012-11-29 | 1 | -11/+2 |
| |/ / |
|
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-11 | 2 | -27/+57 |
|\ \ \ |
|
| * | | | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 | 1 | -14/+27 |
| * | | | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMD | Andreas Herrmann | 2012-11-13 | 1 | -1/+5 |
| * | | | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD | Andreas Herrmann | 2012-11-13 | 2 | -11/+24 |
| * | | | x86: Add cpu_has_topoext | Andreas Herrmann | 2012-11-13 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-12-11 | 2 | -5/+9 |
|\ \ \ |
|
| * | | | x86, hotplug: The first online processor saves the MTRR state | Fenghua Yu | 2012-11-14 | 1 | -2/+7 |
| * | | | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. | Fenghua Yu | 2012-11-14 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-12-08 | 6 | -57/+255 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2012-11-13 | 1 | -13/+18 |
| |\ \ |
|
| | * | | x86/mce: Do not change worker's running cpu in cmci_rediscover(). | Tang Chen | 2012-10-30 | 1 | -13/+18 |
| | |/ |
|
| * | | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 2012-10-31 | 1 | -0/+14 |
| * | | x86, AMD: Change Boris' email address | Borislav Petkov | 2012-10-30 | 1 | -1/+1 |
| |/ |
|
| * | perf/x86: Remove unused variable in nhmex_rbox_alter_er() | Wei Yongjun | 2012-10-24 | 1 | -2/+0 |
| * | perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq() | Vince Weaver | 2012-10-24 | 1 | -1/+77 |
| * | perf/x86: Remove cpuc->enable check on Intl KNC event enable/disable | Vince Weaver | 2012-10-24 | 1 | -6/+2 |
| * | perf/x86: Make Intel KNC use full 40-bit width of counters | Vince Weaver | 2012-10-24 | 1 | -4/+3 |
| * | perf/x86/uncore: Handle pci_read_config_dword() errors | Yan, Zheng | 2012-10-24 | 1 | -15/+28 |
| * | perf/x86: Remove P6 cpuc->enabled check | Vince Weaver | 2012-10-24 | 1 | -7/+7 |
| * | perf/x86: Update/fix generic events on P6 PMU | Vince Weaver | 2012-10-24 | 1 | -7/+104 |
| * | perf/x86: Fix P6 FP_ASSIST event constraint | Vince Weaver | 2012-10-24 | 1 | -1/+1 |
* | | perf/x86: Fix sparse warnings | Peter Huewe | 2012-10-30 | 1 | -2/+2 |
* | | perf/x86: Add hardware events translations for Intel P6 cpus | Jiri Olsa | 2012-10-24 | 2 | -0/+3 |
* | | perf/x86: Add hardware events translations for AMD cpus | Jiri Olsa | 2012-10-24 | 4 | -5/+20 |
* | | perf/x86: Add hardware events translations for Intel cpus | Jiri Olsa | 2012-10-24 | 3 | -0/+44 |
* | | perf/x86: Filter out undefined events from sysfs events attribute | Jiri Olsa | 2012-10-24 | 1 | -0/+22 |
* | | perf/x86: Make hardware event translations available in sysfs | Jiri Olsa | 2012-10-24 | 2 | -0/+62 |
|/ |
|
* | x86/perf: Fix virtualization sanity check | Andre Przywara | 2012-10-24 | 1 | -4/+6 |
* | perf/x86: Disable uncore on virtualized CPUs | Yan, Zheng | 2012-10-20 | 1 | -0/+3 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-19 | 1 | -0/+6 |
|\ |
|
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2012-10-20 | 1 | -0/+6 |
| |\ |
|
| | * | perf: Require exclude_guest to use PEBS - kernel side enforcement | Peter Zijlstra | 2012-10-16 | 1 | -0/+6 |
* | | | Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgent | H. Peter Anvin | 2012-10-19 | 19 | -84/+707 |
|\ \ \ |
|
| * | | | x86, MCE: Remove bios_cmci_threshold sysfs attribute | Borislav Petkov | 2012-10-19 | 1 | -6/+0 |
| |/ / |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-10-13 | 6 | -13/+306 |
| |\ \
| | |/ |
|
| | * | perf/AMD/IBS: Add sysfs support | Robert Richter | 2012-10-05 | 1 | -12/+49 |
| | * | perf/x86: Add support for Intel Xeon-Phi Knights Corner PMU | Vince Weaver | 2012-10-04 | 5 | -1/+257 |
| * | | UAPI: Partition the header include path sets and add uapi/ header directories | David Howells | 2012-10-02 | 1 | -1/+4 |
| * | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 1 | -15/+29 |
| |\ \
| | |/
| |/| |
|
| * | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-10-01 | 3 | -3/+73 |
| |\ \ |
|
| | * | | x86, cpu: Preset default tlb_flushall_shift on AMD | Borislav Petkov | 2012-08-06 | 1 | -0/+13 |
| | * | | x86, cpu: Add AMD TLB size detection | Borislav Petkov | 2012-08-06 | 1 | -0/+54 |