summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.15.40v5.15.40Greg Kroah-Hartman2022-05-151-1/+1
* mm: fix invalid page pointer returned with FOLL_PIN gupsPeter Xu2022-05-151-1/+1
* mm/mlock: fix potential imbalanced rlimit ucounts adjustmentMiaohe Lin2022-05-151-0/+1
* mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi2022-05-151-1/+3
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-05-151-0/+3
* mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song2022-05-151-1/+3
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-05-151-0/+2
* mm: fix missing cache flush for all tail pages of compound pageMuchun Song2022-05-151-2/+5
* udf: Avoid using stale lengthOfImpUseJan Kara2022-05-151-4/+4
* rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definitionGleb Fotengauer-Malinovskiy2022-05-151-1/+1
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-152-3/+6
* objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra2022-05-151-0/+10
* crypto: x86/poly1305 - Fixup SLSPeter Zijlstra2022-05-151-19/+19
* kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov2022-05-151-2/+17
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2022-05-152-9/+9
* x86: Add straight-line-speculation mitigationPeter Zijlstra2022-05-1510-7/+38
* kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2022-05-152-11/+10
* x86/alternative: Relax text_poke_bp() constraintPeter Zijlstra2022-05-151-15/+34
* objtool: Add straight-line-speculation validationPeter Zijlstra2022-05-155-6/+27
* x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2022-05-1511-13/+18
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2022-05-15106-351/+351
* x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra2022-05-151-38/+46
* Linux 5.15.39v5.15.39Greg Kroah-Hartman2022-05-121-1/+1
* PCI: aardvark: Update comment about link going down after link-upMarek Behún2022-05-121-2/+6
* PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()Marek Behún2022-05-121-1/+1
* PCI: aardvark: Don't mask irq when mappingPali Rohár2022-05-121-1/+0
* PCI: aardvark: Remove irq_mask_ack() callback for INTx interruptsPali Rohár2022-05-121-1/+0
* PCI: aardvark: Use separate INTA interrupt for emulated root bridgePali Rohár2022-05-121-2/+67
* PCI: aardvark: Fix support for PME requester on emulated bridgePali Rohár2022-05-121-41/+50
* PCI: aardvark: Add support for PME interruptsPali Rohár2022-05-121-0/+12
* PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on ...Pali Rohár2022-05-121-9/+11
* PCI: aardvark: Add support for ERR interrupt on emulated bridgePali Rohár2022-05-121-1/+34
* PCI: aardvark: Enable MSI-X supportPali Rohár2022-05-121-1/+1
* PCI: aardvark: Fix setting MSI addressPali Rohár2022-05-121-12/+9
* PCI: aardvark: Add support for masking MSI interruptsPali Rohár2022-05-121-5/+49
* PCI: aardvark: Refactor unmasking summary MSI interruptPali Rohár2022-05-121-4/+6
* PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node)Marek Behún2022-05-121-2/+1
* PCI: aardvark: Make msi_domain_info structure a static driver structureMarek Behún2022-05-121-8/+8
* PCI: aardvark: Make MSI irq_chip structures static driver structuresMarek Behún2022-05-121-14/+12
* PCI: aardvark: Check return value of generic_handle_domain_irq() when process...Pali Rohár2022-05-121-1/+3
* PCI: aardvark: Rewrite IRQ code to chained IRQ handlerPali Rohár2022-05-121-22/+26
* PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*Pali Rohár2022-05-121-5/+1
* PCI: aardvark: Disable common PHY when unbinding driverPali Rohár2022-05-121-0/+3
* PCI: aardvark: Disable link training when unbinding driverPali Rohár2022-05-121-0/+5
* PCI: aardvark: Assert PERST# when unbinding driverPali Rohár2022-05-121-0/+4
* PCI: aardvark: Fix memory leak in driver unbindPali Rohár2022-05-121-0/+3
* PCI: aardvark: Mask all interrupts when unbinding driverPali Rohár2022-05-121-0/+21
* PCI: aardvark: Disable bus mastering when unbinding driverPali Rohár2022-05-121-0/+6
* PCI: aardvark: Comment actions in driver remove methodPali Rohár2022-05-121-0/+2
* PCI: aardvark: Clear all MSIs at setupPali Rohár2022-05-121-2/+4