summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt32-182/+303
2010-05-21perf: Remove more code from the fastpathPeter Zijlstra1-2/+0
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra1-1/+1
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra1-0/+3
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra1-1/+1
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra3-11/+15
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2-16/+10
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar45-399/+607
2010-05-18perf: Optimize perf_output_*() by avoiding local_xchg()Peter Zijlstra1-0/+1
2010-05-18perf: Optimize the hotpath by converting the perf output buffer to local_tPeter Zijlstra1-8/+7
2010-05-18perf: Optimize the perf_output() path by removing IRQ-disablesPeter Zijlstra1-3/+2
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra3-5/+8
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-31/+74
2010-05-18Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+30
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-77/+116
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-117/+166
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-95/+128
2010-05-18Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-57/+59
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-22/+81
2010-05-18Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+12
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt12-94/+142
2010-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-23/+14
2010-05-17m68k: amiga - Zorro host bridge platform device conversionGeert Uytterhoeven1-9/+0
2010-05-17m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2-12/+10
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven1-2/+4
2010-05-17atomic_t: Remove volatile from atomic_t definitionAnton Blanchard1-2/+2
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-1/+1
2010-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-22/+22
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-4/+19
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-18/+3
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+14
2010-05-15tracing: Comment the use of event_mutex with trace event flagsSteven Rostedt1-1/+8
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt1-2/+19
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt2-9/+8
2010-05-14tracing: Move print functions into event classSteven Rostedt3-41/+24
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt4-14/+32
2010-05-14tracing: Move raw_init from events to classSteven Rostedt3-8/+5
2010-05-14tracing: Move fields from event to class structureSteven Rostedt4-15/+19
2010-05-14tracing: Remove per event trace registeringSteven Rostedt3-124/+57
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2-30/+79
2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers1-1/+6
2010-05-14tracing: Create class struct for eventsSteven Rostedt3-28/+28
2010-05-14Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt23-133/+211
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar23-49/+67
2010-05-12revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-05-12dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori1-2/+2
2010-05-12rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-1/+0
2010-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4