Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ac56aa4549cdfd9c56387b35e99e3c868cfc7bd0
ac56aa4
perf script python: Add dict fields introduction to Documentation
by Jin Yao
· 7 years ago
48a1f56
perf script python: Add more PMU fields to event handler dict
by Jin Yao
· 7 years ago
5f9e0f3
perf script python: Move dsoname code to a new function
by Jin Yao
· 7 years ago
2be732c
perf symbols: Add BSS symbols when reading from /proc/kallsyms
by Arnaldo Carvalho de Melo
· 7 years ago
8d628d2
perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL
by Arnaldo Carvalho de Melo
· 7 years ago
9fb5233
perf intel-pt: Fix "Unexpected indirect branch" error
by Adrian Hunter
· 7 years ago
dd27b87
perf intel-pt: Fix MTC timing after overflow
by Adrian Hunter
· 7 years ago
bd2e49e
perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
by Adrian Hunter
· 7 years ago
dbcb82b
perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
by Adrian Hunter
· 7 years ago
ec1e6e6
perf script powerpc: Python script for hypervisor call statistics
by Ravi Bangoria
· 7 years ago
005cc00
perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols
by Arnaldo Carvalho de Melo
· 7 years ago
97802f3
perf map: Consider PTI entry trampolines in rip_2objdump()
by Adrian Hunter
· 7 years ago
f6c66d7
perf test code-reading: Fix perf_env setup for PTI entry trampolines
by Adrian Hunter
· 7 years ago
ceac7b7
perf tools: Fix pmu events parsing rule
by Jiri Olsa
· 7 years ago
0ce2da1
perf stat: Display user and system time
by Jiri Olsa
· 7 years ago
f92da71
perf record: Enable arbitrary event names thru name= modifier
by Alexey Budankov
· 7 years ago
aef4fea
perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
by Adrian Hunter
· 7 years ago
dcaeae4
perf tests kmod-path: Add tests for vdso32 and vdsox32
by Adrian Hunter
· 7 years ago
fabd37b
perf hists: Check if a hist_entry has callchains before using them
by Arnaldo Carvalho de Melo
· 7 years ago
0b5d6ec
perf hists: Introduce hist_entry__has_callchain() method
by Arnaldo Carvalho de Melo
· 7 years ago
4c50563
perf sched: Use sched->show_callchain where appropriate
by Arnaldo Carvalho de Melo
· 7 years ago
b879833
perf script: Check if evsel has callchains before trying to use it
by Arnaldo Carvalho de Melo
· 7 years ago
27de9b2
perf evsel: Add has_callchain() helper to make code more compact/clear
by Arnaldo Carvalho de Melo
· 7 years ago
9d0199c
perf report: No need to have report_callchain_help as a global
by Arnaldo Carvalho de Melo
· 7 years ago
e9ee0dc
perf test: Use header file util/debug.h
by Thomas Richter
· 7 years ago
f178fd2
perf annotate: Move objdump_path to struct annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
cd0cccb
perf hists browser: Pass annotation_options from tool to browser
by Arnaldo Carvalho de Melo
· 7 years ago
a47e843
perf annotate: Move disassembler_style global to annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
1eddd9e
perf annotate: Adopt anotation options from symbol_conf
by Arnaldo Carvalho de Melo
· 7 years ago
380195e
perf annotate: Pass annotation_options to symbol__annotate()
by Arnaldo Carvalho de Melo
· 7 years ago
6a53da0
perf srcline: Make hist_entry srcline helper consistent with map's
by Arnaldo Carvalho de Melo
· 7 years ago
bfa6351
perf sort: Introduce addr_map_symbol__srcline() to make code more compact
by Arnaldo Carvalho de Melo
· 7 years ago
e2d88aa
perf srcline: Introduce map__srcline() to make code more compact
by Arnaldo Carvalho de Melo
· 7 years ago
982d410
perf annotate stdio: Use annotation_options consistently
by Arnaldo Carvalho de Melo
· 7 years ago
9132d3d
perf annotate: Add comment about annotated_src->nr_histograms
by Arnaldo Carvalho de Melo
· 7 years ago
9fd5578
perf tools: Ditch the symbol_conf.nr_events global
by Arnaldo Carvalho de Melo
· 7 years ago
14c8dde
perf annotate: Replace symbol__alloc_hists() with symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
0693f75
perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
c6b635e
perf annotate: Introduce symbol__cycle_hists()
by Arnaldo Carvalho de Melo
· 7 years ago
e8ea922
perf annotate: Introduce symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
e1a91a8
perf annotate: __symbol__inc_addr_samples() needs just annotated_source
by Arnaldo Carvalho de Melo
· 7 years ago
be3e26d
perf annotate: Introduce annotated_source__alloc_histograms
by Arnaldo Carvalho de Melo
· 7 years ago
ca39650
perf annotate: Introduce constructor/destructor for annotated_source
by Arnaldo Carvalho de Melo
· 7 years ago
116c626
perf annotate: Split allocation of annotated_source struct
by Arnaldo Carvalho de Melo
· 7 years ago
f40dd6d
perf annotate: __symbol__acount_cycles doesn't need notes
by Arnaldo Carvalho de Melo
· 7 years ago
e345f3b
perf annotate: Pass perf_evsel instead of just evsel->idx
by Arnaldo Carvalho de Melo
· 7 years ago
362379a
perf tools: No need to check if the argument to __get() function is NULL
by Arnaldo Carvalho de Melo
· 7 years ago
5dbe23e
perf cgroup: Make evlist__find_cgroup() more compact
by Arnaldo Carvalho de Melo
· 7 years ago
f622df5
perf probe: Use return of map__get() to make code more compact
by Arnaldo Carvalho de Melo
· 7 years ago
4f5aeec
perf tools: Remove dead quote.[ch] code
by Arnaldo Carvalho de Melo
· 7 years ago
7869e58
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 7 years ago
4e9ae0d
Merge tag 'perf-urgent-for-mingo-4.17-20180602' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
874cd33
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
26bdace
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
918fe1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
e0255aec
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
ada7339
Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
012cfac
Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 7 years ago
4277e6b
Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 7 years ago
7172a69
Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 7 years ago
6ac9f42
Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
34a8e64
Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
7fdf3e8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 7 years ago
a36b796
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
0938a8f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
145e1a7
mm: fix the NULL mapping case in __isolate_lru_page()
by Hugh Dickins
· 7 years ago
2d077d4
mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
by Hugh Dickins
· 7 years ago
89c29de
Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"
by Alex Williamson
· 7 years ago
cd075ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
36f9814
bpf: fix uapi hole for 32 bit compat applications
by Daniel Borkmann
· 7 years ago
0b3a183
perf tools intel-pt-decoder: Update insn.h from the kernel sources
by Arnaldo Carvalho de Melo
· 7 years ago
a20d23b
tools headers: Sync x86 cpufeatures.h with the kernel sources
by Arnaldo Carvalho de Melo
· 7 years ago
63b89a1
tools headers: Synchronize prctl.h ABI header
by Arnaldo Carvalho de Melo
· 7 years ago
0d690fc
perf trace beauty prctl: Default header_dir to cwd to work without parms
by Arnaldo Carvalho de Melo
· 7 years ago
9f7c728
net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
by Daniele Palmas
· 7 years ago
8a11801
Merge branch 'tunnel-mtus'
by David S. Miller
· 7 years ago
f7ff1fd
ip6_tunnel: remove magic mtu value 0xFFF8
by Nicolas Dichtel
· 7 years ago
82612de
ip_tunnel: restore binding to ifaces with a large mtu
by Nicolas Dichtel
· 7 years ago
ccfde6e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
a95691bc
net: dsa: b53: Add BCM5389 support
by Damien Thébault
· 7 years ago
eb7f54b
kcm: Fix use-after-free caused by clonned sockets
by Kirill Tkhai
· 7 years ago
664088f
net-sysfs: Fix memory leak in XPS configuration
by Alexander Duyck
· 7 years ago
16e6653
ixgbe: fix parsing of TC actions for HW offload
by Ondřej Hlavatý
· 7 years ago
0512e01
Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
8005b09
net: ethernet: davinci_emac: fix error handling in probe()
by Dan Carpenter
· 7 years ago
0f51f35
net/ncsi: Fix array size in dumpit handler
by Samuel Mendoza-Jonas
· 7 years ago
be20f28
Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 7 years ago
8258d2d
cls_flower: Fix incorrect idr release when failing to modify rule
by Paul Blakey
· 7 years ago
26de0b7
net/sonic: Use dma_mapping_error()
by Finn Thain
· 7 years ago
bc13f2f
drm/amd/display: Update color props when modeset is required
by Leo (Sunpeng) Li
· 7 years ago
a9e8d27
drm/amd/display: Make atomic-check validate underscan changes
by David Francis
· 7 years ago
dd52cb8
Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 7 years ago
32ffd6e
platform/x86: asus-wmi: Fix NULL pointer dereference
by João Paulo Rechi Vita
· 7 years ago
6497bbc
Merge tag 'perf-urgent-for-mingo-4.17-20180531' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
9aae178
perf/x86/intel/uncore: Clean up client IMC uncore
by Kan Liang
· 7 years ago
5a6c9d9
perf/x86/intel/uncore: Expose uncore_pmu_event*() functions
by Kan Liang
· 7 years ago
0f519f0
perf/x86/intel/uncore: Support IIO free-running counters on SKX
by Kan Liang
· 7 years ago
0e0162d
perf/x86/intel/uncore: Add infrastructure for free running counters
by Kan Liang
· 7 years ago
927b2de
perf/x86/intel/uncore: Add new data structures for free running counters
by Kan Liang
· 7 years ago
4749f81
perf/x86/intel/uncore: Correct fixed counter index check in generic code
by Kan Liang
· 7 years ago
Next »