Linux s390 Architecture development
 help / color / mirror / Atom feed
 messages from 2008-08-15 03:08:59 to 2008-10-20 17:03:54 UTC [more...]

[PATCH 00/35] cpumask: Replace cpumask_t with struct cpumask
 2008-10-20 17:03 UTC  (36+ messages)
` [PATCH 01/35] x86: clean up speedctep-centrino and reduce cpumask_t usage
` [PATCH 02/35] cpumask: remove min from first_cpu/next_cpu
` [PATCH 03/35] cpumask: add for_each_cpu_mask_and function
` [PATCH 04/35] x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
` [PATCH 05/35] sched: Reduce stack size requirements in kernel/sched.c
` [PATCH 06/35] cpumask: introduce struct cpumask
` [PATCH 07/35] cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers
` [PATCH 08/35] cpumask: cpumask_size()
` [PATCH 09/35] cpumask: add cpumask_copy()
` [PATCH 10/35] cpumask: introduce cpumask_var_t for local cpumask vars
` [PATCH 11/35] x86: enable MAXSMP
` [PATCH 12/35] cpumask: make CONFIG_NR_CPUS always valid
` [PATCH 13/35] cpumask: use setup_nr_cpu_ids() instead of direct assignment
` [PATCH 14/35] cpumask: make nr_cpu_ids valid in all configurations
` [PATCH 15/35] cpumask: prepare for iterators to only go to nr_cpu_ids
` [PATCH 16/35] percpu: fix percpu accessors to potentially !cpu_possible() cpus
` [PATCH 17/35] cpumask: make nr_cpu_ids the actual limit on bitmap size
` [PATCH 18/35] cpumask: add nr_cpumask_bits
` [PATCH 19/35] cpumask: use cpumask_bits() everywhere
` [PATCH 20/35] cpumask: cpumask_of(): cpumask_of_cpu() which returns a pointer
` [PATCH 21/35] cpumask: for_each_cpu(): for_each_cpu_mask which takes "
` [PATCH 22/35] cpumask: cpumask_first/cpumask_next
` [PATCH 23/35] cpumask: deprecate any_online_cpu() in favour of cpumask_any/cpumask_any_and
` [PATCH 24/35] cpumask: cpumask_any_but()
` [PATCH 25/35] cpumask: Deprecate CPUMASK_ALLOC etc in favor of cpumask_var_t
` [PATCH 26/35] cpumask: get rid of boutique sched.c allocations, use cpumask_var_t
` [PATCH 27/35] cpumask: to_cpumask()
` [PATCH 28/35] cpumask: accessors to manipulate possible/present/online/active maps
` [PATCH 29/35] cpumask: Use accessors code
` [PATCH 30/35] cpumask: CONFIG_BITS_ALL, CONFIG_BITS_NONE and CONFIG_BITS_CPU0
` [PATCH 31/35] cpumask: switch over to cpu_online/possible/active/present_mask
` [PATCH 32/35] cpumask: cpu_all_mask and cpu_none_mask
` [PATCH 33/35] cpumask: reorder header to minimize separate #ifdefs
` [PATCH 34/35] cpumask: debug options for cpumasks
` [PATCH 35/35] cpumask: smp_call_function_many()

[patch 0/2] vdso support for s390
 2008-10-20 13:06 UTC  (5+ messages)
` [patch 1/2] arch_setup_additional_pages arguments
` [patch 2/2] introduce vdso on s390

[GIT PULL] kernel message catalog patches
 2008-10-17  7:59 UTC  (2+ messages)

[Patch 3/3] driver data: add support to blktrace user space code
 2008-10-16  8:53 UTC 

[patch 0/5] latest fixes for s390
 2008-10-15 17:42 UTC  (6+ messages)
` [patch 1/5] qdio: prevent double qdio shutdown in case of I/O errors
` [patch 2/5] qdio: remove incorrect memset
` [patch 3/5] vmcp: remove BKL
` [patch 4/5] pgtables: Fix race in enable_sie vs. page table ops
` [patch 5/5] Fix sysdev class file creation

