summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-11Linux 4.14.239v4.14.239Greg Kroah-Hartman
2021-07-11xen/events: reset active flag for lateeoi events laterJuergen Gross
2021-07-11kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek
2021-07-11kthread_worker: split code for canceling the delayed work timerPetr Mladek
2021-07-11kfifo: DECLARE_KIFO_PTR(fifo, u64) does not work on arm 32 bitSean Young
2021-07-11drm/nouveau: fix dma_address check for CPU/GPU syncChristian König
2021-07-11scsi: sr: Return appropriate error code when disk is ejectedManYi Li
2021-07-11mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-07-11mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins
2021-07-11mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins
2021-07-11mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins
2021-07-11mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins
2021-07-11mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi
2021-07-11mm/thp: fix page_address_in_vma() on file THP tailsJue Wang
2021-07-11mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins
2021-07-11mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins
2021-07-11mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin
2021-07-11mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin
2021-07-11mm: add VM_WARN_ON_ONCE_PAGE() macroAlex Shi
2021-07-11include/linux/mmdebug.h: make VM_WARN* non-rvalsMichal Hocko
2021-06-30Linux 4.14.238v4.14.238Sasha Levin
2021-06-30i2c: robotfuzz-osif: fix control-request directionsJohan Hovold
2021-06-30nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-06-30pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne
2021-06-30net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook
2021-06-30r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-30r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-30net/packet: annotate accesses to po->ifindexEric Dumazet
2021-06-30net/packet: annotate accesses to po->bindEric Dumazet
2021-06-30net: caif: fix memory leak in ldisc_openPavel Skripkin
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun
2021-06-30mac80211: drop multicast fragmentsJohannes Berg
2021-06-30cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg
2021-06-30Revert "PCI: PM: Do not read power state in pci_enable_device_flags()"Rafael J. Wysocki
2021-06-30arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose
2021-06-30MIPS: generic: Update node names to avoid unit addressesNathan Chancellor
2021-06-30Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor
2021-06-30ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann
2021-06-30drm/radeon: wait for moving fence after pinningChristian König
2021-06-30drm/nouveau: wait for moving fence after pinning v2Christian König