summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ftrace: stacktrace fixIngo Molnar2008-05-231-0/+8
* Port ftrace to markersMathieu Desnoyers2008-05-231-32/+0Star
* Markers - define non optimized markerMathieu Desnoyers2008-05-231-5/+24
* Markers - remove extra format argumentMathieu Desnoyers2008-05-231-6/+5Star
* ftrace: limit trace entriesSteven Rostedt2008-05-231-0/+2
* x86: add a list for custom page fault handlers.Pekka Paalanen2008-05-231-0/+9
* ftrace: sched specialIngo Molnar2008-05-231-0/+6
* ftrace: fix __trace_special()Ingo Molnar2008-05-231-8/+12
* ftrace: fix wakeupsIngo Molnar2008-05-231-0/+2
* ftrace: sched tracer, trace full rbtreeIngo Molnar2008-05-231-9/+23
* ftrace: sched tracer fixIngo Molnar2008-05-231-6/+0Star
* ftrace: add stack tracingIngo Molnar2008-05-231-0/+2
* ftrace: build fixIngo Molnar2008-05-231-5/+5
* ftrace: disable tracing on failureSteven Rostedt2008-05-231-0/+3
* ftrace - fix dynamic ftrace memory leakSteven Rostedt2008-05-231-3/+4
* ftrace: startup tester on dynamic tracing.Steven Rostedt2008-05-231-0/+2
* ftrace: cleanupsIngo Molnar2008-05-231-1/+1
* ftrace: force recordingSteven Rostedt2008-05-231-0/+4
* ftrace: fix kexecIngo Molnar2008-05-231-0/+7
* ftrace: add filter select functions to traceSteven Rostedt2008-05-231-1/+3
* ftrace: use dynamic patching for updating mcount callsSteven Rostedt2008-05-231-1/+6
* ftrace: move memory management out of arch codeSteven Rostedt2008-05-231-7/+11
* ftrace: use nops instead of jmpSteven Rostedt2008-05-231-0/+2
* ftrace: add ftrace_enabled sysctl to disable mcount functionSteven Rostedt2008-05-231-0/+6
* ftrace: dynamic enabling/disabling of function callsSteven Rostedt2008-05-231-0/+18
* ftrace: trace preempt off critical timingsSteven Rostedt2008-05-233-2/+11
* ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-233-24/+20Star
* ftrace: tracer for scheduler wakeup latencySteven Rostedt2008-05-231-4/+19
* ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-231-0/+38
* x86: add notrace annotations to vsyscall.Steven Rostedt2008-05-231-1/+2
* tracing: add notrace to linkage.hIngo Molnar2008-05-231-0/+2
* ftrace: add preempt_enable/disable notrace macrosSteven Rostedt2008-05-231-0/+32
* ftrace: make the task state char-string visible to allSteven Rostedt2008-05-231-0/+2
* sched: add latency tracer callbacks to the schedulerIngo Molnar2008-05-231-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-225-5/+5
|\
| * tcp: Make prior_ssthresh a u32Ilpo Järvinen2008-05-221-1/+1
| * netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy2008-05-214-4/+4
* | Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-05-211-5/+7
|\ \
| * | svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-191-2/+2
| * | svcrdma: Move destroy to kernel threadTom Tucker2008-05-191-0/+1
| * | svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-191-2/+3
| * | svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-191-0/+1
| * | svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-191-1/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-216-17/+39
|\ \ \ | | |/ | |/|
| * | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-201-2/+4
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-201-2/+23
| |\ \
| | * | mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn2008-05-161-2/+23
| * | | ndisc: Add missing strategies for per-device retrans timer/reachable time set...YOSHIFUJI Hideaki2008-05-201-0/+4
| * | | ipv6: Move <linux/in6.h> from header-y to unifdef-y.Robert P. J. Day2008-05-191-1/+1
| |/ /
| * | atm: Cleanup atm_tcp.h and atm.h for userspace.Mike Frysinger2008-05-152-12/+7Star