1. 07 Mar, 2003 4 commits
    • Stephen Hemminger's avatar
      [PATCH] Turn off aio printk meant for debugging (2.5.64) · 3ec83948
      Stephen Hemminger authored
      The following messages are of interest only when debugging aio.
      Otherwise, they are just console clutter.
      3ec83948
    • Matthew Wilcox's avatar
      [PATCH] fs/locks.c: fix bugs · 9df53b3b
      Matthew Wilcox authored
      - Remove broken lock accounting
      - Introduce __locks_delete_block()
      - Stop using kdevname()
      - Fix locks_remove_posix()
      9df53b3b
    • Ingo Molnar's avatar
      [PATCH] more "interactivity changes", sched-B2 · 74c72d80
      Ingo Molnar authored
       - fix a (now-) bug in kernel/softirq.c, it did a wakeup outside any
         atomic regions, which falsely identified random processes as a
         non-atomic wakeup, and which causes random priority boost to be
         distributed.
      
       - reset the initial idle thread's priority back to PRIO_MAX after doing
         the wakeup_forked_process() - correct preemption relies on this.
      
       - update current->prio immediately after a backboost.
      
       - clean up effective_prio() & sleep_avg calculations so that there are
         fewer RT-task special cases.  This has the advantage of the sleep_avg
         being maintained even for RT tasks - this could be advantegous for
         tasks that briefly enter/exit RT mode.
      74c72d80
    • Oleg Drokin's avatar
      [PATCH] memleak in drivers/char/vt.c · 5667cc2b
      Oleg Drokin authored
      Seems there is a memleak on error exit path in drivers/char/vt.c, here's
      the patch.  Found with help of smatch + enhanced unfree script.
      5667cc2b
  2. 06 Mar, 2003 36 commits