summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-16mm/sparse: fix check_usemap_section_nr warningsMiles Chen
2021-06-16mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins
2021-06-16mm/thp: fix page_address_in_vma() on file THP tailsJue Wang
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins
2021-06-16mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins
2021-06-16mm, thp: use head page in __migration_entry_wait()Xu Yu
2021-06-16mm/slub.c: include swab.hAndrew Morton
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz
2021-06-16mm/slub: actually fix freelist pointer vs redzoningKees Cook
2021-06-16mm/slub: fix redzoning for small allocationsKees Cook
2021-06-16mm/slub: clarify verification reportingKees Cook
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi
2021-06-16Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-16Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-16can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal
2021-06-16Merge tag 'usb-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
2021-06-16usb: chipidea: imx: Fix Battery Charger 1.2 CDP detectionBreno Lima
2021-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-06-15lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski
2021-06-15qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen
2021-06-15net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski
2021-06-15proc: only require mm_struct for writingLinus Torvalds
2021-06-15x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang
2021-06-15afs: Fix an IS_ERR() vs NULL checkDan Carpenter
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman
2021-06-15usb: dwc3: core: fix kernel panic when do rebootPeter Chen
2021-06-15quota: finish disable quotactl_path syscallMarcin Juszkiewicz
2021-06-14Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Tor Vic
2021-06-14net: mhi_net: Update the transmit handler prototypeSubash Abhinov Kasiviswanathan
2021-06-14bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
2021-06-14bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann
2021-06-14bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann
2021-06-14bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann
2021-06-14Merge tag 'for-net-2021-06-14' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz
2021-06-14net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin