index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-19
perf bench mem: Fix 'length' vs. 'size' naming confusion
Ingo Molnar
2
-50
/
+50
2015-10-19
perf bench mem: Rename 'routine' to 'routine_str'
Ingo Molnar
1
-6
/
+6
2015-10-19
perf bench mem: Change 'cycle' to 'cycles'
Ingo Molnar
2
-30
/
+30
2015-10-19
perf bench: List output formatting options on 'perf bench -h'
Ingo Molnar
1
-1
/
+1
2015-10-19
perf bench: Remove the prefaulting complication from 'perf bench mem mem*'
Ingo Molnar
2
-112
/
+50
2015-10-19
perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'
Ingo Molnar
2
-1
/
+1
2015-10-19
perf bench: Eliminate unused argument from bench_mem_common()
Ingo Molnar
1
-7
/
+4
2015-10-19
perf bench: Default to all routines in 'perf bench mem'
Ingo Molnar
1
-2
/
+2
2015-10-19
perf bench: Improve the 'perf bench mem memcpy' code readability
Ingo Molnar
1
-56
/
+45
2015-10-19
perf test: Suppress libtraceevent warnings
Namhyung Kim
3
-0
/
+20
2015-10-19
perf test: Silence tracepoint event failures
Namhyung Kim
3
-3
/
+3
2015-10-14
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
8
-33
/
+58
2015-10-13
tools build: Fix cross compile build
Jiri Olsa
1
-0
/
+4
2015-10-13
tools include: Fix strict-aliasing rules breakage
Jiri Olsa
1
-8
/
+24
2015-10-12
perf hists browser: Add 'm' key for context menu display
Namhyung Kim
1
-0
/
+2
2015-10-12
perf callchains: Fix unw_word_t pointer casts
Rabin Vincent
1
-2
/
+2
2015-10-12
perf callchain: Use debug_frame if eh_frame is unusable
Rabin Vincent
1
-4
/
+6
2015-10-12
perf hists browser: Inform how to reset the symbol filter
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-10-12
perf ui browsers: Remove help messages about use of right and arrow keys
Arnaldo Carvalho de Melo
4
-9
/
+9
2015-10-12
perf symbols: Try the .debug/ DSO cache as a last resort
Arnaldo Carvalho de Melo
1
-9
/
+9
2015-10-08
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
6
-18
/
+93
2015-10-08
Merge branch 'perf/urgent' into perf/core, before pulling new changes
Ingo Molnar
279
-1552
/
+2185
2015-10-07
perf python: Support the PERF_RECORD_SWITCH event
Arnaldo Carvalho de Melo
2
-7
/
+75
2015-10-07
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
3
-1
/
+4
2015-10-07
perf tools: Fix build break on powerpc due to sample_reg_masks
Sukadev Bhattiprolu
3
-1
/
+4
2015-10-07
Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
6
-15
/
+30
2015-10-07
Revert "fs: do not prefault sys_write() user buffer pages"
Linus Torvalds
1
-18
/
+16
2015-10-06
NFS: Fix a tracepoint NULL-pointer dereference
Anna Schumaker
1
-1
/
+1
2015-10-06
perf tools: Fix handling read result using a signed variable
Andrzej Hajda
1
-1
/
+2
2015-10-06
perf tools: Use hpp_dimension__add_output to register hpp columns
Jiri Olsa
1
-8
/
+8
2015-10-06
perf tools: Introduce hpp_dimension__add_output function
Jiri Olsa
2
-0
/
+8
2015-10-06
perf tools: Get rid of superfluos call to reset_dimensions
Jiri Olsa
1
-2
/
+0
2015-10-06
perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncore
Taku Izumi
4
-15
/
+106
2015-10-06
perf/x86: Add Intel cstate PMUs support
Kan Liang
2
-0
/
+695
2015-10-06
Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-5
/
+54
2015-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
11
-40
/
+77
2015-10-06
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-36
/
+2
2015-10-06
x86/xen/p2m: hint at the last populated P2M entry
David Vrabel
1
-1
/
+18
2015-10-06
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
41
-77
/
+381
2015-10-05
perf tools: Fail properly in case pattern matching fails to find tracepoint
Jiri Olsa
1
-1
/
+8
2015-10-05
perf hists browser: Implement horizontal scrolling
Arnaldo Carvalho de Melo
1
-5
/
+17
2015-10-05
perf ui browser: Optional horizontal scrolling key binding
Arnaldo Carvalho de Melo
2
-1
/
+15
2015-10-05
perf callchain: Switch default to 'graph,0.5,caller'
Arnaldo Carvalho de Melo
3
-5
/
+5
2015-10-05
perf tests: Add Intel CQM test
Matt Fleming
4
-0
/
+130
2015-10-05
perf tests: Move x86 tests into arch directory
Matt Fleming
16
-45
/
+48
2015-10-05
perf tests: Add arch tests
Matt Fleming
6
-11
/
+46
2015-10-05
perf tools: Handle -h and -v options
Jiri Olsa
2
-0
/
+22
2015-10-05
perf tools: Setup proper width for symbol_iaddr field
Jiri Olsa
1
-0
/
+13
2015-10-05
perf tools: Add support for sorting on the iaddr
Don Zickus
3
-0
/
+39
2015-10-05
perf tests: Add parsing test for 'P' modifier
Jiri Olsa
1
-0
/
+16
[next]