1. 26 Feb, 2003 20 commits
  2. 24 Feb, 2003 20 commits
    • Joel Buckley's avatar
      Sun StorEdge[tm] array SparseLUN support · 5121f523
      Joel Buckley authored
      Hello, I work on the Sun StorEdge[tm] arrays for Sun Microsystems, Inc.
      As part of my testing of Linux, the attached changes are needed to enable
      Sparse LUN support for Sun StorEdge[tm] arrays.
      5121f523
    • Christoph Hellwig's avatar
      [PATCH] Add PC-9800 bios parameter support in SCSI · d370ce20
      Christoph Hellwig authored
      James' scsi tree already contains an big update to wd33c93 that will make
      integrating pc980155 a lot easier - it will hopefully appear in 2.5.63.
      
      I've done some more work on the bios parameter stuff, this is the patch
      I came up with, James can you merge it into the linux-scsi tree?  It just
      adds a new file for pc98-style bios geometry to the scsi core.
      d370ce20
    • James Bottomley's avatar
      clean up wd33c93 data direction code · 5b876a95
      James Bottomley authored
      Data direction is now provided by the SCSI mid-layer
      5b876a95
    • Linus Torvalds's avatar
      Linux 2.5.63 · 9f58fa60
      Linus Torvalds authored
      9f58fa60
    • Randy Dunlap's avatar
      [PATCH] convert /proc/io{mem,ports} to seq_file · 1f785940
      Randy Dunlap authored
      This converts /proc/io{mem,ports} to the seq_file interface
      (single_open).
      1f785940
    • Faik Uygur's avatar
      [PATCH] /proc/ide/triflex returns incomplete data · b096c3f5
      Faik Uygur authored
      This patch fixes the incomplete data return problem of /proc/ide/triflex.
      When the number of consecutive read bytes are smaller than the total
      data in triflex_get_info(), the second read() returns 0.
      b096c3f5
    • Martin Schwidefsky's avatar
      [PATCH] s390: 31 bit compatability layer. · e7070c0f
      Martin Schwidefsky authored
      Fixes for the 31 bit compatability layer:
       * add compat function for jiffies_to_timeval
       * convert parameters of clone system call
       * incorporate changes from setup_arg_pages to setup_arg_pages32
       * incorporate changes from do_execve to do_execve32
       * take care of nanosecond field in struct timespec
       * remove functions of old module system calls
       * add TIF_31BIT thread flag and replace S390_FLAG_31BIT with it
       * add arch_get_unmapped_area
       * add wrapper for sys_set_tid_address
      e7070c0f
    • Martin Schwidefsky's avatar
      [PATCH] s390: kernel module loader. · 9a180727
      Martin Schwidefsky authored
      Add missing/fix existing s390 relocations in the kernel module loader.
      9a180727
    • Martin Schwidefsky's avatar
      [PATCH] s390: trivial bug fixes. · eebba6ad
      Martin Schwidefsky authored
      trivial s390 fixes/typos.
      eebba6ad
    • Martin Schwidefsky's avatar
      [PATCH] s390: bogus zfcp header, small scsi change. · c1bbdef4
      Martin Schwidefsky authored
      updates for s390 scsi support
      
      - remove bogus header file
      - add a definition for free_dma() to make scsi.c work
      c1bbdef4
    • Martin Schwidefsky's avatar
      [PATCH] s390: configuration. · 2f80c90e
      Martin Schwidefsky authored
      updates for unified netdev config
      
      - remove duplicate questions from drivers/s390/Kconfig
      - some trivial fixes to make the s390 specific options work
      - new default configurations
      2f80c90e
    • Martin Schwidefsky's avatar
      [PATCH] s390: iucv network driver. · fa2bb18e
      Martin Schwidefsky authored
      clean up the IUCV driver
      fa2bb18e
    • Martin Schwidefsky's avatar
      [PATCH] s390: gcc 3.3 adaptions. · b83cd715
      Martin Schwidefsky authored
      updates for compiling with gcc-3.3pre
      
      - add -finline-limit=10000 to make it build
      - drop .eh_frame elf section from vmlinux
      - fix common warnings inn asm headers
      - make dasd compile
      - Don't warn about signed/unsigned comparisions
      - fix inline syscall macros
      b83cd715
    • Martin Schwidefsky's avatar
      [PATCH] s390: unified extable code. · d70aa010
      Martin Schwidefsky authored
      update extable support in s390 and s390x
      
      this makes use of the unified extable code.
      for 31 bit s390, this is slightly more complicated
      than the other architectures, but as long as
      no one outside /arch uses search_exception_tables,
      everything should work nicely
      d70aa010
    • Martin Schwidefsky's avatar
      [PATCH] s390: documentation. · 99743175
      Martin Schwidefsky authored
      minor changes to s390 documentation
      99743175
    • Martin Schwidefsky's avatar
      [PATCH] s390: dasd block device driver. · ccac4750
      Martin Schwidefsky authored
      updates for s390 dasd driver
      
      Some problems have been found in the dasd error handling code, they
      are fixed by the update to dasd_3990_erp.c.
      
      Dasd is one of only two remaining drivers that use the null
      elevator instead of iosched. Appearantly, the null elevator
      has some bitrot and can result in random data loss. For now,
      we just don't use it.
      ccac4750
    • Martin Schwidefsky's avatar
      [PATCH] s390: ctc network driver. · 65bdce08
      Martin Schwidefsky authored
      Bug fixes for the CTC driver
      
      also removes the bogus intparm_t typedef
      65bdce08
    • Martin Schwidefsky's avatar
      [PATCH] s390: common i/o layer. · 01613ea0
      Martin Schwidefsky authored
      updates for the channel subsystem and qdio driver
      
      This adds the missing support for chp machine checks, i.e.
      enabling or disabling a set of devices from the service element.
      Some minor bugs in the driver are fixed as well.
      01613ea0
    • Martin Schwidefsky's avatar
      [PATCH] s390: base fixes. · cbc67add
      Martin Schwidefsky authored
      s390 arch changes/bug fixes:
       * add sys_fadvise64 system call
       * add initialization of init_sighand
       * add support for clone option CLONE_SETTLS
       * make use of ptrace_notify
       * sig -> sighand rename
       * move ptrace_signal_deliver to the correct place
       * make eieio a memory barrier
       * fix race condition on cpu_vm_mask in __flush_tlb_mm
       * add missing KM_SOFTIRQ0, KM_SOFTIRQ1 in asm-s390x/kmap_types.h
       * add inline assmelby for _raw_write_trylock
      cbc67add
    • Linus Torvalds's avatar
      Merge bk://cifs.bkbits.net/linux-2.5cifs · a871d09c
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      a871d09c