Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3c12c8e94ca04d668ad0cded7857fea2637834b3
/
arch
/
s390
bfed6d0
Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
b6ffdf2
s390/cpumf: Fix warning from check_processor_id
by Thomas Richter
· 6 years ago
28d747f
Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
037fc33
kbuild: force all architectures except um to include mandatory-y
by Masahiro Yamada
· 6 years ago
7cbbbb8
kbuild: warn redundant generic-y
by Masahiro Yamada
· 6 years ago
636deed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
898f5a0
kbuild: move archive command to scripts/Makefile.lib
by Masahiro Yamada
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
0ba9e6e
memblock: drop memblock_alloc_base()
by Mike Rapoport
· 6 years ago
ecc3e77
memblock: memblock_phys_alloc(): don't panic
by Mike Rapoport
· 6 years ago
0d9c038
zcrypt: handle AP Info notification from CHSC SEI command
by Tony Krowiak
· 6 years ago
ffd602e
Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
d1cae94
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
by Linus Torvalds
· 6 years ago
c2938ee
arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()
by Mike Rapoport
· 6 years ago
b63a07d
arch: simplify several early memory allocations
by Mike Rapoport
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
203b660
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
152e9b8
s390/vtime: steal time exponential moving average
by Martin Schwidefsky
· 6 years ago
cd479ec
s390: limit brk randomization to 32MB
by Martin Schwidefsky
· 6 years ago
446d296
s390/vdso: don't clear PG_reserved
by David Hildenbrand
· 6 years ago
04a8645
mm: update ptep_modify_prot_commit to take old pte value as arg
by Aneesh Kumar K.V
· 6 years ago
0cbe3e2
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
by Aneesh Kumar K.V
· 6 years ago
b1b988a
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3591b19
Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
63bdf42
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
6456300
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
736706b
get rid of legacy 'get_ds()' function
by Linus Torvalds
· 6 years ago
c8e8ed3
s390/suspend: fix prefix register reset in swsusp_arch_resume
by Martin Schwidefsky
· 6 years ago
6d85dac
s390: warn about clearing als implied facilities
by Vasily Gorbik
· 6 years ago
b5e8045
s390: allow overriding facilities via command line
by Vasily Gorbik
· 6 years ago
d8901f2
s390: clean up redundant facilities list setup
by Vasily Gorbik
· 6 years ago
96d3b64
s390/als: remove duplicated in-place implementation of stfle
by Vasily Gorbik
· 6 years ago
9ed8f1a
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8f060f5
Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
by Paolo Bonzini
· 6 years ago
11ba596
KVM: s390: add debug logging for cpu model subfunctions
by Christian Borntraeger
· 6 years ago
346fa2f
KVM: s390: implement subfunction processor calls
by Christian Borntraeger
· 6 years ago
47b7478
s390/cpum_cf: Handle EBUSY return code from CPU counter facility reservation
by Thomas Richter
· 6 years ago
fe5908b
s390/cpum_cf_diag: Add support for s390 counter facility diagnostic trace
by Thomas Richter
· 6 years ago
86c0b75
s390/cpum_cf: add ctr_stcctm() function
by Hendrik Brueckner
· 6 years ago
7f5ac1a
s390/cpum_cf: move common functions into a separate file
by Hendrik Brueckner
· 6 years ago
869f4f9
s390/cpum_cf: introduce kernel_cpumcf_avail() function
by Hendrik Brueckner
· 6 years ago
346d034
s390/cpu_mf: replace stcctm5() with the stcctm() function
by Hendrik Brueckner
· 6 years ago
778fb10
s390/cpu_mf: add store cpu counter multiple instruction support
by Hendrik Brueckner
· 6 years ago
17bebcc
s390/cpum_cf: Add minimal in-kernel interface for counter measurements
by Hendrik Brueckner
· 6 years ago
26b8317
s390/cpum_cf: introduce kernel_cpumcf_alert() to obtain measurement alerts
by Hendrik Brueckner
· 6 years ago
f944bcd
s390/cpu_mf: move struct cpu_cf_events and per-CPU variable to header file
by Hendrik Brueckner
· 6 years ago
f1c0b83
s390/cpum_cf: rename per-CPU counter facility structure and variables
by Hendrik Brueckner
· 6 years ago
3d33345
s390/cpum_cf: prepare for in-kernel counter measurements
by Hendrik Brueckner
· 6 years ago
30e145f
s390/cpum_cf: move counter set controls to a new header file
by Hendrik Brueckner
· 6 years ago
390dde0
s390/net: convert pnetids to ascii
by Hans Wippel
· 6 years ago
f177762
s390/extmem: print DCSS range with %px
by Gerald Schaefer
· 6 years ago
ca57114
s390/extmem: remove code for 31 bit addressing mode
by Gerald Schaefer
· 6 years ago
73de65f
Merge tag 'kvm-s390-master-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master
by Paolo Bonzini
· 6 years ago
1524825
KVM: Call kvm_arch_memslots_updated() before updating memslots
by Sean Christopherson
· 6 years ago
86a8680
s390/setup: fix boot crash for machine without EDAT-1
by Martin Schwidefsky
· 6 years ago
8727638
s390/setup: fix early warning messages
by Martin Schwidefsky
· 6 years ago
1464485
s390/jump_label: Use "jdd" constraint on gcc9
by Ilya Leoshkevich
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
b10bd9a
s390: vsie: Use effective CRYCBD.31 to check CRYCBD validity
by Pierre Morel
· 6 years ago
41ea391
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
by Thomas Gleixner
· 6 years ago
fd659cc
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
by Thomas Gleixner
· 6 years ago
41c80be
s390/net: move pnet constants
by Ursula Braun
· 6 years ago
142c52d
s390: add alignment hints to vector load and store
by Martin Schwidefsky
· 6 years ago
f8b11e0
s390: remove unused including <linux/version.h>
by YueHaibing
· 6 years ago
bdf1176
s390/qdio: make SBAL address array type-safe
by Julian Wiedmann
· 6 years ago
cfbb4a7a
s390/pci: map IOV resources
by Sebastian Ott
· 6 years ago
e8e25a7
s390/pci: improve bar check
by Sebastian Ott
· 6 years ago
a0308c1
s390/mmap: take stack_guard_gap into account for mmap_base
by Martin Schwidefsky
· 6 years ago
d419243
s390: remove dead code
by Gerald Schaefer
· 6 years ago
ea0ca93
s390/setup: remove obsolete #ifdef
by Gerald Schaefer
· 6 years ago
614db26
Revert "s390/pci: remove bit_lock usage in interrupt handler"
by Sebastian Ott
· 6 years ago
48166e6
y2038: add 64-bit time_t syscalls to all 32-bit architectures
by Arnd Bergmann
· 6 years ago
d33c577
y2038: rename old time and utime syscalls
by Arnd Bergmann
· 6 years ago
805089c
syscalls: remove obsolete __IGNORE_ macros
by Arnd Bergmann
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
8400186
perf/aux: Make perf_event accessible to setup_aux()
by Mathieu Poirier
· 6 years ago
b9fa6d6
KVM: s390: fix possible null pointer dereference in pending_irqs()
by Michael Mueller
· 6 years ago
b1d1e76
KVM: s390: start using the GIB
by Michael Mueller
· 6 years ago
9f30f62
KVM: s390: add gib_alert_irq_handler()
by Michael Mueller
· 6 years ago
174dd4f
KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
by Michael Mueller
· 6 years ago
6cff2e1
KVM: s390: add functions to (un)register GISC with GISA
by Michael Mueller
· 6 years ago
25c84db
KVM: s390: add kvm reference to struct sie_page2
by Michael Mueller
· 6 years ago
1282c21
KVM: s390: add the GIB and its related life-cyle functions
by Michael Mueller
· 6 years ago
3dec192
s390/cio: add function chsc_sgib()
by Michael Mueller
· 6 years ago
982cff4
KVM: s390: introduce struct kvm_s390_gisa_interrupt
by Michael Mueller
· 6 years ago
bb2fb8c
KVM: s390: remove kvm_s390_ from gisa static inline functions
by Michael Mueller
· 6 years ago
96723d3
KVM: s390: use pending_irqs_no_gisa() where appropriate
by Michael Mueller
· 6 years ago
672128b
KVM: s390: coding style kvm_s390_gisa_init/clear()
by Michael Mueller
· 6 years ago
246b721
KVM: s390: move bitmap idle_mask into arch struct top level
by Michael Mueller
· 6 years ago
689bdf9
KVM: s390: make bitmap declaration consistent
by Michael Mueller
· 6 years ago
b7d4557
KVM: s390: drop obsolete else path
by Michael Mueller
· 6 years ago
8d43d57
KVM: s390: clarify kvm related kernel message
by Michael Mueller
· 6 years ago
ecc15f1
s390: bpf: fix JMP32 code-gen
by Heiko Carstens
· 6 years ago
2edfd8e
arch: Use asm-generic/socket.h when possible
by Deepa Dinamani
· 6 years ago
ec7146d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
7dd541a
s390: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
d7f2f7c
s390: pci: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
f36108c
s390/hypfs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
4ad78b8
s390/setup: set control program code via diag 318
by Collin Walling
· 6 years ago
Next »