summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [S390] zcrypt: Free ap_device if dev_set_name fails.Felix Beck2009-09-111-2/+5
* [S390] zcrypt: Use spin_lock_bh in suspend callbackFelix Beck2009-09-111-2/+6
* [S390] xpram: Remove checksum validation for suspend/resumeMichael Holzheu2009-09-111-65/+0
* [S390] vmur: Invalid allocation sequence for vmur classMichael Holzheu2009-09-111-9/+10
* [S390] add call home supportHans-Joachim Picht2009-09-114-1/+238
* [S390] tape: use init_timer_on_stack() rather than init_timer()Frank Munzert2009-09-111-1/+1
* [S390] proper use of device registerSebastian Ott2009-09-118-26/+25
* [S390] dasd: fix message namingStefan Haberland2009-09-118-20/+20
* [S390] dasd: optimize cpu usage in goodcaseStefan Haberland2009-09-117-51/+41
* [S390] dasd: fail requests when device state is less then readyStefan Weinhuber2009-09-111-1/+4
* [S390] cio: remove ccw_device init_nameSebastian Ott2009-09-112-19/+6
* [S390] cio: move final put_device to ccw_device_unregisterSebastian Ott2009-09-111-3/+4
* [S390] cio: remove subchannel init_nameSebastian Ott2009-09-113-14/+2
* [S390] cio: fix memleak in subchannel validationSebastian Ott2009-09-112-5/+5
* [S390] cio: fix use after free in s390 debug featureSebastian Ott2009-09-111-5/+9
* [S390] qdio: remove limited number of debugfs entriesJan Glauber2009-09-112-41/+18
* [S390] cio: failing set online/offline processing.Michael Ernst2009-09-112-35/+67
* [S390] cio: ensure to hold a reference for deferred deregistrationSebastian Ott2009-09-111-8/+6
* [S390] qdio: continue polling if the queue is not finishedJan Glauber2009-09-111-1/+3
* [S390] cio: increase trace levelSebastian Ott2009-09-112-31/+17
* [S390] cio: fix not oper handling after failed [on|off]line processingSebastian Ott2009-09-111-0/+7
* [S390] cio: consolidate subchannel intparm resetPeter Oberparleiter2009-09-112-10/+3
* [S390] cio: move scsw helper functions to header fileHeiko Carstens2009-09-113-868/+1
* [S390] cio: fix ineffective verify eventPeter Oberparleiter2009-09-111-1/+12
* md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven2009-09-101-1/+1
* aoe: allocate unused request_queue for sysfsEd Cashin2009-09-093-4/+11
* i915: disable interrupts before tearing down GEM stateLinus Torvalds2009-09-081-5/+1
* drm/i915: fix mask bits settingZhenyu Wang2009-09-083-1/+3
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-09-075-69/+70
|\
| * drm/radeon/kms: add LTE/GTE discard + rv515 two sided stencil register.Dave Airlie2009-09-075-69/+70
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-071-1/+1
|\ \
| * | gianfar: Fix build.David S. Miller2009-09-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-09-071-0/+1
|\ \ \
| * | | pcmcia: add CNF-CDROM-ID for ideWolfram Sang2009-08-141-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-09-073-6/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang2009-09-021-1/+7
| * | | drm/i915: Unref old_obj on get_fence_reg() error pathChris Wilson2009-09-021-4/+9
| * | | drm/i915: increase default latency constant (v2 w/comment)Jesse Barnes2009-09-021-1/+15
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-09-053-6/+20
|\ \ \ \
| * | | | firewire: sbp2: fix freeing of unallocated memoryStefan Richter2009-09-051-4/+4
| * | | | firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter2009-09-051-0/+5
| * | | | firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter2009-09-051-0/+9
| * | | | firewire: core: fix crash in iso resource managementStefan Richter2009-09-051-2/+2
* | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-052-7/+10
|\ \ \ \ \
| * | | | | mtd: nftl: fix offset alignmentsDimitri Gorokhovik2009-09-031-6/+9
| * | | | | mtd: nftl: write support is brokenDimitri Gorokhovik2009-09-031-1/+1
| * | | | | mtd: m25p80: fix null pointer dereference bugAnton Vorontsov2009-09-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-052-53/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | gianfar: gfar_remove needs to call unregister_netdev()Toru UCHIYAMA2009-08-301-0/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-281-53/+67
| |\ \ \ \
OpenPOWER on IntegriCloud