aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-11-26tracing: Restore original format of sched eventsLi Zefan
2009-11-26tracing: Convert some ext4 events to DEFINE_TRACELi Zefan
2009-11-26tracing: Convert some jbd2 events to DEFINE_EVENTLi Zefan
2009-11-26tracing: Convert some block events to DEFINE_EVENTLi Zefan
2009-11-26tracing: Convert some power events to DEFINE_EVENTLi Zefan
2009-11-26tracing: Convert some workqueue events to DEFINE_EVENTLi Zefan
2009-11-26tracing: Convert softirq events to DEFINE_EVENTLi Zefan
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan
2009-11-26tracing: Convert module refcnt events to DEFINE_EVENTLi Zefan
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar
2009-11-25tracing: Separate raw syscall from syscall tracerLai Jiangshan
2009-11-24tracing: Convert some sched trace events to DEFINE_EVENT and _PRINTSteven Rostedt
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt
2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner
2009-11-24locking: Remove unused prototypeThomas Gleixner
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn
2009-11-24hw-breakpoints: Fix misordered ifdefFrederic Weisbecker
2009-11-23hw-breakpoints: Include only linux/perf_event.h from kernel part of bp headersFrederic Weisbecker
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney
2009-11-22hw-breakpoints: Separate the kernel part from breakpoint headersFrederic Weisbecker
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker
2009-11-21perf: Fix event scaling for inherited countersPeter Zijlstra
2009-11-21perf: Allow for custom overflow handlersPeter Zijlstra
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar
2009-11-20i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells
2009-11-19vt: Fix use of "new" in a struct fieldAlan Cox
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells
2009-11-19SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells
2009-11-19SLOW_WORK: Add delayed_slow_work supportJens Axboe
2009-11-19SLOW_WORK: Add support for cancellation of slow workJens Axboe
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells
2009-11-19tracing: Remove the stale include/trace/power.hJosh Stone
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-18generic-ipi: Add smp_call_function_any()Rusty Russell
2009-11-17fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra
2009-11-17mm: allow memory hotplug and hibernation in the same kernelAndi Kleen
2009-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2009-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar