summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan2021-04-121-2/+1
* s390/protvirt: fix error return code in uv_info_init()zhongbaisong2021-04-121-1/+3
* Merge branch 'fixes' into featuresHeiko Carstens2021-04-129-13/+33
|\
| * s390/entry: save the caller of psw_idleVasily Gorbik2021-04-121-0/+1
| * s390/entry: avoid setting up backchain in ext|io handlersVasily Gorbik2021-04-121-4/+2
| * s390/setup: use memblock_free_late() to free old stackHeiko Carstens2021-04-071-1/+1
| * s390/irq: fix reading of ext_params2 field from lowcoreHeiko Carstens2021-04-051-1/+1
| * s390/unwind: add machine check handler stackVasily Gorbik2021-04-052-1/+12
| * s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev2021-04-051-2/+4
| * MAINTAINERS: add backups for s390 vfio driversMatthew Rosato2021-03-281-1/+3
| * s390/vdso: fix initializing and updating of vdso_dataHeiko Carstens2021-03-251-3/+8
| * s390/vdso: fix tod_steering_delta typeHeiko Carstens2021-03-251-1/+1
| * s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens2021-03-251-0/+1
* | s390/sclp: use LIST_HEAD for InitializationVineeth Vijayan2021-04-074-16/+8
* | s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan2021-04-074-8/+4
* | s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions familyAlexander Gordeev2021-04-051-4/+4
* | s390/vfio-ap: fix circular lockdep when setting/clearing crypto masksTony Krowiak2021-04-052-95/+215
* | s390/cio: remove duplicate struct ccw1 declarationWan Jiabing2021-04-051-3/+0
* | s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu2021-04-051-2/+1
* | s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu2021-04-051-2/+1
* | s390/pci: expose UID uniqueness guaranteeNiklas Schnelle2021-04-052-3/+20
* | s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle2021-03-281-6/+5
* | s390/spinlock: remove align attribute from arch_spinlock_tHeiko Carstens2021-03-281-1/+1
* | s390/crc32-vx: couple of typo fixesBhaskar Chowdhury2021-03-241-2/+2
* | s390/uv: fix prot virt host indication compilationJanosch Frank2021-03-241-1/+7
* | s390/kernel: fix a typoBhaskar Chowdhury2021-03-221-1/+1
* | s390/qdio: let driver manage the QAOBJulian Wiedmann2021-03-227-190/+66
* | s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle2021-03-225-37/+38
* | s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2021-03-224-88/+100
* | s390/cio: add CRW inject functionalityVineeth Vijayan2021-03-226-1/+222
* | s390/cio: introduce CIO debugfs directoryVineeth Vijayan2021-03-223-1/+27
* | s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle2021-03-221-15/+24
* | s390/pci: deconfigure device on releaseNiklas Schnelle2021-03-221-0/+5
* | s390/pci: refactor zpci function statesNiklas Schnelle2021-03-223-14/+5
* | s390/sclp: increase sclp console line lengthPeter Oberparleiter2021-03-222-22/+6
* | s390/uv: add prot virt guest/host indication filesJanosch Frank2021-03-221-1/+36
|/
* Linux 5.12-rc4v5.12-rc4Linus Torvalds2021-03-211-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
|\
| * ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| * ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| * ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12
| * ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
| * ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-211-4/+4
| * ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-211-1/+1
| * ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-03-211-9/+9
| * ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-211-2/+27
| * ext4: fix error handling in ext4_end_enable_verity()Eric Biggers2021-03-111-34/+55
| * ext4: fix bh ref count on error pathsZhaolong Zhang2021-03-061-3/+3
| * fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov2021-03-061-2/+9
| * ext4: add reclaim checks to xattr codeJan Kara2021-03-061-0/+4