An error occurred fetching the project authors.
  1. 26 Feb, 2004 1 commit
  2. 31 Jan, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: general update. · 7e928143
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      s390 general update:
      
      - Add archhelp for "make image".
      
      - 32-bit execve fix.
      
      - Export some symbols: sys_ioctl, put_files_struct & ccw_device_work.
      
      - Minor cleanups in arch/s390/mm/init.c & drivers/s390/net/ctctty.c.
      7e928143
  3. 19 Jan, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] s390: new 3270 driver. · f51320a5
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      New 3270 device driver.
      f51320a5
    • Andrew Morton's avatar
      [PATCH] s390: general update · e966ec57
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
       - Add console_unblank in machine_{restart,halt,power_off} to get
         all messages on the screen.
       - Set console_irq to -1 if condev= parameter is present.
       - Fix write_trylock for 64 bit.
       - Fix svc restarting.
       - System call number on 64 bit is an int. Fix compare in entry64.S.
       - Fix tlb flush problem.
       - Use the idte instruction to flush tlbs of a particular mm.
       - Fix ptrace.
       - Add fadvise64_64 system call wrapper.
       - Fix pfault handling.
       - Do not clobber _PAGE_INVALID_NONE pages in pte_wrprotect.
       - Fix siginfo_t size problem (needs to be 128 for s390x, not 136).
       - Avoid direct assignment to tsk->state, use __set_task_state.
       - Always make any pending restarted system call return -EINTR.
       - Add panic_on_oops.
       - Display symbol for psw address in show_trace.
       - Don't discard sections .exit.text, .exit.data and .eh_frame,
         otherwise stabs information for kerntypes will get lost. 
       - Add memory clobber to assembler inline in ip_fast_checksum for gcc 3.3.
       - Fix softirq_pending calls for the current cpu (cpu == smp_processor_id()).
       - Remove BUG_ON in irq_enter. Two irq_enters are possible.
      e966ec57
  4. 06 Oct, 2003 1 commit
  5. 26 Sep, 2003 2 commits
    • Martin Schwidefsky's avatar
      [PATCH] s390: vt220 console. · ef27be58
      Martin Schwidefsky authored
      Add support for vt220 console over sclp.
      ef27be58
    • Martin Schwidefsky's avatar
      [PATCH] s390: Kconfig. · c530119e
      Martin Schwidefsky authored
       - Use common drivers/block/Kconfig instead of own config options, move
         s390 block device config options to drivers/s390/block/Kconfig and
         include it from drivers/block/Kconfig.
       - Fix configuration combination CONFIG_IPV6=m and CONFIG_QETH=y.
       - New default configuration.
      c530119e
  6. 17 Jul, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: arch update · 2eb5ee04
      Martin Schwidefsky authored
       - New default configuration.
       - Fix get_tv32/put_tv32.
       - Replace generic dma-mapping file with empty one.
       - Remove wrong comment from dma.h.
      2eb5ee04
  7. 01 Jul, 2003 2 commits
  8. 27 Jun, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: base fixes · 8b42d462
      Martin Schwidefsky authored
      - Remove unused variables from smp.c.
      - Reserve system call number 110 for sys_lookup_dcache.
      - Fix show_trace.
      - Remove superfluous asm include file.
      - Add statfs64 structure.
      8b42d462
  9. 26 May, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: arch fixes. · d5cb012f
      Martin Schwidefsky authored
      Base s390 bug fixes:
       - arch: Do create_proc_entry for debug feature outside spin locked code.
       - arch: Fix system call tracing for 64 bit kernels.
       - arch: Export empty_zero_page for use in binfmt_elf32 module.
       - arch: Fix call trace output and remove dead remote-debug code.
       - arch: Correct OUTPUT_ARCH for 64 bit compiles.
       - arch: Fix in_atomic.
       - arch: Fix broken _PAGE_INVALID_xxx definitions.
       - arch: Add __kernel_old_dev_t for 64 bit.
       - arch: adapt to new do_fork interface.
       - arch: set CR5 to get program checks for space switching instructions.
       - cio: Fix /proc output of blacklist ranges.
       - cio: Restructure chsc to avoid GFP_KERNEL allocation while holding a lock.
       - cio: Fix wait_cons_dev.
       - qdio: use GFP_ATOMIC for memory allocations in interrupt.
      d5cb012f
  10. 14 Apr, 2003 2 commits
    • Martin Schwidefsky's avatar
      [PATCH] s390/s390x unification (1/7) · a922abe4
      Martin Schwidefsky authored
      Merge s390x and s390 to one architecture.
      a922abe4
    • Martin Schwidefsky's avatar
      [PATCH] s390: base s390 fixes. · 2e1e5016
      Martin Schwidefsky authored
      s390 fixes:
       - Initialize timing related variables first and then enable the timer interrupt.
       - Normalize nano seconds to micro seconds in do_gettimeofday.
       - Add types for __kernel_timer_t and __kernel_clockid_t.
       - Fix ugly bug in switch_to: set prev to the return value of resume, otherwise
         prev still contains the previous process at the time resume was called and
         not the previous process at the time resume returned. They differ...
       - Add missing include to get the kernel compiled.
       - Get a closer match with the i386 termios.h file.
       - Cope with INITIAL_JIFFIES.
       - Define cpu_relax to do a cpu yield on VM and LPAR.
       - Don't reenable interrupts in program check handler.
       - Add pte_file definitions.
       - Fix PT_IEEE_IP special case in ptrace.
       - Use compare and swap to release the lock in _raw_spin_unlock.
       - Introduce invoke_softirq to switch to async. interrupt stack.
      2e1e5016
  11. 24 Feb, 2003 1 commit
    • 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
  12. 15 Dec, 2002 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: Makefiles. · 0e08b4bd
      Martin Schwidefsky authored
      Makefile changes by Sam Ravnborg. Summary of changes:
      o Added FORCE prerequisite in boot/Makefile
      o Do not use shorthand targets when calling the boot/Makefile
      o No longer use BOOT_IMAGE, not needed now
      o Use kbuild clean infrastructure when cleaning up in boot
      o Offset generation shrinked with one rule
      o removed inclusion of Rules.make in all Makefiles
      o no longer use the descend macro, use $(Q)$(MAKE) as replacement
      0e08b4bd
  13. 06 Dec, 2002 3 commits
    • Martin Schwidefsky's avatar
      [PATCH] s390: dasd driver. · f7a9fa93
      Martin Schwidefsky authored
      Convert dasd driver to new channel subsystem driver
      
      This makes the dasd driver work again after the changes to
      the channel subsystem driver:
      - handle device detection with standard driver model functions
      - reduce use of dasd_devmap (devmap will die as soon as
        dasd configuration is handled from initramfs)
      - some cleanups
      
      Authors: Arnd Bergmann <arndb@de.ibm.com>
      	 Martin Schwidefsky <schwidefsky@de.ibm.com>
      f7a9fa93
    • Martin Schwidefsky's avatar
      [PATCH] s390: ccwgroups. · 7c1b0372
      Martin Schwidefsky authored
      ccwgroup bus driver.
      
      The ccwgroup driver contains 'ccw_group' devices, which needed because of
      strange hardware properties: Some device drivers need two or more
      ccw_devices to make up a logical device and the user has to configure
      which ones belong together. We have not found a way to represent this
      correctly using the linux driver model, the current implementation
      is about as good as it gets.
      
      Authors: Arnd Bergmann <arndb@de.ibm.com>,
      7c1b0372
    • Martin Schwidefsky's avatar
      [PATCH] s390: config. · 3b888004
      Martin Schwidefsky authored
      New configuration options DEBUG_KERNEL, DEBUG_SLAB, KALLSYMS and
      DEBUG_SPINLOCK_SLEEP. Update default configuration.
      3b888004
  14. 18 Nov, 2002 2 commits
  15. 09 Oct, 2002 1 commit
  16. 08 Oct, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] CONFIG_NR_CPUS · 9153f34e
      Dave Jones authored
      By Robert Love, this patch sets the maximum number
      of CPUs a kernel can support (From 2-32 on IA32)
      The reasoning behind this is a space saving of
      8KB per CPU.
      9153f34e
  17. 04 Oct, 2002 2 commits
  18. 13 Aug, 2002 1 commit
  19. 08 Jun, 2002 1 commit
  20. 20 Mar, 2002 1 commit
  21. 05 Feb, 2002 5 commits
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.7 -> v2.4.7.1 · 6fbaac38
      Linus Torvalds authored
        - Anton Altaparmakov: NTFS error checking
        - Johannes Erdfelt: USB updates
        - OGAWA Hirofumi: FAT update
        - Alan Cox: driver + s390 update merge
        - Richard Henderson: fix alpha sigsuspend error return value
        - Marcelo Tosatti: per-zone VM shortage
        - Daniel Phillips: generic use-once optimization instead of drop-behind
        - Bjorn Wesen: Cris architecture update
        - Anton Altaparmakov: support for Windows Dynamic Disks
        - James Washer: LDT loading SMP bug fix
      6fbaac38
    • Linus Torvalds's avatar
      v2.4.3.1 -> v2.4.3.2 · b0683ac8
      Linus Torvalds authored
        - Ingo Molnar/Al Viro: don't use bforget() on ext2 (and minix) metadata
        where we may not be the only owner of the buffer! FS corruption.
        - Andi Kleen: IPv6 packet re-assembly fix.
        - David Howells: fix up rwsem implementation
        - Alan Cox: more merging (S/390 down, ARM to go).
        - Jens Axboe: LVM and loop fixes
      b0683ac8
    • Linus Torvalds's avatar
      v2.4.1.3 -> v2.4.1.4 · 2a7117ac
      Linus Torvalds authored
        - big S/390x 64-bit merge
        - typos and license name fixes. doc updates.
        - more include file cleanups (phase out "malloc.h")
        - even more elevator corner cases.. When not merging, find the best insertion point.
        - pmac ide update
        - network fixes (netif_wake_queue on tx timeout)
        - USB printer select() fix
        - NFS client missed initialization, deamon fixed client address check
      2a7117ac
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32