index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
s390/ipl: fix virtual vs physical address confusion
Alexander Gordeev
3
-5
/
+5
2023-08-18
s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blob
Holger Dengler
5
-25
/
+76
2023-08-17
s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs
Holger Dengler
1
-1
/
+1
2023-08-17
s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes
Holger Dengler
2
-4
/
+4
2023-08-17
s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 IOCTL
Holger Dengler
1
-1
/
+26
2023-08-17
s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_KBLOB2PROTK[23]
Holger Dengler
3
-62
/
+100
2023-08-17
s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTL
Holger Dengler
3
-20
/
+60
2023-08-17
s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTL
Holger Dengler
3
-21
/
+102
2023-08-17
s390/pkey: fix/harmonize internal keyblob headers
Holger Dengler
3
-11
/
+4
2023-08-16
s390/ipl: add common ipl parameter attribute group
Sven Schnelle
1
-22
/
+6
2023-08-16
s390/ipl: add missing secure/has_secure file to ipl type 'unknown'
Sven Schnelle
1
-0
/
+2
2023-08-16
s390/dcssblk: fix kernel crash with list_add corruption
Gerald Schaefer
1
-1
/
+3
2023-08-16
s390/mm: make virt_to_pfn() a static inline
Linus Walleij
6
-7
/
+15
2023-08-16
s390/boot: fix multi-line comments style
Alexander Gordeev
1
-2
/
+4
2023-08-16
s390/boot: account Real Memory Copy and Lowcore areas
Alexander Gordeev
1
-1
/
+2
2023-08-16
s390/mm: define Real Memory Copy size and mask macros
Alexander Gordeev
4
-5
/
+9
2023-08-16
s390/boot: cleanup number of page table levels setup
Alexander Gordeev
1
-5
/
+4
2023-08-09
s390: remove <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-08-09
s390: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
3
-3
/
+3
2023-08-09
s390: remove unneeded #include <asm/export.h>
Masahiro Yamada
1
-2
/
+0
2023-08-09
s390/smp: ensure global control register contents are in sync
Heiko Carstens
1
-3
/
+12
2023-08-01
s390/cert_store: select CRYPTO_LIB_SHA256
Sven Schnelle
1
-0
/
+1
2023-07-29
s390/cert_store: fix error return code in fill_cs_keyring()
Yang Yingliang
1
-0
/
+1
2023-07-29
s390/pfault: use consistent comment style
Heiko Carstens
1
-10
/
+20
2023-07-29
s390/pfault: cleanup inline assemblies
Heiko Carstens
2
-15
/
+17
2023-07-29
s390/pfault: use early_param() instead if __setup()
Heiko Carstens
1
-2
/
+1
2023-07-29
s390/pfault: remove not needed packed and aligned attributes
Heiko Carstens
1
-1
/
+1
2023-07-29
s390/pfault: use UL instead of ULL
Heiko Carstens
1
-3
/
+3
2023-07-29
s390/mm: move pfault code to own C file
Heiko Carstens
7
-236
/
+266
2023-07-27
s390/defconfigs: set CONFIG_FUNCTION_GRAPH_RETVAL=y
Heiko Carstens
2
-0
/
+2
2023-07-27
s390/ftrace: use la instead of aghik in return_to_handler()
Heiko Carstens
1
-1
/
+1
2023-07-27
s390/ebcdic: fix typo in comment
Christophe JAILLET
1
-1
/
+1
2023-07-27
s390/diag: fix diagnose 8c description
Heiko Carstens
1
-1
/
+1
2023-07-24
s390: use obj-y to descend into drivers/s390/
Masahiro Yamada
2
-1
/
+2
2023-07-24
docs: move s390 under arch
Costa Shulyupin
24
-20
/
+20
2023-07-24
s390/tracing: pass struct ftrace_regs to ftrace_trace_function
Sven Schnelle
2
-25
/
+34
2023-07-24
s390/hypfs: stop using ENOSYS error code
Sven Schnelle
1
-3
/
+3
2023-07-24
s390/mm: get rid of VMEM_MAX_PHYS macro
Alexander Gordeev
2
-3
/
+0
2023-07-24
s390/extmem: improve reporting of -ERANGE error
Alexander Gordeev
1
-3
/
+6
2023-07-24
s390/mm: rework arch_get_mappable_range() callback
Alexander Gordeev
4
-1
/
+6
2023-07-24
s390/mm: remove redundant check against VMEM_MAX_PHYS
Alexander Gordeev
1
-4
/
+0
2023-07-24
s390/dcssblk: fix virtual vs physical address confusion
Alexander Gordeev
1
-10
/
+7
2023-07-24
s390/dcssblk: use IS_ALIGNED() for alignment checks
Alexander Gordeev
1
-3
/
+4
2023-07-24
s390/kexec: make machine_kexec() depend on CONFIG_KEXEC_CORE
Alexander Gordeev
1
-2
/
+3
2023-07-24
s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVAL
Sven Schnelle
4
-2
/
+31
2023-07-24
s390/hypfs: factor out filesystem code
Heiko Carstens
12
-587
/
+709
2023-07-24
s390/hypfs: remove open-coded PTR_ALIGN()
Heiko Carstens
1
-6
/
+1
2023-07-24
s390/hypfs: simplify memory allocation
Heiko Carstens
2
-34
/
+30
2023-07-24
s390/zcrypt: remove CEX2 and CEX3 device drivers
Harald Freudenberger
12
-939
/
+42
2023-07-24
s390/sthyi: enforce 4k alignment of vmalloc'ed area
Heiko Carstens
1
-1
/
+3
[next]