aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-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-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
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony
2009-12-10Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2009-12-10perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa
2009-12-09tracing: Add full state to trace_seqJohannes Berg
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt
2009-12-09Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt
2009-12-09sched: Fix task priority bugPeter Zijlstra
2009-12-09sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra
2009-12-09sched: Remove unnecessary RCU exclusionPeter Zijlstra
2009-12-09sched: Discard some old bitsPeter Zijlstra
2009-12-09sched: Clean up check_preempt_wakeup()Peter Zijlstra
2009-12-09sched: Move update_curr() in check_preempt_wakeup() to avoid redundant callJupyung Lee
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra
2009-12-09sched: Clean up ttwu() rq lockingPeter Zijlstra
2009-12-09sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra
2009-12-09sched: Consolidate select_task_rq() callersPeter Zijlstra
2009-12-09sched: Remove sysctl.sched_featuresPeter Zijlstra
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2009-12-09sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner
2009-12-09perf_event: Cleanup for cpu_clock_perf_event_update()Xiao Guangrong
2009-12-09perf_event: Allocate children's perf_event_ctxp at the right timeXiao Guangrong
2009-12-09perf_event: Clean up __perf_event_init_context()Xiao Guangrong