index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-09-21
19
-2209
/
+3720
|
\
|
*
s390/pkey: Add AES xts and HMAC clear key token support
Harald Freudenberger
2024-09-05
3
-13
/
+236
|
*
s390/wti: Introduce infrastructure for warning track interrupt
Tobias Huschle
2024-08-29
1
-0
/
+1
|
*
s390/ap: Fix deadlock caused by recursive lock of the AP bus scan mutex
Harald Freudenberger
2024-08-29
1
-0
/
+17
|
*
s390/pkey: Add function to enforce pkey handler modules load
Harald Freudenberger
2024-08-29
4
-32
/
+95
|
*
s390/pkey: Add slowpath function to CCA and EP11 handler
Harald Freudenberger
2024-08-29
5
-110
/
+193
|
*
s390/pkey: Introduce pkey base with handler registry and handler modules
Harald Freudenberger
2024-08-29
9
-1143
/
+1501
|
*
s390/pkey: Unify pkey cca, ep11 and pckmo functions signatures
Harald Freudenberger
2024-08-29
6
-98
/
+213
|
*
s390/pkey: Rework and split PKEY kernel module code
Harald Freudenberger
2024-08-29
11
-1753
/
+2314
|
*
s390/pkey: Split pkey_unlocked_ioctl function
Harald Freudenberger
2024-08-29
1
-388
/
+490
|
*
s390/zcrypt_msgtype6: Cleanup debug code
Holger Dengler
2024-08-21
1
-22
/
+15
|
*
s390/zcrypt_msgtype50: Cleanup debug code
Holger Dengler
2024-08-21
1
-5
/
+5
|
*
s390/zcrypt_api: Cleanup debug code
Holger Dengler
2024-08-21
1
-16
/
+13
|
*
s390/ap_queue: Cleanup debug code
Holger Dengler
2024-08-21
1
-10
/
+10
|
*
s390/ap_bus: Cleanup debug code
Holger Dengler
2024-08-21
1
-22
/
+20
*
|
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-09-21
15
-28
/
+14
|
\
\
|
*
|
treewide: correct the typo 'retun'
WangYuli
2024-09-10
6
-6
/
+6
|
*
|
drm/xe: clean up fault injection usage
Jani Nikula
2024-09-02
2
-14
/
+3
|
*
|
drm/msm: clean up fault injection usage
Jani Nikula
2024-09-02
3
-8
/
+0
|
*
|
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
2024-09-02
5
-0
/
+5
*
|
|
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
36
-351
/
+1396
|
\
\
\
|
*
|
|
zram: free secondary algorithms names
Sergey Senozhatsky
2024-09-17
1
-0
/
+5
|
*
|
|
vfio/pci: implement huge_fault support
Alex Williamson
2024-09-17
1
-17
/
+43
|
*
|
|
acrn: use the new follow_pfnmap API
Peter Xu
2024-09-17
1
-7
/
+9
|
*
|
|
vfio: use the new follow_pfnmap API
Peter Xu
2024-09-17
1
-10
/
+6
|
*
|
|
zram: support priority parameter in recompression
Sergey Senozhatsky
2024-09-10
1
-0
/
+12
|
*
|
|
zram: add dictionary support to zstd backend
Sergey Senozhatsky
2024-09-10
1
-26
/
+124
|
*
|
|
zram: add dictionary support to lz4hc
Sergey Senozhatsky
2024-09-10
1
-7
/
+68
|
*
|
|
zram: add dictionary support to lz4
Sergey Senozhatsky
2024-09-10
1
-7
/
+67
|
*
|
|
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
2024-09-10
9
-98
/
+168
|
*
|
|
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
2024-09-10
9
-135
/
+149
|
*
|
|
zram: introduce zcomp_req structure
Sergey Senozhatsky
2024-09-10
9
-72
/
+77
|
*
|
|
zram: add support for dict comp config
Sergey Senozhatsky
2024-09-10
1
-9
/
+36
|
*
|
|
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
2024-09-10
1
-0
/
+68
|
*
|
|
zram: recalculate zstd compression params once
Sergey Senozhatsky
2024-09-10
1
-2
/
+3
|
*
|
|
zram: introduce zcomp_params structure
Sergey Senozhatsky
2024-09-10
11
-24
/
+67
|
*
|
|
zram: check that backends array has at least one backend
Sergey Senozhatsky
2024-09-10
2
-6
/
+21
|
*
|
|
zram: add 842 compression backend support
Sergey Senozhatsky
2024-09-10
5
-0
/
+94
|
*
|
|
zram: add zlib compression backend support
Sergey Senozhatsky
2024-09-10
5
-0
/
+158
|
*
|
|
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
2024-09-10
1
-2
/
+2
|
*
|
|
zram: add zstd compression backend support
Sergey Senozhatsky
2024-09-10
5
-0
/
+123
|
*
|
|
zram: add lz4hc compression backend support
Sergey Senozhatsky
2024-09-10
5
-2
/
+100
|
*
|
|
zram: add lz4 compression backend support
Sergey Senozhatsky
2024-09-10
5
-0
/
+98
|
*
|
|
zram: add lzo and lzorle compression backends support
Sergey Senozhatsky
2024-09-10
7
-0
/
+140
|
*
|
|
zram: introduce custom comp backends API
Sergey Senozhatsky
2024-09-10
4
-151
/
+76
|
*
|
|
vduse: avoid using __GFP_NOFAIL
Jason Wang
2024-09-10
2
-8
/
+12
|
*
|
|
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
2024-09-04
1
-1
/
+0
|
*
|
|
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
2024-09-04
2
-2
/
+2
|
*
|
|
arch_numa: switch over to numa_memblks
Mike Rapoport (Microsoft)
2024-09-04
2
-141
/
+61
|
*
|
|
of, numa: return -EINVAL when no numa-node-id is found
Mike Rapoport (Microsoft)
2024-09-04
1
-2
/
+2
[next]