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
2009-09-14
perf sched: Fix 'perf sched latency' output on 32-bit systems
Ingo Molnar
1
-1
/
+1
2009-09-14
perf tools: Implement counter output multiplexing
Ingo Molnar
3
-22
/
+52
2009-09-14
perf tools: Fix processing of randomly serialized sched traces
Frederic Weisbecker
1
-1
/
+7
2009-09-14
perf tools: Add an option to multiplex counters in a single channel
Frederic Weisbecker
2
-0
/
+8
2009-09-13
perf_counter, sched: Add sched_stat_runtime tracepoint
Ingo Molnar
2
-0
/
+34
2009-09-13
perf sched: Add 'perf sched trace', improve documentation
Ingo Molnar
2
-4
/
+25
2009-09-13
perf_counter: Allow mmap if paranoid checks are turned off
Ingo Molnar
1
-1
/
+2
2009-09-13
perf sched: Implement the 'perf sched record' subcommand
Ingo Molnar
2
-3
/
+39
2009-09-13
perf sched: Clean up PID sorting logic
Ingo Molnar
2
-45
/
+51
2009-09-13
perf sched: Finish latency => atom rename and misc cleanups
Ingo Molnar
1
-215
/
+184
2009-09-13
perf sched: Add 'perf sched latency' and 'perf sched replay'
Ingo Molnar
1
-32
/
+58
2009-09-13
perf sched: Implement multidimensional sorting
Frederic Weisbecker
1
-10
/
+196
2009-09-13
perf sched: Fix nsec to msec conversion
Frederic Weisbecker
1
-4
/
+4
2009-09-13
perf sched: Export the total, max latency and total runtime to thread atoms list
Frederic Weisbecker
1
-26
/
+22
2009-09-13
perf sched: Add involuntarily sleeping task in work atoms
Frederic Weisbecker
1
-6
/
+13
2009-09-13
perf sched: Rename struct lat_snapshot to struct work atoms
Frederic Weisbecker
1
-56
/
+56
2009-09-13
perf sched: Output runtime and context switch totals
Ingo Molnar
1
-1
/
+10
2009-09-13
perf sched: Add runtime stats
Ingo Molnar
1
-20
/
+38
2009-09-13
perf sched: Display time in milliseconds, reorganize output
Ingo Molnar
2
-10
/
+13
2009-09-13
perf sched: Clean up latency and replay sub-commands
Ingo Molnar
1
-50
/
+49
2009-09-13
perf sched: Add sched latency profiling
Frederic Weisbecker
1
-11
/
+285
2009-09-13
perf sched: Make it easier to plug in new sub profilers
Frederic Weisbecker
1
-78
/
+165
2009-09-13
perf sched: Fix bad event alignment
Frederic Weisbecker
3
-25
/
+102
2009-09-13
perf tools: Allow the specification of all tracepoints at once
Frederic Weisbecker
1
-50
/
+154
2009-09-13
perf sched: Tighten up the code
Ingo Molnar
1
-189
/
+47
2009-09-13
perf sched: Implement the scheduling workload replay engine
Ingo Molnar
1
-18
/
+134
2009-09-13
perf sched: Import schedbench.c
Ingo Molnar
3
-33
/
+827
2009-09-13
perf: Add 'perf sched' tool
Ingo Molnar
7
-2
/
+354
2009-09-11
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
48
-1805
/
+4064
2009-09-11
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
32
-270
/
+946
2009-09-11
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
65
-1286
/
+4106
2009-09-11
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-614
/
+1117
2009-09-11
Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
54
-1405
/
+7110
2009-09-11
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-403
/
+766
2009-09-11
Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-9
/
+194
2009-09-11
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-35
/
+19
2009-09-11
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
37
-3667
/
+1636
2009-09-11
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-57
/
+118
2009-09-11
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
19
-652
/
+1209
2009-09-11
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
29
-963
/
+720
2009-09-11
Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-17
/
+30
2009-09-11
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-21
/
+56
2009-09-11
Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+6
2009-09-11
Merge branch 'nfs-for-2.6.32'
Trond Myklebust
48
-1805
/
+4064
2009-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
53
-1512
/
+4515
2009-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
221
-6969
/
+30709
2009-09-11
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
29
-778
/
+1285
2009-09-11
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
91
-1322
/
+1435
2009-09-11
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
8
-101
/
+323
2009-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
63
-595
/
+1278
[next]