Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d380b34830cc76461feab012f0bc52b01e65087c
d380b34
perf tests: Adjust the vmlinux symtab matches kallsyms test
by Adrian Hunter
· 11 years ago
39b12f78
perf tools: Make it possible to read object code from vmlinux
by Adrian Hunter
· 11 years ago
5b7ba82
perf symbols: Load kernel maps before using
by Adrian Hunter
· 11 years ago
b55ae0a
perf tests: Add test for reading object code
by Adrian Hunter
· 11 years ago
3445432
perf symbols: avoid SyS kernel syscall aliases
by Adrian Hunter
· 11 years ago
2bbf03f
perf stat: Flush output after each line in interval mode
by Andi Kleen
· 11 years ago
4119168
perf stat: Add support for --initial-delay option
by Andi Kleen
· 11 years ago
e2407be
perf evsel: Add support for enabling counters
by Andi Kleen
· 11 years ago
5c6974f
perf evlist: Remove obsolete dummy execve
by Andi Kleen
· 11 years ago
8fdd84c
perf kvm: Split out tracepoints from record args
by David Ahern
· 11 years ago
9c50140
perf session: Export a few functions for event processing
by David Ahern
· 11 years ago
ffe4f3c
perf stats: Add max and min stats
by David Ahern
· 11 years ago
42ee8c6
perf top: move CONSOLE_CLEAR to header file
by David Ahern
· 11 years ago
3b47abe
perf util: Add parse_nsec_time() function
by Namhyung Kim
· 11 years ago
3223565c
perf python: Remove duplicate TID bit from mask
by Arnaldo Carvalho de Melo
· 11 years ago
a14bb86
perf trace: Beautify 'connect' result
by Arnaldo Carvalho de Melo
· 11 years ago
602bab1b
perf tools: Fix compile of util/tsc.c
by David Ahern
· 11 years ago
251f426
perf evsel: Actually show symbol offset in stack trace when requested
by David Ahern
· 11 years ago
a9f93f9
perf tests: Add parse events tests for leader sampling
by Jiri Olsa
· 12 years ago
8404db6
perf tests: Add attr record group sampling test
by Jiri Olsa
· 12 years ago
3c17631
perf tools: Add 'S' event/group modifier to read sample value
by Jiri Olsa
· 12 years ago
e4caec0
perf evsel: Add PERF_SAMPLE_READ sample related processing
by Jiri Olsa
· 12 years ago
932a359
perf evlist: Add perf_evlist__id2sid method to get event ID related data
by Jiri Olsa
· 12 years ago
c4861af
perf evlist: Fix event ID retrieval for group format read case
by Jiri Olsa
· 12 years ago
9ede473
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
by Jiri Olsa
· 12 years ago
e2b5abe
perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id
by Jiri Olsa
· 13 years ago
6f5ab00
perf: Do not get values from disabled counters in group format read
by Jiri Olsa
· 12 years ago
cf4957f
perf: Add PERF_EVENT_IOC_ID ioctl to return event ID
by Jiri Olsa
· 12 years ago
93786a5
watchdog: Make it work under full dynticks
by Frederic Weisbecker
· 11 years ago
d84153d
perf: Implement finer grained full dynticks kick
by Frederic Weisbecker
· 11 years ago
ba8a75c
perf: Account freq events per cpu
by Frederic Weisbecker
· 11 years ago
9a545de
perf: Migrate per cpu event accounting
by Frederic Weisbecker
· 11 years ago
4beb31f
perf: Split the per-cpu accounting part of the event accounting code
by Frederic Weisbecker
· 11 years ago
766d6c0
perf: Factor out event accounting code to account_event()/__free_event()
by Frederic Weisbecker
· 11 years ago
90983b1
perf: Sanitize get_callchain_buffer()
by Frederic Weisbecker
· 11 years ago
6050cb0
perf: Fix branch stack refcount leak on callchain init failure
by Frederic Weisbecker
· 11 years ago
7d9ffa8
sched: Micro-optimize the smart wake-affine logic
by Peter Zijlstra
· 11 years ago
6247041
sched: Implement smarter wake-affine logic
by Michael Wang
· 11 years ago
6852079
sched: Move h_load calculation to task_h_load()
by Vladimir Davydov
· 11 years ago
3bd5a5f
perf tools: Add test for converting perf time to/from TSC
by Adrian Hunter
· 11 years ago
c73deb6
perf/x86: Add ability to calculate TSC from perf sample timestamps
by Adrian Hunter
· 11 years ago
860f085
perf: Fix broken union in 'struct perf_event_mmap_page'
by Adrian Hunter
· 11 years ago
a5cdd40
perf: Update perf_event_type documentation
by Peter Zijlstra
· 11 years ago
17f4157
kprobes/x86: Call out into INT3 handler directly instead of using notifier
by Jiri Kosina
· 11 years ago
4f16d61
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 11 years ago
f9ea55d
perf tools: Move weight back to common sort keys
by Andi Kleen
· 11 years ago
dbad418
perf tests: Add broken install-* tests into tests/make
by Jiri Olsa
· 11 years ago
c0ec110
perf tests: Add 'make install/install-bin' tests into tests/make
by Jiri Olsa
· 11 years ago
c931167
perf tests: Add DESTDIR=TMP_DEST tests/make variable
by Jiri Olsa
· 11 years ago
8ba7cde
perf tests: Rename TMP to TMP_O tests/make variable
by Jiri Olsa
· 11 years ago
0659e66
perf tests: Run ctags/cscope make tests only with needed binaries
by Jiri Olsa
· 11 years ago
575bf1d
perf tools: Fix build with perl 5.18
by Kirill A. Shutemov
· 11 years ago
99571ab
perf tools: Support callchain sorting based on addresses
by Andi Kleen
· 11 years ago
a198996
perf bench: Fix memcpy benchmark for large sizes
by Andi Kleen
· 11 years ago
2b821cc
perf evsel: Handle ENODEV on default cycles event
by David Ahern
· 11 years ago
2eaa1b4
perf script: Fix named threads support
by David Ahern
· 11 years ago
ea8596b
kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functions
by Masami Hiramatsu
· 11 years ago
a7b0133
kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()
by Masami Hiramatsu
· 11 years ago
c7e85c4
kprobes/x86: Remove an incorrect comment about int3 in NMI/MCE
by Masami Hiramatsu
· 11 years ago
9bb1542
Merge branch 'x86/jumplabel' into perf/core
by Ingo Molnar
· 11 years ago
5a98213
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 11 years ago
e43fff2b
Merge branch 'linus' into perf/core
by Ingo Molnar
· 11 years ago
ecb2cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
ee114b9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
4b8b8a4
Merge tag 'md-3.11-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
0a693ab
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
3e3aac4
vlan: fix a race in egress prio management
by Eric Dumazet
· 11 years ago
d4b812d
vlan: mask vlan prio bits
by Eric Dumazet
· 11 years ago
ece793f
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
by Jason Wang
· 11 years ago
8852917
tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
by Jason Wang
· 11 years ago
87f40dd
pkt_sched: sch_qfq: remove a source of high packet delay/jitter
by Paolo Valente
· 11 years ago
7a62711
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
5d88d15
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
3f334c2
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 11 years ago
c66bce9
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
3668f0d
Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-fixes
by Dave Airlie
· 11 years ago
30bc9b5
md/raid1: fix bio handling problems in process_checks()
by NeilBrown
· 11 years ago
5024c29
md: Remove recent change which allows devices to skip recovery.
by NeilBrown
· 11 years ago
7bb23c4
md/raid10: fix two problems with RAID10 resync.
by NeilBrown
· 11 years ago
fb328d7
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
by Dave Airlie
· 11 years ago
444bddc
drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)
by Alex Deucher
· 11 years ago
61f98b0
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 11 years ago
f90555c
drm/radeon/dpm/atom: fix broken gcc harder
by Alex Deucher
· 11 years ago
2a08c3e
perf header: Recognize version number for perf data file
by Jiri Olsa
· 11 years ago
093b9c7
xen-netfront: pull on receive skb may need to happen earlier
by Jan Beulich
· 11 years ago
fe5c356
vxlan: add necessary locking on device removal
by stephen hemminger
· 11 years ago
8d541e9
perf header: Introduce feat_offset into perf_header
by Jiri Olsa
· 11 years ago
944d62b
perf header: Remove attr_offset from perf_header
by Jiri Olsa
· 11 years ago
75211db
perf header: Remove data_offset seek as it's not needed
by Jiri Olsa
· 11 years ago
d433956
perf session: Use session->fd instead of passing fd as argument
by Jiri Olsa
· 11 years ago
48fa04c
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
by Andre Heider
· 11 years ago
77c7d50
drm/radeon/dpm: fix atom vram table parsing
by Alex Deucher
· 11 years ago
1fa4252
drm/radeon: fix an endian bug in atom table parsing
by Alex Deucher
· 11 years ago
1294d4a
drm/radeon: add a module parameter to disable aspm
by Alex Deucher
· 11 years ago
8d76e18
perf tests: Check proper prev_state size for sched_switch tp
by Jiri Olsa
· 11 years ago
5698d2c
perf symbols: Do not apply symfs for an absolute vmlinux path
by Namhyung Kim
· 11 years ago
ffb4040
drm/rcar-du: Use the GEM PRIME helpers
by Laurent Pinchart
· 11 years ago
58cbd3a
drm/shmobile: Use the GEM PRIME helpers
by Laurent Pinchart
· 11 years ago
ab4ecda
perf tools: Fix 'make tools/perf'
by Robert Richter
· 11 years ago
256ca9c
ALSA: seq-oss: Initialize MIDI clients asynchronously
by Takashi Iwai
· 11 years ago
Next »