aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar
2009-12-13ksym_tracer: Fix bad castLi Zefan
2009-12-13tracing/power: Remove two exportsLi Zefan
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan
2009-12-13tracing: Simplify trace_option_write()Li Zefan
2009-12-13tracing: Remove useless trace optionLi Zefan
2009-12-13tracing: Use seq file for trace_clockLi Zefan
2009-12-13tracing: Use seq file for trace_optionsLi Zefan
2009-12-13function-graph: Allow writing the same val to set_graph_functionLi Zefan
2009-12-13ftrace: Call trace_parser_clear() properlyLi Zefan
2009-12-13ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan
2009-12-13sched: Use pr_fmt() and pr_<level>()Joe Perches
2009-12-13sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg
2009-12-12kbuild: move bounds.h to include/generatedSam Ravnborg
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2009-12-11tty: Move the leader test in disassociateAlan Cox
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt
2009-12-11kgdb: Always process the whole breakpoint list on activate or deactivateJason Wessel
2009-12-11kgdb: continue and warn on signal passing from gdbJason Wessel
2009-12-11kgdb: allow for cpu switch when single steppingJason Wessel
2009-12-11kgdb: Read buffer overflowJason Wessel
2009-12-11clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner
2009-12-10sys: Fix missing rcu protection for __task_cred() accessThomas Gleixner
2009-12-10signals: Fix more rcu assumptionsThomas Gleixner
2009-12-10signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner
2009-12-10sched: Remove forced2_migrations statsIngo Molnar
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2009-12-10perf_event: Fix variable initialization in other codepathsXiao Guangrong