summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-02trace_workqueue: remove cpu_workqueue_stats->first_entryZhaolei1-4/+0
2009-06-02trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()Zhaolei1-6/+4
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei2-10/+3
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar13-94/+62
2009-05-28trace: disable preemption before taking raw spinlocksHeiko Carstens1-0/+2
2009-05-26kmod: Release sub_info on cred allocation failure.Tetsuo Handa1-1/+3
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt1-0/+25
2009-05-26tracing: add __print_flags for eventsSteven Rostedt1-0/+39
2009-05-26ftrace: clean up of using ftrace_event_enable_disable()Zhaolei1-30/+14
2009-05-26ftrace: Add task_comm support for trace_eventZhaolei2-2/+13
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan3-7/+28
2009-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-26/+4
2009-05-24async: make sure independent async domains can't accidentally entangleJames Bottomley1-8/+12
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki3-26/+4
2009-05-23sparseirq: Allow early irq_desc allocationPaul Mundt1-4/+14
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt2-3/+7
2009-05-20ftrace: fix check for return value of register_module_notifier in event_trace...Ming Lei1-1/+1
2009-05-20futex: fix restart in wait_requeue_piThomas Gleixner1-40/+9
2009-05-20futex: fix restart for early wakeup in futex_wait_requeue_pi()Thomas Gleixner1-10/+3
2009-05-20futex: cleanup error exitThomas Gleixner1-4/+3
2009-05-20Merge branch 'core/urgent' into core/futexesThomas Gleixner97-3210/+13061
2009-05-19futex: setup writeable mapping for futex ops which modify user space dataThomas Gleixner1-11/+13
2009-05-19blktrace: remove debugfs entries on bad pathStefan Raspl1-0/+1
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar1-2/+3
2009-05-18Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git:...Linus Torvalds2-3/+4
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-05-18tracing: fix check for return value of register_module_notifierMing Lei1-1/+1
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar6-41/+37
2009-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+2
2009-05-16Fix caller information for warn_slowpath_nullLinus Torvalds1-15/+20
2009-05-15PM: check sysdev_suspend(PMSG_FREEZE) return valueBjorn Helgaas1-2/+2
2009-05-15tracing: Append prompt in /debug/tracing/README fileGeunSik Lim1-1/+1
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-2/+2
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner2-26/+21
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner4-64/+79
2009-05-15futex: remove the wait queueThomas Gleixner1-33/+25
2009-05-15sysrq, intel_fb: fix sysrq g collisionJason Wessel1-2/+2
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-23/+0
2009-05-14tracing/filters: fix off-by-one bugLi Zefan1-1/+1
2009-05-14tracing/filters: add missing unlock in a failure pathLi Zefan1-4/+6
2009-05-14tracing: stop stack trace on first empty entrySteven Rostedt1-0/+2
2009-05-12lockdep: increase MAX_LOCKDEP_ENTRIES and MAX_LOCKDEP_CHAINSIngo Molnar1-2/+2
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar9-23/+55
2009-05-11ring-buffer: move code around to remove some branchesSteven Rostedt1-10/+10
2009-05-11ring-buffer: use internal time stamp functionSteven Rostedt1-4/+9
2009-05-11ring-buffer: small optimizationsSteven Rostedt1-6/+6
2009-05-11x86: add extension fields for bootloader type and versionH. Peter Anvin1-0/+8
2009-05-11ring-buffer: move calculation of event lengthSteven Rostedt1-5/+9
2009-05-11ring-buffer: remove type parameter from rb_reserve_next_eventSteven Rostedt1-4/+4
2009-05-11ring-buffer: check for divide by zero in ring-buffer-benchmarkSteven Rostedt1-0/+6