aboutsummaryrefslogtreecommitdiffstats
path: root/net/iucv/iucv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-13iucv: introduce loadable iucv interfaceFrank Blaschka1-0/+23
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-24[S390] iucv cr0 enablement bitMartin Schwidefsky1-2/+5
2011-05-26[S390] irq: merge irq.c and s390_ext.cHeiko Carstens1-1/+1
2011-05-13convert old cpumask API into new oneKOSAKI Motohiro1-36/+37
2011-05-13iucv: get rid of compile warningUrsula Braun1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-05[S390] irq: have detailed statistics for interrupt typesHeiko Carstens1-0/+2
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky1-1/+2
2010-06-03net: use __packed annotationEric Dumazet1-7/+7
2010-05-27iucv: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-4/+5
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-11-13iucv: add work_queue cleanup for suspendUrsula Braun1-3/+13
2009-09-16iucv: use correct output register in iucv_query_maxconn()Hendrik Brueckner1-1/+1
2009-09-16iucv: fix iucv_buffer_cpumask check when calling IUCV functionsHendrik Brueckner1-11/+11
2009-09-16iucv: suspend/resume error msg for left over pathesUrsula Braun1-0/+14
2009-06-16[S390] pm: iucv power management callbacks.Ursula Braun1-0/+179
2009-06-16[S390] iucv: establish reboot notifierUrsula Braun1-2/+87
2009-04-23af_iucv: Support data in IUCV msg parameter lists (IPRMDATA)Hendrik Brueckner1-0/+2
2009-04-23iucv: provide second per-cpu IUCV command parameter blockUrsula Braun1-10/+31
2009-01-06s390: remove s390_root_dev_*()Mark McLoughlin1-4/+3
2009-01-05iucv: fix cpu hotplugHeiko Carstens1-7/+11
2008-12-25[S390] convert iucv printks to dev_xxx and pr_xxx macros.Ursula Braun1-3/+6
2008-12-25[S390] iucv: Locking free version of iucv_message_(receive|send)Hendrik Brueckner1-36/+116
2008-09-30iucv: Fix mismerge again.Heiko Carstens1-1/+2
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar1-5/+10
2008-07-20iucv: Fix bad merging.David S. Miller1-10/+0
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-13/+17
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-15/+10
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-8/+8
2008-07-15iucv: fix memory leak in cpu hotplug error path.Akinobu Mita1-1/+4
2008-07-14[S390] Cleanup iucv printk messages.Ursula Braun1-7/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-7/+7
2008-06-09iucv: prevent cpu hotplug when walking cpu_online_map.Heiko Carstens1-4/+7
2008-06-09iucv: fix section mismatch warning.Heiko Carstens1-1/+1
2008-05-23net: use performance variant for_each_cpu_mask_nrMike Travis1-1/+1
2008-04-10iucv: Delay bus registration until core is ready.Cornelia Huck1-7/+9
2008-04-10iucv: get rid of in_atomic() use.Heiko Carstens1-1/+0
2008-03-03iucv: fix build error on !SMPHeiko Carstens1-2/+0
2008-02-07[IUCV]: wrong irq-disabling locking at module load timeUrsula Braun1-2/+2
2008-01-28[IUCV]: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-2/+2
2007-11-20[S390] Explicitly code allocpercpu calls in iucvChristoph Lameter1-46/+61
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-07-27[S390] Convert to smp_call_function_single.Heiko Carstens1-7/+8
2007-07-14[AF_IUCV]: Avoid deadlock between iucv_path_connect and tasklet.Ursula Braun1-1/+4
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+6
2007-05-04[AF_IUCV/IUCV] : Add missing section annotationsHeiko Carstens1-27/+22
2007-04-28[AF_IUCV/IUCV]: smp_call_function deadlockMartin Schwidefsky1-73/+132
2007-04-26[AF_IUCV]: Fix compilation on s390-upAlexey Dobriyan1-2/+0