index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory de...
David Hildenbrand
2024-11-07
3
-3
/
+54
*
Documentation: s390-diag.rst: Document diag500(STORAGE LIMIT) subfunction
David Hildenbrand
2024-11-07
1
-0
/
+17
*
Documentation: s390-diag.rst: Make diag500 a generic KVM hypercall
David Hildenbrand
2024-11-07
1
-7
/
+11
*
s390/kvm: Mask extra bits from program interrupt code
Claudio Imbrenda
2024-11-07
2
-2
/
+2
*
s390/kvm: Initialize uninitialized flags variable
Claudio Imbrenda
2024-10-31
1
-1
/
+1
*
s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex
Thomas Richter
2024-10-31
1
-1
/
+1
*
s390/mm: Cleanup fault error handling
Heiko Carstens
2024-10-29
1
-10
/
+4
*
s390/mm: Convert to LOCK_MM_AND_FIND_VMA
Heiko Carstens
2024-10-29
2
-11
/
+3
*
s390/mm: Get rid of fault type switch statements
Heiko Carstens
2024-10-29
1
-48
/
+22
*
s390/mm: Simplify get_fault_type()
Heiko Carstens
2024-10-29
1
-9
/
+2
*
s390: Remove gmap pointer from lowcore
Claudio Imbrenda
2024-10-29
2
-3
/
+1
*
s390/mm/gmap: Remove gmap_{en,dis}able()
Claudio Imbrenda
2024-10-29
2
-34
/
+0
*
s390/kvm: Stop using gmap_{en,dis}able()
Claudio Imbrenda
2024-10-29
3
-11
/
+2
*
s390/mm/fault: Handle guest-related program interrupts in KVM
Claudio Imbrenda
2024-10-29
8
-157
/
+143
*
s390/mm/gmap: Fix __gmap_fault() return code
Claudio Imbrenda
2024-10-29
1
-6
/
+5
*
s390/mm/gmap: Refactor gmap_fault() and add support for pfault
Claudio Imbrenda
2024-10-29
1
-19
/
+100
*
s390/kvm: Remove kvm_arch_fault_in_page()
Claudio Imbrenda
2024-10-29
3
-20
/
+3
*
s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
Claudio Imbrenda
2024-10-29
4
-18
/
+18
*
s390/cpum_sf: Rework call to sf_disable()
Thomas Richter
2024-10-29
1
-2
/
+1
*
s390/crypto: Add hardware acceleration for full AES-XTS mode
Holger Dengler
2024-10-29
2
-5
/
+106
*
s390/crypto: Postpone the key split to key conversion
Holger Dengler
2024-10-29
1
-25
/
+74
*
s390/crypto: Introduce function for tokenize clearkeys
Holger Dengler
2024-10-29
1
-11
/
+23
*
s390/crypto: Generalize parameters for key conversion
Holger Dengler
2024-10-29
1
-7
/
+7
*
s390/crypto: Use module-local structures for protected keys
Holger Dengler
2024-10-29
1
-28
/
+35
*
s390/crypto: Convert to reverse x-mas tree, rename ret to rc
Holger Dengler
2024-10-29
1
-61
/
+61
*
s390/pkey: Tolerate larger key blobs
Holger Dengler
2024-10-29
2
-8
/
+8
*
s390/cpum_sf: Handle CPU hotplug remove during sampling
Thomas Richter
2024-10-29
1
-1
/
+3
*
s390/cpum_sf: Fix format string in pr_err()
Thomas Richter
2024-10-29
1
-1
/
+1
*
s390/cpum_sf: Use sf_buffer_available()
Thomas Richter
2024-10-29
1
-2
/
+2
*
s390/cpum_sf: Consistently use goto out for function exit
Thomas Richter
2024-10-29
1
-1
/
+1
*
s390/cpum_sf: Do not re-enable event after deletion
Thomas Richter
2024-10-29
1
-19
/
+19
*
MAINTAINERS: Update and add s390 crypto related entries
Harald Freudenberger
2024-10-29
1
-1
/
+25
*
s390/pkey: Add new pkey handler module pkey-uv
Harald Freudenberger
2024-10-29
7
-0
/
+315
*
s390/pkey: Build module name array selectively based on kernel config options
Harald Freudenberger
2024-10-29
1
-1
/
+10
*
s390/pkey: Fix checkpatch findings in pkey header file
Harald Freudenberger
2024-10-29
1
-11
/
+26
*
s390/pkey: Rework pkey verify for protected keys
Harald Freudenberger
2024-10-29
1
-42
/
+38
*
s390/pkey: Simplify protected key length calculation code
Harald Freudenberger
2024-10-29
2
-118
/
+72
*
s390/zcrypt: Cleanup include zcrypt_api.h
Harald Freudenberger
2024-10-29
5
-4
/
+1
*
s390/uv: Retrieve UV secrets sysfs support
Steffen Eiden
2024-10-29
3
-6
/
+31
*
s390/uvdevice: Increase indent in IOCTL definitions
Steffen Eiden
2024-10-29
1
-15
/
+15
*
s390/uvdevice: Add Retrieve Secret IOCTL
Steffen Eiden
2024-10-29
2
-2
/
+62
*
s390/uv: Retrieve UV secrets support
Steffen Eiden
2024-10-29
2
-3
/
+262
*
s390/uv: Use a constant for more-data rc
Steffen Eiden
2024-10-29
2
-2
/
+3
*
s390/uv: Provide host-key hashes in sysfs
Steffen Eiden
2024-10-29
2
-0
/
+88
*
s390/uv: Refactor uv-sysfs creation
Steffen Eiden
2024-10-29
1
-10
/
+22
*
s390/netiucv: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
1
-12
/
+12
*
s390/vfio-ap: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
1
-33
/
+12
*
s390/vmur: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
1
-1
/
+1
*
s390/sclp_cpi: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
1
-4
/
+4
*
s390/sclp_ocf: Switch over to sysfs_emit()
Mete Durlu
2024-10-25
1
-2
/
+2
[next]