lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1248282240.27058.1687.camel@twins>
Date:	Wed, 22 Jul 2009 19:04:00 +0200
From:	Peter Zijlstra <peterz@...radead.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Ingo Molnar <mingo@...e.hu>, Paul Mackerras <paulus@...ba.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PULL] perf counter patches

Linus,

Please pull these perf counter patches from:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf.git perf-counters-for-linus

Thanks,

  Peter

---
Anton Blanchard (8):
      perf_counter tools: Rename cache events to remove $
      perf_counter: Make sure we dont leak kernel memory to userspace
      perf_counter: Synthesize VDSO mmap event
      perf_counter: Log vfork as a fork event
      perf_counter: Add perf record option to log addresses
      perf_counter: Make call graph option consistent
      perf_counter: Improve perf stat and perf record option parsing
      perf_counter: Fix throttle/unthrottle event logging

Arjan van de Ven (2):
      perf: Fix stack data leak
      perf: avoid structure size confusion by using a fixed size

Arnaldo Carvalho de Melo (7):
      perf report: Adjust column width to the values sampled
      perf report: Tidy up reporting of symbols not found
      strlist: Introduce strlist__entry and strlist__nr_entries methods
      perf report: Make the output more compact
      perf_counter tools: PLT info is stripped in -debuginfo packages
      perf report: Introduce -n/--show-nr-samples
      perf symbol: C++ demangling

Chris Wilson (1):
      perf_counter: Fix the tracepoint channel to perfcounters

Daniel Qarras (1):
      perf_counter, x86: Extend perf_counter Pentium M support

Jason Baron (2):
      perf_counter: Add tracepoint support to perf list, perf stat
      perf_counter: Detect debugfs location

Mike Galbraith (2):
      perf_counter tools: Fix vmlinux symbol generation breakage
      perf_counter tools: Give perf top inherit option

Peter Zijlstra (6):
      perf_counter: Fix up P6 PMU details
      perf_counter: Clean up global vs counter enable
      perf_counter: Stop open coding unclone_ctx
      perf_counter: Remove unused variables
      perf_counter: Plug more stack leaks
      perf_counter: PERF_SAMPLE_ID and inherited counters

Roel Kluin (1):
      perf_counter tools: Fix index boundary check

Vince Weaver (1):
      perf_counter: Add P6 PMU support

 arch/x86/kernel/cpu/perf_counter.c       |  253 +++++++++++++++++++++++++++---
 include/linux/perf_counter.h             |   15 +--
 init/Kconfig                             |    2 +-
 kernel/fork.c                            |    9 +-
 kernel/perf_counter.c                    |  186 +++++++++++-----------
 tools/perf/Documentation/perf-report.txt |   15 ++
 tools/perf/Makefile                      |    2 +-
 tools/perf/builtin-annotate.c            |   24 ---
 tools/perf/builtin-record.c              |   13 ++-
 tools/perf/builtin-report.c              |  255 +++++++++++++++++++++---------
 tools/perf/builtin-stat.c                |    3 +-
 tools/perf/builtin-top.c                 |    6 +-
 tools/perf/perf.c                        |   77 +++++++++-
 tools/perf/perf.h                        |    8 +-
 tools/perf/util/cache.h                  |    1 +
 tools/perf/util/header.h                 |    2 +-
 tools/perf/util/include/linux/kernel.h   |    8 +
 tools/perf/util/parse-events.c           |  182 +++++++++++++++++++++-
 tools/perf/util/parse-events.h           |    5 +
 tools/perf/util/string.h                 |    3 +
 tools/perf/util/strlist.c                |   20 ++-
 tools/perf/util/strlist.h                |   11 +-
 tools/perf/util/symbol.c                 |  145 +++++++++++-------
 tools/perf/util/symbol.h                 |    1 +
 tools/perf/util/util.h                   |    2 +
 25 files changed, 949 insertions(+), 299 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