summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-3/+3
|\
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-274-5/+13
|\ \
| * \ Merge tag 'kvm-s390-master-5.10-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2020-11-181-1/+8
| |\ \
| | * | s390/uv: handle destroy page legacy interfaceChristian Borntraeger2020-11-181-1/+8
| * | | Merge tag 'kvm-s390-master-5.10-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2020-11-163-4/+5
| |\| | | | |/ | |/|
| | * KVM: s390: remove diag318 reset codeCollin Walling2020-11-111-2/+0
| | * KVM: s390: pv: Mark mm as protected after the set secure parameters and impro...Janosch Frank2020-11-113-2/+5
* | | Merge tag 's390-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-11-242-5/+7
|\ \ \
| * | | s390: fix fpu restore in entry.SSven Schnelle2020-11-232-5/+7
* | | | Merge tag 's390-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-11-173-1/+4
|\| | |
| * | | s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter2020-11-121-1/+1
| * | | s390: update defconfigsHeiko Carstens2020-11-121-0/+1
| * | | s390: fix system call exit pathHeiko Carstens2020-11-091-0/+2
| |/ /
* | | perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
* | | perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-1/+1
|/ /
* | s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle2020-11-031-0/+4
* | s390/smp: move rcu_cpu_starting() earlierQian Cai2020-11-031-1/+2
* | s390: update defconfigsHeiko Carstens2020-11-033-9/+12
* | s390/vdso: remove unused constantsHeiko Carstens2020-11-031-8/+0
* | s390/vdso: remove empty unused fileHeiko Carstens2020-11-031-0/+0
* | s390/mm: make pmd/pud_deref() large page awareGerald Schaefer2020-11-031-22/+30
* | s390: correct __bootdata / __bootdata_preserved macrosVasily Gorbik2020-10-261-2/+2
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-254-5/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-10-232-0/+12
|\
| * s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel2020-10-212-0/+12
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\ \
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-2/+2
|\ \ \
| * | | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
| * | | arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-071-1/+1
* | | | Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-223-3/+8
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.1...Alex Williamson2020-10-122-1/+5
| |\ \ \ \ \
| | | * | | | s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato2020-10-072-1/+3
| | | * | | | s390/pci: stash version in the zpci_devMatthew Rosato2020-10-072-0/+2
| | |/ / / /
| * / / / / s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato2020-09-221-2/+3
| |/ / / /
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \ \ \
| * | | | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-1687-1202/+1745
|\ \ \ \ \
| * | | | | s390/uaccess: fix indentationHeiko Carstens2020-10-091-1/+1
| * | | | | s390/uaccess: add default cases for __put_user_fn()/__get_user_fn()Heiko Carstens2020-10-091-4/+9
| * | | | | s390/kprobes: move insn_page to text segmentHeiko Carstens2020-10-094-4/+27
| * | | | | s390/sie: fix typo in SIGP code descriptionJulian Wiedmann2020-10-071-1/+1
| * | | | | s390/lib: fix kernel doc for memcmp()Julian Wiedmann2020-10-071-1/+1
| * | | | | s390/sclp: Add support for SCLP AP adapter config/deconfigHarald Freudenberger2020-10-071-0/+2
| * | | | | s390/startup: correct early pgm check info formattingVasily Gorbik2020-10-021-1/+2
| * | | | | s390: remove orphaned extern variables declarationsVasily Gorbik2020-10-022-4/+0
| * | | | | s390/kasan: make sure int handler always run with DAT onVasily Gorbik2020-10-021-4/+8
| * | | | | s390/ipl: add support to control memory clearing for nvme re-IPLGerald Schaefer2020-10-021-6/+42