An error occurred fetching the project authors.
  1. 27 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: core fixes. · d2ca1196
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      s390 core changes:
       - Fix return type of some system call functions (long vs. int).
       - Fix prototypes for compat system call handlers.
       - Correct some bugs in the compat system call wrappers.
       - Fix broken pointer arithmetic which causes problems with
         gcc 3.4 and -march=z990
       - Remove unnecessary #ifndef & optimize inline assemblies in spinlock.h.
       - Improve handling of deferred condition code 1.
       - New default configuration.
      d2ca1196
  2. 16 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] s390: core · a1366931
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      s390 core changes:
       - Merge 31 and 64 bit NR_CPUS config option. Default to 32 cpus.
       - Remove unused system calls from compat_linux.c.
       - Add statfs64 and fstatfs64. Reserve system call number for
         remap_file_pages.
       - Merge do_signal32 into do_signal.
       - Don't remove the per bit and the program mask from the user psw
         due to a signal.
       - Fix a problem with gdb and interrupted system calls.
       - Fix single stepping of interrupted system calls.
       - Fix compiler warnings in bitops.h.
      a1366931
  3. 19 Jan, 2004 1 commit
    • 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. 26 Sep, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: 31 bit compat. · 5df799ac
      Martin Schwidefsky authored
       - Fix emulation of sys_sysinfo and sys_clone.
       - Add code for -ERESTART_RESTARTBLOCK in signal emulation.
       - Fix ptrace peek/poke for 31 bit programs under a 64 bit kernel.
       - Fix typos in cp_stat64.
      5df799ac
  5. 14 Apr, 2003 2 commits
    • Martin Schwidefsky's avatar
      [PATCH] s390/s390x unification (4/7) · 042b54a1
      Martin Schwidefsky authored
      Merge s390x and s390 to one architecture.
      042b54a1
    • 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
  6. 24 Feb, 2003 1 commit
    • 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
  7. 06 Dec, 2002 1 commit
  8. 27 Nov, 2002 1 commit
  9. 17 Oct, 2002 1 commit
  10. 04 Oct, 2002 1 commit
  11. 17 Sep, 2002 1 commit
  12. 08 Jun, 2002 1 commit
  13. 02 Jun, 2002 1 commit
  14. 05 Feb, 2002 6 commits
    • Linus Torvalds's avatar
      v2.4.9.11 -> v2.4.9.12 · dfc52b82
      Linus Torvalds authored
        - Alan Cox: much more merging
        - Pete Zaitcev: ymfpci race fixes
        - Andrea Arkangeli: VM race fix and OOM tweak.
        - Arjan Van de Ven: merge RH kernel fixes
        - Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect()
        - Keith Owens: fix 64-bit ELF types
        - Gerd Knorr: mark more broken PCI bridges, update btaudio driver
        - Paul Mackerras: powermac driver update
        - me: clean up PTRACE_DETACH to use common infrastructure
      dfc52b82
    • Linus Torvalds's avatar
      v2.4.6.9 -> v2.4.7 · 6f267f9c
      Linus Torvalds authored
        - me: fix ptrace and /proc issues with new core-dump permissions
        - numerous: IDE tape driver update for completion handlers
        - Ben Collins: ieee1394 GUID cleanups
        - Jacek Stepniewski: nasty deadlock in rename()
      6f267f9c
    • Linus Torvalds's avatar
      v2.4.6.8 -> v2.4.6.9 · 7b4d3039
      Linus Torvalds authored
        - Dan Quinlan: cramfs update
        - Ben Collins: IEEE 1394 update
        - David Miller: network update (pppoe, routing cache stats), sparc32 update
        - me: only dump core once per threaded app (first one wins)
        - me: use new completion handlers for block device requests (same race
        as with vfork, see -pre7)
      7b4d3039
    • 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