1. 02 Apr, 2009 1 commit
  2. 23 Mar, 2009 1 commit
  3. 18 Mar, 2009 1 commit
  4. 16 Mar, 2009 1 commit
  5. 12 Mar, 2009 2 commits
  6. 10 Mar, 2009 1 commit
  7. 09 Mar, 2009 1 commit
  8. 04 Mar, 2009 2 commits
  9. 26 Feb, 2009 2 commits
  10. 25 Feb, 2009 1 commit
    • David Fries's avatar
      ide: ide.c 'clear' fix, update "ide=nodma" documentation · 0af80c04
      David Fries authored
      
      Documentation/kernel-parameters.txt
      - ide=nodma is no longer valid.
      
      drivers/ide/Kconfig
      - The module is ide-core.ko not ide.
      
      drivers/ide/ide.c
      - It took me a while to figure out what the arguments %d.%d:%d to nodma
        module parameter ment, so I added a comment to each.
      - Added a comment to each of the sscanf lines.
      - There is a bug, if j is 0 it would previously clear all the other bits
        except the current device, changed in three different places.
        mask &= (1 << i) should be mask &= ~(1 << i).
      Signed-off-by: default avatarDavid Fries <david@fries.net>
      [bart: s/disk/device/ in ide.c, beautify patch description]
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      0af80c04
  11. 24 Feb, 2009 1 commit
  12. 23 Feb, 2009 1 commit
  13. 22 Feb, 2009 4 commits
  14. 21 Feb, 2009 1 commit
  15. 20 Feb, 2009 1 commit
  16. 18 Feb, 2009 3 commits
  17. 15 Feb, 2009 1 commit
    • Pekka Paalanen's avatar
      doc: mmiotrace.txt, buffer size control change · f9aa28ad
      Pekka Paalanen authored
      
      Impact: prevents confusing the user when buffer size is inadequate
      
      The tracing framework offers a resizeable buffer, which mmiotrace uses
      to record events. If the buffer is full, the following events will be
      lost. Events should not be lost, so the documentation instructs the user
      to increase the buffer size. The buffer size is set via a debugfs file.
      
      Mmiotrace documentation was not updated the same time the debugfs file
      was changed. The old file was tracing/trace_entries and first contained
      the number of entries the buffer had space for, per cpu. Nowadays this
      file is replaced with the file tracing/buffer_size_kb, which tells the
      amount of memory reserved for the buffer, per cpu, in kilobytes.
      
      Previously, a flag had to be toggled via the debugfs file
      tracing/tracing_enabled when the buffer size was changed. This is no
      longer necessary.
      
      The mmiotrace documentation is updated to reflect the current state of
      the tracing framework.
      Signed-off-by: default avatarPekka Paalanen <pq@iki.fi>
      Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      f9aa28ad
  18. 13 Feb, 2009 1 commit
  19. 12 Feb, 2009 1 commit
  20. 11 Feb, 2009 1 commit
  21. 05 Feb, 2009 1 commit
  22. 04 Feb, 2009 2 commits
  23. 02 Feb, 2009 1 commit
  24. 30 Jan, 2009 2 commits
  25. 29 Jan, 2009 6 commits