summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-23s390/numa: remove redundant cpus_with_topology variableAlexander Gordeev2-7/+0
2020-03-23s390/cpuinfo: show processor physical addressAlexander Gordeev3-0/+7
2020-03-23s390/mm: optimize page table upgrade routineAlexander Gordeev1-34/+56
2020-03-11s390/config: do not select VIRTIO_CONSOLE via KconfigChristian Borntraeger3-1/+2
2020-03-11s390/traps: mark test_monitor_call __initHeiko Carstens1-1/+1
2020-03-11s390/irq: make init_ext_interrupts staticHeiko Carstens2-10/+9
2020-03-11s390/irq: replace setup_irq() by request_irq()afzal mohammed3-18/+6
2020-03-10s390/cpuinfo: add system topology informationAlexander Gordeev1-0/+22
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle9-27/+62
2020-03-10s390: enable bpf jit by default when not built as always-onHeiko Carstens1-0/+1
2020-03-10s390/cpum_cf: Add new extended counters for IBM z15Thomas Richter1-1/+122
2020-03-10s390/pci: embedding hotplug_slot in zdevPierre Morel2-70/+31
2020-03-06s390/qdio: export SSQD via debugfsJulian Wiedmann1-0/+19
2020-03-06s390/mm: cleanup phys_to_pfn() and friendsAlexander Gordeev1-9/+9
2020-03-04MAINTAINERS: Update s390/pci maintainerPeter Oberparleiter1-1/+1
2020-03-04MAINTAINERS: Update s390/cio maintainerPeter Oberparleiter1-1/+1
2020-03-04s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger1-5/+5
2020-02-27s390/mm: remove fake numa supportHeiko Carstens12-1231/+20
2020-02-27s390/crypto: explicitly memzero stack key material in aes_s390.cTorsten Duwe1-0/+3
2020-02-27s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva9-9/+9
2020-02-27s390/qdio: simplify debugfs codeJulian Wiedmann3-29/+9
2020-02-27s390/qdio: use QDIO_IRQ_STATE_INACTIVE instead of 0Julian Wiedmann1-1/+2
2020-02-19s390/arch: install kernels with their proper version IDStefan Raspl1-11/+6
2020-02-19s390/qdio: reduce access to cdev->private->qdio_dataJulian Wiedmann3-11/+7
2020-02-19s390/qdio: clean up cdev access in qdio_setup_irq()Julian Wiedmann1-9/+10
2020-02-17s390/zcrypt: Support for CCA protected key block version 2Harald Freudenberger1-12/+13
2020-02-17s390/cpum_sf: Rework sampling buffer allocationThomas Richter1-19/+21
2020-02-17Linux 5.6-rc2v5.6-rc2Linus Torvalds1-1/+1
2020-02-17Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds3-5/+42
2020-02-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds49-3368/+4907
2020-02-16Merge tag 'edac_urgent_for_5.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+7
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds8-38/+63
2020-02-16Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-1/+44
2020-02-16Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-6/+44
2020-02-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-63/+86
2020-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-15/+52
2020-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-125/+172
2020-02-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds39-65/+14
2020-02-16Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds13-46/+75
2020-02-16Merge tag 'hwmon-for-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-53/+119
2020-02-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds32-103/+383
2020-02-15bus: moxtet: fix potential stack buffer overflowMarek BehĂșn1-1/+1
2020-02-15ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-15Merge tag 'perf-urgent-for-mingo-5.6-20200214' of git://git.kernel.org/pub/sc...Ingo Molnar25-78/+353
2020-02-15Input: cyapa - replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-02-15Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-15Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-15Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-50/+188
2020-02-15Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds3-104/+44