| Commit message (Expand) | Author | Age |
... | |
| | * | | | | | | | | | perf/x86/intel: Add new cache events table for Haswell | Andi Kleen | 2015-03-27 |
| | * | | | | | | | | | kprobes/x86: Return correct length in __copy_instruction() | Eugene Shatokhin | 2015-03-17 |
| | * | | | | | | | | | Merge 'tip/perf/urgent' into perf/core to pick fixes | Arnaldo Carvalho de Melo | 2015-03-02 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge tag 'v4.0-rc1' into perf/core, to refresh the tree | Ingo Molnar | 2015-02-26 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / / /
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | perf/x86/intel: Expose LBR callstack to user space tooling | Peter Zijlstra | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Discard zero length call entries in LBR call stack | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack mode | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBS | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf: Simplify the branch stack check | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Save/restore LBR stack during context switch | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Track number of events that use the LBR callstack | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Allocate space for storing LBR stack | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Add basic Haswell LBR call stack support | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Use context switch callback to flush LBR stack | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf: Introduce pmu context switch callback | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel: Reduce lbr_sel_map[] size | Yan, Zheng | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to void | Aravind Gopalakrishnan | 2015-02-18 |
| | * | | | | | | | | | | perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() call | Markus Elfring | 2015-02-18 |
| * | | | | | | | | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 2015-03-27 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-14 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Ingo Molnar | 2015-03-16 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | context_tracking: Rename context symbols to prepare for transition state | Frederic Weisbecker | 2015-03-09 |
| | | |_|_|/ / / / / / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-14 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-03-27 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | x86: Use common outgoing-CPU-notification code | Paul E. McKenney | 2015-03-11 |
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-04-14 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | treewide: Fix typo in printk messages | Masanari Iida | 2015-03-06 |
* | | | | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/mce/severity: Fix warning about indented braces | Aravind Gopalakrishnan | 2015-04-03 |
| * | | | | | | | | | | | | x86/mce: Define mce_severity function pointer | Aravind Gopalakrishnan | 2015-03-24 |
| * | | | | | | | | | | | | x86/mce: Add an AMD severities-grading function | Aravind Gopalakrishnan | 2015-03-24 |
| * | | | | | | | | | | | | x86/mce: Reindent __mcheck_cpu_apply_quirks() properly | Borislav Petkov | 2015-03-23 |
| * | | | | | | | | | | | | x86/mce: Use safe MSR accesses for AMD quirk | Jesse Larrew | 2015-03-23 |
| * | | | | | | | | | | | | Merge tag 'ras_for_3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ras... | Ingo Molnar | 2015-02-19 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86/MCE/AMD: Enable thresholding interrupts by default if supported | Aravind Gopalakrishnan | 2015-02-19 |
| | * | | | | | | | | | | | | x86/MCE: Make mce_panic() fatal machine check msg in the same pattern | Derek Che | 2015-02-19 |
| | * | | | | | | | | | | | | x86/MCE/intel: Cleanup CMCI storm logic | Borislav Petkov | 2015-02-19 |
| | * | | | | | | | | | | | | x86/MCE/AMD: Drop bogus const modifier from AMD's bank4_names() | Jan Beulich | 2015-02-19 |
* | | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-04-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | x86/mm: Improve AMD Bulldozer ASLR workaround | Hector Marco-Gisbert | 2015-03-31 |
| * | | | | | | | | | | | | | | x86/mm: Use early_memunmap() instead of early_iounmap() | Juergen Gross | 2015-02-24 |
| | |_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-04-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | x86/microcode/amd: Drop the pci_ids.h dependency | Michael S. Tsirkin | 2015-03-31 |
| * | | | | | | | | | | | | | | Merge tag 'intel_microcode_cleanup_p1' of git://git.kernel.org/pub/scm/linux/... | Ingo Molnar | 2015-03-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | x86/microcode/intel: Fix printing of microcode blobs in show_saved_mc() | Borislav Petkov | 2015-03-02 |
| | * | | | | | | | | | | | | | x86/microcode/intel: Check scan_microcode()'s retval | Borislav Petkov | 2015-03-02 |
| | * | | | | | | | | | | | | | x86/microcode/intel: Sanitize microcode_pointer() | Borislav Petkov | 2015-03-02 |
| | * | | | | | | | | | | | | | x86/microcode/intel: Move mc arg last in get_matching_{microcode|sig} | Borislav Petkov | 2015-03-02 |
| | * | | | | | | | | | | | | | x86/microcode/intel: Simplify generic_load_microcode_early() | Borislav Petkov | 2015-03-02 |
| | * | | | | | | | | | | | | | x86/microcode: Consolidate family,model, ... code | Borislav Petkov | 2015-03-02 |