linux.git
2024-05-09 James Clarkperf symbols: Update kcore map before merging in remain...
2024-05-09 James Clarkperf maps: Re-use __maps__free_maps_by_name()
2024-05-09 James Clarkperf symbols: Remove map from list before updating...
2024-05-09 Ian Rogersperf tracepoint: Don't scan all tracepoints to test...
2024-05-09 James Clarkperf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORT
2024-05-09 Ian Rogersperf thread: Fixes to thread__new() related to initiali...
2024-05-09 Ian Rogersperf report: Avoid SEGV in report__setup_sample_type()
2024-05-09 Ian Rogersperf comm: Fix comm_str__put() for reference count...
2024-05-09 Ian Rogersperf ui browser: Avoid SEGV on title
2024-05-08 Namhyung Kimperf dwarf-aux: Print array type name with "[]"
2024-05-07 Ian Rogersperf hist: Avoid 'struct hist_entry_iter' mem_info...
2024-05-07 Ian Rogersperf mem-info: Add reference count checking
2024-05-07 Ian Rogersperf mem-info: Move mem-info out of mem-events and...
2024-05-07 Ian Rogersperf comm: Add reference count checking to 'struct...
2024-05-07 Ian Rogersperf cpumap: Remove refcnt from 'struct cpu_aggr_map'
2024-05-07 Ian Rogersperf block-info: Remove unused refcount
2024-05-07 Ian Rogersperf annotate: Fix memory leak in annotated_source
2024-05-07 Ian Rogersperf ui browser: Don't save pointer to stack memory
2024-05-07 He Zheperf bench internals inject-build-id: Fix trap divide...
2024-05-07 Arnaldo Carvalho... perf probe: Use zfree() to avoid possibly accessing...
2024-05-07 James Clarkperf auxtrace: Allow number of queues to be specified
2024-05-07 James Clarkperf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT...
2024-05-07 Athira Rajeevperf annotate: Fix a comment about multi_regs in extrac...
2024-05-07 Arnaldo Carvalho... perf kwork: Use zfree() to avoid possibly accessing...
2024-05-07 Arnaldo Carvalho... perf callchain: Use zfree() to avoid possibly accessing...
2024-05-07 Arnaldo Carvalho... perf annotate: Use zfree() to avoid possibly accessing...
2024-05-06 Ian Rogersperf dso: Use container_of() to avoid a pointer in...
2024-05-06 Ian Rogersperf symbol-elf: dso__load_sym_internal() reference...
2024-05-06 Ian Rogersperf symbol-elf: Ensure dso__put() in machine__process_...
2024-05-06 Ian Rogersperf map: Add missing dso__put() in map__new()
2024-05-06 Ian Rogersperf dso: Add reference count checking and accessor...
2024-05-06 Ian Rogersperf dsos: Switch hand crafted code to bsearch()
2024-05-06 Ian Rogersperf dsos: Remove __dsos__findnew_link_by_longname_id()
2024-05-06 Ian Rogersperf dsos: Remove __dsos__addnew()
2024-05-06 Ian Rogersperf dsos: Switch backing storage to array from rbtree...
2024-05-04 Sandipan Dasperf vendor events amd: Add Zen 5 mapping
2024-05-04 Sandipan Dasperf vendor events amd: Add Zen 5 metrics
2024-05-04 Sandipan Dasperf vendor events amd: Add Zen 5 uncore events
2024-05-04 Sandipan Dasperf vendor events amd: Add Zen 5 core events
2024-05-04 Ian Rogersperf trace: Disable syscall augmentation with record
2024-05-03 Ian Rogersperf pmu: Assume sysfs events are always the same case
2024-05-03 Ian Rogersperf test pmu: Test all sysfs PMU event names are the...
2024-05-03 Ian Rogersperf test pmu: Add an eagerly loaded event test
2024-05-03 Ian Rogersperf test pmu: Refactor format test and exposed test...
2024-05-03 Ian Rogersperf Document: Sysfs event names must be lower or upper...
2024-05-03 Ian Rogersperf test pmu-events: Make it clearer that pmu-events...
2024-05-02 Namhyung Kimperf maps: Remove check_invariants() from maps__lock()
2024-05-02 James Clarkperf cs-etm: Improve version detection and error reporting
2024-05-02 James Clarkperf cs-etm: Remove repeated fetches of the ETM PMU
2024-05-02 James Clarkperf cs-etm: Use struct perf_cpu as much as possible
2024-05-02 Namhyung Kimperf annotate-data: Check kind of stack variables
2024-05-02 Namhyung Kimperf annotate-data: Handle multi regs in find_data_type...
2024-05-02 Namhyung Kimperf annotate-data: Check memory access with two registers
2024-05-02 Namhyung Kimperf annotate-data: Handle direct global variable access
2024-05-02 Namhyung Kimperf annotate-data: Collect global variables in advance
2024-05-02 Namhyung Kimperf dwarf-aux: Add die_collect_global_vars()
2024-04-27 Arnaldo Carvalho... perf test: Reintroduce -p/--parallel and make -S/-...
2024-04-27 Arnaldo Carvalho... tools headers: Synchronize linux/bits.h with the kernel...
2024-04-27 Arnaldo Carvalho... tools headers x86 cpufeatures: Sync with the kernel...
2024-04-27 Namhyung Kimperf annotate: Fix data type profiling on stdio
2024-04-27 Ian Rogersperf build: Pretend scandirat is missing with msan
2024-04-27 Adrian Hunterperf intel-pt: Fix unassigned instruction op (discovere...
2024-04-27 Howard Chuperf record: Fix comment misspellings
2024-04-27 Namhyung Kimperf annotate: Update DSO binary type when trying build-id
2024-04-27 Namhyung Kimperf annotate: Fallback disassemble to objdump when...
2024-04-27 Namhyung Kimperf annotate-data: Check if 'struct annotation_source...
2024-04-27 Namhyung Kimperf test: Add a new test for 'perf annotate'
2024-04-27 Ian Rogersperf parse-events: Tidy the setting of the default...
2024-04-27 Ian Rogersperf parse-events: Minor grouping tidy up
2024-04-27 Ian Rogersperf parse-event: Constify event_symbol arrays
2024-04-27 Ian Rogersperf parse-events: Improvements to modifier parsing
2024-04-27 Ian Rogersperf parse-events: Inline parse_events_evlist_error
2024-04-27 Ian Rogersperf parse-events: Improve error message for bad numbers
2024-04-27 Ian Rogersperf parse-events: Inline parse_events_update_lists
2024-04-27 Ian Rogersperf parse-events: Prefer sysfs/JSON hardware events...
2024-04-27 Ian Rogersperf parse-events: Constify parse_events_add_numeric
2024-04-27 Ian Rogersperf parse-events: Handle PE_TERM_HW in name_or_raw
2024-04-27 Ian Rogersperf parse-events: Legacy cache names on all PMUs and...
2024-04-27 Ian Rogersperf tests parse-events: Use "branches" rather than...
2024-04-27 Ian Rogersperf pmu: Refactor perf_pmu__match()
2024-04-27 Ian Rogersperf parse-events: Avoid copying an empty list
2024-04-27 Ian Rogersperf parse-events: Directly pass PMU to parse_events_ad...
2024-04-27 Ian Rogersperf parse-events: Factor out '<event_or_pmu>/.../...
2024-04-27 Adrian Hunterperf scripts python: Add a script to run instances...
2024-04-27 Arnaldo Carvalho... tools lib rbtree: Pick some improvements from the kerne...
2024-04-27 Arnaldo Carvalho... perf tests shell kprobes: Add missing description as...
2024-04-23 Arnaldo Carvalho... tools arch x86: Sync the msr-index.h copy with the...
2024-04-22 Arnaldo Carvalho... tools include UAPI: Sync linux/vhost.h with the kernel...
2024-04-22 Arnaldo Carvalho... Merge remote-tracking branch 'torvalds/master' into...
2024-04-21 Linus TorvaldsLinux 6.9-rc5
2024-04-21 Linus TorvaldsMerge tag 'char-misc-6.9-rc5' of git://git./linux/kerne...
2024-04-21 Linus TorvaldsMerge tag 'driver-core-6.9-rc5' of git://git./linux...
2024-04-21 Linus TorvaldsMerge tag 'tty-6.9-rc5' of git://git./linux/kernel...
2024-04-21 Linus TorvaldsMerge tag 'usb-6.9-rc5' of git://git./linux/kernel...
2024-04-21 Linus TorvaldsMerge tag 'sched_urgent_for_v6.9_rc5' of git://git...
2024-04-21 Linus TorvaldsMerge tag 'x86_urgent_for_v6.9_rc5' of git://git./linux...
2024-04-20 Linus TorvaldsMerge tag 'block-6.9-20240420' of git://git.kernel...
2024-04-20 Linus TorvaldsMerge tag 'email' of git://git./linux/kernel/git/jejb...
2024-04-20 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2024-04-20 Linus TorvaldsMerge tag 'powerpc-6.9-3' of git://git./linux/kernel...
next