index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
s390/ap: Unmask SLCF bit in card and queue ap functions sysfs
Harald Freudenberger
1
-1
/
+1
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
9
-0
/
+9
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-4
/
+4
2025-06-17
s390/drivers: Explicitly include <linux/export.h>
Heiko Carstens
9
-0
/
+9
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
1
-4
/
+4
2025-06-16
s390/pkey: Prevent overflow in size calculation for memdup_user()
Fedor Pchelkin
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-30
s390/pkey/crypto: Introduce xflags param for pkey in-kernel API
Harald Freudenberger
1
-2
/
+1
2025-04-30
s390/pkey: Provide and pass xflags within pkey and zcrypt layers
Harald Freudenberger
12
-151
/
+214
2025-04-30
s390/pkey: Use preallocated memory for retrieve of UV secret metadata
Harald Freudenberger
1
-3
/
+35
2025-04-30
s390/pkey: Rework EP11 pkey handler to use stack for small memory allocs
Harald Freudenberger
1
-33
/
+10
2025-04-30
s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
Harald Freudenberger
1
-33
/
+10
2025-04-30
s390/zcrypt: Rework ep11 misc functions to use cprb mempool
Harald Freudenberger
4
-49
/
+76
2025-04-30
s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
Harald Freudenberger
1
-15
/
+10
2025-04-30
s390/zcrypt: Propagate xflags argument with cca_get_info()
Harald Freudenberger
3
-6
/
+6
2025-04-30
s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
Harald Freudenberger
1
-13
/
+29
2025-04-30
s390/zcrypt: Rework ep11 findcard() implementation and callers
Harald Freudenberger
3
-42
/
+20
2025-04-30
s390/zcrypt: Rework cca findcard() implementation and callers
Harald Freudenberger
3
-45
/
+25
2025-04-30
s390/zcrypt: Remove CCA and EP11 card and domain info caches
Harald Freudenberger
6
-232
/
+47
2025-04-30
s390/zcrypt: Remove unused functions from cca misc
Harald Freudenberger
2
-151
/
+0
2025-04-30
s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
Harald Freudenberger
1
-10
/
+36
2025-04-30
s390/zcrypt: Introduce pre-allocated device status array for cca misc
Harald Freudenberger
1
-10
/
+37
2025-04-30
s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
Harald Freudenberger
4
-13
/
+33
2025-04-30
s390/zcrypt: Introduce cprb mempool for ep11 misc functions
Harald Freudenberger
3
-62
/
+96
2025-04-30
s390/zcrypt: Introduce cprb mempool for cca misc functions
Harald Freudenberger
4
-32
/
+103
2025-04-30
s390/ap/zcrypt: New xflag parameter
Harald Freudenberger
6
-38
/
+52
2025-04-30
s390/zcrypt: Avoid alloc and copy of ep11 targets if kernelspace cprb
Harald Freudenberger
1
-23
/
+19
2025-04-30
s390/ap: Introduce ap message buffer pool
Harald Freudenberger
3
-9
/
+58
2025-04-30
s390/ap/zcrypt: Rework AP message buffer allocation
Harald Freudenberger
5
-66
/
+87
2025-04-30
s390/ap: Move response_type struct into ap_msg struct
Harald Freudenberger
3
-61
/
+37
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-01
s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log
Anthony Krowiak
1
-26
/
+46
2025-03-29
Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
3
-7
/
+68
2025-03-11
s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed
Rorie Reyes
1
-3
/
+11
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
1
-1
/
+2
2025-02-18
s390/vfio-ap: Signal eventfd when guest AP configuration is changed
Rorie Reyes
2
-1
/
+53
2025-02-18
s390/vfio-ap: Make mdev_types not look like a fake flex array
Halil Pasic
2
-3
/
+3
2025-02-18
s390/vfio-ap: Fix indentation in vfio_ap_mdev_ioctl()
Thorsten Blum
1
-2
/
+2
2025-02-18
s390/ap_bus: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-01-07
s390/pkey: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-64
/
+64
2024-11-27
s390/ap: Replace xchg() with WRITE_ONCE()
Heiko Carstens
1
-1
/
+1
2024-11-21
s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
Claudio Imbrenda
1
-10
/
+22
2024-11-18
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
10
-202
/
+428
2024-10-29
s390/pkey: Tolerate larger key blobs
Holger Dengler
2
-8
/
+8
2024-10-29
s390/pkey: Add new pkey handler module pkey-uv
Harald Freudenberger
3
-0
/
+291
2024-10-29
s390/pkey: Build module name array selectively based on kernel config options
Harald Freudenberger
1
-1
/
+10
2024-10-29
s390/pkey: Rework pkey verify for protected keys
Harald Freudenberger
1
-42
/
+38
2024-10-29
s390/pkey: Simplify protected key length calculation code
Harald Freudenberger
2
-118
/
+72
2024-10-29
s390/zcrypt: Cleanup include zcrypt_api.h
Harald Freudenberger
5
-4
/
+1
2024-10-25
s390/vfio-ap: Switch over to sysfs_emit()
Mete Durlu
1
-33
/
+12
[next]