summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten1-4/+4
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong1-2/+1
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-2/+13
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds11-231/+84
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-205/+256
2009-12-12Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-45/+81
2009-12-12Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+20
2009-12-12Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-57/+242
2009-12-12Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-108/+159
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2009-12-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-16/+40
2009-12-12tty: 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-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-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
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner2-41/+61
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith1-1/+1
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony1-1/+2
2009-12-10Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar4-57/+242
2009-12-10perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong1-0/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde1-6/+12
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa1-34/+131
2009-12-09tracing: Add full state to trace_seqJohannes Berg1-11/+50
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2-6/+43
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt1-1/+1
2009-12-09Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-19/+15
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker1-2/+2
2009-12-09sched: Update normalized values on user updates via procChristian Ehrhardt3-8/+29
2009-12-09sched: Make tunable scaling style configurableChristian Ehrhardt4-1/+51
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt2-13/+32
2009-12-09sched: Fix task priority bugPeter Zijlstra1-6/+0
2009-12-09sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra1-2/+6
2009-12-09sched: Remove unnecessary RCU exclusionPeter Zijlstra1-7/+2
2009-12-09sched: Discard some old bitsPeter Zijlstra4-19/+7
2009-12-09sched: Clean up check_preempt_wakeup()Peter Zijlstra1-40/+33
2009-12-09sched: Move update_curr() in check_preempt_wakeup() to avoid redundant callJupyung Lee1-2/+2
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra2-42/+33
2009-12-09sched: Clean up ttwu() rq lockingPeter Zijlstra1-8/+5
2009-12-09sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra1-12/+1
2009-12-09sched: Consolidate select_task_rq() callersPeter Zijlstra1-3/+11