summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-02-04s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank3-4/+4
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2021-01-06s390: always clear kernel stack backchain before calling functionsHeiko Carstens1-6/+6
2020-12-30s390/idle: fix accounting with machine checksSven Schnelle1-6/+6
2020-12-30s390/idle: add missing mt_cycles calculationSven Schnelle1-9/+25
2020-12-30s390/kexec_file: fix diag308 subcode when loading crash kernelPhilipp Rudo1-4/+5
2020-12-30s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle1-15/+3
2020-12-30s390/test_unwind: fix CALL_ON_STACK testsHeiko Carstens1-2/+5
2020-12-02s390: fix irq state tracingHeiko Carstens2-18/+2
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev1-3/+11
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2020-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+13
2020-11-24Merge tag 's390-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-5/+7
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-3/+3
2020-11-23s390: fix fpu restore in entry.SSven Schnelle2-5/+7
2020-11-18Merge tag 'kvm-s390-master-5.10-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-1/+8
2020-11-18s390/uv: handle destroy page legacy interfaceChristian Borntraeger1-1/+8
2020-11-17Merge tag 's390-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-1/+4
2020-11-16Merge tag 'kvm-s390-master-5.10-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini3-4/+5
2020-11-12s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter1-1/+1
2020-11-12s390: update defconfigsHeiko Carstens1-0/+1
2020-11-11KVM: s390: remove diag318 reset codeCollin Walling1-2/+0
2020-11-11KVM: s390: pv: Mark mm as protected after the set secure parameters and impro...Janosch Frank3-2/+5
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra1-1/+1
2020-11-09s390: fix system call exit pathHeiko Carstens1-0/+2
2020-11-03s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle1-0/+4
2020-11-03s390/smp: move rcu_cpu_starting() earlierQian Cai1-1/+2
2020-11-03s390: update defconfigsHeiko Carstens3-9/+12
2020-11-03s390/vdso: remove unused constantsHeiko Carstens1-8/+0
2020-11-03s390/vdso: remove empty unused fileHeiko Carstens1-0/+0
2020-11-03s390/mm: make pmd/pud_deref() large page awareGerald Schaefer1-22/+30
2020-10-26s390: correct __bootdata / __bootdata_preserved macrosVasily Gorbik1-2/+2
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches4-5/+5
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+12
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-3/+8
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-21s390: virtio: PV needs VIRTIO I/O device protectionPierre Morel2-0/+12
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds87-1202/+1745
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-38/+43
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-6/+6
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-17/+23
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2-11/+19
2020-10-14arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-4/+2
2020-10-14memblock: make memblock_debug and related functionality privateMike Rapoport1-2/+2
2020-10-14Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+0