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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-21
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
32
-182
/
+303
2010-05-21
perf: Remove more code from the fastpath
Peter Zijlstra
1
-2
/
+0
2010-05-21
perf: Optimize the !vmalloc backed buffer
Peter Zijlstra
1
-1
/
+1
2010-05-21
perf: Optimize perf_output_copy()
Peter Zijlstra
1
-0
/
+3
2010-05-21
perf: Fix wakeup storm for RO mmap()s
Peter Zijlstra
1
-1
/
+1
2010-05-21
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...
Peter Zijlstra
3
-11
/
+15
2010-05-21
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...
Peter Zijlstra
2
-16
/
+10
2010-05-20
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
45
-399
/
+607
2010-05-18
perf: Optimize perf_output_*() by avoiding local_xchg()
Peter Zijlstra
1
-0
/
+1
2010-05-18
perf: Optimize the hotpath by converting the perf output buffer to local_t
Peter Zijlstra
1
-8
/
+7
2010-05-18
perf: Optimize the perf_output() path by removing IRQ-disables
Peter Zijlstra
1
-3
/
+2
2010-05-18
perf/ftrace: Optimize perf/tracepoint interaction for single events
Peter Zijlstra
3
-5
/
+8
2010-05-18
Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+4
2010-05-18
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-31
/
+74
2010-05-18
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+3
2010-05-18
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+30
2010-05-18
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-77
/
+116
2010-05-18
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-117
/
+166
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-95
/
+128
2010-05-18
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-57
/
+59
2010-05-18
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-22
/
+81
2010-05-18
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+12
2010-05-18
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
12
-94
/
+142
2010-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
3
-23
/
+14
2010-05-17
m68k: amiga - Zorro host bridge platform device conversion
Geert Uytterhoeven
1
-9
/
+0
2010-05-17
m68k: amiga - Zorro bus modalias support
Geert Uytterhoeven
2
-12
/
+10
2010-05-17
platform: Make platform resource input parameters const
Geert Uytterhoeven
1
-2
/
+4
2010-05-17
atomic_t: Remove volatile from atomic_t definition
Anton Blanchard
1
-2
/
+2
2010-05-17
atomic_t: Cast to volatile when accessing atomic variables
Anton Blanchard
1
-1
/
+1
2010-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-22
/
+22
2010-05-16
rtnetlink: make SR-IOV VF interface symmetric
Chris Wright
1
-4
/
+19
2010-05-16
tcp: fix MD5 (RFC2385) support
Eric Dumazet
1
-18
/
+3
2010-05-15
Fix the regression created by "set S_DEAD on unlink()..." commit
Al Viro
1
-0
/
+14
2010-05-14
tracing: Comment the use of event_mutex with trace event flags
Steven Rostedt
1
-1
/
+8
2010-05-14
tracing: Combine event filter_active and enable into single flags field
Steven Rostedt
1
-2
/
+19
2010-05-14
tracing: Remove duplicate id information in event structure
Steven Rostedt
2
-9
/
+8
2010-05-14
tracing: Move print functions into event class
Steven Rostedt
3
-41
/
+24
2010-05-14
tracing: Allow events to share their print functions
Steven Rostedt
4
-14
/
+32
2010-05-14
tracing: Move raw_init from events to class
Steven Rostedt
3
-8
/
+5
2010-05-14
tracing: Move fields from event to class structure
Steven Rostedt
4
-15
/
+19
2010-05-14
tracing: Remove per event trace registering
Steven Rostedt
3
-124
/
+57
2010-05-14
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
2
-30
/
+79
2010-05-14
tracepoints: Add check trace callback type
Mathieu Desnoyers
1
-1
/
+6
2010-05-14
tracing: Create class struct for events
Steven Rostedt
3
-28
/
+28
2010-05-14
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Steven Rostedt
23
-133
/
+211
2010-05-13
Merge commit 'v2.6.34-rc7' into tracing/core
Ingo Molnar
23
-49
/
+67
2010-05-11
revert "procfs: provide stack information for threads" and its fixup commits
Robin Holt
1
-1
/
+0
2010-05-11
dma-mapping: fix dma_sync_single_range_*
FUJITA Tomonori
1
-2
/
+2
2010-05-11
rcu: remove all rcu head initializations, except on_stack initializations
Paul E. McKenney
1
-1
/
+0
2010-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-0
/
+4
[next]