summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt21-116/+214
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 Zijlstra2-10/+12
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra1-6/+3
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar29-268/+453
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 Zijlstra2-4/+6
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 Torvalds1-25/+5
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 Torvalds4-75/+103
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-95/+156
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-46/+99
2010-05-18Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+7
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 Rostedt8-49/+116
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+19
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-4/+19
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 Rostedt1-3/+2
2010-05-14tracing: Move print functions into event classSteven Rostedt2-15/+5
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt2-7/+20
2010-05-14tracing: Move raw_init from events to classSteven Rostedt2-3/+1
2010-05-14tracing: Move fields from event to class structureSteven Rostedt2-8/+11
2010-05-14tracing: Remove per event trace registeringSteven Rostedt2-29/+19
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-23/+72
2010-05-14tracepoints: Add check trace callback typeMathieu Desnoyers1-1/+6
2010-05-14tracing: Create class struct for eventsSteven Rostedt2-3/+9
2010-05-14Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt18-102/+193
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar15-10/+57
2010-05-12revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-05-12rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-1/+0
2010-05-11sched, wait: Use wrapper functionsChangli Gao1-20/+15
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel1-12/+12
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar1-1/+0
2010-05-11rcu head introduce rcu head init on stackMathieu Desnoyers1-0/+8