linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-22 03:46:49 to 2008-01-01 10:17:20 UTC [more...]

[Patch 3/8] S390: Remove 'TOPDIR' from Makefiles
 2008-01-01 10:17 UTC  (2+ messages)

s390 PTRACE_SINGLESTEP
 2007-12-20 19:41 UTC 

[patch 00/47] s390 2.6.25 patch queue
 2007-12-20 15:20 UTC  (48+ messages)
` [patch 01/47] Cleanup in Documentation/kernel-parameters.txt
` [patch 02/47] cio: Dump ccw device information in case of timeout
` [patch 03/47] cio: Use helpers instead of container_of()
` [patch 04/47] cio: css_driver: Use consistent parameters
` [patch 05/47] cio: Reset sch->driver
` [patch 06/47] cio: Add css_driver_{register,unregister}
` [patch 07/47] cio: Cleanup debug feature usage
` [patch 08/47] cio: Introduce subchannel->private
` [patch 09/47] cio: Extend adapter interrupt interface
` [patch 10/47] cio: I/O subchannel specific fields
` [patch 11/47] cio: Use dev_{g,s}et_drvdata()
` [patch 12/47] cio: Set driver->owner on css, ccw and ccwgroup busses
` [patch 13/47] cio: reduce cpu utilization during device scan
` [patch 14/47] qdio: Remove double checked value
` [patch 15/47] qdio: set QDIO_ACTIVATE_TIMEOUT to 5s
` [patch 16/47] sclp: sysfs interface for SCLP cpi
` [patch 17/47] Standby cpu activation/deactivation
` [patch 18/47] sclp: convert channel path configure code to use sync interface
` [patch 19/47] Optimize reference bit handling
` [patch 20/47] Fix tlb flushing with idte
` [patch 21/47] Change vmalloc defintions
` [patch 22/47] Print kernel version in dump_stack() and show_regs()
` [patch 23/47] Get rid of HOLES_IN_ZONE requirement
` [patch 24/47] DEBUG_PAGEALLOC support for s390
` [patch 25/47] Remove owner_pc member from raw_spinlock_t
` [patch 26/47] Use new style spinlock initializer in __RWSEM_INITIALIZER
` [patch 27/47] Get rid of additional_cpus kernel parameter
` [patch 28/47] Remove appldata include from sysctl_check.c
` [patch 29/47] crypto: move s390 Kconfig options
` [patch 30/47] dasd: fix return value of dasd_generic_probe()
` [patch 31/47] arch/s390: Add missing "space"
` [patch 32/47] drivers/s390: "
` [patch 33/47] kernel: Shutdown Actions Interface
` [patch 34/47] Load disabled wait psw instead of stopping cpu on halt
` [patch 35/47] use LIST_HEAD instead of LIST_HEAD_INIT
` [patch 36/47] Allocate and free cpu lowcores and stacks when needed/possible
` [patch 37/47] Initialize sclp_ipl_info
` [patch 38/47] vmemmap: allocate struct pages before 1:1 mapping
` [patch 39/47] Use diag308 subcodes 3 and 6 for reboot and dump when possible
` [patch 40/47] arch/s390/: Spelling fixes
` [patch 41/47] include/asm-s390/: "
` [patch 42/47] drivers/s390/: "
` [patch 43/47] Move NOTES and BUG_TABLE
` [patch 44/47] single-step cleanup
` [patch 45/47] dasd: add hyper PAV support to DASD device driver, part 1
` [patch 46/47] dasd: add hyper PAV support to DASD device driver, part 2
` [patch 47/47] dasd: add hyper PAV support to DASD device driver, part 3

[patch 0/6] zfcp fixes for scsi-misc
 2007-12-20 11:30 UTC  (7+ messages)
` [patch 1/6] zfcp: fix use after free bug
` [patch 2/6] zfcp: Fix evaluation of port handles in abort handler
` [patch 3/6] zfcp: Hold queue lock when checking port/unit handle for abort command
` [patch 4/6] zfcp: Hold queue lock when checking port handle for ELS command
` [patch 5/6] zfcp: Hold queue lock when checking port/unit handle for FCP command
` [patch 6/6] zfcp: Hold queue lock when checking port/unit handle for task management cmd

[PATCH] arch/s390/: Spelling fixes
 2007-12-18 10:04 UTC  (3+ messages)
` [PATCH] include/asm-s390/: "

[PATCH] drivers/s390/: Spelling fixes
 2007-12-18  8:24 UTC  (2+ messages)

Please pull git390 'for-linus' branch
 2007-12-17 15:42 UTC 

[PATCH 09/20] drivers/s390/: use LIST_HEAD instead of LIST_HEAD_INIT
 2007-12-07  8:19 UTC  (2+ messages)

[PATCH UPDATE] zfcp: add some internal zfcp adapter statistics
 2007-12-06  9:40 UTC  (3+ messages)
    ` [PATCH] "

2.6.24-rc4-mm1 Kernel build fails on S390x
 2007-12-06  7:19 UTC  (2+ messages)

[s390] build failure
 2007-12-04 12:26 UTC  (12+ messages)
  ` [s390] networking related oops during boot on Hercules (was: build failure)

[build failure] Re: Linux 2.6.24-rc4 on S390x
 2007-12-04 10:32 UTC  (3+ messages)

[patch 0/1] s390: ctc patch for 2.6.24
 2007-12-01 21:33 UTC  (5+ messages)