[PATCH] [S390] unsigned ops->size cannot be negative
 2008-10-15 11:32 UTC 

[PATCH] dsa: fix compile bug on s390
 2008-10-14  2:00 UTC  (2+ messages)

[PATCH] claw: fix compile bug
 2008-10-13  8:23 UTC 

[GIT PULL] s390 patches for 2.6.28
 2008-10-10 19:38 UTC  (2+ messages)

[Patch 2/3] driver data: pass zfcp data through blktrace
 2008-10-06 17:01 UTC 

[PATCH 2/2] drivers/s390/cio/chsc_sch.c: Correct use of ! and &
 2008-10-06 10:52 UTC  (3+ messages)

[Patch 1/3] driver data: add support to blktrace kernel code
 2008-10-05 13:07 UTC  (2+ messages)

[Patch 0/3] driver data: blktrace pass-through support for device
 2008-10-05 13:07 UTC 

[GIT PULL] last minute s390 fixes for 2.6.27
 2008-10-03 20:06 UTC 

[patch 00/21] s390 patches for the 2.6.28 merge window
 2008-10-01 11:17 UTC  (24+ messages)
` [patch 01/21] qdio: speed up multicast traffic on full HiperSocket queue
` [patch 02/21] cio: move device unregistration to dedicated work queue
` [patch 03/21] cio: introduce purge function for /proc/cio_ignore
` [patch 04/21] cio: Update cio_ignore documentation
` [patch 05/21] cio: Exorcise cio_msg= from documentation
` [patch 06/21] bus_id -> dev_name conversions
` [patch 07/21] bus_id -> dev_set_name() changes
` [patch 08/21] more bus_id -> dev_name conversions
` [patch 09/21] Use s390_root_dev_* in kvm_virtio
` [patch 10/21] bus_id ->dev_name() conversions in qdio
` [patch 11/21] bus_id -> dev_set_name() for css and ccw busses
` [patch 12/21] cio: inline assembly cleanup
` [patch 13/21] qdio enhanced SIGA (iqdio) support
` [patch 14/21] s390: use sys_pause for 31bit pause entry point
` [patch 15/21] ptrace changes
` [patch 16/21] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support
` [patch 17/21] nohz: Fix __udelay
` [patch 18/21] Move private simple udelay function to arch/s390/lib/delay.c
` [patch 19/21] dasd: fix message flood for unsolicited interrupts
` [patch 20/21] xpram: per device block request queues
` [patch 21/21] Add ioctl support for EMC Symmetrix Subsystem Control I/O

[patch 00/13] zfcp updates for 2.6.28
 2008-10-01 10:42 UTC  (14+ messages)
` [patch 01/13] zfcp: add queue_full sysfs attribute
` [patch 02/13] zfcp: Update message with input from review
` [patch 03/13] zfcp: remove unused references, declarations and flags
` [patch 04/13] zfcp: attach and release SAN nameserver port on demand
` [patch 05/13] zfcp: remove all typedefs and replace them with standards
` [patch 06/13] zfcp: Simplify get_adapter_by_busid
` [patch 07/13] zfcp: Simplify zfcp data structures
` [patch 08/13] zfcp: put threshold data in hba trace
` [patch 09/13] zfcp: deadlock via shared work queue tasks
` [patch 10/13] zfcp: prevent fc_remote_port_delete calls for unregistered rport
` [patch 11/13] zfcp: fix erp list usage without using locks
` [patch 12/13] zfcp: wait on SCSI work to be finished before proceeding with init dev
` [patch 13/13] zfcp: fix double dbf id usage

[Patch] blkiomon: I/O monitor
 2008-09-30 19:37 UTC 

[PATCH] iucv: Fix mismerge again
 2008-09-30 10:06 UTC  (2+ messages)

[Patch] include blktrace_api.h in headers_install
 2008-09-29 15:30 UTC 

[patch 0/6] [RFC] kmsg macros, take x+3
 2008-09-29  8:35 UTC  (16+ messages)
