summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-282-21/+29
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-1/+1
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-0/+12
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-0/+12
| |\ \
| | * | s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-071-0/+12
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | s390/mm: Convert tlb_table_flush() to use call_rcu()Paul E. McKenney2018-11-091-1/+1
| | | |/ | | |/|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-17/+18
|\ \ \ \
| * \ \ \ Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-12-191-7/+17
| |\ \ \ \
| | * | | | KVM: s390: fix kmsg component kvm-s390Michael Mueller2018-12-181-4/+3Star
| | * | | | KVM: s390: unregister debug feature on failing arch initMichael Mueller2018-12-181-3/+14
| | | |_|/ | | |/| |
| * | | | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-10/+1Star
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-262-10/+2Star
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-101-10/+0Star
| |\ \ \
| | * | | s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro2018-12-061-10/+0Star
| | |/ /
| * / / preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon2018-12-071-0/+2
| |/ /
* | | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-11/+2Star
|\ \ \
| * | | s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-11/+2Star
| |/ /
* | | s390/mm: correct pgtable_bytes on page table downgradeMartin Schwidefsky2018-11-271-0/+1
* | | s390/cpum_cf: Reject request for sampling in event initializationThomas Richter2018-11-141-0/+2
|/ /
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-0918-81/+139
|\ \
| * | s390/perf: Change CPUM_CF return code in event init functionThomas Richter2018-11-081-1/+1
| * | s390: update defconfigsHeiko Carstens2018-11-053-43/+63
| * | s390/mm: Fix ERROR: "__node_distance" undefined!Justin M. Forbes2018-11-021-0/+1
| * | s390/kasan: increase instrumented stack size to 64kVasily Gorbik2018-11-023-5/+5
| * | s390/cpum_sf: Rework attribute definition for diagnostic samplingThomas Richter2018-11-021-5/+28
| * | s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky2018-11-025-11/+25
| * | s390: avoid vmlinux segments overlapVasily Gorbik2018-10-262-3/+3
| * | s390/vdso: add missing FORCE to build targetsVasily Gorbik2018-10-262-6/+6
| * | s390/decompressor: add missing FORCE to build targetsVasily Gorbik2018-10-261-7/+7
* | | compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-2/+2
| |/ |/|
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-3111-15/+8Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-315-9/+9
* | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-314-5/+6
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-4/+0Star
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-268-63/+372
|\
| * Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-132-4/+55
| |\
| | * Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-082-4/+55
| | |\
| | | * KVM: s390: Tracing APCB changesPierre Morel2018-10-052-0/+43
| | | * KVM: s390: fix locking for crypto setting error pathChristian Borntraeger2018-10-051-4/+12
| * | | Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-048-63/+321
| |\| |
| | * | Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-017-60/+304
| | |\|