Age | Commit message (Expand) | Author | Files | Lines |
2009-10-02 | const: constify remaining file_operations | Alexey Dobriyan | 2 | -2/+2 |
2009-09-24 | headers: utsname.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-09-23 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 9 | -184/+219 |
2009-09-23 | [S390] dasd: tolerate devices that have no feature codes | Stefan Weinhuber | 1 | -7/+6 |
2009-09-23 | [S390] zcrypt: Do not add/remove devices in s/r callbacks | Felix Beck | 1 | -11/+29 |
2009-09-23 | [S390] qdio: change state of all primed input buffers | Jan Glauber | 1 | -0/+2 |
2009-09-23 | [S390] qdio: reduce per device debug messages | Jan Glauber | 1 | -18/+12 |
2009-09-23 | [S390] cio: introduce consistent subchannel scanning | Sebastian Ott | 3 | -106/+51 |
2009-09-23 | [S390] cio: idset use actual number of ssids | Sebastian Ott | 3 | -14/+15 |
2009-09-23 | [S390] cio: dont kfree vmalloced memory | Sebastian Ott | 1 | -2/+2 |
2009-09-23 | [S390] cio: introduce css_settle | Sebastian Ott | 3 | -12/+25 |
2009-09-23 | [S390] cio: introduce css_eval_scheduled | Sebastian Ott | 3 | -0/+27 |
2009-09-23 | [S390] cio: merge init calls | Sebastian Ott | 3 | -25/+61 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -3/+3 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 5 | -5/+5 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 3 | -3/+3 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 3 | -3/+3 |
2009-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 13 | -1339/+1492 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 9 | -112/+142 |
2009-09-11 | [S390] tape: Use pr_xxx instead of dev_xxx in shared driver code | Michael Holzheu | 4 | -16/+14 |
2009-09-11 | [S390] Get rid of cpuid.h header file. | Heiko Carstens | 2 | -3/+3 |
2009-09-11 | [S390] tape: Fix device online messages | Michael Holzheu | 2 | -6/+8 |
2009-09-11 | [S390] kvm: use console_initcall() to initialize s390 virtio console | Hendrik Brueckner | 1 | -2/+6 |
2009-09-11 | [S390] tape: reversed order of labels | Roel Kluin | 1 | -2/+2 |
2009-09-11 | [S390] zcrypt: Free ap_device if dev_set_name fails. | Felix Beck | 1 | -2/+5 |
2009-09-11 | [S390] zcrypt: Use spin_lock_bh in suspend callback | Felix Beck | 1 | -2/+6 |
2009-09-11 | [S390] xpram: Remove checksum validation for suspend/resume | Michael Holzheu | 1 | -65/+0 |
2009-09-11 | [S390] vmur: Invalid allocation sequence for vmur class | Michael Holzheu | 1 | -9/+10 |
2009-09-11 | [S390] add call home support | Hans-Joachim Picht | 4 | -1/+238 |
2009-09-11 | [S390] tape: use init_timer_on_stack() rather than init_timer() | Frank Munzert | 1 | -1/+1 |
2009-09-11 | [S390] proper use of device register | Sebastian Ott | 7 | -25/+24 |
2009-09-11 | [S390] dasd: fix message naming | Stefan Haberland | 8 | -20/+20 |
2009-09-11 | [S390] dasd: optimize cpu usage in goodcase | Stefan Haberland | 7 | -51/+41 |
2009-09-11 | [S390] dasd: fail requests when device state is less then ready | Stefan Weinhuber | 1 | -1/+4 |
2009-09-11 | [S390] cio: remove ccw_device init_name | Sebastian Ott | 2 | -19/+6 |
2009-09-11 | [S390] cio: move final put_device to ccw_device_unregister | Sebastian Ott | 1 | -3/+4 |
2009-09-11 | [S390] cio: remove subchannel init_name | Sebastian Ott | 3 | -14/+2 |
2009-09-11 | [S390] cio: fix memleak in subchannel validation | Sebastian Ott | 2 | -5/+5 |
2009-09-11 | [S390] cio: fix use after free in s390 debug feature | Sebastian Ott | 1 | -5/+9 |
2009-09-11 | [S390] qdio: remove limited number of debugfs entries | Jan Glauber | 2 | -41/+18 |
2009-09-11 | [S390] cio: failing set online/offline processing. | Michael Ernst | 2 | -35/+67 |
2009-09-11 | [S390] cio: ensure to hold a reference for deferred deregistration | Sebastian Ott | 1 | -8/+6 |
2009-09-11 | [S390] qdio: continue polling if the queue is not finished | Jan Glauber | 1 | -1/+3 |
2009-09-11 | [S390] cio: increase trace level | Sebastian Ott | 2 | -31/+17 |
2009-09-11 | [S390] cio: fix not oper handling after failed [on|off]line processing | Sebastian Ott | 1 | -0/+7 |
2009-09-11 | [S390] cio: consolidate subchannel intparm reset | Peter Oberparleiter | 2 | -10/+3 |
2009-09-11 | [S390] cio: move scsw helper functions to header file | Heiko Carstens | 3 | -868/+1 |
2009-09-11 | [S390] cio: fix ineffective verify event | Peter Oberparleiter | 1 | -1/+12 |
2009-09-05 | [SCSI] zfcp: optimize zfcp_qdio_account | Heiko Carstens | 2 | -7/+6 |
2009-09-05 | [SCSI] zfcp: Remove duplicated code for debug timestamps | Christof Schmitt | 1 | -16/+3 |