` [patch 1/6] kmsg: tagged kernel messages
` [patch 2/6] kmsg: tagged device messages
` [patch 3/6] kmsg: Kernel message catalog script
` [patch 4/6] kmsg: convert xpram messages to kmsg api
` [patch 5/6] kmsg: convert vmcp "
` [patch 6/6] kmsg: convert lcs printk messages "

[patch 0/2] s390: qeth fixes 2.6.27-rc6
 2008-09-25  0:52 UTC  (4+ messages)
` [patch 1/2] qeth: use firmware MAC-address for layer2 hsi-devices
` [patch 2/2] qeth: avoid qeth recovery problems

[GIT PULL] 2.6.27-rc6 updates for s390
 2008-09-18 18:23 UTC 

[patch 0/4] [RFC] kmsg macros, take x+2
 2008-09-11 13:35 UTC  (5+ messages)
` [patch 1/4] kmsg: Kernel message catalog macros
` [patch 2/4] kmsg: Kernel message catalog script
` [patch 3/4] kmsg: convert xpram messages to kmsg api
` [patch 4/4] kmsg: convert vmcp "

[GIT PULL] 2.6.27-rc5 updates for s390
 2008-09-09 10:51 UTC 

[PATCH] CVE-2008-1514: s390 - prevent ptrace padding area read/write in 31-bit mode
 2008-09-03 15:18 UTC 

[patch 0/3] [RFC] kmsg macros and script, take x+1
 2008-09-02 14:16 UTC  (44+ messages)
` [patch 1/3] kmsg: Kernel message catalog macros

+ separate-atomic_t-declaration-from-asm-atomich-into-asm-atomic_defh.patch added to -mm tree
 2008-09-01  9:21 UTC 

[PATCH] s390: use sys_pause for 31bit pause entry point
 2008-09-01  9:11 UTC 

[GIT PULL] 2.6.27-rc5 updates for s390
 2008-08-27 14:28 UTC 

[PATCH 05/59] CRED: Wrap task credential accesses in the S390 arch
 2008-08-27 13:46 UTC 

[patch 0/3] s390: qeth fixes for 2.6.27
 2008-08-27  9:56 UTC  (5+ messages)
` [patch 1/3] qeth: use -EOPNOTSUPP instead of -ENOTSUPP
` [patch 2/3] qeth: l2 write unicast list to hardware
` [patch 3/3] qeth: preallocated header account offset

[patch 0/4] s390: ctcm / lcs / claw fixes for 2.6.27
 2008-08-27  9:19 UTC  (6+ messages)
` [patch 1/4] claw: fix memory leak in claw_probe
` [patch 2/4] claw: netdev->priv vs. netdev->ml_priv
` [patch 3/4] ctcm: "
` [patch 4/4] LCS recovery dumps when cable reconnect

[RFC: 2.6 patch] s390: use kernel/uid.c
 2008-08-23 13:03 UTC  (4+ messages)

s390/net/ctcm: remove unused #include <version.h>
 2008-08-23  5:56 UTC 

[GIT PULL] 2.6.27-rc4 updates for s390
 2008-08-21 18:28 UTC 

Fwd: [Patch 2.6] s390 - Allow ECKD devices to be used with older controllers and emulation
 2008-08-21 16:32 UTC  (6+ messages)
` [PATCH] S390 : Set SLI on PSF/PRSSD on Dasd ECKD initialisation

[PATCH] Remove duplicated unlikely() in IS_ERR()
 2008-08-21 12:39 UTC  (7+ messages)

[patch 0/6] zfcp fixes for 2.6.27
 2008-08-21 11:43 UTC  (7+ messages)
` [patch 1/6] zfcp: Fix request queue locking
` [patch 2/6] zfcp: Correctly query end flag in gpn_ft response
` [patch 3/6] zfcp: Simplify ccw notify handler
` [patch 4/6] zfcp: Fix reference counter for remote ports
` [patch 5/6] zfcp: channel cannot be detached due to refcount imbalance
` [patch 6/6] zfcp: Remove duplicated unlikely() macros

[PATCH] s390: fix ext2_find_next_bit
 2008-08-21  6:18 UTC 

[PATCH] s390: fix uninitialized spinlock use
 2008-08-20 11:01 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox