Age | Commit message (Expand) | Author | Files | Lines |
2013-08-30 | s390/pci: use claim_resource | Sebastian Ott | 1 | -29/+34 |
2013-08-30 | s390/pci/hotplug: convert to be builtin only | Sebastian Ott | 1 | -28/+6 |
2013-08-22 | s390: convert interrupt handling to use generic hardirq | Martin Schwidefsky | 3 | -304/+87 |
2013-08-22 | s390/pci: use adapter interrupt vector helpers | Martin Schwidefsky | 2 | -205/+160 |
2013-08-22 | s390/pci: cleanup function names | Martin Schwidefsky | 3 | -17/+17 |
2013-06-26 | s390/airq: simplify adapter interrupt code | Martin Schwidefsky | 1 | -14/+13 |
2013-06-26 | s390/pci: remove per device debug attribute | Martin Schwidefsky | 2 | -42/+0 |
2013-06-26 | s390/pci: sysfs remove strlen | Sebastian Ott | 1 | -8/+4 |
2013-06-26 | s390/pci: remove pdev during unplug | Sebastian Ott | 1 | -1/+0 |
2013-06-26 | s390/pci: cleanup hotplug code | Sebastian Ott | 1 | -19/+0 |
2013-06-26 | s390/pci: implement pcibios_release_device | Sebastian Ott | 1 | -1/+25 |
2013-06-26 | s390/pci: use to_pci_dev | Sebastian Ott | 2 | -7/+7 |
2013-06-10 | s390/pci: Implement IRQ functions if !PCI | Ben Hutchings | 1 | -33/+0 |
2013-04-26 | s390/pci: use pci_scan_root_bus | Sebastian Ott | 1 | -33/+17 |
2013-04-23 | s390/pci: return correct dma address for offset > PAGE_SIZE | Gerald Schaefer | 1 | -3/+1 |
2013-04-17 | s390/pci: remove disable_device implementation | Sebastian Ott | 1 | -34/+0 |
2013-04-17 | s390/pci: disable per default | Sebastian Ott | 1 | -3/+3 |
2013-04-17 | s390/pci: return error after failed pci ops | Sebastian Ott | 1 | -4/+12 |
2013-04-17 | s390/pci: do not read data after failed load | Sebastian Ott | 2 | -5/+7 |
2013-04-17 | s390/pci: add exception table to load/store instructions | Sebastian Ott | 1 | -23/+29 |
2013-04-17 | s390/pci: rename instruction wrappers | Sebastian Ott | 3 | -17/+18 |
2013-04-17 | s390/pci: uninline instruction wrappers | Sebastian Ott | 2 | -2/+196 |
2013-04-17 | s390/pci: implement pcibios_add_device | Sebastian Ott | 1 | -3/+11 |
2013-04-17 | s390/pci: do not modify function handles | Sebastian Ott | 1 | -0/+7 |
2013-04-17 | s390/pci: debug device states | Sebastian Ott | 3 | -10/+13 |
2013-04-17 | s390/pci: msi cleanup hash usage | Sebastian Ott | 1 | -4/+6 |
2013-04-17 | s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -2/+1 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -2/+2 |
2013-02-14 | s390/pci: fix hotplug module init | Sebastian Ott | 1 | -6/+21 |
2013-02-14 | s390/pci: cleanup clp page allocation | Sebastian Ott | 1 | -2/+1 |
2013-02-14 | s390/pci: cleanup clp inline assembly | Sebastian Ott | 1 | -5/+6 |
2013-02-14 | s390/pci: rename pci_probe to s390_pci_probe | Heiko Carstens | 1 | -4/+4 |
2013-01-08 | s390/irq: remove split irq fields from /proc/stat | Heiko Carstens | 1 | -2/+2 |
2013-01-08 | s390/pci: remove dead code | Heiko Carstens | 2 | -31/+0 |
2013-01-04 | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-12-14 | s390/pci: performance statistics and debug infrastructure | Jan Glauber | 6 | -5/+274 |
2012-12-11 | s390/pci: remove obsolete email addresses | Jan Glauber | 1 | -7/+7 |
2012-12-11 | s390/pci: speed up __iowrite64_copy by using pci store block insn | Jan Glauber | 1 | -0/+6 |
2012-12-03 | s390/pci: fix potential NULL pointer dereference in dma_free_seg_table() | Wei Yongjun | 1 | -1/+2 |
2012-12-03 | s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -2/+1 |
2012-11-30 | s390/pci: s390 specific PCI sysfs attributes | Jan Glauber | 3 | -1/+93 |
2012-11-30 | s390/pci: PCI hotplug support via SCLP | Jan Glauber | 1 | -0/+9 |
2012-11-30 | s390/pci: CHSC PCI support for error and availability events | Jan Glauber | 2 | -1/+95 |
2012-11-30 | s390/pci: DMA support | Jan Glauber | 4 | -1/+546 |
2012-11-30 | s390/pci: PCI adapter interrupts for MSI/MSI-X | Jan Glauber | 4 | -2/+608 |
2012-11-30 | s390/pci: CLP interface | Jan Glauber | 3 | -1/+346 |
2012-11-30 | s390/pci: base support | Jan Glauber | 2 | -0/+562 |