summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds68-371/+734
2021-02-25Merge tag 'acpi-5.12-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-27/+334
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds65-498/+698
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-49/+59
2021-02-25Merge branch 'acpi-tables'Rafael J. Wysocki4-0/+316
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds73-781/+5543
2021-02-25r8169: fix jumbo packet handling on RTL8168eHeiner Kallweit1-2/+2
2021-02-25net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081Christian Melki1-0/+1
2021-02-25Merge tag 'nds32-for-linux-5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-50/+5
2021-02-25net: psample: Fix netlink skb length with tunnel infoChris Mi1-2/+2
2021-02-25net: broadcom: bcm4908_enet: fix NAPI poll returned valueRafał Miłecki1-0/+2
2021-02-25net: broadcom: bcm4908_enet: fix RX path possible mem leakRafał Miłecki1-0/+1
2021-02-25net: hsr: add support for EntryForgetTimeMarco Wenzel3-2/+9
2021-02-25net: dsa: sja1105: Remove unneeded cast in sja1105_crc32()Geert Uytterhoeven1-1/+1
2021-02-25nds32: Fix bogus reference to <asm/procinfo.h>Geert Uytterhoeven1-1/+1
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig1-12/+3
2021-02-25nds32: remove dump_instrChristoph Hellwig1-35/+0
2021-02-25nds32: configs: Cleanup CONFIG_CROSS_COMPILEKrzysztof Kozlowski1-1/+0
2021-02-25nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds37-196/+318
2021-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds117-1734/+2027
2021-02-25ibmvnic: fix a race between open and resetSukadev Bhattiprolu1-8/+55
2021-02-25net: stmmac: Fix missing spin_lock_init in visconti_eth_dwmac_probe()Wei Yongjun1-0/+1
2021-02-25net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel10-66/+84
2021-02-25mm/migrate: remove unneeded semicolonsChengyang Fan1-1/+1
2021-02-25hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin1-5/+2
2021-02-25hugetlbfs: fix some comment typosMiaohe Lin1-4/+4
2021-02-25hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin1-2/+2
2021-02-25hugetlbfs: make hugepage size conversion more readableMiaohe Lin1-2/+2
2021-02-25hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin1-3/+9
2021-02-25hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin1-1/+1
2021-02-25hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin1-1/+1
2021-02-25hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin1-2/+0
2021-02-25hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz1-12/+1
2021-02-25mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz3-26/+17
2021-02-25mm, oom: fix a comment in dump_task()Tang Yizhou1-3/+2
2021-02-25mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin1-1/+1
2021-02-25numa balancing: migrate on fault among multiple bound nodesHuang Ying2-1/+19
2021-02-25mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka1-5/+11
2021-02-25mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang1-15/+12
2021-02-25mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy1-6/+14
2021-02-25mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin1-1/+0
2021-02-25mm/compaction: remove rcu_read_lock during page compactionAlex Shi1-4/+1
2021-02-25z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin1-7/+1
2021-02-25z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin1-2/+1
2021-02-25mm/vmscan: restore zone_reclaim_mode ABIDave Hansen2-7/+12
2021-02-25hugetlb: fix uninitialized subpool pointerMike Kravetz1-0/+1
2021-02-25include/linux/hugetlb.h: add synchronization information for new hugetlb spec...Mike Kravetz1-0/+10
2021-02-25hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz2-19/+7
2021-02-25hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz2-29/+13