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.13.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-08-12
perf tools: Add debug prints for ordered events queue
Jiri Olsa
4
-2
/
+72
2014-08-12
perf tools: Add report.queue-size config file option
Jiri Olsa
2
-1
/
+18
2014-08-12
perf tools: Add perf_config_u64 function
Jiri Olsa
2
-0
/
+25
2014-08-12
perf tools: Add ordered_events__free function
Jiri Olsa
3
-15
/
+14
2014-08-12
perf tools: Add ordered_events__init function
Jiri Olsa
3
-5
/
+11
2014-08-12
perf tools: Use list_move in ordered_events_delete function
Jiri Olsa
1
-2
/
+1
2014-08-12
perf tools: Create ordered-events object
Jiri Olsa
5
-222
/
+240
2014-08-12
perf tools: Make perf_session__deliver_event global
Jiri Olsa
2
-15
/
+13
2014-08-12
perf tools: Flush ordered events in case of allocation failure
Jiri Olsa
3
-4
/
+30
2014-08-12
perf tools: Limit ordered events queue size
Jiri Olsa
2
-3
/
+11
2014-08-12
perf tools: Factor ordered_events__flush to be more generic
Jiri Olsa
1
-11
/
+36
2014-08-12
perf tools: Add ordered_events__(new|delete) interface
Jiri Olsa
1
-71
/
+98
2014-08-12
perf tools: Rename ordered_events members
Jiri Olsa
2
-50
/
+48
2014-08-12
perf tools: Rename ordered_samples struct to ordered_events
Jiri Olsa
3
-65
/
+65
2014-08-12
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
14
-19
/
+19
2014-08-12
perf record: Honour --no-time command line option
Andi Kleen
2
-3
/
+7
2014-08-02
perf kvm stat: Properly show submicrosecond times
Christian Borntraeger
1
-4
/
+4
2014-07-31
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
5
-23
/
+42
2014-07-31
perf evlist: Don't run workload if not told to
Arnaldo Carvalho de Melo
1
-2
/
+18
2014-07-30
perf tools: Fix arm64 build error
Mark Salter
1
-0
/
+2
2014-07-30
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2
-8
/
+3
2014-07-28
Revert "perf tools: Fix jump label always changing during tracing"
Jiri Olsa
1
-7
/
+2
2014-07-28
perf tools: Fix perf usage string leftover
Jiri Olsa
1
-1
/
+1
2014-07-28
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
29
-115
/
+470
2014-07-28
perf: Check permission only for parent tracepoint event
Jiri Olsa
1
-0
/
+12
2014-07-28
Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...
Ingo Molnar
1000
-5791
/
+9707
2014-07-27
Linux 3.16-rc7
v3.16-rc7
Linus Torvalds
1
-1
/
+1
2014-07-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-20
/
+130
2014-07-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+34
2014-07-27
Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfs
Linus Torvalds
2
-8
/
+9
2014-07-27
Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2014-07-27
Fix gcc-4.9.0 miscompilation of load_balance() in scheduler
Linus Torvalds
1
-0
/
+2
2014-07-27
mm: fix direct reclaim writeback regression
Hugh Dickins
1
-2
/
+3
2014-07-26
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
14
-88
/
+146
2014-07-26
Merge tag 'sound-3.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-16
/
+37
2014-07-26
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2014-07-26
parport: fix menu breakage
Randy Dunlap
1
-6
/
+6
2014-07-26
Merge tag 'blackfin-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-22
/
+26
2014-07-26
blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section fo...
Steven Miao
1
-1
/
+1
2014-07-26
defconfig: BF609: update spi config name
Steven Miao
1
-1
/
+1
2014-07-26
irq: blackfin sec: drop duplicated sec priority set
Steven Miao
1
-2
/
+0
2014-07-26
blackfin: bind different groups of one pinmux function to different state name
Sonic Zhang
2
-11
/
+12
2014-07-26
blackfin: fix some bf5xx boards build for missing <linux/gpio.h>
Steven Miao
7
-0
/
+7
2014-07-26
pm: bf609: cleanup smc nor flash
Steven Miao
3
-7
/
+5
2014-07-26
Merge branch 'parisc-3.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+0
2014-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2
-4
/
+4
2014-07-25
perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty rounds
Jiri Olsa
1
-1
/
+7
2014-07-25
perf record: Always force PERF_RECORD_FINISHED_ROUND event
Jiri Olsa
1
-2
/
+1
2014-07-25
perf inject: Add --kallsyms parameter
Adrian Hunter
2
-0
/
+5
2014-07-25
perf tools: Expose 'addr' functions so they can be reused
Adrian Hunter
3
-33
/
+53
[next]