summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-08-09sched: fix bug in balance_tasks()Peter Williams4-53/+26
2007-08-09sched: remove binary sysctls from kernel.sched_domainAlexey Dobriyan1-17/+21
2007-08-09sched: delta_exec accounting fixIngo Molnar1-3/+3
2007-08-09sched: clean up delta_mineIngo Molnar1-2/+1
2007-08-09sched: schedule() speedupIngo Molnar1-10/+9
2007-08-09sched: uninline rq_clock()Ingo Molnar1-1/+1
2007-08-09sched: mark print_cfs_stats staticJosh Triplett1-1/+1
2007-08-09sched: clean up sched_getaffinity()Ulrich Drepper1-3/+1
2007-08-09sched: simplify move_tasks()Peter Williams4-47/+56
2007-08-09sched: reorder update_cpu_load(rq) with the ->task_tick() callIngo Molnar1-1/+1
2007-08-09sched: batch sleeper bonusIngo Molnar1-1/+1
2007-08-08fix oops in __audit_signal_info()Al Viro1-11/+11
2007-08-07take sched_debug.c out of nasal demon territoryAl Viro1-6/+6
2007-08-04Kill some obsolete sub-thread-ptrace stuffOleg Nesterov2-10/+2
2007-08-04serial: fix 8250 early console setupDaniel Ritz1-1/+1
2007-08-02[PATCH] sched: reduce debug codeIngo Molnar4-20/+38
2007-08-02[PATCH] sched: use schedstat_set() APIIngo Molnar1-11/+2
2007-08-02[PATCH] sched: add schedstat_set() APIIngo Molnar1-0/+2
2007-08-02[PATCH] sched: move load-calculation functionsIngo Molnar1-66/+66
2007-08-02[PATCH] sched: ->task_new cleanupIngo Molnar3-16/+9
2007-08-02[PATCH] sched: uninline inc/dec_nr_running()Ingo Molnar1-2/+2
2007-08-02[PATCH] sched: uninline calc_delta_mine()Ingo Molnar1-1/+1
2007-08-02[PATCH] sched: calc_delta_mine(): use fixed limitIngo Molnar1-1/+1
2007-08-02[PATCH] sched: tidy up left over smpnice codePeter Williams1-15/+1
2007-08-02[PATCH] sched: remove cache_hot_timeIngo Molnar1-2/+0
2007-08-02genirq: temporary fix for level-triggered IRQ resendThomas Gleixner1-0/+9
2007-08-01Fix a use after free bug in kernel->userspace relay file supportJesper Juhl1-1/+2
2007-08-01kthread: silence bogus section mismatch warningSatyam Sharma1-10/+2
2007-08-01futex: pass nr_wake2 to futex_wake_opAndreas Schwab1-1/+3
2007-08-01Fix leak on /proc/lockdep_statsAlexey Dobriyan1-1/+1
2007-08-01Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan3-3/+3
2007-08-01sched: fix kernel-doc warningsRandy Dunlap1-2/+4
2007-07-31modules: better error messages when modules fail to load due to a sysfs problem.Greg Kroah-Hartman1-1/+6
2007-07-30ACPI: restore CONFIG_ACPI_SLEEPLen Brown1-1/+1
2007-07-30Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki4-19/+61
2007-07-30Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki5-7/+7
2007-07-29audit: fix two bugs in the new execve audit codePeter Zijlstra1-2/+4
2007-07-29rip some includes from linux/interrupt.hAl Viro1-0/+1
2007-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-9/+200
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of...Rafael J. Wysocki2-0/+4
2007-07-26kernel-doc fix for kmod.cRandy Dunlap1-4/+4
2007-07-26[PATCH] sched: debug feature - make the sched-domains tree runtime-tweakableNick Piggin1-0/+122
2007-07-26[PATCH] sched: mark sysrq_sched_debug_show() staticJosh Triplett1-1/+1
2007-07-26[PATCH] sched: make cpu_clock() not use the rq clockIngo Molnar1-4/+3
2007-07-26[PATCH] sched: remove unused rq->load_balance_classSatoru Takeuchi1-2/+0
2007-07-26[PATCH] sched: arch preempt notifier mechanismAvi Kivity2-2/+74
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2007-07-25Cache xtime every call to update_wall_timejohn stultz2-7/+23
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz5-19/+19
2007-07-25ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown1-1/+1