index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-29
Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-7
/
+27
2024-11-28
s390/spinlock: Use flag output constraint for arch_cmpxchg_niai8()
Heiko Carstens
1
-2
/
+22
2024-11-28
s390/spinlock: Use R constraint for arch_load_niai4()
Heiko Carstens
1
-1
/
+1
2024-11-28
s390/spinlock: Use symbolic names in inline assemblies
Heiko Carstens
1
-5
/
+5
2024-11-20
Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-2
/
+2
2024-11-13
s390/string: Convert to use flag output macros
Heiko Carstens
1
-5
/
+5
2024-11-12
s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool()
Heiko Carstens
1
-6
/
+6
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-2
/
+2
2024-07-23
s390/alternatives: Rework to allow for callbacks
Heiko Carstens
1
-2
/
+2
2024-06-28
s390/lib: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-18
s390: Replace S390_lowcore by get_lowcore()
Sven Schnelle
3
-5
/
+5
2024-04-17
s390/expoline: Make modules use kernel expolines
Vasily Gorbik
3
-4
/
+1
2024-02-16
s390/checksum: provide csum_partial_copy_nocheck()
Heiko Carstens
1
-13
/
+41
2024-02-16
s390/checksum: provide vector register variant of csum_partial()
Heiko Carstens
2
-0
/
+64
2023-12-11
s390/nmi: implement and use local_mcck_save() / local_mcck_restore()
Heiko Carstens
1
-3
/
+3
2023-09-19
s390/ctlreg: add struct ctlreg
Heiko Carstens
1
-4
/
+4
2023-09-19
s390/ctlreg: use local_ctl_load() and local_ctl_store() where possible
Heiko Carstens
1
-3
/
+3
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
1
-2
/
+2
2023-09-19
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Heiko Carstens
1
-1
/
+1
2023-09-19
s390/ctlreg: move control register code to separate file
Heiko Carstens
1
-0
/
+1
2023-08-09
s390: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2
-2
/
+2
2023-07-03
s390: include linux/io.h instead of asm/io.h
Heiko Carstens
1
-1
/
+1
2023-05-15
s390: select ARCH_SUPPORTS_INT128
Heiko Carstens
2
-1
/
+64
2023-04-19
s390/lib: use SYM* macros instead of ENTRY(), etc.
Heiko Carstens
1
-2
/
+2
2023-04-19
s390/kasan: remove override of mem*() functions
Heiko Carstens
1
-9
/
+15
2023-04-04
s390/uaccess: remove extra blank line
Heiko Carstens
1
-1
/
+0
2023-04-04
s390/uaccess: get rid of not needed local variable
Heiko Carstens
1
-15
/
+9
2023-04-04
s390/uaccess: rename tmp1 and tmp2 variables
Heiko Carstens
1
-35
/
+35
2023-04-04
s390/uaccess: sort EX_TABLE list for inline assemblies
Heiko Carstens
1
-2
/
+2
2023-04-04
s390/uaccess: rename/sort labels in inline assemblies
Heiko Carstens
1
-21
/
+30
2023-04-04
s390/uaccess: remove unused label in inline assemblies
Heiko Carstens
1
-3
/
+3
2023-04-04
s390/uaccess: use symbolic names for inline assembly operands
Heiko Carstens
1
-51
/
+54
2023-03-27
s390/uaccess: add missing earlyclobber annotations to __clear_user()
Heiko Carstens
1
-1
/
+1
2023-01-22
s390/kprobes: replace kretprobe with rethook
Vasily Gorbik
1
-6
/
+6
2022-10-26
s390/uaccess: add missing EX_TABLE entries to __clear_user()
Heiko Carstens
1
-3
/
+3
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2022-10-03
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
1
-1
/
+2
2022-08-30
s390/delay: sync comment within __delay() with reality
Heiko Carstens
1
-7
/
+4
2022-07-13
s390/nospec: build expoline.o for modules_prepare target
Vasily Gorbik
3
-1
/
+5
2022-05-17
s390/alternatives: provide identical sized orginal/alternative sequences
Heiko Carstens
1
-2
/
+2
2022-04-12
s390: current_stack_pointer shouldn't be a function
Sven Schnelle
1
-1
/
+1
2022-03-27
s390/test_unwind: verify __kretprobe_trampoline is replaced
Vasily Gorbik
1
-1
/
+8
2022-03-27
s390/test_unwind: extend kretprobe test
Vasily Gorbik
1
-16
/
+33
2022-03-27
s390/alternatives: use insn format for new instructions
Heiko Carstens
1
-2
/
+2
2022-03-25
Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
5
-249
/
+222
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-18
/
+63
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+14
2022-03-10
s390/test_unwind: add kretprobe tests
Tobias Huschle
1
-0
/
+56
2022-03-10
s390: convert ".insn" encoding to instruction names
Vasily Gorbik
1
-6
/
+6
2022-03-10
s390: raise minimum supported machine generation to z10
Vasily Gorbik
1
-163
/
+7
[next]