` [patch 1/1] ctc: make use of alloc_netdev()

[patch 0/4] Latest patches for s390
 2007-11-27 16:22 UTC  (5+ messages)
` [patch 1/4] cio: Issue SenseID per path
` [patch 2/4] cio: add missing reprobe loop end statement
` [patch 3/4] dcssblk: prevent early access without own make_request function
` [patch 4/4] Fix compile error on 31bit without preemption

[PATCH] zfcp: fix use after free bug
 2007-11-23 14:04 UTC 

2.6.24-rc3-mm1 - Build Failure on S390x
 2007-11-21  6:04 UTC  (2+ messages)

Please pull git390 'for-linus' branch
 2007-11-20 11:38 UTC 

[patch 0/2] 2.6.24-rc s390 patch queue
 2007-11-20 10:10 UTC  (3+ messages)
` [patch 1/2] Add missing die_notifier() call to die()
` [patch 2/2] cio: Register/unregister subchannels only from kslowcrw

[PATCH 05/59] arch/s390: Add missing "space"
 2007-11-20  8:52 UTC  (4+ messages)
            ` [PATCH 39/59] drivers/s390: "

[patch 0/6] Pending patches in the s390 2.6.25 merge queue
 2007-11-19  8:53 UTC  (14+ messages)
` [patch 1/6] sclp: sysfs interface for SCLP cpi
` [patch 2/6] cio: Extend adapter interrupt interface
` [patch 3/6] sclp: call sclp_init() from start_kernel()
` [patch 4/6] Standby cpu activation/deactivation
` [patch 5/6] sclp: convert channel path configure code to use sync interface
` [patch 6/6] kernel: Shutdown Actions Interface

[patch 00/10] 2.6.24-rc s390 patch queue
 2007-11-16 14:24 UTC  (11+ messages)
` [patch 01/10] cio: change device sense procedure to work with pav aliases
` [patch 02/10] magic sysrq: check for in_atomic before doing an console_unblank
` [patch 03/10] Fix irq tracing and lockdep_sys_exit calls
` [patch 04/10] cmm: remove unused binary sysctls
` [patch 05/10] appldata: "
` [patch 06/10] Fix kernel preemption
` [patch 07/10] Optimize storage key handling for anonymous pages
` [patch 08/10] Dont overwrite lowcores on smp_send_stop()
` [patch 09/10] Explicitly code allocpercpu calls in iucv
` [patch 10/10] Fix memory detection

mm snapshot broken-out-2007-11-06-02-32.tar.gz uploaded - S390x build fails
 2007-11-06 22:33 UTC  (8+ messages)

[PATCH] mm snapshot broken-out-2007-11-06-02-32 - conflict in vxfs_iget ()
 2007-11-06 21:12 UTC  (2+ messages)

[patch 0/6] zfcp: updates, fixing a variety of oddities
 2007-11-05 11:37 UTC  (7+ messages)
` [patch 1/6] zfcp: Remove unnecessary eh_bus_reset_handler callback
` [patch 2/6] zfcp: Use also port and adapter to identify unit in messages
` [patch 3/6] zfcp: Specify waiting times in ERP in seconds
` [patch 4/6] zfcp: Remove SCSI devices when removing complete adapter
` [patch 5/6] zfcp: Fix deadlock when adding invalid LUN
` [patch 6/6] zfcp: Reduce flood on hba trace

S390 change in sg_set_page() cause build failure
 2007-10-29 11:34 UTC  (7+ messages)
  ` [PATCH-RESEND] "

[PATCH] Fix priority mistakes in drivers/s390/cio/cmf.c
 2007-10-27 11:39 UTC 

[patch 0/6] s390 page tables on steroids 
 2007-10-26 11:28 UTC  (18+ messages)
` [patch 1/6] add mm argument to pte/pmd/pud/pgd_free
` [patch 2/6] CONFIG_HIGHPTE vs. sub-page page tables
` [patch 3/6] arch_update_pgd call
` [patch 4/6] s390: 1K/2K page table pages
` [patch 5/6] s390: Add four level page tables for CONFIG_64BIT=y
` [patch 6/6] s390: dynamic page tables

[PATCH] taskstats scaled time cleanup
 2007-10-24 23:33 UTC  (3+ messages)

[BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface
 2007-10-24 10:55 UTC  (3+ messages)

[PATCH] sg: add missing sg_init_table calls to zfcp
 2007-10-24  6:46 UTC  (2+ messages)

[patch 0/2] remove header_ops bug in qeth driver (part 2)
 2007-10-24  0:23 UTC  (4+ messages)
` [patch 1/2] : remove header_ops bug in qeth driver
` [patch 2/2] s390 MAINTAINERS

[PATCH] Bug fix for the s390 dcssblk driver
 2007-10-23 13:22 UTC  (3+ messages)

[PATCH 02/10] [SG] Update block layer to use sg helpers
 2007-10-23  7:28 UTC  (8+ messages)
      ` [PATCH] fix ll_rw_blk.c build on s390
      ` [PATCH] net: fix xfrm build - missing scatterlist.h include
  ` [PATCH 04/10] [SG] Update drivers to use sg helpers

Please pull git390 'for-linus' branch
 2007-10-22 10:54 UTC 

[patch 0/1] remove header_ops bug in qeth driver
 2007-10-22  7:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).