aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-08-23sched: skip updating rq's next_balance under null SDSuresh Siddha
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha
2007-08-23sched: fix sysctl directory permissionsEric W. Biederman
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar
2007-08-22signalfd: fix interaction with posix-timersOleg Nesterov
2007-08-22posix-timers: fix creation raceOleg Nesterov
2007-08-22posix-timers: fix deletion raceThomas Gleixner
2007-08-22free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton
2007-08-22futex_unlock_pi() hurts my brain and may cause application deadlockjohn stultz
2007-08-22kernel/auditsc.c: fix an off-by-oneAdrian Bunk
2007-08-22Fix Off-by-one in /sys/module/*/refcntAlexey Dobriyan
2007-08-21fix - ensure we don't use bootconsoles after init has been releasedRobin Getz
2007-08-20ensure we don't use bootconsoles after init has been releasedRobin Getz
2007-08-19Remove double inclusion of linux/capability.hChristian Heim
2007-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-08-12genirq: suppress resend of level interruptsThomas Gleixner
2007-08-12genirq: cleanup mismerge artifactThomas Gleixner
2007-08-12sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov
2007-08-12sched: fix sleeper bonusIngo Molnar
2007-08-12sched: make global code staticAdrian Bunk
2007-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-08-11fix compilation with gcc 4.2Peter Chubb
2007-08-11timer: remove clockevents_unregister_notifierMiao Xie
2007-08-11Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki
2007-08-11Fix missing numa_zonelist_order sysctlLee Schermerhorn
2007-08-10sched debug: dont print kernel address in /proc/sched_debugIngo Molnar
2007-08-10sched: fix typo in the FAIR_GROUP_SCHED branchIngo Molnar
2007-08-10sched: improve rq-clock overflow logicIngo Molnar
2007-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-08-09Revert "genirq: temporary fix for level-triggered IRQ resend"Linus Torvalds
2007-08-09sched: refine negative nice level granularityIngo Molnar
2007-08-09sched: fix update_stats_enqueue() reniced codepathIngo Molnar
2007-08-09sched: round a bit betterIngo Molnar
2007-08-09sched: make the multiplication table more accurateIngo Molnar
2007-08-09sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar
2007-08-09sched: optimize activate_task()Ingo Molnar
2007-08-09sched: clean up set_curr_task_fair()Ingo Molnar
2007-08-09sched: remove __update_rq_clock() call from entity_tick()Ingo Molnar
2007-08-09sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar
2007-08-09sched debug: remove the 'u64 now' parameter from print_task()/_rq()Ingo Molnar
2007-08-09sched: remove the 'u64 now' local variablesIngo Molnar
2007-08-09sched: remove the 'u64 now' parameter from deactivate_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from dequeue_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from enqueue_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from dec_nr_running()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from inc_nr_running()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from dec_load()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from inc_load()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from update_curr_load()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar