index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: kvm/sigp.c: fix memory leakage
Cong Ding
2013-01-17
1
-1
/
+3
*
KVM: s390: Add support for channel I/O instructions.
Cornelia Huck
2013-01-07
7
-4
/
+160
*
KVM: s390: Base infrastructure for enabling capabilities.
Cornelia Huck
2013-01-07
1
-0
/
+26
*
KVM: s390: In-kernel handling of I/O instructions.
Cornelia Huck
2013-01-07
3
-20
/
+56
*
KVM: s390: Add support for machine checks.
Cornelia Huck
2013-01-07
6
-3
/
+263
*
KVM: s390: Support for I/O interrupts.
Cornelia Huck
2013-01-07
2
-2
/
+103
*
KVM: s390: Decoding helper functions.
Cornelia Huck
2013-01-07
4
-51
/
+55
*
KVM: s390: Constify intercept handler tables.
Cornelia Huck
2013-01-07
2
-3
/
+3
*
KVM: s390: Add a channel I/O based virtio transport driver.
Cornelia Huck
2012-12-18
2
-0
/
+2
*
s390/ccwdev: Include asm/schid.h.
Cornelia Huck
2012-12-18
1
-3
/
+1
*
KVM: struct kvm_memory_slot.user_alloc -> bool
Alex Williamson
2012-12-13
1
-2
/
+2
*
KVM: Make KVM_PRIVATE_MEM_SLOTS optional
Alex Williamson
2012-12-13
1
-2
/
+0
*
KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
Alex Williamson
2012-12-13
1
-1
/
+1
*
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-12-13
2
-2
/
+24
|
\
|
*
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
2012-11-27
1
-0
/
+5
|
*
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2012-10-29
97
-1553
/
+2266
|
|
\
|
*
|
s390/kvm: dont announce RRBM support
Christian Borntraeger
2012-10-10
1
-1
/
+1
|
*
|
s390/kvm: Interrupt injection bugfix
Jason J. Herne
2012-10-10
1
-1
/
+18
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2012-12-13
54
-512
/
+4574
|
\
\
\
|
*
|
|
s390/pci: remove obsolete email addresses
Jan Glauber
2012-12-11
1
-7
/
+7
|
*
|
|
s390/pci: speed up __iowrite64_copy by using pci store block insn
Jan Glauber
2012-12-11
1
-0
/
+6
|
*
|
|
s390/pci: enable NEED_DMA_MAP_STATE
Jan Glauber
2012-12-05
1
-0
/
+3
|
*
|
|
s390/pci: no msleep in potential IRQ context
Jan Glauber
2012-12-05
1
-5
/
+5
|
*
|
|
s390/pci: fix potential NULL pointer dereference in dma_free_seg_table()
Wei Yongjun
2012-12-03
1
-1
/
+2
|
*
|
|
s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
2012-12-03
1
-2
/
+1
|
*
|
|
s390/bpf,jit: add support for XOR instruction
Heiko Carstens
2012-12-03
1
-0
/
+7
|
*
|
|
s390/bpf,jit: add support MOD instruction
Heiko Carstens
2012-12-03
1
-0
/
+21
|
*
|
|
vga: compile fix, disable vga for s390
Jan Glauber
2012-11-30
1
-0
/
+6
|
*
|
|
s390/pci: add PCI Kconfig options
Jan Glauber
2012-11-30
1
-6
/
+50
|
*
|
|
s390/pci: s390 specific PCI sysfs attributes
Jan Glauber
2012-11-30
4
-1
/
+97
|
*
|
|
s390/pci: PCI hotplug support via SCLP
Jan Glauber
2012-11-30
3
-0
/
+22
|
*
|
|
s390/pci: CHSC PCI support for error and availability events
Jan Glauber
2012-11-30
3
-1
/
+99
|
*
|
|
s390/pci: DMA support
Jan Glauber
2012-11-30
8
-11
/
+848
|
*
|
|
s390/pci: PCI adapter interrupts for MSI/MSI-X
Jan Glauber
2012-11-30
9
-2
/
+672
|
*
|
|
s390/bitops: find leftmost bit instruction support
Jan Glauber
2012-11-30
1
-0
/
+81
|
*
|
|
s390/pci: CLP interface
Jan Glauber
2012-11-30
6
-1
/
+563
|
*
|
|
s390/pci: base support
Jan Glauber
2012-11-30
8
-8
/
+1181
|
*
|
|
s390/ccwgroup: allow drivers to call set_{on,off}line
Sebastian Ott
2012-11-23
1
-0
/
+3
|
*
|
|
s390/kvm: Fix address space mixup
Christian Borntraeger
2012-11-23
1
-5
/
+20
|
*
|
|
s390/ptrace: race of single stepping vs signal delivery
Martin Schwidefsky
2012-11-23
4
-14
/
+21
|
*
|
|
s390/disassembler: add new instructions
Heiko Carstens
2012-11-23
1
-193
/
+370
|
*
|
|
s390: add zEC12 code generation support
Heiko Carstens
2012-11-23
4
-30
/
+59
|
*
|
|
s390/topology: cleanup topology code
Heiko Carstens
2012-11-23
2
-75
/
+72
|
*
|
|
s390/mm: move kernel_page_present/kernel_map_pages to page_attr.c
Heiko Carstens
2012-11-23
3
-44
/
+43
|
*
|
|
s390/memory hotplug: use pfmf instruction to initialize storage keys
Heiko Carstens
2012-11-23
4
-42
/
+45
|
*
|
|
s390/mm: keep fault_init() private to fault.c
Heiko Carstens
2012-11-23
3
-6
/
+8
|
*
|
|
s390: use ccw_device_get_schid
Sebastian Ott
2012-11-23
1
-3
/
+0
|
*
|
|
s390: Add a mechanism to get the subchannel id.
Cornelia Huck
2012-11-23
1
-0
/
+5
|
*
|
|
s390/crypto: Don't panic after crypto instruction failures
Jan Glauber
2012-11-23
4
-21
/
+39
|
*
|
|
s390/traps: preinitialize program check table
Heiko Carstens
2012-11-23
5
-49
/
+182
[next]