summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-12s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan
2021-04-12s390/protvirt: fix error return code in uv_info_init()zhongbaisong
2021-04-12Merge branch 'fixes' into featuresHeiko Carstens
2021-04-12s390/entry: save the caller of psw_idleVasily Gorbik
2021-04-12s390/entry: avoid setting up backchain in ext|io handlersVasily Gorbik
2021-04-07s390/sclp: use LIST_HEAD for InitializationVineeth Vijayan
2021-04-07s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan
2021-04-07s390/setup: use memblock_free_late() to free old stackHeiko Carstens
2021-04-05s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions familyAlexander Gordeev
2021-04-05s390/vfio-ap: fix circular lockdep when setting/clearing crypto masksTony Krowiak
2021-04-05s390/cio: remove duplicate struct ccw1 declarationWan Jiabing
2021-04-05s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu
2021-04-05s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-04-05s390/pci: expose UID uniqueness guaranteeNiklas Schnelle
2021-04-05s390/irq: fix reading of ext_params2 field from lowcoreHeiko Carstens
2021-04-05s390/unwind: add machine check handler stackVasily Gorbik
2021-04-05s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev
2021-03-28s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle
2021-03-28s390/spinlock: remove align attribute from arch_spinlock_tHeiko Carstens
2021-03-28MAINTAINERS: add backups for s390 vfio driversMatthew Rosato
2021-03-25s390/vdso: fix initializing and updating of vdso_dataHeiko Carstens
2021-03-25s390/vdso: fix tod_steering_delta typeHeiko Carstens
2021-03-25s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens
2021-03-24s390/crc32-vx: couple of typo fixesBhaskar Chowdhury
2021-03-24s390/uv: fix prot virt host indication compilationJanosch Frank
2021-03-22s390/kernel: fix a typoBhaskar Chowdhury
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle
2021-03-22s390/cio: add CRW inject functionalityVineeth Vijayan
2021-03-22s390/cio: introduce CIO debugfs directoryVineeth Vijayan
2021-03-22s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle
2021-03-22s390/pci: deconfigure device on releaseNiklas Schnelle
2021-03-22s390/pci: refactor zpci function statesNiklas Schnelle
2021-03-22s390/sclp: increase sclp console line lengthPeter Oberparleiter
2021-03-22s390/uv: add prot virt guest/host indication filesJanosch Frank
2021-03-21Linux 5.12-rc4Linus Torvalds
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-21Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-21Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman