summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-429/+305
2020-12-16Merge tag 'erofs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-111/+149
2020-12-16Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds58-2187/+3462
2020-12-16Merge tag 'jfs-5.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds7-9/+13
2020-12-16Merge tag 'dlm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds5-148/+168
2020-12-16Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds66-4313/+4491
2020-12-16Merge tag 'locks-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2-6/+8
2020-12-16Merge tag 'rpmsg-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds10-127/+439
2020-12-16Merge tag 'hwlock-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/and...Linus Torvalds2-16/+3
2020-12-16Merge tag 'rproc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds31-212/+2101
2020-12-16Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds82-1867/+2028
2020-12-16Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds34-251/+612
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds80-1210/+1692
2020-12-16Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-799/+1278
2020-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds121-2381/+2989
2020-12-16Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds58-257/+6595
2020-12-16Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds81-316/+3875
2020-12-16Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds52-454/+839
2020-12-16Merge branch 'i2c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-340/+604
2020-12-16Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds49-239/+482
2020-12-16Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-84/+3876
2020-12-16Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds11-1530/+96
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds58-626/+758
2020-12-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-372/+536
2020-12-16mm/lru: revise the comments of lru_lockHugh Dickins9-64/+50
2020-12-16mm/lru: introduce relock_page_lruvec()Alexander Duyck4-46/+62
2020-12-16mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi10-126/+275
2020-12-16mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi1-9/+35
2020-12-16mm/compaction: do page isolation first in compactionAlex Shi3-31/+56
2020-12-16mm/lru: introduce TestClearPageLRU()Alex Shi3-22/+21
2020-12-16mm/mlock: remove __munlock_isolate_lru_page()Alex Shi1-22/+9
2020-12-16mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi1-21/+5
2020-12-16mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi1-1/+6
2020-12-16mm/lru: move lock into lru_note_costAlex Shi3-5/+4
2020-12-16mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fnAlex Shi1-42/+23
2020-12-16mm/memcg: add debug checking in lock_page_memcgAlex Shi1-0/+6
2020-12-16mm: page_idle_get_page() does not need lru_lockHugh Dickins1-4/+0
2020-12-16mm/rmap: stop store reordering issue on page->mappingAlex Shi1-1/+7
2020-12-16mm/vmscan: remove unnecessary lruvec addingAlex Shi1-13/+25
2020-12-16mm/thp: narrow lru lockingAlex Shi1-12/+13
2020-12-16mm/thp: simplify lru_add_page_tail()Alex Shi1-14/+6
2020-12-16mm/thp: use head for head page in lru_add_page_tail()Alex Shi1-12/+11
2020-12-16mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi3-35/+30
2020-12-16Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds434-10875/+10177
2020-12-16Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds290-4037/+23582
2020-12-16Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds31-770/+827
2020-12-16Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds67-15086/+464
2020-12-16Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds158-4702/+4292
2020-12-16Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds378-6894/+32762
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1879-38756/+71917