summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* phylib: remove !S390 dependeny from KconfigHeiko Carstens2013-02-141-1/+0
* uio: remove !S390 dependency from KconfigHeiko Carstens2013-02-141-1/+0
* dasd: fix sysfs cleanup in dasd_generic_removeStefan Weinhuber2013-02-141-1/+4
* s390/pci: fix hotplug module initSebastian Ott2013-02-141-33/+25
* parport: disable PC-style parallel port support for s390Heiko Carstens2013-02-141-1/+1
* ata: disable ATA for s390Heiko Carstens2013-02-141-1/+1
* s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens2013-02-141-1/+1
* s390/time: rename tod clock access functionsHeiko Carstens2013-02-1418-58/+58
* s390/scm: use inline dummy functionsSebastian Ott2013-02-142-14/+29
* s390/cio: handle unknown pgroup stateSebastian Ott2013-02-141-3/+61
* s390/cio: export vpm via sysfsSebastian Ott2013-02-141-0/+10
* s390/cio: skip broken pathsSebastian Ott2013-02-141-5/+6
* s390/cio: dont abort verification after missing irqSebastian Ott2013-02-142-10/+43
* s390/zcore: Add hsa fileMichael Holzheu2013-02-141-3/+59
* s390/chsc: cleanup SEI helper functionsSebastian Ott2013-02-141-36/+32
* s390/3270: asynchronous size sensingMartin Schwidefsky2013-02-144-314/+332
* s390/3270: introduce device notifierMartin Schwidefsky2013-02-144-82/+83
* s390/3270: fix initialization order in tty3270_alloc_viewMartin Schwidefsky2013-02-141-6/+8
* s390/3270: readd tty3270_openMartin Schwidefsky2013-02-141-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-1310-104/+127
|\
| * net/macb: fix race with RX interrupt while doing NAPINicolas Ferre2013-02-131-0/+5
| * atl1c: add error checking for pci_map_single functionsHuang, Xiong2013-02-131-7/+64
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-121-18/+18
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-121-18/+18
| | |\
| | | * mwl8k: fix band for supported channelsJonas Gorski2013-02-111-18/+18
| * | | ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck2013-02-121-6/+3
| * | | net: qmi_wwan: add Yota / Megafon M100-1 4g modemBjørn Mork2013-02-121-0/+1
| |/ /
| * | bnx2x: set gso_typeMichael S. Tsirkin2013-02-111-7/+5
| * | qlcnic: set gso_typeMichael S. Tsirkin2013-02-111-1/+6
| * | ixgbe: fix gso typeMichael S. Tsirkin2013-02-111-2/+6
| * | stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO2013-02-111-3/+7
| * | stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO2013-02-111-1/+1
| * | Merge branch 'davem.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2013-02-111-67/+19
| |\ \
| | * | Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu2013-02-091-21/+9
| | * | Revert "r8169: enable ALDPS for power saving".Francois Romieu2013-02-081-46/+10
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-02-133-1/+3
|\ \ \ \
| * | | | drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf2013-02-042-0/+2
| * | | | drivers/input/joystick/analog.c: enable precise timerChris Metcalf2013-02-041-1/+1
* | | | | drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij2013-02-121-1/+3
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-128-71/+81
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | drm/radeon: enforce use of radeon_get_ib_value when reading user cmdJerome Glisse2013-02-122-62/+62
| * | | | Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-02-116-9/+19
| |\ \ \ \
| | * | | | drm/nouveau: add lockdep annotationsMarcin Slusarz2013-02-093-3/+9
| | * | | | drm/nv50/fb: Fix nullptr-deref on IGPsRoy Spliet2013-01-312-4/+5
| | * | | | drm/nouveau: use different register to wait for secret scrubberMaarten Lankhorst2013-01-311-2/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-0838-251/+459
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens2013-02-081-73/+73
| * | | | | Merge branch 'netback'David S. Miller2013-02-083-53/+88
| |\ \ \ \ \
| | * | | | | netback: correct netbk_tx_err to handle wrap around.Ian Campbell2013-02-081-1/+1
| | * | | | | xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell2013-02-081-1/+12