An error occurred fetching the project authors.
- 26 Feb, 2004 1 commit
-
-
Andrew Morton authored
From: Martin Schwidefsky <schwidefsky@de.ibm.com> Add virtual timer interface.
-
- 31 Jan, 2004 1 commit
-
-
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.
-
- 19 Jan, 2004 2 commits
-
-
Andrew Morton authored
From: Martin Schwidefsky <schwidefsky@de.ibm.com> New 3270 device driver.
-
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.
-
- 06 Oct, 2003 1 commit
-
-
Martin Schwidefsky authored
The zfcp scsi host adapater.
-
- 26 Sep, 2003 2 commits
-
-
Martin Schwidefsky authored
Add support for vt220 console over sclp.
-
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.
-
- 17 Jul, 2003 1 commit
-
-
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.
-
- 01 Jul, 2003 2 commits
-
-
Martin Schwidefsky authored
The qeth network device driver. Supports the OSA Express Gigabit cards, HiperSockes and VM GuestLAN interfaces.
-
Martin Schwidefsky authored
Add configuration option to select the different processor types. Add new path group algorith and new relocation types introduces with z990.
-
- 27 Jun, 2003 1 commit
-
-
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.
-
- 26 May, 2003 1 commit
-
-
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.
-
- 14 Apr, 2003 2 commits
-
-
Martin Schwidefsky authored
Merge s390x and s390 to one architecture.
-
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.
-
- 24 Feb, 2003 1 commit
-
-
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
-
- 15 Dec, 2002 1 commit
-
-
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
-
- 06 Dec, 2002 3 commits
-
-
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>
-
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>,
-
Martin Schwidefsky authored
New configuration options DEBUG_KERNEL, DEBUG_SLAB, KALLSYMS and DEBUG_SPINLOCK_SLEEP. Update default configuration.
-
- 18 Nov, 2002 2 commits
-
-
Martin Schwidefsky authored
Reworked sclp driver part 1.
-
Martin Schwidefsky authored
Kconfig file fixes: remove options ISA/MCA/EISA, add some missing help texts. Regenerate default configuration files. Update section names in vmlinux.lds.S. Simplify some Makefiles.
-
- 09 Oct, 2002 1 commit
-
-
Martin Schwidefsky authored
Switch to @$(generate-asm-offsets.h) method to create the asm-offsets.h file, fix signal dequeueing in the 31 bit emulation code and fix includes.
-
- 08 Oct, 2002 1 commit
-
-
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.
-
- 04 Oct, 2002 2 commits
-
-
Martin Schwidefsky authored
Add support for kernel preemption on s390/s390x.
-
Martin Schwidefsky authored
Remove some configuration options that don't really make sense.
-
- 13 Aug, 2002 1 commit
-
-
Anton Altaparmakov authored
-
- 08 Jun, 2002 1 commit
-
-
Martin Schwidefsky authored
This first patch contains the changes to arch/{s390,s390x}
-
- 20 Mar, 2002 1 commit
-
-
Anton Altaparmakov authored
initialized size in consideration. Update defconfig files throughout kernel. Replacing CONFIG_NTFS_RW with CONFIG_NTFS_DEBUG as the former no longer exists while the latter now exists.
-
- 05 Feb, 2002 5 commits
-
-
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
-
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
-
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
-
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
-
Linus Torvalds authored
-