index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-17
perf symbols: Fix use after free in filename__read_build_id
Mitchell Krome
1
-2
/
+6
2014-12-17
perf evlist: Use roundup_pow_of_two
Arnaldo Carvalho de Melo
2
-19
/
+1
2014-12-17
tools: Adopt roundup_pow_of_two
Arnaldo Carvalho de Melo
1
-0
/
+25
2014-12-17
perf tools: Make the mmap length autotuning more robust
Arnaldo Carvalho de Melo
1
-0
/
+2
2014-12-17
tools: Adopt rounddown_pow_of_two and deps
Arnaldo Carvalho de Melo
1
-0
/
+134
2014-12-17
tools: Adopt fls_long and deps
Arnaldo Carvalho de Melo
7
-0
/
+22
2014-12-17
tools: Move bitops.h from tools/perf/util to tools/
Arnaldo Carvalho de Melo
3
-1
/
+2
2014-12-17
tools: Introduce asm-generic/bitops.h
Arnaldo Carvalho de Melo
4
-8
/
+37
2014-12-17
tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib
Arnaldo Carvalho de Melo
5
-72
/
+131
2014-12-17
tools: Whitespace prep patches for moving bitops.h
Arnaldo Carvalho de Melo
1
-7
/
+8
2014-12-17
tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...
Arnaldo Carvalho de Melo
4
-15
/
+25
2014-12-17
tools: Move code originally from linux/log2.h to tools/include/linux/
Arnaldo Carvalho de Melo
5
-12
/
+30
2014-12-17
tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h
Arnaldo Carvalho de Melo
4
-36
/
+46
2014-12-16
perf evlist: Do not use hard coded value for a mmap_pages default
Arnaldo Carvalho de Melo
1
-4
/
+16
2014-12-16
perf trace: Let the perf_evlist__mmap autosize the number of pages to use
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-12-16
perf evlist: Improve the strerror_mmap method
Arnaldo Carvalho de Melo
1
-4
/
+13
2014-12-16
perf evlist: Clarify sterror_mmap variable names
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-12-16
perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-12-12
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
25
-501
/
+350
2014-12-12
Merge branch 'linus' into perf/urgent, to pick up the upstream merged bits
Ingo Molnar
1941
-59034
/
+75034
2014-12-12
perf trace: Provide a better explanation when mmap fails
Arnaldo Carvalho de Melo
1
-6
/
+6
2014-12-12
perf evlist: Introduce strerror_mmap method
Arnaldo Carvalho de Melo
2
-0
/
+24
2014-12-11
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
2
-18
/
+2
2014-12-11
tools lib fs: Add sysctl__read_int helper
Arnaldo Carvalho de Melo
2
-0
/
+14
2014-12-11
tools lib fs: Adopt filename__read_int from tools/perf/
Arnaldo Carvalho de Melo
4
-18
/
+23
2014-12-11
perf: Fix events installation during moving group
Jiri Olsa
1
-2
/
+2
2014-12-11
perf/x86/intel/uncore: Make sure only uncore events are collected
Jiri Olsa
1
-3
/
+19
2014-12-10
perf kvm stat live: Mark events as (x86 only) in help output
Alexander Yarygin
1
-1
/
+2
2014-12-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-8
/
+9
2014-12-10
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
99
-1002
/
+4723
2014-12-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
121
-1858
/
+408
2014-12-10
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+179
2014-12-10
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
33
-368
/
+835
2014-12-10
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-8
/
+704
2014-12-10
Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
15
-6
/
+119
2014-12-10
Merge tag 'omap-gpmc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
26
-1355
/
+553
2014-12-10
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
297
-3332
/
+20490
2014-12-10
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
83
-2010
/
+5846
2014-12-10
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
214
-2353
/
+6329
2014-12-10
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
149
-3309
/
+1004
2014-12-10
Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
96
-23990
/
+34
2014-12-10
Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-92
/
+151
2014-12-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
84
-661
/
+3094
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2
-5
/
+0
2014-12-09
Merge tag 'nios2-v3.19-rc1' of git://git.rocketboards.org/linux-socfpga-next
Linus Torvalds
100
-0
/
+10208
2014-12-09
perf tests: Fix attr tests size values to cope with machine state on interrup...
Jiri Olsa
2
-2
/
+2
2014-12-09
calloc/xcalloc: Fix argument order
Arjun Sreedharan
3
-7
/
+7
2014-12-09
perf callchain: Move cpumode resolve code to add_callchain_ip
Kan Liang
1
-37
/
+35
2014-12-09
perf callchain: Fixup parameter handling error message
Kan Liang
1
-1
/
+1
2014-12-09
perf tools: Add --buildid-dir option to set cache directory
Jiri Olsa
4
-6
/
+22
[next]