Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s390/pci: base support | Jan Glauber | 2012-11-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Add PCI support for s390, (only 64 bit mode is supported by hardware): - PCI facility tests - PCI instructions: pcilg, pcistg, pcistb, stpcifc, mpcifc, rpcit - map readb/w/l/q and writeb/w/l/q to pcilg and pcistg instructions - pci_iomap implementation - memcpy_fromio/toio - pci_root_ops using special pcilg/pcistg - device, bus and domain allocation Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> | ||||
* | s390/bpf,jit: BPF Just In Time compiler for s390 | Martin Schwidefsky | 2012-09-26 | 1 | -0/+1 |
| | | | | | | | The s390 implementation of the JIT compiler for packet filter speedup. Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> | ||||
* | [S390] make arch/s390 subdirectories depend on config option | Jan Glauber | 2011-12-27 | 1 | -6/+7 |
| | | | | | | | | Only add subdirectories of arch/s390 to kbuild if their respective config option is selected. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> | ||||
* | [S390] standardize Kbuild rules | Heiko Carstens | 2010-10-25 | 1 | -0/+6 |
Introducing this Kbuild file allow us to: make arch/s390/ And thus building all the core part of s390. Same as on other architectures. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> |