aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker1-20/+15
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-20/+16
2009-11-26[SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley1-0/+1
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto1-0/+1
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-3/+0
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-0/+1
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu1-0/+68
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu1-0/+39
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2-25/+66
2009-11-26Merge branch 'sched/urgent' into sched/coreIngo Molnar18-26/+83
2009-11-26tracing: Restore original format of sched eventsLi Zefan1-12/+6
2009-11-26tracing: Convert some ext4 events to DEFINE_TRACELi Zefan1-94/+35
2009-11-26tracing: Convert some jbd2 events to DEFINE_EVENTLi Zefan1-52/+11
2009-11-26tracing: Convert some block events to DEFINE_EVENTLi Zefan1-160/+42
2009-11-26tracing: Convert some power events to DEFINE_EVENTLi Zefan1-21/+15
2009-11-26tracing: Convert some workqueue events to DEFINE_EVENTLi Zefan1-15/+7
2009-11-26tracing: Convert softirq events to DEFINE_EVENTLi Zefan1-25/+21
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan1-90/+40
2009-11-26tracing: Convert module refcnt events to DEFINE_EVENTLi Zefan1-15/+7
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar4-28/+28
2009-11-25tracing: Separate raw syscall from syscall tracerLai Jiangshan1-1/+2
2009-11-24tracing: Convert some sched trace events to DEFINE_EVENT and _PRINTSteven Rostedt1-118/+52
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt3-4/+126
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt3-42/+117
2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner1-2/+2
2009-11-24locking: Remove unused prototypeThomas Gleixner1-2/+0
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn2-6/+0
2009-11-24hw-breakpoints: Fix misordered ifdefFrederic Weisbecker1-1/+2
2009-11-23hw-breakpoints: Include only linux/perf_event.h from kernel part of bp headersFrederic Weisbecker1-2/+2
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra2-12/+13
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney3-13/+14
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney2-5/+0
2009-11-22hw-breakpoints: Separate the kernel part from breakpoint headersFrederic Weisbecker1-0/+2
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker3-18/+18
2009-11-21perf: Fix event scaling for inherited countersPeter Zijlstra1-1/+2
2009-11-21perf: Allow for custom overflow handlersPeter Zijlstra1-0/+6
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2-1/+173
2009-11-20i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells1-1/+1
2009-11-19vt: Fix use of "new" in a struct fieldAlan Cox1-2/+2
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells1-2/+4
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells1-0/+3
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells1-0/+4
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2-0/+28
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells1-0/+1
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-0/+13
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells1-0/+12
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells1-0/+3
2009-11-19SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells1-0/+19
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells1-0/+11
2009-11-19SLOW_WORK: Add delayed_slow_work supportJens Axboe1-0/+29