aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge branch 'signal-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+0
2020-12-15Merge tag 'close-range-openat2-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds5-11/+122
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-44/+28
2020-12-15Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-429/+305
2020-12-15Merge tag 'erofs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds6-111/+149
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds58-2187/+3462
2020-12-15Merge tag 'jfs-5.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds7-9/+13
2020-12-15Merge tag 'dlm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds5-148/+168
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds66-4313/+4491
2020-12-15Merge tag 'locks-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds2-6/+8
2020-12-15Merge tag 'rpmsg-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds10-127/+439
2020-12-15Merge tag 'hwlock-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds2-16/+3
2020-12-15Merge tag 'rproc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds31-212/+2101
2020-12-15Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds82-1867/+2028
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds34-251/+612
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds80-1210/+1692
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds31-799/+1278
2020-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds121-2381/+2989
2020-12-15Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds58-257/+6595
2020-12-15Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds81-316/+3875
2020-12-15Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds52-454/+839
2020-12-15Merge branch 'i2c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds25-340/+604
2020-12-15Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds49-239/+482
2020-12-15Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds37-84/+3876
2020-12-15Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds11-1530/+96
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds58-626/+758
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-372/+536
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins9-64/+50
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck4-46/+62
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi10-126/+275
2020-12-15mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi1-9/+35
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi3-31/+56
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi3-22/+21
2020-12-15mm/mlock: remove __munlock_isolate_lru_page()Alex Shi1-22/+9
2020-12-15mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi1-21/+5
2020-12-15mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi1-1/+6
2020-12-15mm/lru: move lock into lru_note_costAlex Shi3-5/+4
2020-12-15mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fnAlex Shi1-42/+23
2020-12-15mm/memcg: add debug checking in lock_page_memcgAlex Shi1-0/+6
2020-12-15mm: page_idle_get_page() does not need lru_lockHugh Dickins1-4/+0
2020-12-15mm/rmap: stop store reordering issue on page->mappingAlex Shi1-1/+7
2020-12-15mm/vmscan: remove unnecessary lruvec addingAlex Shi1-13/+25
2020-12-15mm/thp: narrow lru lockingAlex Shi1-12/+13
2020-12-15mm/thp: simplify lru_add_page_tail()Alex Shi1-14/+6
2020-12-15mm/thp: use head for head page in lru_add_page_tail()Alex Shi1-12/+11
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi3-35/+30
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds434-10875/+10177
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds290-4037/+23582
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds31-770/+827
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds67-15086/+464