summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kgdb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-04-285-309/+381
|\
| * kdb: Refactor env variables get/set codeSumit Garg2021-04-141-74/+68
| * kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury2021-03-191-2/+2
| * kdb: Simplify kdb commands registrationSumit Garg2021-03-193-213/+311
| * kdb: Remove redundant function definitions/prototypesSumit Garg2021-03-192-20/+0
* | Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-04-2858-964/+1458
|\ \
| * | s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik2021-04-211-1/+1
| * | s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger2021-04-211-0/+4
| * | s390/zcrypt: fix zcard and zqueue hot-unplug memleakHarald Freudenberger2021-04-212-0/+2
| * | s390/pci: expose a PCI device's UID as its indexNiklas Schnelle2021-04-202-4/+42
| * | s390/atomic,cmpxchg: always inline __xchg/__cmpxchgHeiko Carstens2021-04-181-3/+5
| * | s390/smp: fix do_restart() prototypeAlexander Gordeev2021-04-182-3/+3
| * | s390: get rid of oprofile leftoversMarc Zyngier2021-04-181-21/+0
| * | s390/atomic,cmpxchg: make constraints work with old compilersHeiko Carstens2021-04-152-9/+9
| * | s390/test_unwind: print test suite start/end infoVasily Gorbik2021-04-151-1/+7
| * | s390/cmpxchg: use unsigned long values instead of void pointersHeiko Carstens2021-04-151-26/+23
| * | s390/test_unwind: add WARN if tests failedVasily Gorbik2021-04-121-3/+6
| * | s390/test_unwind: unify error handling pathsVasily Gorbik2021-04-121-2/+2
| * | s390: update defconfigsHeiko Carstens2021-04-122-2/+0
| * | s390/spinlock: use R constraint in inline assemblyHeiko Carstens2021-04-121-1/+1
| * | s390/atomic,cmpxchg: switch to use atomic-instrumented.hHeiko Carstens2021-04-122-30/+58
| * | s390/cmpxchg: get rid of gcc atomic builtinsHeiko Carstens2021-04-121-15/+150
| * | s390/atomic: get rid of gcc atomic builtinsHeiko Carstens2021-04-121-6/+30
| * | s390/atomic: use proper constraintsHeiko Carstens2021-04-121-7/+7
| * | s390/atomic: move remaining inline assemblies to atomic_ops.hHeiko Carstens2021-04-122-18/+38
| * | s390/bitops: make bitops only work on longsHeiko Carstens2021-04-121-46/+47
| * | s390/traps,mm: add conditional trap handlersHeiko Carstens2021-04-123-18/+12
| * | s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle2021-04-122-12/+10
| * | s390/pci: separate zbus registration from scanningNiklas Schnelle2021-04-125-30/+33
| * | s390/pci: use mutex not spinlock for zbus listNiklas Schnelle2021-04-121-7/+7
| * | s390/pci: separate zbus creation from scanningNiklas Schnelle2021-04-124-97/+177
| * | s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle2021-04-121-13/+20
| * | s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle2021-04-123-17/+28
| * | s390/traps: convert pgm_check.S to CHeiko Carstens2021-04-125-181/+59
| * | 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/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