index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
s390: report new CPU capabilities
Martin Schwidefsky
3
-1
/
+14
2019-04-25
s390/crypto: use TRNG for seeding/reseeding
Harald Freudenberger
1
-20
/
+47
2019-04-25
s390/crypto: rework generate_entropy function for pseudo random dd
Harald Freudenberger
1
-28
/
+58
2019-04-25
KVM: s390: enable MSA9 keywrapping functions depending on cpu model
Christian Borntraeger
3
-2
/
+31
2019-04-25
KVM: s390: add deflate conversion facilty to cpu model
Christian Borntraeger
3
-1
/
+22
2019-04-24
s390/mm: fix pxd_bad with folded page tables
Martin Schwidefsky
1
-14
/
+19
2019-04-24
s390/kasan: fix strncpy_from_user kasan checks
Vasily Gorbik
1
-0
/
+2
2019-04-23
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
1
-0
/
+4
2019-04-23
arch: mostly remove <asm/segment.h>
Christoph Hellwig
2
-6
/
+0
2019-04-23
s390/cpum_cf_diag: Add support for CPU-MF SVN 6
Thomas-Mich Richter
1
-2
/
+7
2019-04-23
s390/mm: convert to the generic get_user_pages_fast code
Martin Schwidefsky
4
-292
/
+14
2019-04-23
s390/mm: make the pxd_offset functions more robust
Martin Schwidefsky
2
-45
/
+55
2019-04-19
Make anon_inodes unconditional
David Howells
1
-1
/
+0
2019-04-18
Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-6
/
+6
2019-04-18
crypto: s390 - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-17
/
+4
2019-04-18
KVM: s390: add enhanced sort facilty to cpu model
Christian Borntraeger
3
-1
/
+23
2019-04-18
KVM: s390: provide query function for instructions returning 32 byte
Christian Borntraeger
1
-0
/
+13
2019-04-18
KVM: s390: add MSA9 to cpumodel
Christian Borntraeger
4
-1
/
+17
2019-04-18
KVM: s390: add vector BCD enhancements facility to cpumodel
Christian Borntraeger
1
-0
/
+4
2019-04-18
KVM: s390: add vector enhancements facility 2 to cpumodel
Christian Borntraeger
1
-0
/
+4
2019-04-18
KVM: s390: Fix potential spectre warnings
Eric Farman
1
-2
/
+9
2019-04-17
s390/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-1
/
+2
2019-04-17
s390: correct some inline assembly constraints
Vasily Gorbik
2
-5
/
+5
2019-04-16
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
1
-3
/
+0
2019-04-15
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
1
-0
/
+4
2019-04-14
s390/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
1
-6
/
+0
2019-04-11
s390: avoid __builtin_return_address(n) on clang
Arnd Bergmann
1
-0
/
+5
2019-04-11
s390: Convert IS_ENABLED uses to __is_defined
Joe Perches
3
-7
/
+7
2019-04-11
s390: make chkbss work with clang
Arnd Bergmann
1
-1
/
+2
2019-04-11
s390: make __load_psw_mask work with clang
Arnd Bergmann
1
-3
/
+3
2019-04-11
s390: syscall_wrapper: avoid clang warning
Arnd Bergmann
1
-2
/
+2
2019-04-11
s390: don't build vdso32 with clang
Arnd Bergmann
3
-6
/
+9
2019-04-11
s390: remove -fno-strength-reduce flag
Arnd Bergmann
1
-1
/
+1
2019-04-11
s390: fine-tune stack switch helper
Martin Schwidefsky
1
-9
/
+9
2019-04-10
s390/mm: silence compiler warning when compiling without CONFIG_PGSTE
Thomas Huth
1
-0
/
+2
2019-04-10
s390/protvirt: block kernel command line alteration
Vasily Gorbik
1
-1
/
+1
2019-04-10
s390/protvirt: add memory sharing for diag 308 set/store
Vasily Gorbik
2
-0
/
+12
2019-04-10
s390/uv: introduce guest side ultravisor code
Vasily Gorbik
6
-0
/
+175
2019-04-10
s390: introduce .boot.preserved.data section compile time validation
Vasily Gorbik
1
-2
/
+2
2019-04-10
s390: move ipl block to .boot.preserved.data section
Vasily Gorbik
5
-29
/
+16
2019-04-10
s390: introduce .boot.preserved.data section
Gerald Schaefer
6
-0
/
+31
2019-04-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-18
/
+10
2019-04-08
arch: Use asm-generic header for asm/mmiowb.h
Will Deacon
1
-0
/
+1
2019-04-05
syscalls: Remove start and number from syscall_set_arguments() args
Steven Rostedt (VMware)
1
-6
/
+5
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
1
-12
/
+5
2019-04-03
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
1
-6
/
+0
2019-04-03
locking/rwsem: Remove arch specific rwsem files
Waiman Long
1
-1
/
+0
2019-04-03
s390/tlb: Convert to generic mmu_gather
Martin Schwidefsky
3
-151
/
+42
2019-04-03
asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
1
-3
/
+1
2019-03-29
s390/cpum_cf: Add support for CPU-MF SVN 6
Thomas Richter
2
-38
/
+84
[prev]
[next]