summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner5-103/+106
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner1-3/+3
2009-12-14locking: Cleanup the name space completelyThomas Gleixner1-96/+96
2009-12-14locking: Further name space cleanupsThomas Gleixner2-7/+7
2009-12-14locking: Implement new raw_spinlockThomas Gleixner3-23/+25
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner9-51/+51
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner6-10/+10
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner6-18/+18
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner1-123/+123
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds11-231/+84
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-0/+18
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar25-417/+716
2009-12-13ksym_tracer: Fix bad castLi Zefan1-3/+4
2009-12-13tracing/power: Remove two exportsLi Zefan1-2/+0
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan2-4/+3
2009-12-13tracing: Simplify trace_option_write()Li Zefan1-54/+31
2009-12-13tracing: Remove useless trace optionLi Zefan2-13/+11
2009-12-13tracing: Use seq file for trace_clockLi Zefan1-9/+15
2009-12-13tracing: Use seq file for trace_optionsLi Zefan1-43/+17
2009-12-13function-graph: Allow writing the same val to set_graph_functionLi Zefan1-3/+2
2009-12-13ftrace: Call trace_parser_clear() properlyLi Zefan1-2/+1
2009-12-13ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan1-6/+16
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2-13/+17
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan4-23/+4
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+14
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-205/+256
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg2-2/+2
2009-12-12kbuild: move bounds.h to include/generatedSam Ravnborg1-1/+1
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-45/+81
2009-12-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+20
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-57/+242
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-108/+159
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-16/+40
2009-12-11tty: Move the leader test in disassociateAlan Cox1-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-12/+14
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt1-0/+2
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt1-0/+16
2009-12-11kgdb: Always process the whole breakpoint list on activate or deactivateJason Wessel1-8/+15
2009-12-11kgdb: continue and warn on signal passing from gdbJason Wessel1-2/+4
2009-12-11kgdb: allow for cpu switch when single steppingJason Wessel1-5/+15
2009-12-11kgdb: Read buffer overflowJason Wessel1-1/+6
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt1-4/+4
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt1-16/+9
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner1-28/+21
2009-12-10sched: Remove forced2_migrations statsIngo Molnar2-8/+0
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+128
2009-12-10perf_event: Fix variable initialization in other codepathsXiao Guangrong1-0/+1
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody1-2/+6
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens1-4/+20