Age | Commit message (Expand) | Author |
2024-05-13 | Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-04-25 | perf/x86/lbr: Switch to new Intel CPU model defines | Tony Luck |
2024-04-11 | perf/x86/intel: Expose existence of callback support to KVM | Sean Christopherson |
2023-10-27 | perf/x86/intel: Support branch counters logging | Kan Liang |
2022-12-27 | perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers | Like Xu |
2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-11-09 | perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub | Sean Christopherson |
2022-10-27 | perf: Rewrite core context handling | Peter Zijlstra |
2022-10-20 | perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap() | Maxim Levitsky |
2022-09-29 | Merge branch 'v6.0-rc7' | Peter Zijlstra |
2022-08-27 | perf/x86: Move branch classifier | Sandipan Das |
2022-08-19 | perf/x86/lbr: Enable the branch type for the Arch LBR by default | Kan Liang |
2022-07-20 | perf/x86/intel/lbr: Fix unchecked MSR access error on HSW | Kan Liang |
2022-04-05 | perf/core: Add perf_clear_branch_entry_bitfields() helper | Stephane Eranian |
2022-03-01 | perf: Add irq and exception return branch types | Anshuman Khandual |
2022-01-18 | x86/perf: Avoid warning for Arch LBR without XSAVE | Andi Kleen |
2022-01-18 | perf/x86/intel/lbr: Add static_branch for LBR INFO flags | Peter Zijlstra (Intel) |
2022-01-18 | perf/x86/intel/lbr: Support LBR format V7 | Peter Zijlstra (Intel) |
2021-11-11 | perf/x86/lbr: Reset LBR_SELECT during vlbr reset | Wanpeng Li |
2021-09-13 | perf: Enable branch record for software events | Song Liu |
2021-07-07 | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-06-24 | perf/x86/intel/lbr: Zero the xstate buffer on allocation | Thomas Gleixner |
2021-06-23 | x86/fpu/xstate: Sanitize handling of independent features | Thomas Gleixner |
2021-06-23 | x86/fpu: Rename "dynamic" XSTATEs to "independent" | Andy Lutomirski |
2021-05-18 | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic context | Like Xu |
2021-04-28 | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-04-27 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-04-19 | perf/x86: Track pmu in per-CPU cpu_hw_events | Kan Liang |
2021-03-18 | x86: Fix various typos in comments | Ingo Molnar |
2021-03-15 | perf/x86/intel/ds: Check return values of insn decoder functions | Borislav Petkov |
2020-12-14 | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-12-09 | perf/x86/intel/lbr: Fix the return type of get_lbr_cycles() | Kan Liang |
2020-10-26 | perf/x86: Avoid TIF_IA32 when checking 64bit mode | Gabriel Krisman Bertazi |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-08 | perf/x86/intel/lbr: Support XSAVES for arch LBR read | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch | Kan Liang |
2020-07-08 | perf/x86: Remove task_ctx_size | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Create kmem_cache for the LBR context data | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Support Architectural LBR | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Factor out intel_pmu_store_lbr | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all() | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Mark the {rd,wr}lbr_{to,from} wrappers __always_inline | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Unify the stored format of LBR information | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Support LBR_CTL | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Use dynamic data structure for task_ctx | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Factor out a new struct for generic optimization | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Add the function pointers for LBR save and restore | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Add a function pointer for LBR read | Kan Liang |
2020-07-08 | perf/x86/intel/lbr: Add a function pointer for LBR reset | Kan Liang |
2020-07-02 | perf/x86: Keep LBR records unchanged in host context for guest usage | Like Xu |