index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()
Miroslav Benes
1
-12
/
+2
2019-11-04
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
1
-2
/
+0
2019-11-04
vmlinux.lds.h: Move Program Header restoration into NOTES macro
Kees Cook
1
-3
/
+1
2019-11-04
vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
Kees Cook
1
-0
/
+2
2019-11-04
s390: Move RO_DATA into "text" PT_LOAD Program Header
Kees Cook
1
-2
/
+2
2019-11-01
dma/direct: turn ARCH_ZONE_DMA_BITS into a variable
Nicolas Saenz Julienne
2
-2
/
+1
2019-10-31
s390/idle: fix cpu idle time calculation
Heiko Carstens
1
-7
/
+22
2019-10-31
s390/unwind: fix mixing regs and sp
Ilya Leoshkevich
2
-5
/
+14
2019-10-31
s390/cmm: fix information leak in cmm_timeout_handler()
Yihui ZENG
1
-6
/
+6
2019-10-31
s390: add error handling to perf_callchain_kernel
Ilya Leoshkevich
1
-2
/
+6
2019-10-31
s390: always inline current_stack_pointer()
Heiko Carstens
1
-1
/
+1
2019-10-31
s390/mm: add mm_pxd_folded() checks to pxd_free()
Gerald Schaefer
1
-2
/
+14
2019-10-31
s390/mm: properly clear _PAGE_NOEXEC bit when it is not supported
Gerald Schaefer
1
-2
/
+2
2019-10-31
s390/mm: simplify page table helpers for large entries
Gerald Schaefer
1
-55
/
+28
2019-10-31
s390/mm: make pmd/pud_bad() report large entries as bad
Gerald Schaefer
1
-8
/
+2
2019-10-31
s390/time: ensure get_clock_monotonic() returns monotonic values
Heiko Carstens
1
-6
/
+10
2019-10-31
s390/process: avoid custom stack unwinding in get_wchan
Vasily Gorbik
1
-20
/
+16
2019-10-31
s390/unwind: fix get_stack_pointer(NULL, NULL)
Ilya Leoshkevich
1
-1
/
+1
2019-10-31
s390: avoid double handling of "noexec" option
Vasily Gorbik
1
-16
/
+1
2019-10-31
s390/time: remove monotonic_clock()
Heiko Carstens
2
-10
/
+0
2019-10-31
s390/qdio: move SSQD Sniffer mask definition
Julian Wiedmann
1
-0
/
+1
2019-10-31
s390/boot: fix section name escaping
Nick Desaulniers
1
-1
/
+1
2019-10-31
s390/alternatives: make use of asm_inline
Heiko Carstens
3
-5
/
+5
2019-10-31
s390/bug: make use of asm_inline
Heiko Carstens
1
-2
/
+2
2019-10-23
crypto: s390/des - convert to skcipher API
Eric Biggers
1
-247
/
+172
2019-10-23
crypto: s390/paes - convert to skcipher API
Eric Biggers
1
-240
/
+174
2019-10-23
crypto: s390/aes - convert to skcipher API
Eric Biggers
1
-375
/
+234
2019-10-22
s390/kaslr: add support for R_390_GLOB_DAT relocation type
Gerald Schaefer
2
-3
/
+12
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
4
-18
/
+15
2019-10-11
s390/uaccess: avoid (false positive) compiler warnings
Christian Borntraeger
1
-2
/
+2
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-10-10
KVM: s390: Do not yield when target is already running
Christian Borntraeger
1
-0
/
+4
2019-10-10
KVM: s390: count invalid yields
Christian Borntraeger
3
-4
/
+16
2019-10-10
s390/Kconfig: add z13s and z14 ZR1 to TUNE descriptions
Heiko Carstens
1
-2
/
+2
2019-10-10
s390/Kconfig: make use of 'depends on cc-option'
Heiko Carstens
1
-6
/
+18
2019-10-09
sched/cputime: Rename vtime_account_system() to vtime_account_kernel()
Frederic Weisbecker
1
-2
/
+2
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-04
s390: update defconfigs
Heiko Carstens
3
-18
/
+33
2019-10-04
s390/pci: mark function(s) __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-04
s390/mm: mark function(s) __always_inline
Heiko Carstens
1
-11
/
+11
2019-10-04
s390/jump_label: mark function(s) __always_inline
Heiko Carstens
1
-2
/
+2
2019-10-04
s390/cpu_mf: mark function(s) __always_inline
Heiko Carstens
1
-1
/
+2
2019-10-04
s390/atomic,bitops: mark function(s) __always_inline
Heiko Carstens
2
-5
/
+5
2019-10-04
s390/mm: fix -Wunused-but-set-variable warnings
Qian Cai
2
-3
/
+9
2019-10-04
s390: mark __cpacf_query() as __always_inline
Jiri Kosina
1
-1
/
+1
2019-10-04
KVM: s390: Cleanup kvm_arch_init error path
Janosch Frank
1
-11
/
+7
2019-10-04
KVM: s390: Remove unused parameter from __inject_sigp_restart()
Thomas Huth
1
-3
/
+2
[prev]
[next]