1. 03 Feb, 2006 1 commit
  2. 01 Feb, 2006 3 commits
  3. 14 Jan, 2006 2 commits
  4. 13 Jan, 2006 2 commits
  5. 06 Jan, 2006 11 commits
  6. 04 Jan, 2006 1 commit
  7. 09 Nov, 2005 1 commit
  8. 07 Nov, 2005 3 commits
  9. 30 Oct, 2005 2 commits
    • Tim Schmielau's avatar
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau authored
      
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: default avatarTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      4e57b681
    • Bastian Blank's avatar
      [PATCH] s390, ccw - export modalias · f1fc78a8
      Bastian Blank authored
      
      This patch exports modalias for ccw devices.
      
      So you can do:
       	modprobe `echo /sys/device/path_to_device/modalias`
      and the proper driver will automatically be loaded by userspace.
      Signed-off-by: default avatarBastian Blank <waldi@debian.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      f1fc78a8
  10. 11 Oct, 2005 1 commit
  11. 22 Sep, 2005 1 commit
  12. 17 Sep, 2005 1 commit
  13. 05 Sep, 2005 1 commit
  14. 26 Aug, 2005 1 commit
  15. 23 Aug, 2005 1 commit
  16. 29 Jul, 2005 1 commit
  17. 27 Jul, 2005 3 commits
  18. 25 Jun, 2005 2 commits
    • Michael Holzheu's avatar
      [PATCH] s390: debug feature changes · 66a464db
      Michael Holzheu authored
      
      This patch changes the memory allocation method for the s390 debug feature.
      Trace buffers had been allocated using the get_free_pages() function before.
      Therefore it was not possible to get big memory areas in a running system due
      to memory fragmentation.  Now the trace buffers are subdivided into several
      subbuffers with pagesize.  Therefore it is now possible to allocate more
      memory for the trace buffers and more trace records can be written.
      
      In addition to that, dynamic specification of the size of the trace buffers is
      implemented.  It is now possible to change the size of a trace buffer using a
      new debugfs file instance.  When writing a number into this file, the trace
      buffer size is changed to 'number * pagesize'.
      
      In the past all the traces could be obtained from userspace by accessing files
      in the "proc" filesystem.  Now with debugfs we have a new filesystem which
      should be used for debugging purposes.  This patch moves the debug feature
      from procfs to debugfs.
      
      Since the interface of debug_register() changed, all device drivers, which use
      the debug feature had to be adjusted.
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      66a464db
    • Cornelia Huck's avatar
      [PATCH] s/390: Use klist in cio · b0744bd2
      Cornelia Huck authored
      
      Convert the common I/O layer to use the klist interfaces.
      
      This patch has been adapted from the previous version to the changed interface
      semantics.  Also, gcc 4.0 compile warnings have been removed.
      Signed-off-by: default avatarCornelia Huck <cohuck@de.ibm.com>
      Cc: Greg KH <greg@kroah.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      b0744bd2
  19. 21 Jun, 2005 1 commit
  20. 20 Jun, 2005 1 commit