summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iscsi_ibft: fix crash due to KASLR physical memory remappingMaurizio Lombardi2021-07-314-54/+32
* Linux 5.13v5.13Linus Torvalds2021-06-271-1/+1
* Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-275-61/+2
* Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-06-265-21/+21
|\
| * s390/stack: fix possible register corruption with stack switch helperHeiko Carstens2021-06-211-7/+11
| * s390/topology: clear thread/group maps for offline cpusSven Schnelle2021-06-211-3/+9
| * s390/vfio-ap: clean up mdev resources when remove callback invokedTony Krowiak2021-06-211-10/+0
| * s390: clear pt_regs::flags on irq entrySven Schnelle2021-06-211-0/+1
| * s390: fix system call restart with multiple signalsSven Schnelle2021-06-211-1/+0
* | Merge tag 'pinctrl-v5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-252-3/+10
|\ \
| * | pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne2021-06-181-2/+7
| * | pinctrl: microchip-sgpio: Put fwnode in error case during ->probe()Andy Shevchenko2021-06-181-1/+3
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-06-252-4/+20
|\ \ \
| * | | scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig2021-06-221-4/+18
| * | | scsi: sr: Return appropriate error code when disk is ejectedManYi Li2021-06-181-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-2514-160/+258
|\ \ \ \
| * | | | mailmap: add Marek's other e-mail address and identity without diacriticsMarek BehĂșn2021-06-241-0/+2
| * | | | MAINTAINERS: fix Marek's identity againMarek BehĂșn2021-06-241-2/+2
| * | | | mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman2021-06-241-0/+4
| * | | | mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes2021-06-241-1/+1
| * | | | mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi2021-06-241-14/+30
| * | | | mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao2021-06-241-1/+2
| * | | | mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck2021-06-241-13/+23
| * | | | mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-244-28/+9
| * | | | kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-06-241-11/+24
| * | | | kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-06-241-17/+29
| * | | | mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens2021-06-241-10/+14
| * | | | KVM: s390: prepare for hugepage vmallocClaudio Imbrenda2021-06-241-1/+6
| * | | | mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda2021-06-242-0/+18
| * | | | nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin2021-06-241-0/+1
| * | | | mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins2021-06-241-0/+4
| * | | | mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins2021-06-241-9/+25
| * | | | mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins2021-06-241-4/+9
| * | | | mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins2021-06-241-4/+3
| * | | | mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins2021-06-241-50/+55
| * | | | mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins2021-06-241-4/+4
| * | | | mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins2021-06-241-16/+14
| * | | | mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins2021-06-241-5/+6
| * | | | mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins2021-06-241-4/+8
| * | | | mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins2021-06-241-5/+4
* | | | | userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definitionGleb Fotengauer-Malinovskiy2021-06-251-2/+2
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-254-7/+16
|\ \ \ \ \
| * | | | | i2c: robotfuzz-osif: fix control-request directionsJohan Hovold2021-06-241-2/+2
| * | | | | i2c: dev: Add __user annotationAndreas Hecht2021-06-241-1/+1
| * | | | | i2c: cp2615: check for allocation failure in cp2615_i2c_recv()Dan Carpenter2021-06-201-4/+10
| * | | | | i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit2021-06-201-0/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'devprop-5.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-251-4/+12
|\ \ \ \ \
| * | | | | software node: Handle software node injection to an existing device properlyHeikki Krogerus2021-06-231-4/+12
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus-5.13b-rc8-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-251-1/+10
|\ \ \ \ \
| * | | | | xen/events: reset active flag for lateeoi events laterJuergen Gross2021-06-241-1/+10