summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-09sched: Remove sysctl.sched_featuresPeter Zijlstra1-8/+0
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner4-8/+8
2009-12-09sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner1-0/+4
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra3-27/+39
2009-12-06cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven1-1/+1
2009-12-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-177/+330
2009-12-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds22-575/+3574
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-208/+589
2009-12-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+15
2009-12-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+28
2009-12-05Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2009-12-05Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+33
2009-12-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-362/+1040
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+7
2009-12-05Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-160/+358
2009-12-05Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+48
2009-12-03mutex: Fix missing conditions to build mutex_spin_on_owner()Frederic Weisbecker1-1/+1
2009-12-03mutex: Better control mutex adaptive spinning configFrederic Weisbecker2-2/+5
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney5-27/+260
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2-3/+18
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney3-36/+45
2009-12-03Merge branch 'master' into nextJames Morris51-720/+1879
2009-12-03modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto4-21/+64
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto2-10/+8
2009-12-02sched: Fix isolcpus boot optionRusty Russell1-1/+4
2009-12-02sched: Revert 498657a478c60be092208422fefa9c7b248729c2Tejun Heo1-1/+1
2009-12-02perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg1-1/+2
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan1-16/+0
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-16/+8
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+12
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-13/+9
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-20/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-25/+11
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-8/+0
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells4-12/+18
2009-12-01SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells1-17/+29