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
2009-04-06
perf_counter tools: fix build warning in kerneltop.c
Ingo Molnar
1
-1
/
+1
2009-04-06
perf_counter tools: tidy up in-kernel dependencies
Ingo Molnar
4
-395
/
+2
2009-04-06
perf_counter tools: use mmap() output
Peter Zijlstra
1
-14
/
+79
2009-04-06
perf_counter tools: update to new syscall ABI
Peter Zijlstra
1
-78
/
+157
2009-04-06
perf_counter: new output ABI - part 1
Peter Zijlstra
3
-246
/
+263
2009-04-06
mutex: drop "inline" from mutex_lock() inside kernel/mutex.c
H. Peter Anvin
1
-1
/
+1
2009-04-06
mutex: add atomic_dec_and_mutex_lock()
Eric Paris
1
-0
/
+23
2009-04-06
perf_counter: add an mmap method to allow userspace to read hardware counters
Paul Mackerras
3
-0
/
+97
2009-04-06
perf_counter: avoid recursion
Peter Zijlstra
2
-0
/
+33
2009-04-06
perf_counter: remove the event config bitfields
Peter Zijlstra
4
-40
/
+70
2009-04-06
perf_counter tools: when no command is feed to perfstat, display help and exit
Wu Fengguang
1
-0
/
+3
2009-04-06
perf_counter tools: cut down default count for cpu-cycles
Wu Fengguang
1
-1
/
+1
2009-04-06
perf_counter tools: fix event_id type
Wu Fengguang
1
-4
/
+5
2009-04-06
perf_counter tools: fix comment for sym_weight()
Wu Fengguang
1
-1
/
+1
2009-04-06
perf_counter tools: move remaining code into kerneltop.c
Wu Fengguang
2
-230
/
+432
2009-04-06
perf_counter tools: Reuse event_name() in kerneltop
Wu Fengguang
1
-14
/
+1
2009-04-06
perf_counter tools: support symbolic event names in kerneltop
Wu Fengguang
3
-35
/
+16
2009-04-06
perf_counter tools: Move perfstat supporting code into perfcounters.h
Wu Fengguang
2
-130
/
+130
2009-04-06
perf_counter tools: Merge common code into perfcounters.h
Wu Fengguang
3
-264
/
+139
2009-04-06
perf_counter: add sample user-space to Documentation/perf_counter/
Ingo Molnar
3
-0
/
+1489
2009-04-06
perf_counter: create Documentation/perf_counter/ and move perfcounters.txt there
Ingo Molnar
1
-0
/
+0
2009-04-06
perf_counter: fix type/event_id layout on big-endian systems
Paul Mackerras
2
-4
/
+17
2009-04-06
perf_counter: powerpc: clean up perc_counter_interrupt
Paul Mackerras
1
-12
/
+7
2009-04-06
perf_counter: unify irq output code
Peter Zijlstra
4
-151
/
+61
2009-04-06
perf_counter: revamp syscall input ABI
Peter Zijlstra
4
-75
/
+117
2009-04-06
perf_counter: hook up the tracepoint events
Peter Zijlstra
3
-0
/
+51
2009-04-06
perf_counter: fix up counter free paths
Peter Zijlstra
1
-3
/
+8
2009-04-06
perf_counter: generic context switch event
Peter Zijlstra
3
-63
/
+4
2009-04-06
perf_counter: fix uninitialized usage of event_list
Peter Zijlstra
2
-1
/
+3
2009-04-06
perf_counter: abstract wakeup flag setting in core to fix powerpc build
Paul Mackerras
5
-14
/
+19
2009-04-06
perf_counter: fix crash on perfmon v1 systems
Ingo Molnar
1
-5
/
+11
2009-04-06
perf_counter: include missing header
Tim Blechmann
1
-0
/
+2
2009-04-06
perf_counter: fix hrtimer sampling
Peter Zijlstra
1
-4
/
+4
2009-04-06
perf_counter: add an event_list
Peter Zijlstra
2
-11
/
+23
2009-04-06
perf_counter: hrtimer based sampling for software time events
Peter Zijlstra
2
-43
/
+100
2009-04-06
perf_counter: provide major/minor page fault software events
Peter Zijlstra
4
-17
/
+21
2009-04-06
perf_counter: provide pagefault software events
Peter Zijlstra
3
-50
/
+9
2009-04-06
perf_counter: software counter event infrastructure
Peter Zijlstra
2
-1
/
+208
2009-04-06
perf_counter: x86: use ULL postfix for 64bit constants
Peter Zijlstra
1
-6
/
+6
2009-04-06
perf_counter: add comment to barrier
Peter Zijlstra
1
-0
/
+4
2009-04-06
perf_counter: use list_move_tail()
Peter Zijlstra
1
-4
/
+2
2009-04-06
perf_counter: x86: fix 32-bit irq_period assumption
Peter Zijlstra
1
-1
/
+1
2009-04-06
Merge branch 'linus' into perfcounters/core-v2
Ingo Molnar
7843
-316737
/
+871206
2009-04-05
Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-28
/
+32
2009-04-05
Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
Linus Torvalds
15
-164
/
+139
2009-04-05
Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
Linus Torvalds
7
-14
/
+13
2009-04-05
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
146
-2790
/
+4854
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
71
-1515
/
+2754
2009-04-05
Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs...
Linus Torvalds
23
-102
/
+2049
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
713
-64562
/
+312473
[next]