index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-25
perf annotate stdio: Fix column header when using --show-total-period
Taeung Song
1
-1
/
+2
2017-07-25
perf jevents: Make build fail on JSON parse error
Andi Kleen
2
-11
/
+14
2017-07-25
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
2
-48
/
+111
2017-07-25
perf report: Make --branch-history work without callgraphs(-g) option in perf record
Jin Yao
4
-9
/
+25
2017-07-25
perf script python: Generate hooks with additional argument
Arun Kalyanasundaram
1
-4
/
+18
2017-07-25
perf script python: Add perf_sample dict to tracepoint handlers
Arun Kalyanasundaram
1
-1
/
+40
2017-07-25
perf script python: Add sample_read to dict
Arun Kalyanasundaram
1
-0
/
+51
2017-07-25
perf script python: Refactor creation of perf sample dict
Arun Kalyanasundaram
1
-41
/
+53
2017-07-25
perf script python: Allocate memory only if handler exists
Arun Kalyanasundaram
1
-16
/
+22
2017-07-25
perf script: Remove some bogus error handling
Dan Carpenter
1
-6
/
+1
2017-07-25
perf top: Support lookup of symbols in other mount namespaces.
Krister Johansen
2
-0
/
+19
2017-07-25
perf evsel: Add verbose output for sys_perf_event_open fallback
Jiri Olsa
1
-0
/
+8
2017-07-25
perf jvmti: Fix linker error when libelf config is disabled
Sudeep Holla
1
-1
/
+1
2017-07-25
perf annotate: Process tracing data in pipe mode
David Carrillo-Cisneros
1
-0
/
+1
2017-07-25
perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefile
David Carrillo-Cisneros
1
-1
/
+7
2017-07-25
perf cgroup: Fix refcount usage
Arnaldo Carvalho de Melo
1
-3
/
+5
2017-07-25
perf report: Fix kernel symbol adjustment for s390x
Thomas Richter
2
-0
/
+23
2017-07-25
perf annotate stdio: Fix --show-total-period
Taeung Song
1
-1
/
+1
2017-07-24
kprobes/x86: Release insn_slot in failure path
Masami Hiramatsu
1
-1
/
+9
2017-07-24
perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regs
Stephane Eranian
1
-0
/
+1
2017-07-24
perf/x86/intel/uncore: Fix SKX CHA event extra regs
Stephane Eranian
1
-0
/
+13
2017-07-24
perf/x86/intel/uncore: Remove invalid Skylake server CHA filter field
Kan Liang
1
-3
/
+0
2017-07-24
perf/x86/intel/uncore: Fix Skylake server CHA LLC_LOOKUP event umask
Kan Liang
1
-2
/
+2
2017-07-24
perf/x86/intel/uncore: Fix Skylake server PCU PMU event format
Kan Liang
1
-1
/
+21
2017-07-24
perf/x86/intel/uncore: Fix Skylake UPI PMU event masks
Stephane Eranian
1
-4
/
+4
2017-07-23
Linux 4.13-rc2
Linus Torvalds
1
-1
/
+1
2017-07-23
Properly alphabetize MAINTAINERS file
Linus Torvalds
2
-1741
/
+1815
2017-07-23
Fix up MAINTAINERS file problems
Linus Torvalds
1
-13
/
+4
2017-07-23
xen/balloon: don't online new memory initially
Juergen Gross
3
-10
/
+23
2017-07-23
xen/x86: fix cpu hotplug
Juergen Gross
1
-1
/
+2
2017-07-23
xen/grant-table: log the lack of grants
Wengang Wang
1
-1
/
+8
2017-07-23
xen/x86: Don't BUG on CPU0 offlining
Vitaly Kuznetsov
1
-1
/
+0
2017-07-21
MAINTAINERS: fix alphabetical ordering
Randy Dunlap
1
-817
/
+816
2017-07-21
NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()
Trond Myklebust
1
-2
/
+11
2017-07-21
NFS: Be more careful about mapping file permissions
Trond Myklebust
1
-8
/
+17
2017-07-21
NFS: Store the raw NFS access mask in the inode's access cache
Trond Myklebust
2
-4
/
+7
2017-07-21
NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()
Trond Myklebust
1
-9
/
+2
2017-07-21
NFS: Refactor NFS access to kernel access mask calculation
Trond Myklebust
1
-8
/
+23
2017-07-21
perf annotate: Do not overwrite sample->period
Taeung Song
1
-1
/
+0
2017-07-21
perf annotate: Store the sample period in each histogram bucket
Taeung Song
2
-5
/
+13
2017-07-21
net/sunrpc/xprt_sock: fix regression in connection error reporting.
NeilBrown
1
-0
/
+2
2017-07-21
nfs: count correct array for mnt3_counts array size
Eryu Guan
1
-1
/
+1
2017-07-21
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
Taeung Song
5
-19
/
+27
2017-07-21
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
Taeung Song
3
-15
/
+15
2017-07-21
perf annotate: Introduce struct sym_hist_entry
Taeung Song
4
-29
/
+35
2017-07-21
x86/devicetree: Convert to using %pOF instead of ->full_name
Rob Herring
1
-2
/
+1
2017-07-21
perf/x86/intel: Add proper condition to run sched_task callbacks
Jiri Olsa
3
-10
/
+14
2017-07-21
x86/platform/uv/BAU: Disable BAU on single hub configurations
Andrew Banman
1
-5
/
+18
2017-07-21
perf/core: Fix locking for children siblings group read
Jiri Olsa
1
-0
/
+5
2017-07-21
ide: avoid warning for timings calculation
Arnd Bergmann
1
-9
/
+9
[next]