index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
s390/cpuinfo: do not skip info for CPUs without MHz feature
Alexander Gordeev
1
-2
/
+2
2020-03-23
s390/cpuinfo: fix wrong output when CPU0 is offline
Alexander Gordeev
1
-1
/
+4
2020-03-23
s390/cpuinfo: show number of online CPUs within a package
Alexander Gordeev
1
-0
/
+1
2020-03-23
s390/cpuinfo: show number of online cores
Alexander Gordeev
3
-2
/
+22
2020-03-23
s390/ipl: add support to control memory clearing for FCP and CCW re-IPL
Gerald Schaefer
2
-7
/
+67
2020-03-23
s390/topology: remove offline CPUs from CPU topology masks
Alexander Gordeev
3
-3
/
+9
2020-03-23
s390/numa: remove redundant cpus_with_topology variable
Alexander Gordeev
2
-7
/
+0
2020-03-23
s390/cpuinfo: show processor physical address
Alexander Gordeev
3
-0
/
+7
2020-03-23
s390/mm: optimize page table upgrade routine
Alexander Gordeev
1
-34
/
+56
2020-03-16
Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
25
-297
/
+2175
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
1
-1
/
+0
2020-03-16
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
1
-10
/
+2
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
1
-3
/
+2
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
1
-6
/
+0
2020-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+17
2020-03-12
ima: add a new CONFIG for loading arch-specific policies
Nayna Jain
2
-1
/
+2
2020-03-11
s390/config: do not select VIRTIO_CONSOLE via Kconfig
Christian Borntraeger
3
-1
/
+2
2020-03-11
s390/traps: mark test_monitor_call __init
Heiko Carstens
1
-1
/
+1
2020-03-11
s390/irq: make init_ext_interrupts static
Heiko Carstens
2
-10
/
+9
2020-03-11
s390/irq: replace setup_irq() by request_irq()
afzal mohammed
1
-6
/
+2
2020-03-11
KVM: s390: Also reset registers in sync regs for initial cpu reset
Christian Borntraeger
1
-1
/
+17
2020-03-10
s390/cpuinfo: add system topology information
Alexander Gordeev
1
-0
/
+22
2020-03-10
s390: prevent leaking kernel address in BEAR
Sven Schnelle
9
-27
/
+62
2020-03-10
s390: enable bpf jit by default when not built as always-on
Heiko Carstens
1
-0
/
+1
2020-03-10
s390/cpum_cf: Add new extended counters for IBM z15
Thomas Richter
1
-1
/
+122
2020-03-10
s390/pci: embedding hotplug_slot in zdev
Pierre Morel
1
-0
/
+2
2020-03-06
s390/mm: cleanup phys_to_pfn() and friends
Alexander Gordeev
1
-9
/
+9
2020-03-04
s390/pci: Fix unexpected write combine on resource
Niklas Schnelle
1
-2
/
+2
2020-03-04
s390/mm: fix panic in gup_fast on large pud
Gerald Schaefer
1
-0
/
+6
2020-03-04
s390/mm: mark private defines for vm_fault_t as such
Christian Borntraeger
1
-5
/
+5
2020-02-27
KVM: s390: introduce module parameter kvm.use_gisa
Michael Mueller
1
-1
/
+7
2020-02-27
KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
Christian Borntraeger
1
-0
/
+3
2020-02-27
KVM: s390: protvirt: Add UV cpu reset calls
Janosch Frank
2
-0
/
+26
2020-02-27
KVM: s390: protvirt: do not inject interrupts after start
Christian Borntraeger
1
-0
/
+7
2020-02-27
KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
Janosch Frank
1
-0
/
+11
2020-02-27
KVM: s390: protvirt: Support cmd 5 operation state
Janosch Frank
2
-0
/
+7
2020-02-27
KVM: s390: protvirt: Report CPU state to Ultravisor
Janosch Frank
6
-13
/
+79
2020-02-27
KVM: s390: protvirt: UV calls in support of diag308 0, 1
Janosch Frank
2
-0
/
+26
2020-02-27
KVM: s390: protvirt: Add program exception injection
Janosch Frank
1
-0
/
+19
2020-02-27
KVM: s390: protvirt: Only sync fmt4 registers
Janosch Frank
1
-40
/
+70
2020-02-27
KVM: s390: protvirt: Do only reset registers that are accessible
Janosch Frank
1
-4
/
+11
2020-02-27
KVM: s390: protvirt: disallow one_reg
Janosch Frank
1
-0
/
+3
2020-02-27
KVM: s390: protvirt: STSI handling
Janosch Frank
1
-4
/
+9
2020-02-27
KVM: s390: protvirt: Write sthyi data to instruction data area
Janosch Frank
1
-5
/
+10
2020-02-27
KVM: s390/mm: handle guest unpin events
Claudio Imbrenda
1
-0
/
+29
2020-02-27
KVM: s390: protvirt: handle secure guest prefix pages
Janosch Frank
2
-0
/
+19
2020-02-27
KVM: S390: protvirt: Introduce instruction data area bounce buffer
Janosch Frank
3
-9
/
+84
2020-02-27
KVM: s390: protvirt: Add new gprs location handling
Janosch Frank
2
-1
/
+14
[prev]
[next]